#1082. Copyright changed to use single-line comments
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t01.dart b/Language/Classes/Abstract_Instance_Members/inherited_t01.dart
index 16fe45e..925bd4d 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t02.dart b/Language/Classes/Abstract_Instance_Members/inherited_t02.dart
index fc99d82..63d9fb3 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t03.dart b/Language/Classes/Abstract_Instance_Members/inherited_t03.dart
index 27deb30..554bbdc 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t04.dart b/Language/Classes/Abstract_Instance_Members/inherited_t04.dart
index aaf19e4..7db28b5 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t05.dart b/Language/Classes/Abstract_Instance_Members/inherited_t05.dart
index 166c5df..5abc067 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t06.dart b/Language/Classes/Abstract_Instance_Members/inherited_t06.dart
index 21ea0e6..73099a4 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t06.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t07.dart b/Language/Classes/Abstract_Instance_Members/inherited_t07.dart
index 11e5249..99f79ab 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t07.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t08.dart b/Language/Classes/Abstract_Instance_Members/inherited_t08.dart
index d8957b2..5806327 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t08.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t09.dart b/Language/Classes/Abstract_Instance_Members/inherited_t09.dart
index 2ecc792..e78e6ff 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t09.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t10.dart b/Language/Classes/Abstract_Instance_Members/inherited_t10.dart
index 408473e..ab9338d 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t10.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t11.dart b/Language/Classes/Abstract_Instance_Members/inherited_t11.dart
index 510a10c..c1eaaa9 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t11.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t12.dart b/Language/Classes/Abstract_Instance_Members/inherited_t12.dart
index c9b9de8..b10bc6b 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t12.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t13.dart b/Language/Classes/Abstract_Instance_Members/inherited_t13.dart
index 7c4a27d..217f1c4 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t13.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t14.dart b/Language/Classes/Abstract_Instance_Members/inherited_t14.dart
index 43734f9..2f9919b 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t14.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/inherited_t15.dart b/Language/Classes/Abstract_Instance_Members/inherited_t15.dart
index 59b6eba..dfcaabd 100644
--- a/Language/Classes/Abstract_Instance_Members/inherited_t15.dart
+++ b/Language/Classes/Abstract_Instance_Members/inherited_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t01.dart b/Language/Classes/Abstract_Instance_Members/invocation_t01.dart
index 9bba223..fea8530 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t02.dart b/Language/Classes/Abstract_Instance_Members/invocation_t02.dart
index ddd7221..0c99c65 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t03.dart b/Language/Classes/Abstract_Instance_Members/invocation_t03.dart
index f8a1315..535c88c 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t04.dart b/Language/Classes/Abstract_Instance_Members/invocation_t04.dart
index 3cb2b0e..796e1a3 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t05.dart b/Language/Classes/Abstract_Instance_Members/invocation_t05.dart
index 5207942..c4c336a 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/invocation_t06.dart b/Language/Classes/Abstract_Instance_Members/invocation_t06.dart
index e0e2088..97b3d5c 100644
--- a/Language/Classes/Abstract_Instance_Members/invocation_t06.dart
+++ b/Language/Classes/Abstract_Instance_Members/invocation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Invoking an abstract method, getter or setter results in an
  * invocation of noSuchMethod exactly as if the declaration did not exist,
diff --git a/Language/Classes/Abstract_Instance_Members/no_implementation_t01.dart b/Language/Classes/Abstract_Instance_Members/no_implementation_t01.dart
index 28a8e00..b03769a 100644
--- a/Language/Classes/Abstract_Instance_Members/no_implementation_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/no_implementation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An abstract method (respectively, abstract getter or abstract
  * setter) is an instance method, getter or setter that is not declared
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t01.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t01.dart
index 6155c9f..c3e6b6a 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t02.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t02.dart
index ff664a1..3f914f4 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t03.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t03.dart
index 97c82f6..3ef06c8 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t04.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t04.dart
index 17c0e85..11608e3 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t05.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t05.dart
index 14140a9..e3d85be 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t06.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t06.dart
index 5ec239d..517fcef 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t06.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t07.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t07.dart
index 926560a..ec6b537 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t07.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t08.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t08.dart
index 4c197f6..a6d4568 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t08.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t09.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t09.dart
index e4b1199..dadf2d0 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t09.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_default_value_t10.dart b/Language/Classes/Abstract_Instance_Members/override_default_value_t10.dart
index 09d91ed..9149e50 100644
--- a/Language/Classes/Abstract_Instance_Members/override_default_value_t10.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_default_value_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t01.dart b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t01.dart
index 58c42a7..cf40f33 100644
--- a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply to methods
  * apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t02.dart b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t02.dart
index 43bf7d5..f24a07b 100644
--- a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply to methods
  * apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t03.dart b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t03.dart
index 58b0c96..28ec7b3 100644
--- a/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_less_positional_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply to methods
  * apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t01.dart b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t01.dart
index ac05cd5..4c6810d 100644
--- a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t02.dart b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t02.dart
index e8dcd42..bb6583a 100644
--- a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t03.dart b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t03.dart
index cd973a4..75a977c 100644
--- a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t04.dart b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t04.dart
index 6de2ee7..4e738f5 100644
--- a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t05.dart b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t05.dart
index 416a5fe..64dd9da 100644
--- a/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_more_required_parameters_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t01.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t01.dart
index 723e4c6..914fedd 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t02.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t02.dart
index c279a7e..453207a 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t03.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t03.dart
index bb57370..b0cd731 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t04.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t04.dart
index 9e8dd18..aedff8f 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t05.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t05.dart
index 1d821e9..aa99eec 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t06.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t06.dart
index 8cd7304..9ebf2b7 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t06.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t07.dart b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t07.dart
index 12a7233..b00a237 100644
--- a/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t07.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t01.dart b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t01.dart
index fa82d2c..9d8aabc 100644
--- a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t02.dart b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t02.dart
index 39f774e..2fdc8ba 100644
--- a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t03.dart b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t03.dart
index 29b2a81..9e81afb 100644
--- a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t03.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t04.dart b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t04.dart
index 7bc150a..0fd9517 100644
--- a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t05.dart b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t05.dart
index 095b25f..5bf09d5 100644
--- a/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/override_not_a_subtype_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Unless explicitly stated otherwise, all ordinary rules that apply
  * to methods apply to abstract methods.
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t01.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t01.dart
index c41b088..5fd84a8 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t01.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t02.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t02.dart
index 6e50fd8..77f0b7e 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t02.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t04.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t04.dart
index 4045cb6..9ef14a0 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t04.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t05.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t05.dart
index f58b05b..27d1e7d 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t05.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t06.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t06.dart
index 79a31d8..a321372 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t06.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t07.dart b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t07.dart
index ccd38f7..ec9d07d 100644
--- a/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t07.dart
+++ b/Language/Classes/Abstract_Instance_Members/same_name_static_method_in_superclass_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if an abstract member m is declared or
  * inherited in a concrete class C unless:
diff --git a/Language/Classes/Class_Member_Conflicts/method_and_setter_t01.dart b/Language/Classes/Class_Member_Conflicts/method_and_setter_t01.dart
index 86865bc..03f9525 100644
--- a/Language/Classes/Class_Member_Conflicts/method_and_setter_t01.dart
+++ b/Language/Classes/Class_Member_Conflicts/method_and_setter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. ... It is a compile-time error if the interface
  * of C has a method named n and a setter with basename n.
diff --git a/Language/Classes/Class_Member_Conflicts/static_member_and_constructor_t01.dart b/Language/Classes/Class_Member_Conflicts/static_member_and_constructor_t01.dart
index 9192b8d..58e5fbf 100644
--- a/Language/Classes/Class_Member_Conflicts/static_member_and_constructor_t01.dart
+++ b/Language/Classes/Class_Member_Conflicts/static_member_and_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. It is a compile-time error if C declares a
  * constructor named C.n and a static member with basename n.
diff --git a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t01.dart b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t01.dart
index 917640b..2f8cc5c 100644
--- a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t01.dart
+++ b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. It is a compile-time error if C declares a
  * constructor named C.n and a static member with basename n.
diff --git a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t02.dart b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t02.dart
index 42a7757..fa0bb5f 100644
--- a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t02.dart
+++ b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. It is a compile-time error if C declares a
  * constructor named C.n and a static member with basename n.
diff --git a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t03.dart b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t03.dart
index 97f918d..5ca78b8 100644
--- a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t03.dart
+++ b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. It is a compile-time error if C declares a
  * constructor named C.n and a static member with basename n.
diff --git a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t04.dart b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t04.dart
index 6c7a63f..e5d8f43 100644
--- a/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t04.dart
+++ b/Language/Classes/Class_Member_Conflicts/static_member_and_instance_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class. It is a compile-time error if C declares a
  * constructor named C.n and a static member with basename n.
diff --git a/Language/Classes/Constructors/Constant_Constructors/const_parameter_t01.dart b/Language/Classes/Constructors/Constant_Constructors/const_parameter_t01.dart
index 4c48087..4ee7bab 100644
--- a/Language/Classes/Constructors/Constant_Constructors/const_parameter_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/const_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Note that a parameter that is not used in a superexpression that
  * is restricted to certain types can be a constant of any type. For example
diff --git a/Language/Classes/Constructors/Constant_Constructors/const_parameter_t02.dart b/Language/Classes/Constructors/Constant_Constructors/const_parameter_t02.dart
index acf4b5b..494ccbf 100644
--- a/Language/Classes/Constructors/Constant_Constructors/const_parameter_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/const_parameter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Note that a parameter that is not used in a superexpression that
  * is restricted to certain types can be a constant of any type. For example
diff --git a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t01.dart b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t01.dart
index b045181..97ec3ab 100644
--- a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t02.dart b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t02.dart
index 2180d0a..2549c7e 100644
--- a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03.dart b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03.dart
index ddcc830..8b7399e 100644
--- a/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t01.dart b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t01.dart
index e752f23..85d9562 100644
--- a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  When invoked from a constant object expression, a constant

  * constructor must throw an exception if any of its actual parameters is a

diff --git a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t02.dart b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t02.dart
index 9825396..6a66002 100644
--- a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  When invoked from a constant object expression, a constant

  * constructor must throw an exception if any of its actual parameters is a

diff --git a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t03.dart b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t03.dart
index 1606ac4..746ed33 100644
--- a/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  When invoked from a constant object expression, a constant

  * constructor must throw an exception if any of its actual parameters is a

diff --git a/Language/Classes/Constructors/Constant_Constructors/name_t01.dart b/Language/Classes/Constructors/Constant_Constructors/name_t01.dart
index 54bec66..1c1b1be 100644
--- a/Language/Classes/Constructors/Constant_Constructors/name_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if M is not the name of the
  * immediately enclosing class.
diff --git a/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t01.dart b/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t01.dart
index c355254..9ac8ea6 100644
--- a/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a constant constructor is declared

  * by a class that has a non-final instance variable.

diff --git a/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t02.dart b/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t02.dart
index 9936663..be731db 100644
--- a/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a constant constructor is declared

  * by a class that has a non-final instance variable.

diff --git a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t01.dart b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t01.dart
index 9973def..07ed00c 100644
--- a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t02.dart b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t02.dart
index aa5672c..2d89bdf 100644
--- a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t03.dart b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t03.dart
index a3d1877..1d574a5 100644
--- a/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a constant constructor is declared
  * by a class C if any instance variable declared in C is initialized with an
diff --git a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01.dart b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01.dart
index 383534d..bd89b6c 100644
--- a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any expression that appears within the initializer list of a

  * constant constructor must be a potentially constant expression, or a

diff --git a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t02.dart b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t02.dart
index 675d2ca..28c7c81 100644
--- a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any expression that appears within the initializer list of a

  * constant constructor must be a potentially constant expression, or a

diff --git a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t03.dart b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t03.dart
index 577e114..e2c7112 100644
--- a/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any expression that appears within the initializer list of a

  * constant constructor must be a potentially constant expression, or a

diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t01.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t01.dart
index b275f00..2a42632 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The superinitializer that appears, explicitly or implicitly,

  * in the initializer list of a constant constructor must specify a constant

diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t02.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t02.dart
index 8c4d4d1..1439d6b 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The superinitializer that appears, explicitly or implicitly,

  * in the initializer list of a constant constructor must specify a constant

diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t03.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t03.dart
index 0011e54..62dc0df 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The superinitializer that appears, explicitly or implicitly,
  * in the initializer list of a constant constructor must specify a constant
diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t04.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t04.dart
index 0d95fbb..7c69805 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t04.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The superinitializer that appears, explicitly or implicitly,
  * in the initializer list of a constant constructor must specify a constant
diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t05.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t05.dart
index 8c8deb2..4205516 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t05.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The superinitializer that appears, explicitly or implicitly,
  * in the initializer list of a constant constructor must specify a constant
diff --git a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t06.dart b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t06.dart
index 828af13..44a1c8d 100644
--- a/Language/Classes/Constructors/Constant_Constructors/superinitializer_t06.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/superinitializer_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The superinitializer that appears, explicitly or implicitly,
  * in the initializer list of a constant constructor must specify a constant
diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t01.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t01.dart
index 52b0593..d1fbbda 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t01.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 
  * constantConstructorSignature:
diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t02.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t02.dart
index f2ecd4e..843fc54 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t02.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * constantConstructorSignature:

diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t03.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t03.dart
index 2dd03c1..ab3c35c 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t03.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * constantConstructorSignature:

diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t04.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t04.dart
index a62d13b..8ecfe4a 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t04.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * constantConstructorSignature:

diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t05.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t05.dart
index da102a3..df38c59 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t05.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * constantConstructorSignature:

diff --git a/Language/Classes/Constructors/Constant_Constructors/syntax_t06.dart b/Language/Classes/Constructors/Constant_Constructors/syntax_t06.dart
index 82ac8d1..a47ad43 100644
--- a/Language/Classes/Constructors/Constant_Constructors/syntax_t06.dart
+++ b/Language/Classes/Constructors/Constant_Constructors/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * constantConstructorSignature:

diff --git a/Language/Classes/Constructors/Factories/accessible_class_t01.dart b/Language/Classes/Constructors/Factories/accessible_class_t01.dart
index ec0c4f9..1e4391b 100644
--- a/Language/Classes/Constructors/Factories/accessible_class_t01.dart
+++ b/Language/Classes/Constructors/Factories/accessible_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if type does not denote a class
  * accessible in the current scope; if type does denote such a class C it is
diff --git a/Language/Classes/Constructors/Factories/accessible_class_t02.dart b/Language/Classes/Constructors/Factories/accessible_class_t02.dart
index bc62deb..6d9cd44 100644
--- a/Language/Classes/Constructors/Factories/accessible_class_t02.dart
+++ b/Language/Classes/Constructors/Factories/accessible_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if type does not denote a class
  * accessible in the current scope; if type does denote such a class C it is
diff --git a/Language/Classes/Constructors/Factories/accessible_class_t03.dart b/Language/Classes/Constructors/Factories/accessible_class_t03.dart
index 326d271..7a0ac7b 100644
--- a/Language/Classes/Constructors/Factories/accessible_class_t03.dart
+++ b/Language/Classes/Constructors/Factories/accessible_class_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if type does not denote a class
  * accessible in the current scope; if type does denote such a class C it is
diff --git a/Language/Classes/Constructors/Factories/accessible_class_t04.dart b/Language/Classes/Constructors/Factories/accessible_class_t04.dart
index 8e285c3..e97202b 100644
--- a/Language/Classes/Constructors/Factories/accessible_class_t04.dart
+++ b/Language/Classes/Constructors/Factories/accessible_class_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if type does not denote a class
  * accessible in the current scope; if type does denote such a class C it is
diff --git a/Language/Classes/Constructors/Factories/arguments_type_t01.dart b/Language/Classes/Constructors/Factories/arguments_type_t01.dart
index e54ae3e..bf5d7db 100644
--- a/Language/Classes/Constructors/Factories/arguments_type_t01.dart
+++ b/Language/Classes/Constructors/Factories/arguments_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error warning if any of the type arguments to k'
  * are not subtypes of the bounds of the corresponding formal type parameters
diff --git a/Language/Classes/Constructors/Factories/const_modifier_t01.dart b/Language/Classes/Constructors/Factories/const_modifier_t01.dart
index df34ca2..ce11150 100644
--- a/Language/Classes/Constructors/Factories/const_modifier_t01.dart
+++ b/Language/Classes/Constructors/Factories/const_modifier_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if k is prefixed with the const
  * modifier but k' is not a constant constructor.
diff --git a/Language/Classes/Constructors/Factories/const_modifier_t02.dart b/Language/Classes/Constructors/Factories/const_modifier_t02.dart
index 2998a49..f5fb326 100644
--- a/Language/Classes/Constructors/Factories/const_modifier_t02.dart
+++ b/Language/Classes/Constructors/Factories/const_modifier_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if k is prefixed with the const
  * modifier but k' is not a constant constructor.
diff --git a/Language/Classes/Constructors/Factories/default_value_t01.dart b/Language/Classes/Constructors/Factories/default_value_t01.dart
index a66c3f7..3a9a021 100644
--- a/Language/Classes/Constructors/Factories/default_value_t01.dart
+++ b/Language/Classes/Constructors/Factories/default_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if k explicitly specifies a default
  * value for an optional parameter.
diff --git a/Language/Classes/Constructors/Factories/default_value_t02.dart b/Language/Classes/Constructors/Factories/default_value_t02.dart
index 41f786a..cc1e7ed 100644
--- a/Language/Classes/Constructors/Factories/default_value_t02.dart
+++ b/Language/Classes/Constructors/Factories/default_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if k explicitly specifies a default
  * value for an optional parameter.
diff --git a/Language/Classes/Constructors/Factories/default_value_t03.dart b/Language/Classes/Constructors/Factories/default_value_t03.dart
index c857539..0b0a19a 100644
--- a/Language/Classes/Constructors/Factories/default_value_t03.dart
+++ b/Language/Classes/Constructors/Factories/default_value_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if k explicitly specifies a default
  * value for an optional parameter.
diff --git a/Language/Classes/Constructors/Factories/function_type_t01.dart b/Language/Classes/Constructors/Factories/function_type_t01.dart
index af39504..6833a62 100644
--- a/Language/Classes/Constructors/Factories/function_type_t01.dart
+++ b/Language/Classes/Constructors/Factories/function_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if the function type of k' is not a
  * subtype of the type of k.
diff --git a/Language/Classes/Constructors/Factories/function_type_t02.dart b/Language/Classes/Constructors/Factories/function_type_t02.dart
index 59ece74..8c5a384 100644
--- a/Language/Classes/Constructors/Factories/function_type_t02.dart
+++ b/Language/Classes/Constructors/Factories/function_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if the function type of k' is not a
  * subtype of the type of k.
diff --git a/Language/Classes/Constructors/Factories/name_t01.dart b/Language/Classes/Constructors/Factories/name_t01.dart
index 4db0885..0734b99 100644
--- a/Language/Classes/Constructors/Factories/name_t01.dart
+++ b/Language/Classes/Constructors/Factories/name_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if M is not the name of the

  * immediately enclosing class.

diff --git a/Language/Classes/Constructors/Factories/name_t02.dart b/Language/Classes/Constructors/Factories/name_t02.dart
index 0bc2daf..5413802 100644
--- a/Language/Classes/Constructors/Factories/name_t02.dart
+++ b/Language/Classes/Constructors/Factories/name_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if M is not the name of the

  * immediately enclosing class.

diff --git a/Language/Classes/Constructors/Factories/name_t03.dart b/Language/Classes/Constructors/Factories/name_t03.dart
index aa0f72c..8cf97c3 100644
--- a/Language/Classes/Constructors/Factories/name_t03.dart
+++ b/Language/Classes/Constructors/Factories/name_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if M is not the name of the

  * immediately enclosing class.

diff --git a/Language/Classes/Constructors/Factories/name_t04.dart b/Language/Classes/Constructors/Factories/name_t04.dart
index 6e91f82..bd75bab 100644
--- a/Language/Classes/Constructors/Factories/name_t04.dart
+++ b/Language/Classes/Constructors/Factories/name_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if M is not the name of the

  * immediately enclosing class.

diff --git a/Language/Classes/Constructors/Factories/name_t05.dart b/Language/Classes/Constructors/Factories/name_t05.dart
index 374fb2b..fe56dd0 100644
--- a/Language/Classes/Constructors/Factories/name_t05.dart
+++ b/Language/Classes/Constructors/Factories/name_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if M is not the name of the

  * immediately enclosing class.

diff --git a/Language/Classes/Constructors/Factories/name_t06.dart b/Language/Classes/Constructors/Factories/name_t06.dart
index 1c273f7..5e4fcfe 100644
--- a/Language/Classes/Constructors/Factories/name_t06.dart
+++ b/Language/Classes/Constructors/Factories/name_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if M is not the name of the
  * immediately enclosing class.
diff --git a/Language/Classes/Constructors/Factories/name_t07.dart b/Language/Classes/Constructors/Factories/name_t07.dart
index c0b04c6..88311d2 100644
--- a/Language/Classes/Constructors/Factories/name_t07.dart
+++ b/Language/Classes/Constructors/Factories/name_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if M is not the name of the
  * immediately enclosing class.
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t01.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t01.dart
index 350c792..317094a 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t01.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Calling a redirecting factory constructor k causes the
  * constructor k' denoted by type (respectively, type.identifier) to be called
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t02.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t02.dart
index 29fb7cf..6b95c01 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t02.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Calling a redirecting factory constructor k causes the
  * constructor k' denoted by type (respectively, type.identifier) to be called
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t03.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t03.dart
index bee249c..244a8a0 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_call_t03.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_call_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Calling a redirecting factory constructor k causes the
  * constructor k' denoted by type (respectively, type.identifier) to be called
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_t01.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_t01.dart
index 26f36ce..3f85f67 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_t01.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A redirecting factory constructor specifies a call to a
  * constructor of another class that is to be used whenever the redirecting
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_t02.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_t02.dart
index 6c62e81..b8169d4 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_t02.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A redirecting factory constructor specifies a call to a
  * constructor of another class that is to be used whenever the redirecting
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_t03.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_t03.dart
index 2365735..0b0458a 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_t03.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A redirecting factory constructor specifies a call to a
  * constructor of another class that is to be used whenever the redirecting
diff --git a/Language/Classes/Constructors/Factories/redirecting_constructor_t04.dart b/Language/Classes/Constructors/Factories/redirecting_constructor_t04.dart
index 1f82615..12062bf 100644
--- a/Language/Classes/Constructors/Factories/redirecting_constructor_t04.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A redirecting factory constructor specifies a call to a
  * constructor of another class that is to be used whenever the redirecting
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t01.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t01.dart
index ebbf5fd..c271dc9 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t01.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t02.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t02.dart
index fad9c39..bbe364f 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t02.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t03.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t03.dart
index a27101b..c220104 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t03.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t04.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t04.dart
index c0ea681..4d13df0 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t04.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t05.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t05.dart
index 7204101..d711a17 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t05.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t06.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t06.dart
index a626895..5689727 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t06.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/redirecting_to_itself_t07.dart b/Language/Classes/Constructors/Factories/redirecting_to_itself_t07.dart
index 66707c5..2b935aa 100644
--- a/Language/Classes/Constructors/Factories/redirecting_to_itself_t07.dart
+++ b/Language/Classes/Constructors/Factories/redirecting_to_itself_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a redirecting factory constructor
  * redirects to itself, either directly or indirectly via a sequence of
diff --git a/Language/Classes/Constructors/Factories/return_type_t01.dart b/Language/Classes/Constructors/Factories/return_type_t01.dart
index 1aa150b..c66b26d 100644
--- a/Language/Classes/Constructors/Factories/return_type_t01.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t02.dart b/Language/Classes/Constructors/Factories/return_type_t02.dart
index b30fb00..338fe6c 100644
--- a/Language/Classes/Constructors/Factories/return_type_t02.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t03.dart b/Language/Classes/Constructors/Factories/return_type_t03.dart
index 422184d..a487c42 100644
--- a/Language/Classes/Constructors/Factories/return_type_t03.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t04.dart b/Language/Classes/Constructors/Factories/return_type_t04.dart
index 12f5cc6..a7b6ef7 100644
--- a/Language/Classes/Constructors/Factories/return_type_t04.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t05.dart b/Language/Classes/Constructors/Factories/return_type_t05.dart
index 8d886fd..7a195f4 100644
--- a/Language/Classes/Constructors/Factories/return_type_t05.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t06.dart b/Language/Classes/Constructors/Factories/return_type_t06.dart
index 0ae2a91..39f34b3 100644
--- a/Language/Classes/Constructors/Factories/return_type_t06.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t07.dart b/Language/Classes/Constructors/Factories/return_type_t07.dart
index c893594..9641b8b 100644
--- a/Language/Classes/Constructors/Factories/return_type_t07.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_type_t08.dart b/Language/Classes/Constructors/Factories/return_type_t08.dart
index 63cefd6..f644e9a 100644
--- a/Language/Classes/Constructors/Factories/return_type_t08.dart
+++ b/Language/Classes/Constructors/Factories/return_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The return type of a factory whose signature is of the
  * form factory M or the form factory M.id is M if M is not a generic type;
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t01.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t01.dart
index 121c126..b732d48 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t01.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t02.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t02.dart
index 2fad343..6d7c12c 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t02.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t03.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t03.dart
index 0cafe75..487222a 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t03.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t04.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t04.dart
index d3e6a2a..6d104d0 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t04.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t05.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t05.dart
index 1c74cf7..3fbb4fc 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t05.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t06.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t06.dart
index 53a11e7..0f4adc7 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t06.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t07.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t07.dart
index c444d64..8365cdb 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t07.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t08.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t08.dart
index 85e2155..d48b954 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t08.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t09.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t09.dart
index 0ac53e4..e8336e0 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t09.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/return_wrong_type_t10.dart b/Language/Classes/Constructors/Factories/return_wrong_type_t10.dart
index 9683f9a..0568345 100644
--- a/Language/Classes/Constructors/Factories/return_wrong_type_t10.dart
+++ b/Language/Classes/Constructors/Factories/return_wrong_type_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if a factory returns a non-null object whose
  * type is not a subtype of its actual return type.
diff --git a/Language/Classes/Constructors/Factories/syntax_t01.dart b/Language/Classes/Constructors/Factories/syntax_t01.dart
index 914407d..56d0aac 100644
--- a/Language/Classes/Constructors/Factories/syntax_t01.dart
+++ b/Language/Classes/Constructors/Factories/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A factory is a constructor prefaced by the built-in identifier
  * factory.
diff --git a/Language/Classes/Constructors/Factories/syntax_t03.dart b/Language/Classes/Constructors/Factories/syntax_t03.dart
index 733e04c..44e555e 100644
--- a/Language/Classes/Constructors/Factories/syntax_t03.dart
+++ b/Language/Classes/Constructors/Factories/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A factory is a constructor prefaced by the built-in identifier

  * factory.

diff --git a/Language/Classes/Constructors/Factories/syntax_t04.dart b/Language/Classes/Constructors/Factories/syntax_t04.dart
index 5b18439..27bb078 100644
--- a/Language/Classes/Constructors/Factories/syntax_t04.dart
+++ b/Language/Classes/Constructors/Factories/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A factory is a constructor prefaced by the built-in identifier

  * factory.

diff --git a/Language/Classes/Constructors/Factories/syntax_t05.dart b/Language/Classes/Constructors/Factories/syntax_t05.dart
index b1140a1..9828b5d 100644
--- a/Language/Classes/Constructors/Factories/syntax_t05.dart
+++ b/Language/Classes/Constructors/Factories/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A factory is a constructor prefaced by the built-in identifier

  * factory.

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01.dart
index f3da85b..f684cb8 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a superinitializer of the form
  *   super(a1, ..., an; xn+1: an+1,...,xn+k: an+k)
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t02.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t02.dart
index 3649f67..3447222 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Execution of a superinitializer of the form
  *   super(a1, ..., an; xn+1: an+1,...,xn+k: an+k)
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t01.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t01.dart
index de7c51c..f493667 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an initializer of the form this.v = e proceeds as
  * follows:
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02.dart
index 2c84807..81e8cb8 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an initializer of the form this.v = e proceeds as
  * follows:
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t03.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t03.dart
index f05c5d8..ffcf9fd 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an initializer of the form this.v = e proceeds as
  * follows:
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t04.dart b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t04.dart
index 1a3705e..4e5cfd5 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an initializer of the form this.v = e proceeds as
  * follows:
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t01.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t01.dart
index efa3e69..2354aa6 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t02.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t02.dart
index 234b9ef..2861640 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t03.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t03.dart
index ce62ff2..32a43eb 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t04.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t04.dart
index 07aa172..f140250 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t05.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t05.dart
index 0ba1152..7fc36ce 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t06.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t06.dart
index de1bfec..5eb1b57 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t07.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t07.dart
index 7853f94..44d84ef 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t07.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t08.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t08.dart
index ba9b076..fc54c93 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t08.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t09.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t09.dart
index 7809434..47a8dae 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t09.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t10.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t10.dart
index 9de0eb8..f9d4f99 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t10.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t11.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t11.dart
index 464c416..4ffc00c 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t11.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a generative constructor k is always done with
  * respect to a set of bindings for its formal parameters and with this bound
diff --git a/Language/Classes/Constructors/Generative_Constructors/execution_t12.dart b/Language/Classes/Constructors/Generative_Constructors/execution_t12.dart
index 320d37c..8dacacd 100644
--- a/Language/Classes/Constructors/Generative_Constructors/execution_t12.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/execution_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Execution of a generative constructor k is always done with

  * respect to a set of bindings for its formal parameters and with this bound

diff --git a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t01.dart b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t01.dart
index fec89ce..052fd7b 100644
--- a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an explicit type is attached to the initializing formal, that
  * is its static type. Otherwise, the type of an initializing formal named id
diff --git a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t02.dart b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t02.dart
index 79e67ee..569583a 100644
--- a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an explicit type is attached to the initializing formal, that
  * is its static type. Otherwise, the type of an initializing formal named id
diff --git a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t03.dart b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t03.dart
index ed46776..4f7e9d3 100644
--- a/Language/Classes/Constructors/Generative_Constructors/explicit_type_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/explicit_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an explicit type is attached to the initializing formal, that
  * is its static type. Otherwise, the type of an initializing formal named id
diff --git a/Language/Classes/Constructors/Generative_Constructors/final_variables_t01.dart b/Language/Classes/Constructors/Generative_Constructors/final_variables_t01.dart
index ce14baf..2ae22fa 100644
--- a/Language/Classes/Constructors/Generative_Constructors/final_variables_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/final_variables_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let k be a generative constructor.

  * Each final instance variable f declared in the immediately enclosing class

diff --git a/Language/Classes/Constructors/Generative_Constructors/final_variables_t02.dart b/Language/Classes/Constructors/Generative_Constructors/final_variables_t02.dart
index d326881..1f48521 100644
--- a/Language/Classes/Constructors/Generative_Constructors/final_variables_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/final_variables_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let k be a generative constructor.

  * Each final instance variable f declared in the immediately enclosing class

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01.dart
index 5211877..fe949c6 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02.dart
index 7792b4c..11c5eb9 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03.dart
index 1590c61..b55ce49 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04.dart
index ad6aa15..d9cc2a9 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05.dart
index 5d0bd40..f540833 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06.dart
index b4b6242..96eccf2 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A formal constructor parameter is either a formal parameter or

  * an initializing formal. An initializing formal has the form this.id, where

diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07.dart
index 23e4e03..2310569 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A formal constructor parameter is either a formal parameter or
  * an initializing formal. An initializing formal has the form this.id, where
diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08.dart
index cceea44..00e5aac 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A formal constructor parameter is either a formal parameter or
  * an initializing formal. An initializing formal has the form this.id, where
diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t09.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t09.dart
index 60a1fbc..052ad09 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t09.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A formal constructor parameter is either a formal parameter or
  * an initializing formal. An initializing formal has the form this.id, where
diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t10.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t10.dart
index 2970f86..2c00fb1 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t10.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A formal constructor parameter is either a formal parameter or
  * an initializing formal. An initializing formal has the form this.id, where
diff --git a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t11.dart b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t11.dart
index 08be57c..df7ed6e 100644
--- a/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t11.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/formal_parameter_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A formal constructor parameter is either a formal parameter or
  * an initializing formal. An initializing formal has the form this.id, where
diff --git a/Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01.dart b/Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01.dart
index 89b645e..879302c 100644
--- a/Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A fresh instance is an instance whose identity is distinct from
  * any previously allocated instance of its class. A generative constructor
diff --git a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01.dart b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01.dart
index f4128bc..1a7971e 100644
--- a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. If no superinitializer is
  * provided, an implicit superinitializer of the form super() is added at the
diff --git a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02.dart b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02.dart
index c084e71..a61cbc1 100644
--- a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. If no superinitializer is
  * provided, an implicit superinitializer of the form super() is added at the
diff --git a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t03.dart b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t03.dart
index 2183d82..3b159aa 100644
--- a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let k be a generative constructor. If no superinitializer is
  * provided, an implicit superinitializer of the form super() is added at the
diff --git a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t04.dart b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t04.dart
index 532ebdd..ee4c1f9 100644
--- a/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let k be a generative constructor. If no superinitializer is
  * provided, an implicit superinitializer of the form super() is added at the
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t01.dart b/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t01.dart
index e5b7b92..525eff1 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * k's initializer list contains an initializer for a variable that is
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t02.dart b/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t02.dart
index 7aca3c0..6c6a09e 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * k's initializer list contains an initializer for a variable that is
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t01.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t01.dart
index a3850dc..c133730 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 
  * initializers:
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t02.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t02.dart
index 9f107f5..30a50ce 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t03.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t03.dart
index 5918919..daf79a8 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t04.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t04.dart
index edb264f..d6d186c 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t05.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t05.dart
index 9b2d718..3105fba 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t06.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t06.dart
index 09e1b89..294f833 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t07.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t07.dart
index 328be78..3f787f7 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t07.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t08.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t08.dart
index f3c526b..87a8a55 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t08.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t09.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t09.dart
index 340db31..99375d4 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t09.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t10.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t10.dart
index 74584eb..42ae93a 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t10.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t11.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t11.dart
index 209e897..d9f1335 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t11.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t12.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t12.dart
index a8161c1..9227a17 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t12.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t13.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t13.dart
index 4246045..6ec415b 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t13.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t14.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t14.dart
index eddba2c..882e28d 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t14.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t15.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t15.dart
index 44ef2ad..bfa6ccf 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t15.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * initializers:
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t16.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t16.dart
index 4ec2ff9..dd3e6f0 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t16.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * initializers:

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializers_t17.dart b/Language/Classes/Constructors/Generative_Constructors/initializers_t17.dart
index bc250f8..c5d61f1 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializers_t17.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializers_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion 
  * initializers:
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01.dart
index c2a839c..0f8f57c 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Initializing formals are executed during the execution of
  * generative constructors detailed below. Executing an initializing formal
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02.dart
index 9d0f666..688ee96 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Initializing formals are executed during the execution of
  * generative constructors detailed below. Executing an initializing formal
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t01.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t01.dart
index 657856d..7fe2584 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t02.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t02.dart
index 33275d4..3a9456b 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t03.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t03.dart
index cc1a919..93f7e79 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t04.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t04.dart
index 7131740..1646c82 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t05.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t05.dart
index ecba6ea..c1bd666 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t06.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t06.dart
index 1802616..fccbc82 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t07.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t07.dart
index bff6370..57adc03 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t07.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_other_function_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an initializing formal is used by a

  * function other than a non-redirecting generative constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t01.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t01.dart
index 2054b29..c576226 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Using an initializing formal this.id in a formal parameter list
  * does not introduce a formal parameter name into the scope of the constructor.
diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t02.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t02.dart
index b9d9a54..fb5a8b6 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Using an initializing formal this.id in a formal parameter list

  * does not introduce a formal parameter name into the scope of the constructor.

diff --git a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t03.dart b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t03.dart
index 469f5da..5b28224 100644
--- a/Language/Classes/Constructors/Generative_Constructors/initializing_this_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/initializing_this_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Using an initializing formal this.id in a formal parameter list
  * does not introduce a formal parameter name into the scope of the constructor.
diff --git a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t01.dart b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t01.dart
index 15e9af2..56c13b4 100644
--- a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * more than one initializer corresponding to a given instance variable appears
diff --git a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t02.dart b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t02.dart
index f70f494..ea1bb97 100644
--- a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * more than one initializer corresponding to a given instance variable appears
diff --git a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t03.dart b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t03.dart
index d161e33..5714ece 100644
--- a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * more than one initializer corresponding to a given instance variable appears
diff --git a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t04.dart b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t04.dart
index 1daed3b..43f156b 100644
--- a/Language/Classes/Constructors/Generative_Constructors/many_initializers_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/many_initializers_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let k be a generative constructor. It is a compile-time error if
  * more than one initializer corresponding to a given instance variable appears
diff --git a/Language/Classes/Constructors/Generative_Constructors/name_t01.dart b/Language/Classes/Constructors/Generative_Constructors/name_t01.dart
index 164b41d..4b7f40a 100644
--- a/Language/Classes/Constructors/Generative_Constructors/name_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if M is not the name of the
  * immediately enclosing class.
diff --git a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t01.dart b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t01.dart
index 6268cfc..f5dcaf0 100644
--- a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if k's initializer list contains

  * an initializer for a variable that is not an instance variable declared in

diff --git a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t02.dart b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t02.dart
index 9f07aa4..5e66307 100644
--- a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if k's initializer list contains

  * an initializer for a variable that is not an instance variable declared in

diff --git a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t03.dart b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t03.dart
index 8120e57..b23b6c4 100644
--- a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if k's initializer list contains

  * an initializer for a variable that is not an instance variable declared in

diff --git a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t04.dart b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t04.dart
index eafcf6b..522c3f0 100644
--- a/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if k's initializer list contains

  * an initializer for a variable that is not an instance variable declared in

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t01.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t01.dart
index 6928678..e5a43dc 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A generative constructor may be redirecting, in which case its
  * only action is to invoke another generative constructor. A redirecting
diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t02.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t02.dart
index f3fec34..3c78402 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t03.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t03.dart
index b3a8e0c..9440d88 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t04.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t04.dart
index 679be8d..6c2d3da 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t05.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t05.dart
index cc5254c..253b8e4 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t06.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t06.dart
index 8e245eb..4ed58e6 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t07.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t07.dart
index dd5934a..93743ef 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t07.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t08.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t08.dart
index 66293fd..4857043 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t08.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t09.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t09.dart
index 066aeaa..29d0b0a 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t09.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t10.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t10.dart
index 9f0915c..b924f26 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t10.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/redirection_t11.dart b/Language/Classes/Constructors/Generative_Constructors/redirection_t11.dart
index 61d52d9..7d93dd0 100644
--- a/Language/Classes/Constructors/Generative_Constructors/redirection_t11.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/redirection_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A generative constructor may be redirecting, in which case its

  * only action is to invoke another generative constructor. A redirecting

diff --git a/Language/Classes/Constructors/Generative_Constructors/static_type_t01.dart b/Language/Classes/Constructors/Generative_Constructors/static_type_t01.dart
index cd81633..fdcb174 100644
--- a/Language/Classes/Constructors/Generative_Constructors/static_type_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the static type of id is not assignable
  * to Tid.
diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01.dart
index 8df101a..3b85fec 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02.dart
index bc3dd57..a5d83d3 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03.dart
index af5340e..b9e8aca 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04.dart
index b563b78..a2cbb07 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05.dart
index d3186cf..8fa0c3b 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06.dart b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06.dart
index 19f8844..b580338 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let C be the class in which the superinitializer super()

  * (respectively, super.id()) appears and let S be the superclass of C. It is

diff --git a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t01.dart b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t01.dart
index 5a0d493..caed758 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let k be a generative constructor. Then k may include at most one

  * superinitializer in its initializer list or a compile-time error occurs.

diff --git a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t02.dart b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t02.dart
index f7278e5..6ed4743 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let k be a generative constructor. Then k may include at most one

  * superinitializer in its initializer list or a compile-time error occurs.

diff --git a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t03.dart b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t03.dart
index 8280ee4..4c3791f 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let k be a generative constructor. Then k may include at most one

  * superinitializer in its initializer list or a compile-time error occurs.

diff --git a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t04.dart b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t04.dart
index 17a3822..8d25676 100644
--- a/Language/Classes/Constructors/Generative_Constructors/superinitializer_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/superinitializer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let k be a generative constructor. Then k may include at most one
  * superinitializer in its initializer list or a compile-time error occurs.
diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t01.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t01.dart
index 65cedf1..51bef9e 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t01.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion constructorSignature:
  *   identifier (‘.’ identifier)? formalParameterList
diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t02.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t02.dart
index df6eef3..5015259 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t02.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion constructorSignature:

  *   identifier (‘.’ identifier)? formalParameterList

diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t03.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t03.dart
index a8ba31e..bea0d5e 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t03.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion constructorSignature:

  *   identifier (‘.’ identifier)? formalParameterList

diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t04.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t04.dart
index 19a0b6b..4d95a82 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t04.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion constructorSignature:

  *   identifier (‘.’ identifier)? formalParameterList

diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t05.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t05.dart
index 1b5a15f..99b5da6 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t05.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion constructorSignature:

  *   identifier (‘.’ identifier)? formalParameterList

diff --git a/Language/Classes/Constructors/Generative_Constructors/syntax_t06.dart b/Language/Classes/Constructors/Generative_Constructors/syntax_t06.dart
index eb8ceb0..2e752f1 100644
--- a/Language/Classes/Constructors/Generative_Constructors/syntax_t06.dart
+++ b/Language/Classes/Constructors/Generative_Constructors/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion constructorSignature:

  *   identifier (‘.’ identifier)? formalParameterList

diff --git a/Language/Classes/Constructors/implicit_constructor_t01.dart b/Language/Classes/Constructors/implicit_constructor_t01.dart
index 07eabe6..538213b 100644
--- a/Language/Classes/Constructors/implicit_constructor_t01.dart
+++ b/Language/Classes/Constructors/implicit_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iff no constructor is specified for a class C, it implicitly has
  * a default constructor C() : super() {}, unless C is class Object.
diff --git a/Language/Classes/Constructors/implicit_constructor_t02.dart b/Language/Classes/Constructors/implicit_constructor_t02.dart
index 4fb4c86..2c45c3e 100644
--- a/Language/Classes/Constructors/implicit_constructor_t02.dart
+++ b/Language/Classes/Constructors/implicit_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iff no constructor is specified for a class C, it implicitly has
  * a default constructor C() : super() {}, unless C is class Object.
diff --git a/Language/Classes/Constructors/implicit_constructor_t03.dart b/Language/Classes/Constructors/implicit_constructor_t03.dart
index af02575..3f7985e 100644
--- a/Language/Classes/Constructors/implicit_constructor_t03.dart
+++ b/Language/Classes/Constructors/implicit_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iff no constructor is specified for a class C, it implicitly has
  * a default constructor C() : super() {}, unless C is class Object.
diff --git a/Language/Classes/Constructors/implicit_constructor_t04.dart b/Language/Classes/Constructors/implicit_constructor_t04.dart
index 2e288b6..fdad83c 100644
--- a/Language/Classes/Constructors/implicit_constructor_t04.dart
+++ b/Language/Classes/Constructors/implicit_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Iff no constructor is specified for a class C, it implicitly has
  * a default constructor C() : super() {}, unless C is class Object.
diff --git a/Language/Classes/Constructors/implicit_constructor_t05.dart b/Language/Classes/Constructors/implicit_constructor_t05.dart
index 8649762..e7790dd 100644
--- a/Language/Classes/Constructors/implicit_constructor_t05.dart
+++ b/Language/Classes/Constructors/implicit_constructor_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Iff no constructor is specified for a class C, it implicitly has
  * a default constructor C() : super() {}, unless C is class Object.
diff --git a/Language/Classes/Constructors/name_t01.dart b/Language/Classes/Constructors/name_t01.dart
index f020352..68942fa 100644
--- a/Language/Classes/Constructors/name_t01.dart
+++ b/Language/Classes/Constructors/name_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t02.dart b/Language/Classes/Constructors/name_t02.dart
index 7e9a9b4..c6fb223 100644
--- a/Language/Classes/Constructors/name_t02.dart
+++ b/Language/Classes/Constructors/name_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t03.dart b/Language/Classes/Constructors/name_t03.dart
index 4e00f06..982091f 100644
--- a/Language/Classes/Constructors/name_t03.dart
+++ b/Language/Classes/Constructors/name_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t04.dart b/Language/Classes/Constructors/name_t04.dart
index 5f30478..853e5a3 100644
--- a/Language/Classes/Constructors/name_t04.dart
+++ b/Language/Classes/Constructors/name_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t05.dart b/Language/Classes/Constructors/name_t05.dart
index 46ef9c3..af79670 100644
--- a/Language/Classes/Constructors/name_t05.dart
+++ b/Language/Classes/Constructors/name_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t06.dart b/Language/Classes/Constructors/name_t06.dart
index 0a55b41..771a9ef 100644
--- a/Language/Classes/Constructors/name_t06.dart
+++ b/Language/Classes/Constructors/name_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class, and may optionally be followed by a dot and an identifier

diff --git a/Language/Classes/Constructors/name_t07.dart b/Language/Classes/Constructors/name_t07.dart
index 32a0a2c..dd0951f 100644
--- a/Language/Classes/Constructors/name_t07.dart
+++ b/Language/Classes/Constructors/name_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constructor name always begins with the name of its immediately
  * enclosing class, and may optionally be followed by a dot and an identifier
diff --git a/Language/Classes/Constructors/name_t08.dart b/Language/Classes/Constructors/name_t08.dart
index a97d095..5e82534 100644
--- a/Language/Classes/Constructors/name_t08.dart
+++ b/Language/Classes/Constructors/name_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constructor name always begins with the name of its immediately
  * enclosing class, and may optionally be followed by a dot and an identifier
diff --git a/Language/Classes/Constructors/wrong_name_t01.dart b/Language/Classes/Constructors/wrong_name_t01.dart
index 03e1ae0..f23f45c 100644
--- a/Language/Classes/Constructors/wrong_name_t01.dart
+++ b/Language/Classes/Constructors/wrong_name_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constructor name always begins with the name of its immediately

  * enclosing class or interface, and may optionally be followed by a dot and an

diff --git a/Language/Classes/Constructors/wrong_name_t02.dart b/Language/Classes/Constructors/wrong_name_t02.dart
index 308f74b..26f2c38 100644
--- a/Language/Classes/Constructors/wrong_name_t02.dart
+++ b/Language/Classes/Constructors/wrong_name_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constructor name always begins with the name of its immediately
  * enclosing class or interface, and may optionally be followed by a dot and an
diff --git a/Language/Classes/Constructors/wrong_name_t03.dart b/Language/Classes/Constructors/wrong_name_t03.dart
index 5e99adf..94f9237 100644
--- a/Language/Classes/Constructors/wrong_name_t03.dart
+++ b/Language/Classes/Constructors/wrong_name_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constructor name always begins with the name of its immediately
  * enclosing class or interface, and may optionally be followed by a dot and an
diff --git a/Language/Classes/Getters/instance_getter_t01.dart b/Language/Classes/Getters/instance_getter_t01.dart
index 1769830..059b7d4 100644
--- a/Language/Classes/Getters/instance_getter_t01.dart
+++ b/Language/Classes/Getters/instance_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t02.dart b/Language/Classes/Getters/instance_getter_t02.dart
index 3741c7d..899621b 100644
--- a/Language/Classes/Getters/instance_getter_t02.dart
+++ b/Language/Classes/Getters/instance_getter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t03.dart b/Language/Classes/Getters/instance_getter_t03.dart
index 7e83543..1d45477 100644
--- a/Language/Classes/Getters/instance_getter_t03.dart
+++ b/Language/Classes/Getters/instance_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t04.dart b/Language/Classes/Getters/instance_getter_t04.dart
index 1fcfd74..f253014 100644
--- a/Language/Classes/Getters/instance_getter_t04.dart
+++ b/Language/Classes/Getters/instance_getter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t05.dart b/Language/Classes/Getters/instance_getter_t05.dart
index cd47882..96487f0 100644
--- a/Language/Classes/Getters/instance_getter_t05.dart
+++ b/Language/Classes/Getters/instance_getter_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t06.dart b/Language/Classes/Getters/instance_getter_t06.dart
index ad85dee..f9009aa 100644
--- a/Language/Classes/Getters/instance_getter_t06.dart
+++ b/Language/Classes/Getters/instance_getter_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t07.dart b/Language/Classes/Getters/instance_getter_t07.dart
index ac8c3ca..4bb0538 100644
--- a/Language/Classes/Getters/instance_getter_t07.dart
+++ b/Language/Classes/Getters/instance_getter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t08.dart b/Language/Classes/Getters/instance_getter_t08.dart
index 43825c4..07fddd0 100644
--- a/Language/Classes/Getters/instance_getter_t08.dart
+++ b/Language/Classes/Getters/instance_getter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t09.dart b/Language/Classes/Getters/instance_getter_t09.dart
index 2563eb3..e3fc0c7 100644
--- a/Language/Classes/Getters/instance_getter_t09.dart
+++ b/Language/Classes/Getters/instance_getter_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t10.dart b/Language/Classes/Getters/instance_getter_t10.dart
index f9fbea6..4927254 100644
--- a/Language/Classes/Getters/instance_getter_t10.dart
+++ b/Language/Classes/Getters/instance_getter_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t11.dart b/Language/Classes/Getters/instance_getter_t11.dart
index 544bf50..ab34f26 100644
--- a/Language/Classes/Getters/instance_getter_t11.dart
+++ b/Language/Classes/Getters/instance_getter_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t12.dart b/Language/Classes/Getters/instance_getter_t12.dart
index d0bffeb..98703f4 100644
--- a/Language/Classes/Getters/instance_getter_t12.dart
+++ b/Language/Classes/Getters/instance_getter_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t13.dart b/Language/Classes/Getters/instance_getter_t13.dart
index 32a10b2..beb8fab 100644
--- a/Language/Classes/Getters/instance_getter_t13.dart
+++ b/Language/Classes/Getters/instance_getter_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/instance_getter_t14.dart b/Language/Classes/Getters/instance_getter_t14.dart
index b29143e..5effe08 100644
--- a/Language/Classes/Getters/instance_getter_t14.dart
+++ b/Language/Classes/Getters/instance_getter_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The instance getters of a class C are those instance getters
  * declared by C, either implicitly or explicitly, and the instance getters
diff --git a/Language/Classes/Getters/override_t01.dart b/Language/Classes/Getters/override_t01.dart
index 5dff9ac..96dc1a3 100644
--- a/Language/Classes/Getters/override_t01.dart
+++ b/Language/Classes/Getters/override_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a getter m1 overrides a getter m2 and
  * the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Getters/override_t02.dart b/Language/Classes/Getters/override_t02.dart
index 2713ee7..0934883 100644
--- a/Language/Classes/Getters/override_t02.dart
+++ b/Language/Classes/Getters/override_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a getter m1 overrides a getter m2 and
  * the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Getters/override_t03.dart b/Language/Classes/Getters/override_t03.dart
index 9bc5a50..9bfa670 100644
--- a/Language/Classes/Getters/override_t03.dart
+++ b/Language/Classes/Getters/override_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a getter m1 overrides a getter m2 and
  * the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Getters/override_t04.dart b/Language/Classes/Getters/override_t04.dart
index 3e2e9bb..5bc560a 100644
--- a/Language/Classes/Getters/override_t04.dart
+++ b/Language/Classes/Getters/override_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a getter m1 overrides a getter m2 and
  * the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Getters/override_t05.dart b/Language/Classes/Getters/override_t05.dart
index 8455edd..32a79e5 100644
--- a/Language/Classes/Getters/override_t05.dart
+++ b/Language/Classes/Getters/override_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if a getter m1 overrides a getter m2 and
  * the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Getters/return_type_t01.dart b/Language/Classes/Getters/return_type_t01.dart
index 3de37f1..22aa863 100644
--- a/Language/Classes/Getters/return_type_t01.dart
+++ b/Language/Classes/Getters/return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If no return type is specified, the return type of the getter is 
  * dynamic.
diff --git a/Language/Classes/Getters/same_name_method_t01.dart b/Language/Classes/Getters/same_name_method_t01.dart
index 80bd5e3..453c85a 100644
--- a/Language/Classes/Getters/same_name_method_t01.dart
+++ b/Language/Classes/Getters/same_name_method_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t02.dart b/Language/Classes/Getters/same_name_method_t02.dart
index 1678f4a..d1ccecc 100644
--- a/Language/Classes/Getters/same_name_method_t02.dart
+++ b/Language/Classes/Getters/same_name_method_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t03.dart b/Language/Classes/Getters/same_name_method_t03.dart
index fd49df2..abfde31 100644
--- a/Language/Classes/Getters/same_name_method_t03.dart
+++ b/Language/Classes/Getters/same_name_method_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t04.dart b/Language/Classes/Getters/same_name_method_t04.dart
index a34f4a0..92d716f 100644
--- a/Language/Classes/Getters/same_name_method_t04.dart
+++ b/Language/Classes/Getters/same_name_method_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t05.dart b/Language/Classes/Getters/same_name_method_t05.dart
index 2046ef5..d9c84a5 100644
--- a/Language/Classes/Getters/same_name_method_t05.dart
+++ b/Language/Classes/Getters/same_name_method_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t07.dart b/Language/Classes/Getters/same_name_method_t07.dart
index 108f148..86b45ca 100644
--- a/Language/Classes/Getters/same_name_method_t07.dart
+++ b/Language/Classes/Getters/same_name_method_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t08.dart b/Language/Classes/Getters/same_name_method_t08.dart
index 8c727b2..3c4b3f4 100644
--- a/Language/Classes/Getters/same_name_method_t08.dart
+++ b/Language/Classes/Getters/same_name_method_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t09.dart b/Language/Classes/Getters/same_name_method_t09.dart
index 544a3ef..9798a86 100644
--- a/Language/Classes/Getters/same_name_method_t09.dart
+++ b/Language/Classes/Getters/same_name_method_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t10.dart b/Language/Classes/Getters/same_name_method_t10.dart
index 199ce42..0a0d55a 100644
--- a/Language/Classes/Getters/same_name_method_t10.dart
+++ b/Language/Classes/Getters/same_name_method_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t11.dart b/Language/Classes/Getters/same_name_method_t11.dart
index b655e9e..8acf0bd 100644
--- a/Language/Classes/Getters/same_name_method_t11.dart
+++ b/Language/Classes/Getters/same_name_method_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t12.dart b/Language/Classes/Getters/same_name_method_t12.dart
index f762fb7..a8d514b 100644
--- a/Language/Classes/Getters/same_name_method_t12.dart
+++ b/Language/Classes/Getters/same_name_method_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has both a getter and a 

  * method with the same name. This restriction holds regardless of whether the 

diff --git a/Language/Classes/Getters/same_name_method_t13.dart b/Language/Classes/Getters/same_name_method_t13.dart
index b653b38..cc7eba0 100644
--- a/Language/Classes/Getters/same_name_method_t13.dart
+++ b/Language/Classes/Getters/same_name_method_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a class has both a getter and a 
  * method with the same name. This restriction holds regardless of whether the 
diff --git a/Language/Classes/Getters/same_name_method_t14.dart b/Language/Classes/Getters/same_name_method_t14.dart
index f393607..a0c9775 100644
--- a/Language/Classes/Getters/same_name_method_t14.dart
+++ b/Language/Classes/Getters/same_name_method_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a class has both a getter and a 
  * method with the same name. This restriction holds regardless of whether the 
diff --git a/Language/Classes/Getters/static_getter_t01.dart b/Language/Classes/Getters/static_getter_t01.dart
index 19b8e0d..e6eb9ac 100644
--- a/Language/Classes/Getters/static_getter_t01.dart
+++ b/Language/Classes/Getters/static_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a class declares a static getter named
  * v and also has a non-static setter named v =.
diff --git a/Language/Classes/Getters/static_getter_t02.dart b/Language/Classes/Getters/static_getter_t02.dart
index fb8383c..9261b48 100644
--- a/Language/Classes/Getters/static_getter_t02.dart
+++ b/Language/Classes/Getters/static_getter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a class declares a static getter named
  * v and also has a non-static setter named v =.
diff --git a/Language/Classes/Getters/static_getter_t03.dart b/Language/Classes/Getters/static_getter_t03.dart
index ced393f..384a218 100644
--- a/Language/Classes/Getters/static_getter_t03.dart
+++ b/Language/Classes/Getters/static_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a class declares a static getter named
  * v and also has a non-static setter named v =.
diff --git a/Language/Classes/Getters/static_getter_t04.dart b/Language/Classes/Getters/static_getter_t04.dart
index 26683e5d..d34797c 100644
--- a/Language/Classes/Getters/static_getter_t04.dart
+++ b/Language/Classes/Getters/static_getter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a class declares a static getter named
  * v and also has a non-static setter named v =.
diff --git a/Language/Classes/Getters/static_t01.dart b/Language/Classes/Getters/static_t01.dart
index 50c307f6..fc47a49 100644
--- a/Language/Classes/Getters/static_t01.dart
+++ b/Language/Classes/Getters/static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A getter definition that is prefixed with the static modifier 
  * defines a static getter
diff --git a/Language/Classes/Getters/static_t02.dart b/Language/Classes/Getters/static_t02.dart
index 2a2986e..7214ba1 100644
--- a/Language/Classes/Getters/static_t02.dart
+++ b/Language/Classes/Getters/static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A getter definition that is prefixed with the static modifier 
  * defines a static getter
diff --git a/Language/Classes/Getters/syntax_t01.dart b/Language/Classes/Getters/syntax_t01.dart
index 095b4a2..22afab5 100644
--- a/Language/Classes/Getters/syntax_t01.dart
+++ b/Language/Classes/Getters/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * getterSignature:
diff --git a/Language/Classes/Getters/syntax_t02.dart b/Language/Classes/Getters/syntax_t02.dart
index 7bfd79c..cd0ab42 100644
--- a/Language/Classes/Getters/syntax_t02.dart
+++ b/Language/Classes/Getters/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * getterSignature:

diff --git a/Language/Classes/Getters/syntax_t03.dart b/Language/Classes/Getters/syntax_t03.dart
index a5a6107..9571ee8 100644
--- a/Language/Classes/Getters/syntax_t03.dart
+++ b/Language/Classes/Getters/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * getterSignature:
diff --git a/Language/Classes/Getters/syntax_t04.dart b/Language/Classes/Getters/syntax_t04.dart
index a092890..26862d8 100644
--- a/Language/Classes/Getters/syntax_t04.dart
+++ b/Language/Classes/Getters/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * getterSignature:

diff --git a/Language/Classes/Getters/syntax_t05.dart b/Language/Classes/Getters/syntax_t05.dart
index bfead44..001c858 100644
--- a/Language/Classes/Getters/syntax_t05.dart
+++ b/Language/Classes/Getters/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * getterSignature:
diff --git a/Language/Classes/Getters/syntax_t06.dart b/Language/Classes/Getters/syntax_t06.dart
index 6e24bc6..ee06b78 100644
--- a/Language/Classes/Getters/syntax_t06.dart
+++ b/Language/Classes/Getters/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * getterSignature:

diff --git a/Language/Classes/Getters/syntax_t07.dart b/Language/Classes/Getters/syntax_t07.dart
index 1135fdd..e705aff 100644
--- a/Language/Classes/Getters/syntax_t07.dart
+++ b/Language/Classes/Getters/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * getterSignature:

diff --git a/Language/Classes/Getters/syntax_t08.dart b/Language/Classes/Getters/syntax_t08.dart
index a2d8e20..3059f9a 100644
--- a/Language/Classes/Getters/syntax_t08.dart
+++ b/Language/Classes/Getters/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * getterSignature:
diff --git a/Language/Classes/Getters/type_object_t01.dart b/Language/Classes/Getters/type_object_t01.dart
index 9a59f7f..056a2ae 100644
--- a/Language/Classes/Getters/type_object_t01.dart
+++ b/Language/Classes/Getters/type_object_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, i is a getter invocation. Let f be the result of looking
  * up getter m in o with respect to L. If o is an instance of Type but e is not
diff --git a/Language/Classes/Getters/type_object_t02.dart b/Language/Classes/Getters/type_object_t02.dart
index 55ccce2..ebb11b8 100644
--- a/Language/Classes/Getters/type_object_t02.dart
+++ b/Language/Classes/Getters/type_object_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a static getter declaration in class C is to add 
  * an instance getter with the same name and signature to the Type object for 
diff --git a/Language/Classes/Getters/type_object_t03.dart b/Language/Classes/Getters/type_object_t03.dart
index 4d6cda9..9dfbb0e 100644
--- a/Language/Classes/Getters/type_object_t03.dart
+++ b/Language/Classes/Getters/type_object_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The effect of a static getter declaration in class C is to add 
  * an instance getter with the same name and signature to the Type object for 
diff --git a/Language/Classes/Getters/void_return_type_t01.dart b/Language/Classes/Getters/void_return_type_t01.dart
index 596d723..6edb1c2 100644
--- a/Language/Classes/Getters/void_return_type_t01.dart
+++ b/Language/Classes/Getters/void_return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the return type of a getter is void.
  * @description Checks that with a generalized void it is no static warning if
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t01.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t01.dart
index dee140d..97ae766 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators:
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t02.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t02.dart
index 856ad28..5bd7a42 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The following names are allowed for user-defined operators:

  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.

diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t03.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t03.dart
index b52dffb..d8ef72d 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t03.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The following names are allowed for user-defined operators: 

  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.

diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t04.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t04.dart
index cc16cb5..16309ef 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t04.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The following names are allowed for user-defined operators: 

  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.

diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t05.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t05.dart
index 48c3bd9..91ec8ce 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t05.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The following names are allowed for user-defined operators: 

  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.

diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t06.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t06.dart
index f40899a..4d3f6ab 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t06.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t07.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t07.dart
index d2c3c12..2d52f5b 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t07.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t08.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t08.dart
index d0b138b..3b74460 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t08.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t09.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t09.dart
index 34c4206..ada50ac 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t09.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t10.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t10.dart
index 802a192..36c4a44 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t10.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t11.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t11.dart
index 0adbb3f..cbcbbe0 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t11.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t12.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t12.dart
index db67ce0..efcb68d 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t12.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t13.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t13.dart
index 038e48b..052e8ba 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t13.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t14.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t14.dart
index ca63191..b1b97dd 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t14.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t15.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t15.dart
index df0884b..654697e 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t15.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t16.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t16.dart
index ec466ce..4979340 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t16.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t17.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t17.dart
index 47f5bc0..9efea45 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t17.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t18.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t18.dart
index 2fd1c42..dad2033 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t18.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t19.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t19.dart
index 83c0f29..d6835a0 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t19.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t20.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t20.dart
index be1e67a..3ed915f 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t20.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t21.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t21.dart
index 56f5c0c..e43681e 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t21.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t22.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t22.dart
index 7e25594..1d00991 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t22.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t22.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/allowed_names_t23.dart b/Language/Classes/Instance_Methods/Operators/allowed_names_t23.dart
index 774887b..6f1c0fc 100644
--- a/Language/Classes/Instance_Methods/Operators/allowed_names_t23.dart
+++ b/Language/Classes/Instance_Methods/Operators/allowed_names_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The following names are allowed for user-defined operators: 
  * <, >, <=, >=, ==, -, +, /, ˜/, *, %, |, ˆ, &, <<, >>, >>>, []=, [], ˜.
diff --git a/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01.dart b/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01.dart
index c4baf2d..95100ae 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile-time error if the arity of the user-declared
  * operator - is not 0 or 1.
diff --git a/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02.dart b/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02.dart
index 8b7c216..8b50612 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  It is a compile-time error if the arity of the user-declared

  * operator - is not 0 or 1.

diff --git a/Language/Classes/Instance_Methods/Operators/arity_0_t01.dart b/Language/Classes/Instance_Methods/Operators/arity_0_t01.dart
index 3cb556e..97cd9aa 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_0_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_0_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the arity of the user-declared
  * operator ~ is not 0.
diff --git a/Language/Classes/Instance_Methods/Operators/arity_0_t02.dart b/Language/Classes/Instance_Methods/Operators/arity_0_t02.dart
index 330da1a..401af7f 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_0_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_0_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of the user-declared

  * operator ~ is not 0.

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t01.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t01.dart
index 18e485a..b946d7a 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t02.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t02.dart
index 0108737..7881c0a 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t03.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t03.dart
index 78eeae3..44ca950 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t03.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t04.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t04.dart
index 0c87e5e..7a99da3 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t04.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t05.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t05.dart
index 716c60b..fae7e0f 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t05.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t06.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t06.dart
index 729a2b2..81e17d5 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t06.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t07.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t07.dart
index 6ae84e9..551812c 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t07.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t08.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t08.dart
index cf28b1a..d222c0d 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t08.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t09.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t09.dart
index 6730234..d782ba9 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t09.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t10.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t10.dart
index 352c13a..471db09 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t10.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t11.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t11.dart
index 50423c3..088ebb7 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t11.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t12.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t12.dart
index 22654b3..6ed53a8 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t12.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t13.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t13.dart
index 388ff2c..691e62f 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t13.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t14.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t14.dart
index af629ce..8e02c48 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t14.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t15.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t15.dart
index 02bd883..87de225 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t15.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t16.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t16.dart
index 06eeabc..e7c2faf 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t16.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t17.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t17.dart
index 5371ecc..7e87260 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t17.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t18.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t18.dart
index 1dc23d1..d9ca43d 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t18.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the arity of a user-declared 

  * operator with one of the names:

diff --git a/Language/Classes/Instance_Methods/Operators/arity_1_t19.dart b/Language/Classes/Instance_Methods/Operators/arity_1_t19.dart
index 76cdef0..58bc956 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_1_t19.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the arity of a user-declared 
  * operator with one of the names:
diff --git a/Language/Classes/Instance_Methods/Operators/arity_2_t01.dart b/Language/Classes/Instance_Methods/Operators/arity_2_t01.dart
index 2579210..5c49ff2 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_2_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_2_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if arity of the user-declared operator

  * []= is not 2.

diff --git a/Language/Classes/Instance_Methods/Operators/arity_2_t02.dart b/Language/Classes/Instance_Methods/Operators/arity_2_t02.dart
index df948ca..2870b04 100644
--- a/Language/Classes/Instance_Methods/Operators/arity_2_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/arity_2_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if arity of the user-declared operator

  * []= is not 2.

diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t01.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t01.dart
index 223aaa3..569db75 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to declare an optional parameter in an 

  * operator.

diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t02.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t02.dart
index d2e2a43..1dbfd2d 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to declare an optional parameter in an 

  * operator.

diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t03.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t03.dart
index 9d62cb1..b20c37c 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t03.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error to declare an optional parameter in an 
  * operator.
diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t04.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t04.dart
index e78bb34..b931d2d 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t04.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error to declare an optional parameter in an 
  * operator.
diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t05.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t05.dart
index 1f616df..a7cd2df 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t05.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to declare an optional parameter in an 

  * operator.

diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t06.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t06.dart
index 06f7683..245f511 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t06.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to declare an optional parameter in an 

  * operator.

diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t07.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t07.dart
index 065e068..15e676f 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t07.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error to declare an optional parameter in an 
  * operator.
diff --git a/Language/Classes/Instance_Methods/Operators/optional_parameter_t08.dart b/Language/Classes/Instance_Methods/Operators/optional_parameter_t08.dart
index c69131b..fe40e56 100644
--- a/Language/Classes/Instance_Methods/Operators/optional_parameter_t08.dart
+++ b/Language/Classes/Instance_Methods/Operators/optional_parameter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error to declare an optional parameter in an 
  * operator.
diff --git a/Language/Classes/Instance_Methods/Operators/return_type_t01.dart b/Language/Classes/Instance_Methods/Operators/return_type_t01.dart
index 4e8196e..225fd7a 100644
--- a/Language/Classes/Instance_Methods/Operators/return_type_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if the return type of the user-declared
  * operator []= is explicitly declared and not void.
diff --git a/Language/Classes/Instance_Methods/Operators/syntax_t01.dart b/Language/Classes/Instance_Methods/Operators/syntax_t01.dart
index 0ea46d6..698e584 100644
--- a/Language/Classes/Instance_Methods/Operators/syntax_t01.dart
+++ b/Language/Classes/Instance_Methods/Operators/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * operatorSignature: 

diff --git a/Language/Classes/Instance_Methods/Operators/syntax_t02.dart b/Language/Classes/Instance_Methods/Operators/syntax_t02.dart
index fcdf3c3..7f6a9f6 100644
--- a/Language/Classes/Instance_Methods/Operators/syntax_t02.dart
+++ b/Language/Classes/Instance_Methods/Operators/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * operator:
diff --git a/Language/Classes/Instance_Methods/Operators/syntax_t03.dart b/Language/Classes/Instance_Methods/Operators/syntax_t03.dart
index 0d279d6..98bf54a 100644
--- a/Language/Classes/Instance_Methods/Operators/syntax_t03.dart
+++ b/Language/Classes/Instance_Methods/Operators/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * operator: 

diff --git a/Language/Classes/Instance_Methods/Operators/syntax_t04.dart b/Language/Classes/Instance_Methods/Operators/syntax_t04.dart
index 602c8e1..8f9ea6e 100644
--- a/Language/Classes/Instance_Methods/Operators/syntax_t04.dart
+++ b/Language/Classes/Instance_Methods/Operators/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * operator:
diff --git a/Language/Classes/Instance_Methods/Operators/unary_minus.dart b/Language/Classes/Instance_Methods/Operators/unary_minus.dart
index 8decfa5..adc2bb3 100644
--- a/Language/Classes/Instance_Methods/Operators/unary_minus.dart
+++ b/Language/Classes/Instance_Methods/Operators/unary_minus.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of the unary operator - is unary-.
  * @description Checks that the name of unary operator - is 'unary-'
diff --git a/Language/Classes/Instance_Methods/override_different_default_values_t01.dart b/Language/Classes/Instance_Methods/override_different_default_values_t01.dart
index c7d073e..4c981b8 100644
--- a/Language/Classes/Instance_Methods/override_different_default_values_t01.dart
+++ b/Language/Classes/Instance_Methods/override_different_default_values_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2, the signature of m2 explicitly specifies a default 
diff --git a/Language/Classes/Instance_Methods/override_different_default_values_t02.dart b/Language/Classes/Instance_Methods/override_different_default_values_t02.dart
index 6412d3d..cfb6f9c 100644
--- a/Language/Classes/Instance_Methods/override_different_default_values_t02.dart
+++ b/Language/Classes/Instance_Methods/override_different_default_values_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2, the signature of m2 explicitly specifies a default 
diff --git a/Language/Classes/Instance_Methods/override_different_default_values_t03.dart b/Language/Classes/Instance_Methods/override_different_default_values_t03.dart
index 1f6b9b5..c100815 100644
--- a/Language/Classes/Instance_Methods/override_different_default_values_t03.dart
+++ b/Language/Classes/Instance_Methods/override_different_default_values_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2, the signature of m2 explicitly specifies a default 
diff --git a/Language/Classes/Instance_Methods/override_fewer_parameters_t01.dart b/Language/Classes/Instance_Methods/override_fewer_parameters_t01.dart
index d8f484f..a41c5e5 100644
--- a/Language/Classes/Instance_Methods/override_fewer_parameters_t01.dart
+++ b/Language/Classes/Instance_Methods/override_fewer_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an
  * instance member m2 and m1 has fewer positional parameters than m2.
diff --git a/Language/Classes/Instance_Methods/override_fewer_parameters_t02.dart b/Language/Classes/Instance_Methods/override_fewer_parameters_t02.dart
index 55a7646..b932d88 100644
--- a/Language/Classes/Instance_Methods/override_fewer_parameters_t02.dart
+++ b/Language/Classes/Instance_Methods/override_fewer_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an
  * instance member m2 and m1 has fewer positional parameters than m2.
diff --git a/Language/Classes/Instance_Methods/override_fewer_parameters_t03.dart b/Language/Classes/Instance_Methods/override_fewer_parameters_t03.dart
index c345e36..3e3d5a9 100644
--- a/Language/Classes/Instance_Methods/override_fewer_parameters_t03.dart
+++ b/Language/Classes/Instance_Methods/override_fewer_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an
  * instance member m2 and m1 has fewer positional parameters than m2.
diff --git a/Language/Classes/Instance_Methods/override_more_parameters_t01.dart b/Language/Classes/Instance_Methods/override_more_parameters_t01.dart
index 08ca331..f3d5358 100644
--- a/Language/Classes/Instance_Methods/override_more_parameters_t01.dart
+++ b/Language/Classes/Instance_Methods/override_more_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a  static warning if an instance method m1 overrides an
  * instance member m2 and m1 has a greater number of required parameters than 
diff --git a/Language/Classes/Instance_Methods/override_more_parameters_t02.dart b/Language/Classes/Instance_Methods/override_more_parameters_t02.dart
index 07e4883..565253c 100644
--- a/Language/Classes/Instance_Methods/override_more_parameters_t02.dart
+++ b/Language/Classes/Instance_Methods/override_more_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a  static warning if an instance method m1 overrides an
  * instance member m2 and m1 has a greater number of required parameters than 
diff --git a/Language/Classes/Instance_Methods/override_more_parameters_t03.dart b/Language/Classes/Instance_Methods/override_more_parameters_t03.dart
index 49ff72e..e645e0e 100644
--- a/Language/Classes/Instance_Methods/override_more_parameters_t03.dart
+++ b/Language/Classes/Instance_Methods/override_more_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a  static warning if an instance method m1 overrides an
  * instance member m2 and m1 has a greater number of required parameters than 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t01.dart b/Language/Classes/Instance_Methods/override_named_parameters_t01.dart
index 92eb331..6a22408 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t01.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t02.dart b/Language/Classes/Instance_Methods/override_named_parameters_t02.dart
index 73791ff..5a1de7a 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t02.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t03.dart b/Language/Classes/Instance_Methods/override_named_parameters_t03.dart
index b91e1de..8d157ef 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t03.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t04.dart b/Language/Classes/Instance_Methods/override_named_parameters_t04.dart
index ccf0392..e3432d7 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t04.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t05.dart b/Language/Classes/Instance_Methods/override_named_parameters_t05.dart
index 518353b..b7bfaec 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t05.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t06.dart b/Language/Classes/Instance_Methods/override_named_parameters_t06.dart
index 00279c1..c09ca09 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t06.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t07.dart b/Language/Classes/Instance_Methods/override_named_parameters_t07.dart
index c1cc4c8..ccd03a2 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t07.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t08.dart b/Language/Classes/Instance_Methods/override_named_parameters_t08.dart
index 16d3139..7183892 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t08.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t09.dart b/Language/Classes/Instance_Methods/override_named_parameters_t09.dart
index 129b33b..c8e47df 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t09.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t10.dart b/Language/Classes/Instance_Methods/override_named_parameters_t10.dart
index ff18782..d058d9c 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t10.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if an instance method m1 overrides an 
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_named_parameters_t11.dart b/Language/Classes/Instance_Methods/override_named_parameters_t11.dart
index 07ce222..a6341c7 100644
--- a/Language/Classes/Instance_Methods/override_named_parameters_t11.dart
+++ b/Language/Classes/Instance_Methods/override_named_parameters_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and m1 does not declare all the named parameters declared 
diff --git a/Language/Classes/Instance_Methods/override_subtype_t01.dart b/Language/Classes/Instance_Methods/override_subtype_t01.dart
index e9905c6..1967cf3 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t01.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t02.dart b/Language/Classes/Instance_Methods/override_subtype_t02.dart
index 0fb0066..991289b 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t02.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t03.dart b/Language/Classes/Instance_Methods/override_subtype_t03.dart
index 09bde63..f2999be 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t03.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t04.dart b/Language/Classes/Instance_Methods/override_subtype_t04.dart
index 5e54f43..7e574ee 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t04.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t05.dart b/Language/Classes/Instance_Methods/override_subtype_t05.dart
index bc556f6..88ade30 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t05.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t06.dart b/Language/Classes/Instance_Methods/override_subtype_t06.dart
index a3739b0..f21afd3 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t06.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t07.dart b/Language/Classes/Instance_Methods/override_subtype_t07.dart
index c8f9f7d..416ab5e 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t07.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t08.dart b/Language/Classes/Instance_Methods/override_subtype_t08.dart
index 7d03109..2fc6f44 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t08.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t09.dart b/Language/Classes/Instance_Methods/override_subtype_t09.dart
index 8b1bc35..f016272 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t09.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t10.dart b/Language/Classes/Instance_Methods/override_subtype_t10.dart
index c56991e..eb5f9d7 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t10.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t11.dart b/Language/Classes/Instance_Methods/override_subtype_t11.dart
index 1471211..e2dd07f 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t11.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/override_subtype_t12.dart b/Language/Classes/Instance_Methods/override_subtype_t12.dart
index 627159c..036daa3 100644
--- a/Language/Classes/Instance_Methods/override_subtype_t12.dart
+++ b/Language/Classes/Instance_Methods/override_subtype_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is no static warning if an instance method m1 overrides an
  * instance member m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Instance_Methods/same_name_getter_t01.dart b/Language/Classes/Instance_Methods/same_name_getter_t01.dart
index 5952521..08e14ca 100644
--- a/Language/Classes/Instance_Methods/same_name_getter_t01.dart
+++ b/Language/Classes/Instance_Methods/same_name_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A method declaration may conflict with other declarations (10.11).
  * Let C be a class. It is a compile-time error if C declares a
diff --git a/Language/Classes/Instance_Methods/same_name_getter_t02.dart b/Language/Classes/Instance_Methods/same_name_getter_t02.dart
index 734f100..8d56b28 100644
--- a/Language/Classes/Instance_Methods/same_name_getter_t02.dart
+++ b/Language/Classes/Instance_Methods/same_name_getter_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A method declaration may conflict with other declarations (10.11).

  * Let C be a class. It is a compile-time error if C declares a

diff --git a/Language/Classes/Instance_Methods/same_name_getter_t03.dart b/Language/Classes/Instance_Methods/same_name_getter_t03.dart
index 642aa03..5b0461d 100644
--- a/Language/Classes/Instance_Methods/same_name_getter_t03.dart
+++ b/Language/Classes/Instance_Methods/same_name_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A method declaration may conflict with other declarations (10.11).
  * Let C be a class. It is a compile-time error if C declares a
diff --git a/Language/Classes/Instance_Methods/same_name_setter_t01.dart b/Language/Classes/Instance_Methods/same_name_setter_t01.dart
index 173e998..a2581f9 100644
--- a/Language/Classes/Instance_Methods/same_name_setter_t01.dart
+++ b/Language/Classes/Instance_Methods/same_name_setter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A method declaration may conflict with other declarations (10.11).
  * Let C be a class. It is a compile-time error if C declares a
diff --git a/Language/Classes/Instance_Methods/same_name_setter_t02.dart b/Language/Classes/Instance_Methods/same_name_setter_t02.dart
index 29e06c8..aeb9545 100644
--- a/Language/Classes/Instance_Methods/same_name_setter_t02.dart
+++ b/Language/Classes/Instance_Methods/same_name_setter_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * A method declaration may conflict with other declarations (10.11).

diff --git a/Language/Classes/Instance_Methods/same_name_setter_t03.dart b/Language/Classes/Instance_Methods/same_name_setter_t03.dart
index f0e2edd..662f501 100644
--- a/Language/Classes/Instance_Methods/same_name_setter_t03.dart
+++ b/Language/Classes/Instance_Methods/same_name_setter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * A method declaration may conflict with other declarations (10.11).
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_lib.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_lib.dart
index eaf300f..185faf7 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_lib.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library same_name_static_member_in_superclass_lib;
 class A {
   static double _f = 0;
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01.dart
index 07a9b27..73eebed 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02.dart
index 4021ac5..914ec70 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04.dart
index dee3b95..633b251 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05.dart
index 2f2e8c9..4bb50e8 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06.dart
index 3eca6ff..7a2dea8 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07.dart
index acf4e73..2115941 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08.dart
index 189a581..9e256ac 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09.dart
index a35e16c..0f6fb71 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t10.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t10.dart
index 1a7f1e0..1a6e355 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t10.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t11.dart b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t11.dart
index 6c80744..cc8ed57 100644
--- a/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t11.dart
+++ b/Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance methods are functions (9) whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/constant_t01.dart b/Language/Classes/Instance_Variables/constant_t01.dart
index 3e0132b..47e71df 100644
--- a/Language/Classes/Instance_Variables/constant_t01.dart
+++ b/Language/Classes/Instance_Variables/constant_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an instance variable is declared
  * to be constant.
diff --git a/Language/Classes/Instance_Variables/definition_t01.dart b/Language/Classes/Instance_Variables/definition_t01.dart
index 183db9d..12cca96 100644
--- a/Language/Classes/Instance_Variables/definition_t01.dart
+++ b/Language/Classes/Instance_Variables/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/definition_t02.dart b/Language/Classes/Instance_Variables/definition_t02.dart
index 0701b5e..b9c1ff4 100644
--- a/Language/Classes/Instance_Variables/definition_t02.dart
+++ b/Language/Classes/Instance_Variables/definition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/definition_t03.dart b/Language/Classes/Instance_Variables/definition_t03.dart
index bae1d10..893cc18 100644
--- a/Language/Classes/Instance_Variables/definition_t03.dart
+++ b/Language/Classes/Instance_Variables/definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/definition_t04.dart b/Language/Classes/Instance_Variables/definition_t04.dart
index dc6da3a..c9520aa 100644
--- a/Language/Classes/Instance_Variables/definition_t04.dart
+++ b/Language/Classes/Instance_Variables/definition_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/definition_t05.dart b/Language/Classes/Instance_Variables/definition_t05.dart
index ba88406..83f1a1c 100644
--- a/Language/Classes/Instance_Variables/definition_t05.dart
+++ b/Language/Classes/Instance_Variables/definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/type_aliases_t01.dart b/Language/Classes/Instance_Variables/type_aliases_t01.dart
index f81d79b..060e7e9 100644
--- a/Language/Classes/Instance_Variables/type_aliases_t01.dart
+++ b/Language/Classes/Instance_Variables/type_aliases_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/type_aliases_t02.dart b/Language/Classes/Instance_Variables/type_aliases_t02.dart
index 0dc2f00..8be0277 100644
--- a/Language/Classes/Instance_Variables/type_aliases_t02.dart
+++ b/Language/Classes/Instance_Variables/type_aliases_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Instance_Variables/type_aliases_t03.dart b/Language/Classes/Instance_Variables/type_aliases_t03.dart
index ca6979a..aea1166 100644
--- a/Language/Classes/Instance_Variables/type_aliases_t03.dart
+++ b/Language/Classes/Instance_Variables/type_aliases_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instance variables are variables whose declarations are
  * immediately contained within a class declaration and that are not declared
diff --git a/Language/Classes/Setters/instance_setter_t01.dart b/Language/Classes/Setters/instance_setter_t01.dart
index 91d3b9c..e12ce5d 100644
--- a/Language/Classes/Setters/instance_setter_t01.dart
+++ b/Language/Classes/Setters/instance_setter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t02.dart b/Language/Classes/Setters/instance_setter_t02.dart
index e57e114..7e333ad 100644
--- a/Language/Classes/Setters/instance_setter_t02.dart
+++ b/Language/Classes/Setters/instance_setter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t03.dart b/Language/Classes/Setters/instance_setter_t03.dart
index f58ab5f..9b4639b 100644
--- a/Language/Classes/Setters/instance_setter_t03.dart
+++ b/Language/Classes/Setters/instance_setter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t04.dart b/Language/Classes/Setters/instance_setter_t04.dart
index eb51ce4..5680b48 100644
--- a/Language/Classes/Setters/instance_setter_t04.dart
+++ b/Language/Classes/Setters/instance_setter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t05.dart b/Language/Classes/Setters/instance_setter_t05.dart
index 456afca..86a33a2 100644
--- a/Language/Classes/Setters/instance_setter_t05.dart
+++ b/Language/Classes/Setters/instance_setter_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t06.dart b/Language/Classes/Setters/instance_setter_t06.dart
index dc42539..bf01a5f 100644
--- a/Language/Classes/Setters/instance_setter_t06.dart
+++ b/Language/Classes/Setters/instance_setter_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t07.dart b/Language/Classes/Setters/instance_setter_t07.dart
index 61f6c97..6467207 100644
--- a/Language/Classes/Setters/instance_setter_t07.dart
+++ b/Language/Classes/Setters/instance_setter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t08.dart b/Language/Classes/Setters/instance_setter_t08.dart
index db25528..69e5b83 100644
--- a/Language/Classes/Setters/instance_setter_t08.dart
+++ b/Language/Classes/Setters/instance_setter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t09.dart b/Language/Classes/Setters/instance_setter_t09.dart
index aa327f4..296b9eb 100644
--- a/Language/Classes/Setters/instance_setter_t09.dart
+++ b/Language/Classes/Setters/instance_setter_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t10.dart b/Language/Classes/Setters/instance_setter_t10.dart
index e0d17ea..7f2bcd1 100644
--- a/Language/Classes/Setters/instance_setter_t10.dart
+++ b/Language/Classes/Setters/instance_setter_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t11.dart b/Language/Classes/Setters/instance_setter_t11.dart
index 8ec864d..123a515 100644
--- a/Language/Classes/Setters/instance_setter_t11.dart
+++ b/Language/Classes/Setters/instance_setter_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/instance_setter_t12.dart b/Language/Classes/Setters/instance_setter_t12.dart
index 34643ea..a8576f5 100644
--- a/Language/Classes/Setters/instance_setter_t12.dart
+++ b/Language/Classes/Setters/instance_setter_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The instance setters of a class C are those instance setters
  * declared by C either implicitly or explicitly, and the instance setters
diff --git a/Language/Classes/Setters/name_t01.dart b/Language/Classes/Setters/name_t01.dart
index 5a9ebf4..12232a2 100644
--- a/Language/Classes/Setters/name_t01.dart
+++ b/Language/Classes/Setters/name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of a setter is obtained by appending the string ‘=’
  * to the identifier given in its signature. Hence, a setter name can never
diff --git a/Language/Classes/Setters/name_t02.dart b/Language/Classes/Setters/name_t02.dart
index f37b782..f2cbb19 100644
--- a/Language/Classes/Setters/name_t02.dart
+++ b/Language/Classes/Setters/name_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of a setter is obtained by appending the string ‘=’
  * to the identifier given in its signature. Hence, a setter name can never
diff --git a/Language/Classes/Setters/name_t03.dart b/Language/Classes/Setters/name_t03.dart
index 0b3c516..ca0bad0 100644
--- a/Language/Classes/Setters/name_t03.dart
+++ b/Language/Classes/Setters/name_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of a setter is obtained by appending the string ‘=’
  * to the identifier given in its signature. Hence, a setter name can never
diff --git a/Language/Classes/Setters/name_t04.dart b/Language/Classes/Setters/name_t04.dart
index 406d27c..b5da642 100644
--- a/Language/Classes/Setters/name_t04.dart
+++ b/Language/Classes/Setters/name_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of a setter is obtained by appending the string ‘=’
  * to the identifier given in its signature. Hence, a setter name can never
diff --git a/Language/Classes/Setters/name_t05.dart b/Language/Classes/Setters/name_t05.dart
index a20da77..5f7a747 100644
--- a/Language/Classes/Setters/name_t05.dart
+++ b/Language/Classes/Setters/name_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name of a setter is obtained by appending the string ‘=’
  * to the identifier given in its signature. Hence, a setter name can never
diff --git a/Language/Classes/Setters/name_t06.dart b/Language/Classes/Setters/name_t06.dart
index b50bb5f..370547c 100644
--- a/Language/Classes/Setters/name_t06.dart
+++ b/Language/Classes/Setters/name_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A setter declaration may conflict with other declarations (10.11).
  * Let C be a class. It is a compile-time error if C declares a
diff --git a/Language/Classes/Setters/name_t07.dart b/Language/Classes/Setters/name_t07.dart
index 52ccb7e..9e43e37 100644
--- a/Language/Classes/Setters/name_t07.dart
+++ b/Language/Classes/Setters/name_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A setter declaration may conflict with other declarations (10.11).
  * Let C be a class. It is a compile-time error if C declares a
diff --git a/Language/Classes/Setters/no_return_type_t01.dart b/Language/Classes/Setters/no_return_type_t01.dart
index 007a0e0..2e42225 100644
--- a/Language/Classes/Setters/no_return_type_t01.dart
+++ b/Language/Classes/Setters/no_return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If no return type is specified, the return type of the setter is
  * dynamic.
diff --git a/Language/Classes/Setters/override_t01.dart b/Language/Classes/Setters/override_t01.dart
index 9e6dc58..ef8a838 100644
--- a/Language/Classes/Setters/override_t01.dart
+++ b/Language/Classes/Setters/override_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if a setter m1 overrides a setter
  * or method m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Setters/override_t02.dart b/Language/Classes/Setters/override_t02.dart
index dbd5886..902add4 100644
--- a/Language/Classes/Setters/override_t02.dart
+++ b/Language/Classes/Setters/override_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if a setter m1 overrides a setter
  * or method m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Setters/override_t03.dart b/Language/Classes/Setters/override_t03.dart
index 883d293..38c67a1 100644
--- a/Language/Classes/Setters/override_t03.dart
+++ b/Language/Classes/Setters/override_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if a setter m1 overrides a setter
  * or method m2 and the type of m1 is not a subtype of the type of m2.
diff --git a/Language/Classes/Setters/parameter_t01.dart b/Language/Classes/Setters/parameter_t01.dart
index 4af7811..5e8f30c 100644
--- a/Language/Classes/Setters/parameter_t01.dart
+++ b/Language/Classes/Setters/parameter_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t02.dart b/Language/Classes/Setters/parameter_t02.dart
index 99bbc00..97ca595 100644
--- a/Language/Classes/Setters/parameter_t02.dart
+++ b/Language/Classes/Setters/parameter_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t03.dart b/Language/Classes/Setters/parameter_t03.dart
index 1b500b3..20e665d 100644
--- a/Language/Classes/Setters/parameter_t03.dart
+++ b/Language/Classes/Setters/parameter_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t04.dart b/Language/Classes/Setters/parameter_t04.dart
index 270fd8c..0174dd3 100644
--- a/Language/Classes/Setters/parameter_t04.dart
+++ b/Language/Classes/Setters/parameter_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t05.dart b/Language/Classes/Setters/parameter_t05.dart
index 3eb6b42..f431cc2 100644
--- a/Language/Classes/Setters/parameter_t05.dart
+++ b/Language/Classes/Setters/parameter_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t06.dart b/Language/Classes/Setters/parameter_t06.dart
index 9c49d7b..4883ba3 100644
--- a/Language/Classes/Setters/parameter_t06.dart
+++ b/Language/Classes/Setters/parameter_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t07.dart b/Language/Classes/Setters/parameter_t07.dart
index 94986db..6d71824 100644
--- a/Language/Classes/Setters/parameter_t07.dart
+++ b/Language/Classes/Setters/parameter_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/parameter_t08.dart b/Language/Classes/Setters/parameter_t08.dart
index b04cea1..25ef3bb 100644
--- a/Language/Classes/Setters/parameter_t08.dart
+++ b/Language/Classes/Setters/parameter_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a setter's formal parameter list

  * does not consist of exactly one required formal parameter p.

diff --git a/Language/Classes/Setters/return_type_not_void_t01.dart b/Language/Classes/Setters/return_type_not_void_t01.dart
index e52aafe..cf50027 100644
--- a/Language/Classes/Setters/return_type_not_void_t01.dart
+++ b/Language/Classes/Setters/return_type_not_void_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a setter declares a return type other
  * than void
diff --git a/Language/Classes/Setters/same_name_getter_different_type_t01.dart b/Language/Classes/Setters/same_name_getter_different_type_t01.dart
index 599148f..36171ae 100644
--- a/Language/Classes/Setters/same_name_getter_different_type_t01.dart
+++ b/Language/Classes/Setters/same_name_getter_different_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class has a setter named v= with
  * argument type T and a getter named v with return type S, and S may not be
diff --git a/Language/Classes/Setters/same_name_getter_different_type_t02.dart b/Language/Classes/Setters/same_name_getter_different_type_t02.dart
index e20608f..95d9dc4 100644
--- a/Language/Classes/Setters/same_name_getter_different_type_t02.dart
+++ b/Language/Classes/Setters/same_name_getter_different_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a static warning if a class has a setter named v= with
  * argument type T and a getter named v with return type S, and S may not be
diff --git a/Language/Classes/Setters/same_name_getter_different_type_t03.dart b/Language/Classes/Setters/same_name_getter_different_type_t03.dart
index a7fa239..907d872 100644
--- a/Language/Classes/Setters/same_name_getter_different_type_t03.dart
+++ b/Language/Classes/Setters/same_name_getter_different_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class has a setter named 'v=' with
  * argument type T and a getter named 'v' with return type S, and T may not be
diff --git a/Language/Classes/Setters/same_name_getter_different_type_t04.dart b/Language/Classes/Setters/same_name_getter_different_type_t04.dart
index 52b2653..c6a0eb9 100644
--- a/Language/Classes/Setters/same_name_getter_different_type_t04.dart
+++ b/Language/Classes/Setters/same_name_getter_different_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class has a setter named 'v=' with
  * argument type T and a getter named 'v' with return type S, and T may not be
diff --git a/Language/Classes/Setters/static_setter_t01.dart b/Language/Classes/Setters/static_setter_t01.dart
index d813e6f..dd462b7 100644
--- a/Language/Classes/Setters/static_setter_t01.dart
+++ b/Language/Classes/Setters/static_setter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile time error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t02.dart b/Language/Classes/Setters/static_setter_t02.dart
index 41eab16..8789445 100644
--- a/Language/Classes/Setters/static_setter_t02.dart
+++ b/Language/Classes/Setters/static_setter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t04.dart b/Language/Classes/Setters/static_setter_t04.dart
index 0181359..5b7d099 100644
--- a/Language/Classes/Setters/static_setter_t04.dart
+++ b/Language/Classes/Setters/static_setter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t05.dart b/Language/Classes/Setters/static_setter_t05.dart
index cd8193f..a2d04fd 100644
--- a/Language/Classes/Setters/static_setter_t05.dart
+++ b/Language/Classes/Setters/static_setter_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t07.dart b/Language/Classes/Setters/static_setter_t07.dart
index 00c2d0a..6ce9cb6 100644
--- a/Language/Classes/Setters/static_setter_t07.dart
+++ b/Language/Classes/Setters/static_setter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t08.dart b/Language/Classes/Setters/static_setter_t08.dart
index cabe503..83b0607 100644
--- a/Language/Classes/Setters/static_setter_t08.dart
+++ b/Language/Classes/Setters/static_setter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/static_setter_t09.dart b/Language/Classes/Setters/static_setter_t09.dart
index 8e0a911..b213409 100644
--- a/Language/Classes/Setters/static_setter_t09.dart
+++ b/Language/Classes/Setters/static_setter_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile error if a class declares a static setter
  * named v= and also has a non-static member named v.
diff --git a/Language/Classes/Setters/syntax_t01.dart b/Language/Classes/Setters/syntax_t01.dart
index 55f43cf..f644521 100644
--- a/Language/Classes/Setters/syntax_t01.dart
+++ b/Language/Classes/Setters/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * setterSignature:
diff --git a/Language/Classes/Setters/syntax_t02.dart b/Language/Classes/Setters/syntax_t02.dart
index 37030a0..19cacc5 100644
--- a/Language/Classes/Setters/syntax_t02.dart
+++ b/Language/Classes/Setters/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * setterSignature:
diff --git a/Language/Classes/Setters/syntax_t03.dart b/Language/Classes/Setters/syntax_t03.dart
index e9249cf..771462d 100644
--- a/Language/Classes/Setters/syntax_t03.dart
+++ b/Language/Classes/Setters/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * setterSignature:

diff --git a/Language/Classes/Setters/syntax_t04.dart b/Language/Classes/Setters/syntax_t04.dart
index 6a976c2..5c89ef1 100644
--- a/Language/Classes/Setters/syntax_t04.dart
+++ b/Language/Classes/Setters/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * setterSignature:
diff --git a/Language/Classes/Setters/syntax_t05.dart b/Language/Classes/Setters/syntax_t05.dart
index e80c132..b826ad7 100644
--- a/Language/Classes/Setters/syntax_t05.dart
+++ b/Language/Classes/Setters/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * setterSignature:
diff --git a/Language/Classes/Setters/syntax_t06.dart b/Language/Classes/Setters/syntax_t06.dart
index 2ab8b67..022e49a 100644
--- a/Language/Classes/Setters/syntax_t06.dart
+++ b/Language/Classes/Setters/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * setterSignature:
diff --git a/Language/Classes/Setters/type_object_t01.dart b/Language/Classes/Setters/type_object_t01.dart
index 05652f8..a01d4eb 100644
--- a/Language/Classes/Setters/type_object_t01.dart
+++ b/Language/Classes/Setters/type_object_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static setter declaration doesn't add instance setter
  * with the same name to the Type object of the class
diff --git a/Language/Classes/Setters/type_object_t02.dart b/Language/Classes/Setters/type_object_t02.dart
index 0cb5895..c6ed6d6 100644
--- a/Language/Classes/Setters/type_object_t02.dart
+++ b/Language/Classes/Setters/type_object_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static setter declaration doesn't add instance setter
  * with the same name to the Type object of the class
diff --git a/Language/Classes/Static_Methods/declaration_t01.dart b/Language/Classes/Static_Methods/declaration_t01.dart
index 28b05e1..580b011 100644
--- a/Language/Classes/Static_Methods/declaration_t01.dart
+++ b/Language/Classes/Static_Methods/declaration_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static methods are functions, other than getters or setters,

  * whose declarations are immediately contained within a class declaration

diff --git a/Language/Classes/Static_Methods/declaration_t02.dart b/Language/Classes/Static_Methods/declaration_t02.dart
index 747165f..53c7dde 100644
--- a/Language/Classes/Static_Methods/declaration_t02.dart
+++ b/Language/Classes/Static_Methods/declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static methods are functions, other than getters or setters,
  * whose declarations are immediately contained within a class declaration
diff --git a/Language/Classes/Static_Methods/declaration_t03.dart b/Language/Classes/Static_Methods/declaration_t03.dart
index ca2c4e7..bbebf80 100644
--- a/Language/Classes/Static_Methods/declaration_t03.dart
+++ b/Language/Classes/Static_Methods/declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static methods are functions, other than getters or setters,
  * whose declarations are immediately contained within a class declaration
diff --git a/Language/Classes/Static_Methods/declaration_t04.dart b/Language/Classes/Static_Methods/declaration_t04.dart
index 12e548e..bde1c16 100644
--- a/Language/Classes/Static_Methods/declaration_t04.dart
+++ b/Language/Classes/Static_Methods/declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static methods are functions, other than getters or setters,
  * whose declarations are immediately contained within a class declaration
diff --git a/Language/Classes/Static_Methods/type_object_t01.dart b/Language/Classes/Static_Methods/type_object_t01.dart
index 68ccd22..73eac19 100644
--- a/Language/Classes/Static_Methods/type_object_t01.dart
+++ b/Language/Classes/Static_Methods/type_object_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static method declaration doesn't add the instance
  * method with the same name to the Type object of this class
diff --git a/Language/Classes/Static_Methods/type_object_t02.dart b/Language/Classes/Static_Methods/type_object_t02.dart
index 200da4e..cf5339d 100644
--- a/Language/Classes/Static_Methods/type_object_t02.dart
+++ b/Language/Classes/Static_Methods/type_object_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static method declaration doesn't add the instance
  * method with the same name to the Type object of this class
diff --git a/Language/Classes/Static_Variables/inheritance_t01.dart b/Language/Classes/Static_Variables/inheritance_t01.dart
index c9e2b2d..648ff2b 100644
--- a/Language/Classes/Static_Variables/inheritance_t01.dart
+++ b/Language/Classes/Static_Variables/inheritance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static variables are variables whose declarations are
  * immediately contained  within a class declaration and that are declared
diff --git a/Language/Classes/Static_Variables/inheritance_t02.dart b/Language/Classes/Static_Variables/inheritance_t02.dart
index 75ee395..b930841 100644
--- a/Language/Classes/Static_Variables/inheritance_t02.dart
+++ b/Language/Classes/Static_Variables/inheritance_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static variables are variables whose declarations are
  * immediately contained  within a class declaration and that are declared
diff --git a/Language/Classes/Static_Variables/type_alias_t01.dart b/Language/Classes/Static_Variables/type_alias_t01.dart
index a6dbde3..15a9016 100644
--- a/Language/Classes/Static_Variables/type_alias_t01.dart
+++ b/Language/Classes/Static_Variables/type_alias_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static variables are variables whose declarations are
  * immediately contained  within a class declaration and that are declared
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t01.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t01.dart
index d429c8c..55182c4 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t01.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if a non-abstract class inherits an
  * abstract method.
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t02.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t02.dart
index be4c555..9c7cc7f 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t02.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/abstract_method_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static warning if a non-abstract class inherits an
  * abstract method.
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t01.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t01.dart
index 99e6b0c..3a2219a 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t01.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t02.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t02.dart
index ddc04bc..6aafec8 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t02.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03.dart
index dbdfcfb..f379a12 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t04.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t04.dart
index 480b216..d2d565c 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t04.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05.dart
index 7e43d37..714aeeb 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t06.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t06.dart
index cabfc25..8ddc7f3 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t06.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t07.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t07.dart
index 51d85ca..9a0565f 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t07.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t08.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t08.dart
index 440939b..9c3651c 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t08.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t09.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t09.dart
index 385be68..9efbfdf 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t09.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t10.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t10.dart
index 6451fbb..0076cae 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t10.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a class, let A be a superclass of C, and let S1...Sk
  * be superclasses of C that are also subclasses of A. C inherits all
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t01.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t01.dart
index f694bf7..028aaa7 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t01.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t02.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t02.dart
index fabf3e2..2b2789c 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t02.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t03.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t03.dart
index 30e11bd..c9a7316 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t03.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04.dart
index 8b5ae4a..c3205bf 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04_lib.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04_lib.dart
index 34e91ea..ff18133 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04_lib.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t04_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library overriding_t04_lib;
 
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t05.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t05.dart
index 98251da..be275a4 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t05.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t06.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t06.dart
index 55692db..4dbcd1c 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t06.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t07.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t07.dart
index f156aa9..b9e6a4c 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t07.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t08.dart b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t08.dart
index 3ab3344..6c51b30 100644
--- a/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t08.dart
+++ b/Language/Classes/Superclasses/Inheritance_and_Overriding/overriding_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C = S0 be a class declared in library L, and let
  * {S1 ... Sk} be the set of all superclasses of C, where Si is the superclass
diff --git a/Language/Classes/Superclasses/extends_clause_t01.dart b/Language/Classes/Superclasses/extends_clause_t01.dart
index ae07410..47fccc9 100644
--- a/Language/Classes/Superclasses/extends_clause_t01.dart
+++ b/Language/Classes/Superclasses/extends_clause_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The superclass of a class C that has a with clause with
  * M1,...,Mk and an extends clause extends S is the application of mixin
diff --git a/Language/Classes/Superclasses/extends_clause_t02.dart b/Language/Classes/Superclasses/extends_clause_t02.dart
index ce65730..6a9a6e6 100644
--- a/Language/Classes/Superclasses/extends_clause_t02.dart
+++ b/Language/Classes/Superclasses/extends_clause_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The superclass of a class C that has a with clause with
  * M1,...,Mk and an extends clause extends S is the application of mixin
diff --git a/Language/Classes/Superclasses/no_extends_clause_t01.dart b/Language/Classes/Superclasses/no_extends_clause_t01.dart
index fe7d730..c813214 100644
--- a/Language/Classes/Superclasses/no_extends_clause_t01.dart
+++ b/Language/Classes/Superclasses/no_extends_clause_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If no extends clause is specified, then either:
  * - C is Object, which has no superclass. OR
diff --git a/Language/Classes/Superclasses/superclass_of_itself_t01.dart b/Language/Classes/Superclasses/superclass_of_itself_t01.dart
index cb7e30f..a77f8a1 100644
--- a/Language/Classes/Superclasses/superclass_of_itself_t01.dart
+++ b/Language/Classes/Superclasses/superclass_of_itself_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class C is a superclass of itself.

  * @description Checks that it is a compile-time error if a class references

diff --git a/Language/Classes/Superclasses/superclass_of_itself_t02.dart b/Language/Classes/Superclasses/superclass_of_itself_t02.dart
index 9cf1931..c0badaa 100644
--- a/Language/Classes/Superclasses/superclass_of_itself_t02.dart
+++ b/Language/Classes/Superclasses/superclass_of_itself_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class C is a superclass of itself.

  * @description Checks that it is a compile-time error if a class attempts to

diff --git a/Language/Classes/Superclasses/superclass_of_itself_t03.dart b/Language/Classes/Superclasses/superclass_of_itself_t03.dart
index 130260a..c5eaa35 100644
--- a/Language/Classes/Superclasses/superclass_of_itself_t03.dart
+++ b/Language/Classes/Superclasses/superclass_of_itself_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a class C is a superclass of itself.
  * @description Checks that it is a compile-time error if a class references
diff --git a/Language/Classes/Superclasses/superclass_of_itself_t04.dart b/Language/Classes/Superclasses/superclass_of_itself_t04.dart
index b8aa40f..29e21dc 100644
--- a/Language/Classes/Superclasses/superclass_of_itself_t04.dart
+++ b/Language/Classes/Superclasses/superclass_of_itself_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a class C is a superclass of itself.
  * @description Checks that it is a compile-time error if a class attempts to
diff --git a/Language/Classes/Superclasses/transition_t01.dart b/Language/Classes/Superclasses/transition_t01.dart
index 7fdfab0..edfe245 100644
--- a/Language/Classes/Superclasses/transition_t01.dart
+++ b/Language/Classes/Superclasses/transition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A class S is a superclass of a class C iff either:
  * - S is the superclass of C, or
diff --git a/Language/Classes/Superclasses/transition_t02.dart b/Language/Classes/Superclasses/transition_t02.dart
index daafba2..8716eea 100644
--- a/Language/Classes/Superclasses/transition_t02.dart
+++ b/Language/Classes/Superclasses/transition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class S is a superclass of a class C iff either:
  * - S is the superclass of C, or
diff --git a/Language/Classes/Superclasses/wrong_superclass_t01.dart b/Language/Classes/Superclasses/wrong_superclass_t01.dart
index 3a8b188..eae8e9d 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t01.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the extends clause of a class C

  * specifies an enumerated type, a malformed type or a deferred type as a

diff --git a/Language/Classes/Superclasses/wrong_superclass_t02.dart b/Language/Classes/Superclasses/wrong_superclass_t02.dart
index 8434306..8dd3bd1 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t02.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the extends clause of a class C

  * specifies an enumerated type, a malformed type or a deferred type as a

diff --git a/Language/Classes/Superclasses/wrong_superclass_t03.dart b/Language/Classes/Superclasses/wrong_superclass_t03.dart
index 080fbf3..b13c445 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t03.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the extends clause of a class C

  * specifies an enumerated type, a malformed type or a deferred type as a

diff --git a/Language/Classes/Superclasses/wrong_superclass_t04.dart b/Language/Classes/Superclasses/wrong_superclass_t04.dart
index 3c5a54b..e91cc69 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t04.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the extends clause of a class C
  * specifies an enumerated type, a malformed type or a deferred type as a
diff --git a/Language/Classes/Superclasses/wrong_superclass_t05.dart b/Language/Classes/Superclasses/wrong_superclass_t05.dart
index b324f29..6bd4603 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t05.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the extends clause of a class C

  * specifies an enumerated type, a malformed type or a deferred type as a

diff --git a/Language/Classes/Superclasses/wrong_superclass_t06.dart b/Language/Classes/Superclasses/wrong_superclass_t06.dart
index 6c7cae0..25b46cf 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t06.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the extends clause of a class C
  * specifies an enumerated type, a malformed type or a deferred type as a
diff --git a/Language/Classes/Superclasses/wrong_superclass_t07.dart b/Language/Classes/Superclasses/wrong_superclass_t07.dart
index 58d1365..0b056bb 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t07.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the extends clause of a class C
  * specifies an enumerated type, a malformed type or a deferred type as a
diff --git a/Language/Classes/Superclasses/wrong_superclass_t08.dart b/Language/Classes/Superclasses/wrong_superclass_t08.dart
index f0033ae..ee8cb8d 100644
--- a/Language/Classes/Superclasses/wrong_superclass_t08.dart
+++ b/Language/Classes/Superclasses/wrong_superclass_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the extends clause of a class C
  * specifies an enumerated type, a malformed type or a deferred type as a
diff --git a/Language/Classes/Superinterfaces/dynamic_type_t01.dart b/Language/Classes/Superinterfaces/dynamic_type_t01.dart
index 5269b7f..bc55e9b 100644
--- a/Language/Classes/Superinterfaces/dynamic_type_t01.dart
+++ b/Language/Classes/Superinterfaces/dynamic_type_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class C

  * specifies type dynamic as a superinterface.

diff --git a/Language/Classes/Superinterfaces/dynamic_type_t02.dart b/Language/Classes/Superinterfaces/dynamic_type_t02.dart
index f9ec755..7aa623c 100644
--- a/Language/Classes/Superinterfaces/dynamic_type_t02.dart
+++ b/Language/Classes/Superinterfaces/dynamic_type_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class C

  * specifies type dynamic as a superinterface.

diff --git a/Language/Classes/Superinterfaces/dynamic_type_t03.dart b/Language/Classes/Superinterfaces/dynamic_type_t03.dart
index e9081b7..28afc5e 100644
--- a/Language/Classes/Superinterfaces/dynamic_type_t03.dart
+++ b/Language/Classes/Superinterfaces/dynamic_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the implements clause of a class C
  * specifies type dynamic as a superinterface.
diff --git a/Language/Classes/Superinterfaces/implicit_interface_t01.dart b/Language/Classes/Superinterfaces/implicit_interface_t01.dart
index b269fde..0e1480e 100644
--- a/Language/Classes/Superinterfaces/implicit_interface_t01.dart
+++ b/Language/Classes/Superinterfaces/implicit_interface_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if the implicit interface of a class
  * C includes an instance member m of type F and C declares or inherits a
diff --git a/Language/Classes/Superinterfaces/implicit_interface_t02.dart b/Language/Classes/Superinterfaces/implicit_interface_t02.dart
index 84653a9..ef47d28 100644
--- a/Language/Classes/Superinterfaces/implicit_interface_t02.dart
+++ b/Language/Classes/Superinterfaces/implicit_interface_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if the implicit interface of a class
  * C includes an instance member m of type F and C declares or inherits a
diff --git a/Language/Classes/Superinterfaces/implicit_interface_t03.dart b/Language/Classes/Superinterfaces/implicit_interface_t03.dart
index fcc02e7..9bd1e65 100644
--- a/Language/Classes/Superinterfaces/implicit_interface_t03.dart
+++ b/Language/Classes/Superinterfaces/implicit_interface_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if the implicit interface of a class
  * C includes an instance member m of type F and C declares or inherits a
diff --git a/Language/Classes/Superinterfaces/itself_t01.dart b/Language/Classes/Superinterfaces/itself_t01.dart
index 73b7ffc..2cbe86f 100644
--- a/Language/Classes/Superinterfaces/itself_t01.dart
+++ b/Language/Classes/Superinterfaces/itself_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the interface of a class C is a

  * superinterface of itself.

diff --git a/Language/Classes/Superinterfaces/itself_t02.dart b/Language/Classes/Superinterfaces/itself_t02.dart
index c6609e5..3b73f99 100644
--- a/Language/Classes/Superinterfaces/itself_t02.dart
+++ b/Language/Classes/Superinterfaces/itself_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the interface of a class C is a
  * superinterface of itself.
diff --git a/Language/Classes/Superinterfaces/more_than_once_t01.dart b/Language/Classes/Superinterfaces/more_than_once_t01.dart
index c787c27..91e8ed6 100644
--- a/Language/Classes/Superinterfaces/more_than_once_t01.dart
+++ b/Language/Classes/Superinterfaces/more_than_once_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class

  * C specifies a type T as a superinterface more than once.

diff --git a/Language/Classes/Superinterfaces/more_than_once_t02.dart b/Language/Classes/Superinterfaces/more_than_once_t02.dart
index c87132e..7ea0db0 100644
--- a/Language/Classes/Superinterfaces/more_than_once_t02.dart
+++ b/Language/Classes/Superinterfaces/more_than_once_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the implements clause of a class
  * C specifies a type T as a superinterface more than once.
diff --git a/Language/Classes/Superinterfaces/no_member_t01.dart b/Language/Classes/Superinterfaces/no_member_t01.dart
index 5225d13..91675f5 100644
--- a/Language/Classes/Superinterfaces/no_member_t01.dart
+++ b/Language/Classes/Superinterfaces/no_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod() distinct from the one declared in class Object.
diff --git a/Language/Classes/Superinterfaces/no_member_t02.dart b/Language/Classes/Superinterfaces/no_member_t02.dart
index 7e2fd8f..94758d2 100644
--- a/Language/Classes/Superinterfaces/no_member_t02.dart
+++ b/Language/Classes/Superinterfaces/no_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod().
diff --git a/Language/Classes/Superinterfaces/no_member_t03.dart b/Language/Classes/Superinterfaces/no_member_t03.dart
index 11074d5..5a996d2 100644
--- a/Language/Classes/Superinterfaces/no_member_t03.dart
+++ b/Language/Classes/Superinterfaces/no_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod().
diff --git a/Language/Classes/Superinterfaces/no_member_t04.dart b/Language/Classes/Superinterfaces/no_member_t04.dart
index 520c886..7dd9b7e 100644
--- a/Language/Classes/Superinterfaces/no_member_t04.dart
+++ b/Language/Classes/Superinterfaces/no_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod().
diff --git a/Language/Classes/Superinterfaces/no_member_t05.dart b/Language/Classes/Superinterfaces/no_member_t05.dart
index f4be96b..7da1f9b 100644
--- a/Language/Classes/Superinterfaces/no_member_t05.dart
+++ b/Language/Classes/Superinterfaces/no_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod() distinct from the one declared in class Object.
diff --git a/Language/Classes/Superinterfaces/no_member_t06.dart b/Language/Classes/Superinterfaces/no_member_t06.dart
index fb2a3a2..80ddf27 100644
--- a/Language/Classes/Superinterfaces/no_member_t06.dart
+++ b/Language/Classes/Superinterfaces/no_member_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod() distinct from the one declared in class Object.
diff --git a/Language/Classes/Superinterfaces/no_member_t07.dart b/Language/Classes/Superinterfaces/no_member_t07.dart
index d217036..12940f6 100644
--- a/Language/Classes/Superinterfaces/no_member_t07.dart
+++ b/Language/Classes/Superinterfaces/no_member_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let C be a concrete class that does not declare its own
  * noSuchMethod().
diff --git a/Language/Classes/Superinterfaces/superclass_as_superinterface_t01.dart b/Language/Classes/Superinterfaces/superclass_as_superinterface_t01.dart
index 4a01c2b..059b200 100644
--- a/Language/Classes/Superinterfaces/superclass_as_superinterface_t01.dart
+++ b/Language/Classes/Superinterfaces/superclass_as_superinterface_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the superclass of a class C is

  * specified as a superinterface of C.

diff --git a/Language/Classes/Superinterfaces/superclass_as_superinterface_t02.dart b/Language/Classes/Superinterfaces/superclass_as_superinterface_t02.dart
index 193d5e9..0478c9f 100644
--- a/Language/Classes/Superinterfaces/superclass_as_superinterface_t02.dart
+++ b/Language/Classes/Superinterfaces/superclass_as_superinterface_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the superclass of a class C is
  * specified as a superinterface of C.
diff --git a/Language/Classes/Superinterfaces/superclass_as_superinterface_t03.dart b/Language/Classes/Superinterfaces/superclass_as_superinterface_t03.dart
index c318f9a..41d5d13 100644
--- a/Language/Classes/Superinterfaces/superclass_as_superinterface_t03.dart
+++ b/Language/Classes/Superinterfaces/superclass_as_superinterface_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the superclass of a class C is
  * specified as a superinterface of C.
diff --git a/Language/Classes/Superinterfaces/superclass_as_superinterface_t04.dart b/Language/Classes/Superinterfaces/superclass_as_superinterface_t04.dart
index 0099b3a..a8336f5 100644
--- a/Language/Classes/Superinterfaces/superclass_as_superinterface_t04.dart
+++ b/Language/Classes/Superinterfaces/superclass_as_superinterface_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the superclass of a class C is
  * specified as a superinterface of C.
diff --git a/Language/Classes/Superinterfaces/syntax_t01.dart b/Language/Classes/Superinterfaces/syntax_t01.dart
index 6bc45ca..5e6655a 100644
--- a/Language/Classes/Superinterfaces/syntax_t01.dart
+++ b/Language/Classes/Superinterfaces/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A class has a set of direct superinterfaces. This set includes
  * the interface of its superclass and the interfaces specified in the the
diff --git a/Language/Classes/Superinterfaces/syntax_t02.dart b/Language/Classes/Superinterfaces/syntax_t02.dart
index 52c4f2b..94ed2b9 100644
--- a/Language/Classes/Superinterfaces/syntax_t02.dart
+++ b/Language/Classes/Superinterfaces/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A class has a set of direct superinterfaces. This set includes

  * the interface of its superclass and the interfaces specified in the the

diff --git a/Language/Classes/Superinterfaces/syntax_t03.dart b/Language/Classes/Superinterfaces/syntax_t03.dart
index 1a3a5c1..61d4f9e 100644
--- a/Language/Classes/Superinterfaces/syntax_t03.dart
+++ b/Language/Classes/Superinterfaces/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class has a set of direct superinterfaces. This set includes
  * the interface of its superclass and the interfaces specified in the the
diff --git a/Language/Classes/Superinterfaces/type_variable_as_superinterface_t01.dart b/Language/Classes/Superinterfaces/type_variable_as_superinterface_t01.dart
index fa6a64e..0d707c5 100644
--- a/Language/Classes/Superinterfaces/type_variable_as_superinterface_t01.dart
+++ b/Language/Classes/Superinterfaces/type_variable_as_superinterface_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class

  * C species a type variable as a superinterface.

diff --git a/Language/Classes/Superinterfaces/wrong_type_lib.dart b/Language/Classes/Superinterfaces/wrong_type_lib.dart
index c3bba70..49c169b 100644
--- a/Language/Classes/Superinterfaces/wrong_type_lib.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library wrong_type_lib;
 class A {
 }
diff --git a/Language/Classes/Superinterfaces/wrong_type_t01.dart b/Language/Classes/Superinterfaces/wrong_type_t01.dart
index ff71fd7..e8d1f49 100644
--- a/Language/Classes/Superinterfaces/wrong_type_t01.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class C

  * specifies an enumerated type, a malformed type or deferred type

diff --git a/Language/Classes/Superinterfaces/wrong_type_t02.dart b/Language/Classes/Superinterfaces/wrong_type_t02.dart
index 4398f42..2849d26 100644
--- a/Language/Classes/Superinterfaces/wrong_type_t02.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class C

  * specifies an enumerated type, a malformed type or deferred type

diff --git a/Language/Classes/Superinterfaces/wrong_type_t03.dart b/Language/Classes/Superinterfaces/wrong_type_t03.dart
index 28e2d58..1d481a0 100644
--- a/Language/Classes/Superinterfaces/wrong_type_t03.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the implements clause of a class C

  * specifies an enumerated type, a malformed type or deferred type

diff --git a/Language/Classes/Superinterfaces/wrong_type_t04.dart b/Language/Classes/Superinterfaces/wrong_type_t04.dart
index 4eccee4..f0f3f3a 100644
--- a/Language/Classes/Superinterfaces/wrong_type_t04.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the implements clause of a class C
  * specifies an enumerated type, a malformed type or deferred type
diff --git a/Language/Classes/Superinterfaces/wrong_type_t05.dart b/Language/Classes/Superinterfaces/wrong_type_t05.dart
index a0c3395..46261c9 100644
--- a/Language/Classes/Superinterfaces/wrong_type_t05.dart
+++ b/Language/Classes/Superinterfaces/wrong_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the implements clause of a class C
  * specifies an enumerated type, a malformed type or deferred type
diff --git a/Language/Classes/declarations_t01.dart b/Language/Classes/declarations_t01.dart
index e8bad16..296749f 100644
--- a/Language/Classes/declarations_t01.dart
+++ b/Language/Classes/declarations_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)?
diff --git a/Language/Classes/declarations_t02.dart b/Language/Classes/declarations_t02.dart
index 41d441f..2fd3419 100644
--- a/Language/Classes/declarations_t02.dart
+++ b/Language/Classes/declarations_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t03.dart b/Language/Classes/declarations_t03.dart
index 5cdeecc..85a1971 100644
--- a/Language/Classes/declarations_t03.dart
+++ b/Language/Classes/declarations_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t04.dart b/Language/Classes/declarations_t04.dart
index ebfad50..f92aa07 100644
--- a/Language/Classes/declarations_t04.dart
+++ b/Language/Classes/declarations_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)?

diff --git a/Language/Classes/declarations_t06.dart b/Language/Classes/declarations_t06.dart
index 319dde2..105d521 100644
--- a/Language/Classes/declarations_t06.dart
+++ b/Language/Classes/declarations_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t08.dart b/Language/Classes/declarations_t08.dart
index 8b9bf67..db7c1c1 100644
--- a/Language/Classes/declarations_t08.dart
+++ b/Language/Classes/declarations_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t12.dart b/Language/Classes/declarations_t12.dart
index 25da354..5e8623c 100644
--- a/Language/Classes/declarations_t12.dart
+++ b/Language/Classes/declarations_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t13.dart b/Language/Classes/declarations_t13.dart
index afb1269..34a6344 100644
--- a/Language/Classes/declarations_t13.dart
+++ b/Language/Classes/declarations_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t14.dart b/Language/Classes/declarations_t14.dart
index 128373e..12d388a 100644
--- a/Language/Classes/declarations_t14.dart
+++ b/Language/Classes/declarations_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t15.dart b/Language/Classes/declarations_t15.dart
index aea77e9..06dee57 100644
--- a/Language/Classes/declarations_t15.dart
+++ b/Language/Classes/declarations_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t16.dart b/Language/Classes/declarations_t16.dart
index e4d808c..b3b9a16 100644
--- a/Language/Classes/declarations_t16.dart
+++ b/Language/Classes/declarations_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t17.dart b/Language/Classes/declarations_t17.dart
index 5f53d23..b3f554c 100644
--- a/Language/Classes/declarations_t17.dart
+++ b/Language/Classes/declarations_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t18.dart b/Language/Classes/declarations_t18.dart
index 2148ead..46e5d2c 100644
--- a/Language/Classes/declarations_t18.dart
+++ b/Language/Classes/declarations_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t19.dart b/Language/Classes/declarations_t19.dart
index 78960a8..c27c36c 100644
--- a/Language/Classes/declarations_t19.dart
+++ b/Language/Classes/declarations_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t20.dart b/Language/Classes/declarations_t20.dart
index 5b09163..46d6a95 100644
--- a/Language/Classes/declarations_t20.dart
+++ b/Language/Classes/declarations_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t21.dart b/Language/Classes/declarations_t21.dart
index 5b60526..430318d 100644
--- a/Language/Classes/declarations_t21.dart
+++ b/Language/Classes/declarations_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t22.dart b/Language/Classes/declarations_t22.dart
index 4e99ed7..a264d26 100644
--- a/Language/Classes/declarations_t22.dart
+++ b/Language/Classes/declarations_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t23.dart b/Language/Classes/declarations_t23.dart
index 19885d9..adcf450 100644
--- a/Language/Classes/declarations_t23.dart
+++ b/Language/Classes/declarations_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t24.dart b/Language/Classes/declarations_t24.dart
index 924d703..4fa2226 100644
--- a/Language/Classes/declarations_t24.dart
+++ b/Language/Classes/declarations_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t25.dart b/Language/Classes/declarations_t25.dart
index 2e24f7b..75a3fb4 100644
--- a/Language/Classes/declarations_t25.dart
+++ b/Language/Classes/declarations_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t26.dart b/Language/Classes/declarations_t26.dart
index 8970eac..7684e55 100644
--- a/Language/Classes/declarations_t26.dart
+++ b/Language/Classes/declarations_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/declarations_t27.dart b/Language/Classes/declarations_t27.dart
index 821b5fa..ad1dfbb 100644
--- a/Language/Classes/declarations_t27.dart
+++ b/Language/Classes/declarations_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/declarations_t28.dart b/Language/Classes/declarations_t28.dart
index 6f08384..79090fa 100644
--- a/Language/Classes/declarations_t28.dart
+++ b/Language/Classes/declarations_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/declarations_t29.dart b/Language/Classes/declarations_t29.dart
index 0edd398..7e5fdce 100644
--- a/Language/Classes/declarations_t29.dart
+++ b/Language/Classes/declarations_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t30.dart b/Language/Classes/declarations_t30.dart
index 7fe134c..ed745a4 100644
--- a/Language/Classes/declarations_t30.dart
+++ b/Language/Classes/declarations_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t31.dart b/Language/Classes/declarations_t31.dart
index 9ba6df0..41f7bb8 100644
--- a/Language/Classes/declarations_t31.dart
+++ b/Language/Classes/declarations_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t32.dart b/Language/Classes/declarations_t32.dart
index 872dff3..a0788ee 100644
--- a/Language/Classes/declarations_t32.dart
+++ b/Language/Classes/declarations_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t33.dart b/Language/Classes/declarations_t33.dart
index a69af3b..fabf1e0 100644
--- a/Language/Classes/declarations_t33.dart
+++ b/Language/Classes/declarations_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/declarations_t34.dart b/Language/Classes/declarations_t34.dart
index 3098a13..3867ee9 100644
--- a/Language/Classes/declarations_t34.dart
+++ b/Language/Classes/declarations_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/definition_t01.dart b/Language/Classes/definition_t01.dart
index 16c52a5..254c6dd 100644
--- a/Language/Classes/definition_t01.dart
+++ b/Language/Classes/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/definition_t02.dart b/Language/Classes/definition_t02.dart
index 05fa8a0..050f935 100644
--- a/Language/Classes/definition_t02.dart
+++ b/Language/Classes/definition_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t03.dart b/Language/Classes/definition_t03.dart
index a77a95a..1869342 100644
--- a/Language/Classes/definition_t03.dart
+++ b/Language/Classes/definition_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t04.dart b/Language/Classes/definition_t04.dart
index 4a359e0..3da893c 100644
--- a/Language/Classes/definition_t04.dart
+++ b/Language/Classes/definition_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t05.dart b/Language/Classes/definition_t05.dart
index ae8c9e8..9891879 100644
--- a/Language/Classes/definition_t05.dart
+++ b/Language/Classes/definition_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t06.dart b/Language/Classes/definition_t06.dart
index 42cba62..0c830a1 100644
--- a/Language/Classes/definition_t06.dart
+++ b/Language/Classes/definition_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t07.dart b/Language/Classes/definition_t07.dart
index 3beaa7e..d93626b 100644
--- a/Language/Classes/definition_t07.dart
+++ b/Language/Classes/definition_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t08.dart b/Language/Classes/definition_t08.dart
index 958ed0c..b3b1453 100644
--- a/Language/Classes/definition_t08.dart
+++ b/Language/Classes/definition_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t09.dart b/Language/Classes/definition_t09.dart
index 907deba..aa5ee84 100644
--- a/Language/Classes/definition_t09.dart
+++ b/Language/Classes/definition_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t10.dart b/Language/Classes/definition_t10.dart
index ce48916..b250448 100644
--- a/Language/Classes/definition_t10.dart
+++ b/Language/Classes/definition_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/definition_t11.dart b/Language/Classes/definition_t11.dart
index cbe5d5b..bc2990f 100644
--- a/Language/Classes/definition_t11.dart
+++ b/Language/Classes/definition_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t12.dart b/Language/Classes/definition_t12.dart
index 8cebc37..c539321 100644
--- a/Language/Classes/definition_t12.dart
+++ b/Language/Classes/definition_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t13.dart b/Language/Classes/definition_t13.dart
index d4dd489..158116b 100644
--- a/Language/Classes/definition_t13.dart
+++ b/Language/Classes/definition_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t14.dart b/Language/Classes/definition_t14.dart
index d329680..f775f2c 100644
--- a/Language/Classes/definition_t14.dart
+++ b/Language/Classes/definition_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t15.dart b/Language/Classes/definition_t15.dart
index 05debec..eda932e 100644
--- a/Language/Classes/definition_t15.dart
+++ b/Language/Classes/definition_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t16.dart b/Language/Classes/definition_t16.dart
index 303b490..b801e8c 100644
--- a/Language/Classes/definition_t16.dart
+++ b/Language/Classes/definition_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t17.dart b/Language/Classes/definition_t17.dart
index 68f9337..a2994b4 100644
--- a/Language/Classes/definition_t17.dart
+++ b/Language/Classes/definition_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t18.dart b/Language/Classes/definition_t18.dart
index 32510c9..5ec332b 100644
--- a/Language/Classes/definition_t18.dart
+++ b/Language/Classes/definition_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t19.dart b/Language/Classes/definition_t19.dart
index 19da639..a1ef85b 100644
--- a/Language/Classes/definition_t19.dart
+++ b/Language/Classes/definition_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t20.dart b/Language/Classes/definition_t20.dart
index 5488aee..b607a4d 100644
--- a/Language/Classes/definition_t20.dart
+++ b/Language/Classes/definition_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/definition_t21.dart b/Language/Classes/definition_t21.dart
index 4d6254b..e082923 100644
--- a/Language/Classes/definition_t21.dart
+++ b/Language/Classes/definition_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t22.dart b/Language/Classes/definition_t22.dart
index e382e2c..778a96d 100644
--- a/Language/Classes/definition_t22.dart
+++ b/Language/Classes/definition_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/definition_t23.dart b/Language/Classes/definition_t23.dart
index eea6614..0d081b5 100644
--- a/Language/Classes/definition_t23.dart
+++ b/Language/Classes/definition_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/definition_t24.dart b/Language/Classes/definition_t24.dart
index d41480c..8d8847d 100644
--- a/Language/Classes/definition_t24.dart
+++ b/Language/Classes/definition_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)?
diff --git a/Language/Classes/implements_clause_t01.dart b/Language/Classes/implements_clause_t01.dart
index 04498b0..cef7332 100644
--- a/Language/Classes/implements_clause_t01.dart
+++ b/Language/Classes/implements_clause_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A class may implement a number of interfaces by declaring them 
  * in its implements clause.s
diff --git a/Language/Classes/implements_clause_t02.dart b/Language/Classes/implements_clause_t02.dart
index d5cd1b9..ee838a9 100644
--- a/Language/Classes/implements_clause_t02.dart
+++ b/Language/Classes/implements_clause_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A class may implement a number of interfaces by declaring them 
  * in its implements clause.
diff --git a/Language/Classes/implicit_interface_t01.dart b/Language/Classes/implicit_interface_t01.dart
index ea5c148..a37ef57 100644
--- a/Language/Classes/implicit_interface_t01.dart
+++ b/Language/Classes/implicit_interface_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The interface of class C is an implicit interface that declares 
  * instance members that correspond to the instance members declared by C, and 
diff --git a/Language/Classes/member_definition_t01.dart b/Language/Classes/member_definition_t01.dart
index eeb4732..94f914c 100644
--- a/Language/Classes/member_definition_t01.dart
+++ b/Language/Classes/member_definition_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t02.dart b/Language/Classes/member_definition_t02.dart
index f7b866d..e7d7810 100644
--- a/Language/Classes/member_definition_t02.dart
+++ b/Language/Classes/member_definition_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t04.dart b/Language/Classes/member_definition_t04.dart
index c667aef..c8be4d0 100644
--- a/Language/Classes/member_definition_t04.dart
+++ b/Language/Classes/member_definition_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t05.dart b/Language/Classes/member_definition_t05.dart
index 86ba67d..2eadd4b 100644
--- a/Language/Classes/member_definition_t05.dart
+++ b/Language/Classes/member_definition_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t06.dart b/Language/Classes/member_definition_t06.dart
index b54d671..5b46817 100644
--- a/Language/Classes/member_definition_t06.dart
+++ b/Language/Classes/member_definition_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t07.dart b/Language/Classes/member_definition_t07.dart
index ba680e0..423d21a 100644
--- a/Language/Classes/member_definition_t07.dart
+++ b/Language/Classes/member_definition_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t08.dart b/Language/Classes/member_definition_t08.dart
index d4f13d1..46b6706 100644
--- a/Language/Classes/member_definition_t08.dart
+++ b/Language/Classes/member_definition_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t09.dart b/Language/Classes/member_definition_t09.dart
index 5c97c49..59eba17 100644
--- a/Language/Classes/member_definition_t09.dart
+++ b/Language/Classes/member_definition_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t10.dart b/Language/Classes/member_definition_t10.dart
index 5ebdef1..bfa8ef6 100644
--- a/Language/Classes/member_definition_t10.dart
+++ b/Language/Classes/member_definition_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t11.dart b/Language/Classes/member_definition_t11.dart
index b120897..6888593 100644
--- a/Language/Classes/member_definition_t11.dart
+++ b/Language/Classes/member_definition_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t12.dart b/Language/Classes/member_definition_t12.dart
index e8c5777..6b0ee27 100644
--- a/Language/Classes/member_definition_t12.dart
+++ b/Language/Classes/member_definition_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/member_definition_t13.dart b/Language/Classes/member_definition_t13.dart
index b615408..dce8c05 100644
--- a/Language/Classes/member_definition_t13.dart
+++ b/Language/Classes/member_definition_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t14.dart b/Language/Classes/member_definition_t14.dart
index b070d50..3861310 100644
--- a/Language/Classes/member_definition_t14.dart
+++ b/Language/Classes/member_definition_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t15.dart b/Language/Classes/member_definition_t15.dart
index e9ea29b..c51cc66 100644
--- a/Language/Classes/member_definition_t15.dart
+++ b/Language/Classes/member_definition_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t16.dart b/Language/Classes/member_definition_t16.dart
index be637ef..c02478a 100644
--- a/Language/Classes/member_definition_t16.dart
+++ b/Language/Classes/member_definition_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t17.dart b/Language/Classes/member_definition_t17.dart
index 85db4ed..5218194 100644
--- a/Language/Classes/member_definition_t17.dart
+++ b/Language/Classes/member_definition_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t19.dart b/Language/Classes/member_definition_t19.dart
index 2968534..25a576a 100644
--- a/Language/Classes/member_definition_t19.dart
+++ b/Language/Classes/member_definition_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t21.dart b/Language/Classes/member_definition_t21.dart
index a426625..cb68934 100644
--- a/Language/Classes/member_definition_t21.dart
+++ b/Language/Classes/member_definition_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t22.dart b/Language/Classes/member_definition_t22.dart
index f01a2a3..4427914 100644
--- a/Language/Classes/member_definition_t22.dart
+++ b/Language/Classes/member_definition_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t24.dart b/Language/Classes/member_definition_t24.dart
index a18d236..5c7907c 100644
--- a/Language/Classes/member_definition_t24.dart
+++ b/Language/Classes/member_definition_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/member_definition_t25.dart b/Language/Classes/member_definition_t25.dart
index c633d48..f14b68b 100644
--- a/Language/Classes/member_definition_t25.dart
+++ b/Language/Classes/member_definition_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/method_definition_t01.dart b/Language/Classes/method_definition_t01.dart
index 5ede960..4eaf60e 100644
--- a/Language/Classes/method_definition_t01.dart
+++ b/Language/Classes/method_definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/method_definition_t02.dart b/Language/Classes/method_definition_t02.dart
index c1bdd1c..a1b55c8 100644
--- a/Language/Classes/method_definition_t02.dart
+++ b/Language/Classes/method_definition_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/method_definition_t03.dart b/Language/Classes/method_definition_t03.dart
index 1ad9238..12e4ab7 100644
--- a/Language/Classes/method_definition_t03.dart
+++ b/Language/Classes/method_definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/method_definition_t04.dart b/Language/Classes/method_definition_t04.dart
index 8c477fe..ac58ea1 100644
--- a/Language/Classes/method_definition_t04.dart
+++ b/Language/Classes/method_definition_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/method_definition_t05.dart b/Language/Classes/method_definition_t05.dart
index 2472e9a..38324b1 100644
--- a/Language/Classes/method_definition_t05.dart
+++ b/Language/Classes/method_definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/method_definition_t06.dart b/Language/Classes/method_definition_t06.dart
index daa1aad..4cf702b 100644
--- a/Language/Classes/method_definition_t06.dart
+++ b/Language/Classes/method_definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/method_definition_t07.dart b/Language/Classes/method_definition_t07.dart
index ca42c0c..791bbd1 100644
--- a/Language/Classes/method_definition_t07.dart
+++ b/Language/Classes/method_definition_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/method_definition_t08.dart b/Language/Classes/method_definition_t08.dart
index f6f6cff..5b72ada 100644
--- a/Language/Classes/method_definition_t08.dart
+++ b/Language/Classes/method_definition_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/method_definition_t09.dart b/Language/Classes/method_definition_t09.dart
index e231ff2..a0416e6 100644
--- a/Language/Classes/method_definition_t09.dart
+++ b/Language/Classes/method_definition_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion classDefinition:

  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 

diff --git a/Language/Classes/method_definition_t10.dart b/Language/Classes/method_definition_t10.dart
index 7c50d5e..a6a27ed 100644
--- a/Language/Classes/method_definition_t10.dart
+++ b/Language/Classes/method_definition_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/mixins_t01.dart b/Language/Classes/mixins_t01.dart
index 21c2d53..c2f1677 100644
--- a/Language/Classes/mixins_t01.dart
+++ b/Language/Classes/mixins_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/mixins_t02.dart b/Language/Classes/mixins_t02.dart
index 94c6a88..a62fa4b 100644
--- a/Language/Classes/mixins_t02.dart
+++ b/Language/Classes/mixins_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classDefinition:
  *   metadata abstract? class identifier typeParameters? (superclass mixins?)? 
diff --git a/Language/Classes/same_name_instance_and_static_members_t01.dart b/Language/Classes/same_name_instance_and_static_members_t01.dart
index fbd0fb2..fa381d8 100644
--- a/Language/Classes/same_name_instance_and_static_members_t01.dart
+++ b/Language/Classes/same_name_instance_and_static_members_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has an instance member and 

  * a static member with the same name.

diff --git a/Language/Classes/same_name_instance_and_static_members_t02.dart b/Language/Classes/same_name_instance_and_static_members_t02.dart
index 20dd728..d6dea0c 100644
--- a/Language/Classes/same_name_instance_and_static_members_t02.dart
+++ b/Language/Classes/same_name_instance_and_static_members_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has an instance member and 

  * a static member with the same name.

diff --git a/Language/Classes/same_name_instance_and_static_members_t03.dart b/Language/Classes/same_name_instance_and_static_members_t03.dart
index 5a5a130..d1893c2 100644
--- a/Language/Classes/same_name_instance_and_static_members_t03.dart
+++ b/Language/Classes/same_name_instance_and_static_members_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has an instance member and 

  * a static member with the same name.

diff --git a/Language/Classes/same_name_instance_and_static_members_t04.dart b/Language/Classes/same_name_instance_and_static_members_t04.dart
index 8621330..700a3c8c 100644
--- a/Language/Classes/same_name_instance_and_static_members_t04.dart
+++ b/Language/Classes/same_name_instance_and_static_members_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has an instance member and 

  * a static member with the same name.

diff --git a/Language/Classes/same_name_instance_and_static_members_t05.dart b/Language/Classes/same_name_instance_and_static_members_t05.dart
index 83d4653..6fd4af5 100644
--- a/Language/Classes/same_name_instance_and_static_members_t05.dart
+++ b/Language/Classes/same_name_instance_and_static_members_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class has an instance member and 

  * a static member with the same name.

diff --git a/Language/Classes/same_name_member_and_class_t01.dart b/Language/Classes/same_name_member_and_class_t01.dart
index 148d7d9..8d7f604 100644
--- a/Language/Classes/same_name_member_and_class_t01.dart
+++ b/Language/Classes/same_name_member_and_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a class C declares a member with 
  * the same name as C.
diff --git a/Language/Classes/same_name_member_and_class_t02.dart b/Language/Classes/same_name_member_and_class_t02.dart
index 1c5626a..6f5fc54 100644
--- a/Language/Classes/same_name_member_and_class_t02.dart
+++ b/Language/Classes/same_name_member_and_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a class C declares a member with 
  * the same name as C.
diff --git a/Language/Classes/same_name_member_and_class_t03.dart b/Language/Classes/same_name_member_and_class_t03.dart
index 3e2b68a..58db305 100644
--- a/Language/Classes/same_name_member_and_class_t03.dart
+++ b/Language/Classes/same_name_member_and_class_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a class C declares a member with 
  * the same name as C.
diff --git a/Language/Classes/same_name_member_and_class_t04.dart b/Language/Classes/same_name_member_and_class_t04.dart
index e434b9b..2147de8 100644
--- a/Language/Classes/same_name_member_and_class_t04.dart
+++ b/Language/Classes/same_name_member_and_class_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a class C declares a member with 
  * the same name as C.
diff --git a/Language/Classes/same_name_members_t01.dart b/Language/Classes/same_name_members_t01.dart
index f6bcebc..f597074 100644
--- a/Language/Classes/same_name_members_t01.dart
+++ b/Language/Classes/same_name_members_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t02.dart b/Language/Classes/same_name_members_t02.dart
index 82141cc..4f7717a 100644
--- a/Language/Classes/same_name_members_t02.dart
+++ b/Language/Classes/same_name_members_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t03.dart b/Language/Classes/same_name_members_t03.dart
index 341f75f..e4faab8 100644
--- a/Language/Classes/same_name_members_t03.dart
+++ b/Language/Classes/same_name_members_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t04.dart b/Language/Classes/same_name_members_t04.dart
index c7742f1..1d2e180 100644
--- a/Language/Classes/same_name_members_t04.dart
+++ b/Language/Classes/same_name_members_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t05.dart b/Language/Classes/same_name_members_t05.dart
index 278953a..8aa0544 100644
--- a/Language/Classes/same_name_members_t05.dart
+++ b/Language/Classes/same_name_members_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t06.dart b/Language/Classes/same_name_members_t06.dart
index 2fa7f1b..bb3a1ea 100644
--- a/Language/Classes/same_name_members_t06.dart
+++ b/Language/Classes/same_name_members_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t07.dart b/Language/Classes/same_name_members_t07.dart
index 2c0c340..cb0ebef 100644
--- a/Language/Classes/same_name_members_t07.dart
+++ b/Language/Classes/same_name_members_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t08.dart b/Language/Classes/same_name_members_t08.dart
index e8197df..3bec887 100644
--- a/Language/Classes/same_name_members_t08.dart
+++ b/Language/Classes/same_name_members_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t09.dart b/Language/Classes/same_name_members_t09.dart
index 7c9b1ba..afc1dba 100644
--- a/Language/Classes/same_name_members_t09.dart
+++ b/Language/Classes/same_name_members_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_members_t10.dart b/Language/Classes/same_name_members_t10.dart
index 647cf87..cad17ca 100644
--- a/Language/Classes/same_name_members_t10.dart
+++ b/Language/Classes/same_name_members_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a class declares two members of
  * the same name.
diff --git a/Language/Classes/same_name_members_t11.dart b/Language/Classes/same_name_members_t11.dart
index e2237dc..4bac246 100644
--- a/Language/Classes/same_name_members_t11.dart
+++ b/Language/Classes/same_name_members_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a class declares two members of 

  * the same name.

diff --git a/Language/Classes/same_name_type_variable_t01.dart b/Language/Classes/same_name_type_variable_t01.dart
index 4353bb7..4e3e4d8 100644
--- a/Language/Classes/same_name_type_variable_t01.dart
+++ b/Language/Classes/same_name_type_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t02.dart b/Language/Classes/same_name_type_variable_t02.dart
index 205c514..ca93054 100644
--- a/Language/Classes/same_name_type_variable_t02.dart
+++ b/Language/Classes/same_name_type_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t03.dart b/Language/Classes/same_name_type_variable_t03.dart
index 689d45d..8e63347 100644
--- a/Language/Classes/same_name_type_variable_t03.dart
+++ b/Language/Classes/same_name_type_variable_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t04.dart b/Language/Classes/same_name_type_variable_t04.dart
index f01cb57..b872fc3 100644
--- a/Language/Classes/same_name_type_variable_t04.dart
+++ b/Language/Classes/same_name_type_variable_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t05.dart b/Language/Classes/same_name_type_variable_t05.dart
index 2f5277d..348405f 100644
--- a/Language/Classes/same_name_type_variable_t05.dart
+++ b/Language/Classes/same_name_type_variable_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t06.dart b/Language/Classes/same_name_type_variable_t06.dart
index f3d6faa..e98b59b 100644
--- a/Language/Classes/same_name_type_variable_t06.dart
+++ b/Language/Classes/same_name_type_variable_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t07.dart b/Language/Classes/same_name_type_variable_t07.dart
index 004acaf..5332baa 100644
--- a/Language/Classes/same_name_type_variable_t07.dart
+++ b/Language/Classes/same_name_type_variable_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t08.dart b/Language/Classes/same_name_type_variable_t08.dart
index ef5eb81..d666383 100644
--- a/Language/Classes/same_name_type_variable_t08.dart
+++ b/Language/Classes/same_name_type_variable_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Classes/same_name_type_variable_t09.dart b/Language/Classes/same_name_type_variable_t09.dart
index 4c4b63b..bed1b95 100644
--- a/Language/Classes/same_name_type_variable_t09.dart
+++ b/Language/Classes/same_name_type_variable_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if a generic class declares a type
  * variable with the same name as the class or any of its members or
diff --git a/Language/Enums/declaration_equivalent_t01.dart b/Language/Enums/declaration_equivalent_t01.dart
index 09b94bc..b02e50c 100644
--- a/Language/Enums/declaration_equivalent_t01.dart
+++ b/Language/Enums/declaration_equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t02.dart b/Language/Enums/declaration_equivalent_t02.dart
index abe8d34..51dc777 100644
--- a/Language/Enums/declaration_equivalent_t02.dart
+++ b/Language/Enums/declaration_equivalent_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t03.dart b/Language/Enums/declaration_equivalent_t03.dart
index 34fa44f..9dc29b9 100644
--- a/Language/Enums/declaration_equivalent_t03.dart
+++ b/Language/Enums/declaration_equivalent_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t04.dart b/Language/Enums/declaration_equivalent_t04.dart
index 3e80c4b..75abf27 100644
--- a/Language/Enums/declaration_equivalent_t04.dart
+++ b/Language/Enums/declaration_equivalent_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t05.dart b/Language/Enums/declaration_equivalent_t05.dart
index b251845..fa42a50 100644
--- a/Language/Enums/declaration_equivalent_t05.dart
+++ b/Language/Enums/declaration_equivalent_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t06.dart b/Language/Enums/declaration_equivalent_t06.dart
index 5713590..408a01c 100644
--- a/Language/Enums/declaration_equivalent_t06.dart
+++ b/Language/Enums/declaration_equivalent_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t07.dart b/Language/Enums/declaration_equivalent_t07.dart
index a11c3c7..6e0edd8 100644
--- a/Language/Enums/declaration_equivalent_t07.dart
+++ b/Language/Enums/declaration_equivalent_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t08.dart b/Language/Enums/declaration_equivalent_t08.dart
index ef720c1..c4af370 100644
--- a/Language/Enums/declaration_equivalent_t08.dart
+++ b/Language/Enums/declaration_equivalent_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/declaration_equivalent_t09.dart b/Language/Enums/declaration_equivalent_t09.dart
index e457ab3..259e35b 100644
--- a/Language/Enums/declaration_equivalent_t09.dart
+++ b/Language/Enums/declaration_equivalent_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The declaration of an enum of the form 
  * metadata enum E { id 0 , . . . id n−1 };
diff --git a/Language/Enums/restrictions_t01.dart b/Language/Enums/restrictions_t01.dart
index 8fcc312..add0224 100644
--- a/Language/Enums/restrictions_t01.dart
+++ b/Language/Enums/restrictions_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t02.dart b/Language/Enums/restrictions_t02.dart
index 0a10f84..a028811 100644
--- a/Language/Enums/restrictions_t02.dart
+++ b/Language/Enums/restrictions_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t03.dart b/Language/Enums/restrictions_t03.dart
index d1e08a4..54d3b52 100644
--- a/Language/Enums/restrictions_t03.dart
+++ b/Language/Enums/restrictions_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t04.dart b/Language/Enums/restrictions_t04.dart
index d9a012e..9ef76db 100644
--- a/Language/Enums/restrictions_t04.dart
+++ b/Language/Enums/restrictions_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t05.dart b/Language/Enums/restrictions_t05.dart
index 26ef5b0..4bcd02c 100644
--- a/Language/Enums/restrictions_t05.dart
+++ b/Language/Enums/restrictions_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t06.dart b/Language/Enums/restrictions_t06.dart
index fcbf0d9..33af454 100644
--- a/Language/Enums/restrictions_t06.dart
+++ b/Language/Enums/restrictions_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t07.dart b/Language/Enums/restrictions_t07.dart
index 3718092..d0305b3 100644
--- a/Language/Enums/restrictions_t07.dart
+++ b/Language/Enums/restrictions_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t08.dart b/Language/Enums/restrictions_t08.dart
index 0664b69..65f70b6 100644
--- a/Language/Enums/restrictions_t08.dart
+++ b/Language/Enums/restrictions_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t09.dart b/Language/Enums/restrictions_t09.dart
index a3a4605..464c2b6 100644
--- a/Language/Enums/restrictions_t09.dart
+++ b/Language/Enums/restrictions_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t10.dart b/Language/Enums/restrictions_t10.dart
index 7ca6371..e6852e3 100644
--- a/Language/Enums/restrictions_t10.dart
+++ b/Language/Enums/restrictions_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t11.dart b/Language/Enums/restrictions_t11.dart
index 2af84bf..a8604b9 100644
--- a/Language/Enums/restrictions_t11.dart
+++ b/Language/Enums/restrictions_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/restrictions_t12.dart b/Language/Enums/restrictions_t12.dart
index 123e6af..df1815e 100644
--- a/Language/Enums/restrictions_t12.dart
+++ b/Language/Enums/restrictions_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is also a compile-time error to subclass, mix-in or implement 
  * an enum or to explicitly instantiate an enum.
diff --git a/Language/Enums/syntax_t01.dart b/Language/Enums/syntax_t01.dart
index fc2173c..fa68297 100644
--- a/Language/Enums/syntax_t01.dart
+++ b/Language/Enums/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number 
  * of constant values.
diff --git a/Language/Enums/syntax_t02.dart b/Language/Enums/syntax_t02.dart
index be899f9..70cb028 100644
--- a/Language/Enums/syntax_t02.dart
+++ b/Language/Enums/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number
  * of constant values.
diff --git a/Language/Enums/syntax_t03.dart b/Language/Enums/syntax_t03.dart
index 314d15f..84c0c3e 100644
--- a/Language/Enums/syntax_t03.dart
+++ b/Language/Enums/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number 
  * of constant values.
diff --git a/Language/Enums/syntax_t04.dart b/Language/Enums/syntax_t04.dart
index c310c7e..170f4c2 100644
--- a/Language/Enums/syntax_t04.dart
+++ b/Language/Enums/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number 
  * of constant values.
diff --git a/Language/Enums/syntax_t05.dart b/Language/Enums/syntax_t05.dart
index d59f4be..f78fa40 100644
--- a/Language/Enums/syntax_t05.dart
+++ b/Language/Enums/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number 
  * of constant values.
diff --git a/Language/Enums/syntax_t06.dart b/Language/Enums/syntax_t06.dart
index e5a718a..413c13d 100644
--- a/Language/Enums/syntax_t06.dart
+++ b/Language/Enums/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number
  * of constant values.
diff --git a/Language/Enums/syntax_t07.dart b/Language/Enums/syntax_t07.dart
index c0a12ef..7544180 100644
--- a/Language/Enums/syntax_t07.dart
+++ b/Language/Enums/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number
  * of constant values.
diff --git a/Language/Enums/syntax_t08.dart b/Language/Enums/syntax_t08.dart
index 903861d..b813f70 100644
--- a/Language/Enums/syntax_t08.dart
+++ b/Language/Enums/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number
  * of constant values.
diff --git a/Language/Enums/syntax_t09.dart b/Language/Enums/syntax_t09.dart
index 29acfc2..29ab404 100644
--- a/Language/Enums/syntax_t09.dart
+++ b/Language/Enums/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number
  * of constant values.
diff --git a/Language/Enums/syntax_t10.dart b/Language/Enums/syntax_t10.dart
index a576e1c..6acfd69 100644
--- a/Language/Enums/syntax_t10.dart
+++ b/Language/Enums/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An enumerated type, or enum, is used to represent a fixed number 
  * of constant values.
diff --git a/Language/Errors_and_Warnings/compile_error_lib.dart b/Language/Errors_and_Warnings/compile_error_lib.dart
index c23f2af..daf1e2d 100644
--- a/Language/Errors_and_Warnings/compile_error_lib.dart
+++ b/Language/Errors_and_Warnings/compile_error_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library compile_error_lib;
 
diff --git a/Language/Errors_and_Warnings/compile_error_lib_p1.dart b/Language/Errors_and_Warnings/compile_error_lib_p1.dart
index 82cb2fc..a9b43ac 100644
--- a/Language/Errors_and_Warnings/compile_error_lib_p1.dart
+++ b/Language/Errors_and_Warnings/compile_error_lib_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library compile_error_part_lib;
 part 'compile_error_lib_p2.dart';
diff --git a/Language/Errors_and_Warnings/compile_error_lib_p2.dart b/Language/Errors_and_Warnings/compile_error_lib_p2.dart
index 11aeb1b..5d8d7bb 100644
--- a/Language/Errors_and_Warnings/compile_error_lib_p2.dart
+++ b/Language/Errors_and_Warnings/compile_error_lib_p2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of compile_error_part_lib;
 
diff --git a/Language/Errors_and_Warnings/compile_error_t01.dart b/Language/Errors_and_Warnings/compile_error_t01.dart
index 752b2b9..b9f68ec 100644
--- a/Language/Errors_and_Warnings/compile_error_t01.dart
+++ b/Language/Errors_and_Warnings/compile_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t02.dart b/Language/Errors_and_Warnings/compile_error_t02.dart
index d4d23a5..a21b94e 100644
--- a/Language/Errors_and_Warnings/compile_error_t02.dart
+++ b/Language/Errors_and_Warnings/compile_error_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t03.dart b/Language/Errors_and_Warnings/compile_error_t03.dart
index 16c8259a..056ef84 100644
--- a/Language/Errors_and_Warnings/compile_error_t03.dart
+++ b/Language/Errors_and_Warnings/compile_error_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t04.dart b/Language/Errors_and_Warnings/compile_error_t04.dart
index abdf2e9..417ce93 100644
--- a/Language/Errors_and_Warnings/compile_error_t04.dart
+++ b/Language/Errors_and_Warnings/compile_error_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t05.dart b/Language/Errors_and_Warnings/compile_error_t05.dart
index 788d830..ec6ec06 100644
--- a/Language/Errors_and_Warnings/compile_error_t05.dart
+++ b/Language/Errors_and_Warnings/compile_error_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t06.dart b/Language/Errors_and_Warnings/compile_error_t06.dart
index a453058..19a66ea 100644
--- a/Language/Errors_and_Warnings/compile_error_t06.dart
+++ b/Language/Errors_and_Warnings/compile_error_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Errors_and_Warnings/compile_error_t07.dart b/Language/Errors_and_Warnings/compile_error_t07.dart
index e617b6a..010e272 100644
--- a/Language/Errors_and_Warnings/compile_error_t07.dart
+++ b/Language/Errors_and_Warnings/compile_error_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compile-time errors are errors that preclude execution.
  * A compile-time error must be reported by a Dart compiler before the
diff --git a/Language/Expressions/Additive_Expressions/allowed_characters_t01.dart b/Language/Expressions/Additive_Expressions/allowed_characters_t01.dart
index bc01b4b..0e4eaa1 100644
--- a/Language/Expressions/Additive_Expressions/allowed_characters_t01.dart
+++ b/Language/Expressions/Additive_Expressions/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Additive_Expressions/equivalent_super_t01.dart b/Language/Expressions/Additive_Expressions/equivalent_super_t01.dart
index 7e5113e..b700921 100644
--- a/Language/Expressions/Additive_Expressions/equivalent_super_t01.dart
+++ b/Language/Expressions/Additive_Expressions/equivalent_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An additive expression of the form super op e2 is equivalent
  * to the method invocation super.op(e2).
diff --git a/Language/Expressions/Additive_Expressions/equivalent_t01.dart b/Language/Expressions/Additive_Expressions/equivalent_t01.dart
index 88d8f25..4f968e3 100644
--- a/Language/Expressions/Additive_Expressions/equivalent_t01.dart
+++ b/Language/Expressions/Additive_Expressions/equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An additive expression of the form e1 op e2 is equivalent
  * to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Additive_Expressions/static_type_t01.dart b/Language/Expressions/Additive_Expressions/static_type_t01.dart
index de8eea6..6a87eba 100644
--- a/Language/Expressions/Additive_Expressions/static_type_t01.dart
+++ b/Language/Expressions/Additive_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an additive expression is usually determined
  * by the signature given in the declaration of the operator used. However,
diff --git a/Language/Expressions/Additive_Expressions/static_type_t02.dart b/Language/Expressions/Additive_Expressions/static_type_t02.dart
index 0536139..0e41189 100644
--- a/Language/Expressions/Additive_Expressions/static_type_t02.dart
+++ b/Language/Expressions/Additive_Expressions/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The static type of an additive expression is usually determined
  * by the signature given in the declaration of the operator used. However,
diff --git a/Language/Expressions/Additive_Expressions/syntax_t01.dart b/Language/Expressions/Additive_Expressions/syntax_t01.dart
index 65d7d59..eff2009 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t02.dart b/Language/Expressions/Additive_Expressions/syntax_t02.dart
index 4aac58a..6462514 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t03.dart b/Language/Expressions/Additive_Expressions/syntax_t03.dart
index df16ca4..da68f55 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t04.dart b/Language/Expressions/Additive_Expressions/syntax_t04.dart
index 6f2d28e..b7f549f 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t05.dart b/Language/Expressions/Additive_Expressions/syntax_t05.dart
index 039e52a..44b184e 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t06.dart b/Language/Expressions/Additive_Expressions/syntax_t06.dart
index 7f00fb3..3a67d03 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t07.dart b/Language/Expressions/Additive_Expressions/syntax_t07.dart
index 32c057d..dd67469 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t08.dart b/Language/Expressions/Additive_Expressions/syntax_t08.dart
index e9c37d8..40ae622 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t11.dart b/Language/Expressions/Additive_Expressions/syntax_t11.dart
index 0643d9a..c3c8f7b 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t12.dart b/Language/Expressions/Additive_Expressions/syntax_t12.dart
index 1c02ddf..0eb8c96 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t13.dart b/Language/Expressions/Additive_Expressions/syntax_t13.dart
index 617523f..a654622 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t13.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t14.dart b/Language/Expressions/Additive_Expressions/syntax_t14.dart
index c3325ed..531765d 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t14.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t15.dart b/Language/Expressions/Additive_Expressions/syntax_t15.dart
index 5de13ee..8fa58b8 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t15.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Additive expressions invoke the addition operators on objects.

  * additiveExpression:

diff --git a/Language/Expressions/Additive_Expressions/syntax_t16.dart b/Language/Expressions/Additive_Expressions/syntax_t16.dart
index 330cb8d..6d374e2 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Additive_Expressions/syntax_t17.dart b/Language/Expressions/Additive_Expressions/syntax_t17.dart
index 949b85c..a0da6ee 100644
--- a/Language/Expressions/Additive_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Additive_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Additive expressions invoke the addition operators on objects.
  * additiveExpression:
diff --git a/Language/Expressions/Assignable_Expressions/getter_invocation_t01.dart b/Language/Expressions/Assignable_Expressions/getter_invocation_t01.dart
index 1335e90..d2e7791 100644
--- a/Language/Expressions/Assignable_Expressions/getter_invocation_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/getter_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An assignable expression of the form e.id or e?.id is evaluated
  * as a property extraction.
diff --git a/Language/Expressions/Assignable_Expressions/getter_invocation_t02.dart b/Language/Expressions/Assignable_Expressions/getter_invocation_t02.dart
index 9ee40bc..0bf3e8b 100644
--- a/Language/Expressions/Assignable_Expressions/getter_invocation_t02.dart
+++ b/Language/Expressions/Assignable_Expressions/getter_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assignable expression of the form e.id or e?.id is evaluated
  * as a property extraction.
diff --git a/Language/Expressions/Assignable_Expressions/identifier_expression_t01.dart b/Language/Expressions/Assignable_Expressions/identifier_expression_t01.dart
index 311482c..7be6e08 100644
--- a/Language/Expressions/Assignable_Expressions/identifier_expression_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/identifier_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An assignable expression of the form id
  * is evaluated as an identifier expression.
diff --git a/Language/Expressions/Assignable_Expressions/subscript_expression_super_t01.dart b/Language/Expressions/Assignable_Expressions/subscript_expression_super_t01.dart
index 6f04975..afb36f3 100644
--- a/Language/Expressions/Assignable_Expressions/subscript_expression_super_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/subscript_expression_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An assignable expression of the form super[e2] is equivalent
  * to the method invocation super.[](e2).
diff --git a/Language/Expressions/Assignable_Expressions/subscript_expression_t01.dart b/Language/Expressions/Assignable_Expressions/subscript_expression_t01.dart
index ddd1613..6427061 100644
--- a/Language/Expressions/Assignable_Expressions/subscript_expression_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/subscript_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An assignable expression of the form e1[e2] is evaluated as a
  * method invocation of the operator method [] on e1 with argument e2.
diff --git a/Language/Expressions/Assignable_Expressions/super_t01.dart b/Language/Expressions/Assignable_Expressions/super_t01.dart
index fd431fd..2fc2f7b 100644
--- a/Language/Expressions/Assignable_Expressions/super_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An assignable expression of the form super.id is evaluated as
  * a property extraction.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t01.dart b/Language/Expressions/Assignable_Expressions/syntax_t01.dart
index 4219c50..c3ee220 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t02.dart b/Language/Expressions/Assignable_Expressions/syntax_t02.dart
index f8a6d2e..7d90105 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t03.dart b/Language/Expressions/Assignable_Expressions/syntax_t03.dart
index 5af9483..992c1de 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t04.dart b/Language/Expressions/Assignable_Expressions/syntax_t04.dart
index 9ef0a80..4beca2a 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t05.dart b/Language/Expressions/Assignable_Expressions/syntax_t05.dart
index ca64999..13eedb9 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t06.dart b/Language/Expressions/Assignable_Expressions/syntax_t06.dart
index f8ce25d..44b7d09 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t08.dart b/Language/Expressions/Assignable_Expressions/syntax_t08.dart
index d7778d1..3e983c0 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t09.dart b/Language/Expressions/Assignable_Expressions/syntax_t09.dart
index 6d53f0f..2f389d2 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t10.dart b/Language/Expressions/Assignable_Expressions/syntax_t10.dart
index 9d71785..ce2ddb1 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t11.dart b/Language/Expressions/Assignable_Expressions/syntax_t11.dart
index f9f2356..1cfa421 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t12.dart b/Language/Expressions/Assignable_Expressions/syntax_t12.dart
index 2bd918a..8b5bfd5 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t13.dart b/Language/Expressions/Assignable_Expressions/syntax_t13.dart
index 4110568..597a261 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t13.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t14.dart b/Language/Expressions/Assignable_Expressions/syntax_t14.dart
index 33009a8..9311a67 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t14.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t15.dart b/Language/Expressions/Assignable_Expressions/syntax_t15.dart
index 49c1f9b..842fa8d 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t15.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t16.dart b/Language/Expressions/Assignable_Expressions/syntax_t16.dart
index 1b1d01c..457234b 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t17.dart b/Language/Expressions/Assignable_Expressions/syntax_t17.dart
index 38753fe..ec72c14 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t18.dart b/Language/Expressions/Assignable_Expressions/syntax_t18.dart
index b77101c..9a0d5d0 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t18.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t19.dart b/Language/Expressions/Assignable_Expressions/syntax_t19.dart
index 6deb03e..2df1041 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t19.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t20.dart b/Language/Expressions/Assignable_Expressions/syntax_t20.dart
index e4e790c..c505c01 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t20.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Assignable expressions are expressions that can appear on the
  * left hand side of an assignment.
diff --git a/Language/Expressions/Assignable_Expressions/syntax_t21.dart b/Language/Expressions/Assignable_Expressions/syntax_t21.dart
index 2a7bea4..4345d66 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t21.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t22.dart b/Language/Expressions/Assignable_Expressions/syntax_t22.dart
index 3828b20..f2467a1 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t22.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t23.dart b/Language/Expressions/Assignable_Expressions/syntax_t23.dart
index 6f010e1..dec104e 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t23.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t24.dart b/Language/Expressions/Assignable_Expressions/syntax_t24.dart
index cd2274d..bcc7e2c 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t24.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignable_Expressions/syntax_t25.dart b/Language/Expressions/Assignable_Expressions/syntax_t25.dart
index aa965e8..70765ff 100644
--- a/Language/Expressions/Assignable_Expressions/syntax_t25.dart
+++ b/Language/Expressions/Assignable_Expressions/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Assignable expressions are expressions that can appear on the

  * left hand side of an assignment.

diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t01.dart
index bc4d24a..0b15ceb 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t02.dart
index 8b19d28..73b7e7f 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t03.dart
index eda7993..b59b7aa 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t04.dart
index 3bd561d..8a42157 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t05.dart
index 83b1e61..bd21ae9 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t06.dart
index 55005dd..199a883 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t07.dart
index 381d295..8928ece 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t08.dart
index 6aed6d4..0e6e26d 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t09.dart
index bddcd03..27ebe92 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t10.dart
index a9fe86d..fc85c2f 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t11.dart
index 069e99c..7e22298 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t12.dart
index 70c453d..a1c0152 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/expression_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A compound assignment of the form e1.v op = e2 is equivalent
  * to ((x) => x.v = x.v op e2)(e1) where x is a variable that is not used in e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t01.dart
index 5846d69..4c9566a 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t02.dart
index 09920cb..9b39663 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t03.dart
index 7fe833e..d0f959e 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t04.dart
index 96fc42e..1b40aa2 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t05.dart
index 2a41ec3..17f463f 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t06.dart
index 55df959..18b80c3 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t07.dart
index 4d7cf7a..cfdc283 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t08.dart
index 5d47a8e..b278231 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t09.dart
index bd25e2d..b578704 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t10.dart
index 717ea10..0c34df4 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t11.dart
index f44619b..fa5118a 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t12.dart
index 9407900..562dde1 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/indexed_expression_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A compound assignment of the form e1[e2] op=e3 is equivalent to
  * ((a, i) => a[i] = a[i] op e3)(e1, e2) where a and i are a variables that are
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_assignment_lib.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_assignment_lib.dart
index 17bcd89..a6e3358 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_assignment_lib.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_assignment_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library null_aware_assignment;
 
 class C {
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t01.dart
index 4d48642..c0689ea 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t02.dart
index 39f87b0..262eef6 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t03.dart
index e352e06..89ab5a6 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t04.dart
index 0e9cbc6..dd717a2 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t05.dart
index 3319f83..268a163 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t06.dart
index 2afb216..0a0e843 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t07.dart
index ea1c4be..f37e0c8 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t08.dart
index 82e4bb9..020b87f 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t09.dart
index 4b2f723..d4f7558 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t10.dart
index e459c47..6075c59 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t11.dart
index 682ee03..477e381 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t12.dart
index 461e546..f2bde98 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_static_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v op= e2 is equivalent to
  * the expression C.v op= e2.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t01.dart
index a6bf69c..e479f7b 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t02.dart
index 7f15a42..fa72312 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t03.dart
index 3930b9a..19973e0 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t04.dart
index 0550dcb..afd58f9 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t05.dart
index 2d97622..90c5450 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t06.dart
index b2f15dd..92d8d64 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t07.dart
index 2bfa01a..0c4d50d 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t08.dart
index 24160c7..3439935 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t09.dart
index 7d603c8..d1eeb9b 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t10.dart
index 250006d..1c6c81f 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t11.dart
index df27858..3c3f389 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t12.dart
index 164372f..04a1749 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_compound_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v op = e2 is
  * equivalent to ((x) => x?.v = x.v op e2)(e1) where x is a variable that is not
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t01.dart
index d1b0b8d..d52faa1 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v ??= e2 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t02.dart
index a0262d0..1f773bc 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_expression_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1?.v ??= e2 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t01.dart
index e9b9674..b9400ff 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v ??= e2 is equivalent to the
  * expression C.v ??= e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t02.dart
index bd51762..48badee 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v ??= e2 is equivalent to the
  * expression C.v ??= e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t03.dart
index e386aac..b58148d 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_conditional_static_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A compound assignment of the form C?.v ??= e2 is equivalent to the
  * expression C.v ??= e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t01.dart
index da0c096..b71d546 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1.v ??= e2 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t02.dart
index 48f36e1..2c8e176 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1.v ??= e2 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t03.dart
index 65cb04d..2dbe5c9 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_expression_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1.v ??= e2 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t01.dart
index 62f6a53..4499217 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1[e2] ??= e3 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t02.dart
index ca4d3e7..8f2353d 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1[e2] ??= e3 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t03.dart
index 42519f6..2c42384 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_indexed_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form e1[e2] ??= e3 is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t01.dart
index 8b78eb4..4e57bff 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form C.v ??= e,
  * where C is a type literal, is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t02.dart
index 28388e3..bc9b3b5 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form C.v ??= e,
  * where C is a type literal, is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t03.dart
index 87d104d..7b86f05 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_static_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form C.v ??= e,
  * where C is a type literal, is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t01.dart
index 160347e..1f5c326 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form super.v ??= e is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t02.dart
index 31c456f..c03e2e4 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_super_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form super.v ??= e is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t01.dart
index 52f4725..0c6adcd 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form v ??= e is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t02.dart
index acda589..4325126 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form v ??= e is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t03.dart
index 6da50cb..8cef125 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/null_aware_variable_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a compound assignment of the form v ??= e is
  * equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t01.dart
index f7e0b37..2ed2d4e 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t02.dart
index 8f5eacd..82a74c7 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t03.dart
index 58ddda9..d249a27 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t04.dart
index 8cf20a6..7eba81b 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t05.dart
index abde755..0a7bb6c 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t06.dart
index 5ce1ef6..0165ac9 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t07.dart
index d2795e1..24c1aef 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t08.dart
index 74d1e3d..2c3007a 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t09.dart
index a59a050..9522f8b 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t10.dart
index a7335d5..218f553 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t11.dart
index 2c044aa..f822948 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t12.dart
index f36653a..1abe1db 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/setter_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A compound assignment of the form C.v op= e is equivalent
  * to C.v=C.v op e.
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t01.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t01.dart
index df6cfa8..30881ee 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t01.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t02.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t02.dart
index c105057..9cadda7 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t02.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t03.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t03.dart
index a7d7e7d..dfcb850 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t03.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t04.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t04.dart
index d8f2ea8..5233d53 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t04.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t05.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t05.dart
index 4773241..27e10cb 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t05.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t06.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t06.dart
index c5f76ac..f2773a1 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t06.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t07.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t07.dart
index 968668f..ce741a9 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t07.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t08.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t08.dart
index fb8053f..9516325 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t08.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t09.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t09.dart
index d59f657..6cba8ee 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t09.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t10.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t10.dart
index ff8c2e1..1017aa6 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t10.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t11.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t11.dart
index c6baaff..38041e1 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t11.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t12.dart b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t12.dart
index 368cd41..36e7b76 100644
--- a/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t12.dart
+++ b/Language/Expressions/Assignment/Compound_Assignment/variable_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any other valid operator op, a compound assignment of the
  * form v op =e is equivalent to v=v op e
diff --git a/Language/Expressions/Assignment/assignment_lib.dart b/Language/Expressions/Assignment/assignment_lib.dart
index f575603..7298bf1 100644
--- a/Language/Expressions/Assignment/assignment_lib.dart
+++ b/Language/Expressions/Assignment/assignment_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library assignment_lib;
 
 var v;
diff --git a/Language/Expressions/Assignment/expression_assignment_dynamic_error_t01.dart b/Language/Expressions/Assignment/expression_assignment_dynamic_error_t01.dart
index f51a20b..af4ce01 100644
--- a/Language/Expressions/Assignment/expression_assignment_dynamic_error_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_dynamic_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_dynamic_error_t02.dart b/Language/Expressions/Assignment/expression_assignment_dynamic_error_t02.dart
index 5b17f09..e9020b9 100644
--- a/Language/Expressions/Assignment/expression_assignment_dynamic_error_t02.dart
+++ b/Language/Expressions/Assignment/expression_assignment_dynamic_error_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_failed_t01.dart b/Language/Expressions/Assignment/expression_assignment_failed_t01.dart
index caceaec..7f9fb0d 100644
--- a/Language/Expressions/Assignment/expression_assignment_failed_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_failed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_failed_t03.dart b/Language/Expressions/Assignment/expression_assignment_failed_t03.dart
index 1c99eac..95801b7 100644
--- a/Language/Expressions/Assignment/expression_assignment_failed_t03.dart
+++ b/Language/Expressions/Assignment/expression_assignment_failed_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_failed_t05.dart b/Language/Expressions/Assignment/expression_assignment_failed_t05.dart
index 41070c2..6911070 100644
--- a/Language/Expressions/Assignment/expression_assignment_failed_t05.dart
+++ b/Language/Expressions/Assignment/expression_assignment_failed_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_static_type_t01.dart b/Language/Expressions/Assignment/expression_assignment_static_type_t01.dart
index a6b068c..dfe7deb 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_type_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of the expression e1.v = e2 is the static type
  * of e2
diff --git a/Language/Expressions/Assignment/expression_assignment_static_type_t02.dart b/Language/Expressions/Assignment/expression_assignment_static_type_t02.dart
index ccce667..e864493 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_type_t02.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The static type of the expression e1.v = e2 is the static type
  * of e2
diff --git a/Language/Expressions/Assignment/expression_assignment_static_type_t03.dart b/Language/Expressions/Assignment/expression_assignment_static_type_t03.dart
index 624c9e5..eca223e 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_type_t03.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The static type of the expression e1.v = e2 is the static type
  * of e2
diff --git a/Language/Expressions/Assignment/expression_assignment_static_type_t04.dart b/Language/Expressions/Assignment/expression_assignment_static_type_t04.dart
index 1546f8b..e7c4b77 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_type_t04.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of the expression e1.v = e2 is the static type
  * of e2
diff --git a/Language/Expressions/Assignment/expression_assignment_static_warning_t01.dart b/Language/Expressions/Assignment/expression_assignment_static_warning_t01.dart
index 7eabce6..e9c0593 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_warning_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_static_warning_t02.dart b/Language/Expressions/Assignment/expression_assignment_static_warning_t02.dart
index 90a6723..dca5631 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_warning_t02.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_warning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_static_warning_t03.dart b/Language/Expressions/Assignment/expression_assignment_static_warning_t03.dart
index f49c938..bfe9e40 100644
--- a/Language/Expressions/Assignment/expression_assignment_static_warning_t03.dart
+++ b/Language/Expressions/Assignment/expression_assignment_static_warning_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t01.dart b/Language/Expressions/Assignment/expression_assignment_t01.dart
index 0f1b7c3..14ba703 100644
--- a/Language/Expressions/Assignment/expression_assignment_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t02.dart b/Language/Expressions/Assignment/expression_assignment_t02.dart
index 7bdd17e..2ddd6c5 100644
--- a/Language/Expressions/Assignment/expression_assignment_t02.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t03.dart b/Language/Expressions/Assignment/expression_assignment_t03.dart
index 28d7f19..c366aca 100644
--- a/Language/Expressions/Assignment/expression_assignment_t03.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t04.dart b/Language/Expressions/Assignment/expression_assignment_t04.dart
index 1a1f6fa..75920e0 100644
--- a/Language/Expressions/Assignment/expression_assignment_t04.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t05.dart b/Language/Expressions/Assignment/expression_assignment_t05.dart
index 76fb8e0..85fdbb9 100644
--- a/Language/Expressions/Assignment/expression_assignment_t05.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t06.dart b/Language/Expressions/Assignment/expression_assignment_t06.dart
index ed121c6..8cbdc0f 100644
--- a/Language/Expressions/Assignment/expression_assignment_t06.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t07.dart b/Language/Expressions/Assignment/expression_assignment_t07.dart
index dd40304..1d47985 100644
--- a/Language/Expressions/Assignment/expression_assignment_t07.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_t08.dart b/Language/Expressions/Assignment/expression_assignment_t08.dart
index 0322a6e..cd3068d 100644
--- a/Language/Expressions/Assignment/expression_assignment_t08.dart
+++ b/Language/Expressions/Assignment/expression_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_value_t01.dart b/Language/Expressions/Assignment/expression_assignment_value_t01.dart
index 70cef83..1a16281 100644
--- a/Language/Expressions/Assignment/expression_assignment_value_t01.dart
+++ b/Language/Expressions/Assignment/expression_assignment_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/expression_assignment_value_t02.dart b/Language/Expressions/Assignment/expression_assignment_value_t02.dart
index 9d566a6..f59d5c9 100644
--- a/Language/Expressions/Assignment/expression_assignment_value_t02.dart
+++ b/Language/Expressions/Assignment/expression_assignment_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/indexed_expression_static_type_t01.dart b/Language/Expressions/Assignment/indexed_expression_static_type_t01.dart
index b6846a8..6678bcd 100644
--- a/Language/Expressions/Assignment/indexed_expression_static_type_t01.dart
+++ b/Language/Expressions/Assignment/indexed_expression_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of the expression e1[e2] = e3 is the static
  * type of e3.
diff --git a/Language/Expressions/Assignment/indexed_expression_super_static_type_t01.dart b/Language/Expressions/Assignment/indexed_expression_super_static_type_t01.dart
index a0e27f6..835feed 100644
--- a/Language/Expressions/Assignment/indexed_expression_super_static_type_t01.dart
+++ b/Language/Expressions/Assignment/indexed_expression_super_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The static type of the expression super[e1] = e2 is the static
  * type of e2.
diff --git a/Language/Expressions/Assignment/indexed_expression_super_t01.dart b/Language/Expressions/Assignment/indexed_expression_super_t01.dart
index 2f4b114..473a4cb 100644
--- a/Language/Expressions/Assignment/indexed_expression_super_t01.dart
+++ b/Language/Expressions/Assignment/indexed_expression_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assignment of the form super[e1] = e2 is equivalent to the
  * expression super.[e1] = e2
diff --git a/Language/Expressions/Assignment/indexed_expression_super_t02.dart b/Language/Expressions/Assignment/indexed_expression_super_t02.dart
index f0eab63..b527560 100644
--- a/Language/Expressions/Assignment/indexed_expression_super_t02.dart
+++ b/Language/Expressions/Assignment/indexed_expression_super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assignment of the form super[e1] = e2 is equivalent to the
  * expression super.[e1] = e2
diff --git a/Language/Expressions/Assignment/indexed_expression_super_t03.dart b/Language/Expressions/Assignment/indexed_expression_super_t03.dart
index 601d125..4e516da 100644
--- a/Language/Expressions/Assignment/indexed_expression_super_t03.dart
+++ b/Language/Expressions/Assignment/indexed_expression_super_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assignment of the form super[e1] = e2 is equivalent to the
  * expression super.[e1] = e2
diff --git a/Language/Expressions/Assignment/indexed_expression_super_t04.dart b/Language/Expressions/Assignment/indexed_expression_super_t04.dart
index fb434a5..5e8a3d1 100644
--- a/Language/Expressions/Assignment/indexed_expression_super_t04.dart
+++ b/Language/Expressions/Assignment/indexed_expression_super_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assignment of the form super[e1] = e2 is equivalent to the
  * expression super.[e1] = e2
diff --git a/Language/Expressions/Assignment/indexed_expression_t01.dart b/Language/Expressions/Assignment/indexed_expression_t01.dart
index 9cddd67..0a8aa08 100644
--- a/Language/Expressions/Assignment/indexed_expression_t01.dart
+++ b/Language/Expressions/Assignment/indexed_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1[e2] = e3 is equivalent
  * to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/indexed_expression_t02.dart b/Language/Expressions/Assignment/indexed_expression_t02.dart
index 14bb3dd..4c61023 100644
--- a/Language/Expressions/Assignment/indexed_expression_t02.dart
+++ b/Language/Expressions/Assignment/indexed_expression_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1[e2] = e3 is equivalent
  * to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/indexed_expression_t03.dart b/Language/Expressions/Assignment/indexed_expression_t03.dart
index 5f88ac1..bac2d79 100644
--- a/Language/Expressions/Assignment/indexed_expression_t03.dart
+++ b/Language/Expressions/Assignment/indexed_expression_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1[e2] = e3 is equivalent
  * to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/indexed_expression_t04.dart b/Language/Expressions/Assignment/indexed_expression_t04.dart
index 917c785..55b3c2c 100644
--- a/Language/Expressions/Assignment/indexed_expression_t04.dart
+++ b/Language/Expressions/Assignment/indexed_expression_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1[e2] = e3 is equivalent
  * to the evaluation of the expression
diff --git a/Language/Expressions/Assignment/no_such_method_t01.dart b/Language/Expressions/Assignment/no_such_method_t01.dart
index 415ee13..1dde54e 100644
--- a/Language/Expressions/Assignment/no_such_method_t01.dart
+++ b/Language/Expressions/Assignment/no_such_method_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t02.dart b/Language/Expressions/Assignment/no_such_method_t02.dart
index 1993b42..dea0ca3 100644
--- a/Language/Expressions/Assignment/no_such_method_t02.dart
+++ b/Language/Expressions/Assignment/no_such_method_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t03.dart b/Language/Expressions/Assignment/no_such_method_t03.dart
index ecac939..2216e53 100644
--- a/Language/Expressions/Assignment/no_such_method_t03.dart
+++ b/Language/Expressions/Assignment/no_such_method_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t04.dart b/Language/Expressions/Assignment/no_such_method_t04.dart
index 49ed059..08bb6da 100644
--- a/Language/Expressions/Assignment/no_such_method_t04.dart
+++ b/Language/Expressions/Assignment/no_such_method_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t05.dart b/Language/Expressions/Assignment/no_such_method_t05.dart
index f965507..875c5e6 100644
--- a/Language/Expressions/Assignment/no_such_method_t05.dart
+++ b/Language/Expressions/Assignment/no_such_method_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t06.dart b/Language/Expressions/Assignment/no_such_method_t06.dart
index 939d985..75d6c56 100644
--- a/Language/Expressions/Assignment/no_such_method_t06.dart
+++ b/Language/Expressions/Assignment/no_such_method_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t07.dart b/Language/Expressions/Assignment/no_such_method_t07.dart
index 1811e04..0d6d308 100644
--- a/Language/Expressions/Assignment/no_such_method_t07.dart
+++ b/Language/Expressions/Assignment/no_such_method_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t08.dart b/Language/Expressions/Assignment/no_such_method_t08.dart
index 4d4d6bf..c8b7117 100644
--- a/Language/Expressions/Assignment/no_such_method_t08.dart
+++ b/Language/Expressions/Assignment/no_such_method_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/no_such_method_t09.dart b/Language/Expressions/Assignment/no_such_method_t09.dart
index be10439..9d8551c 100644
--- a/Language/Expressions/Assignment/no_such_method_t09.dart
+++ b/Language/Expressions/Assignment/no_such_method_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/null_aware_assignment_static_type_t01.dart b/Language/Expressions/Assignment/null_aware_assignment_static_type_t01.dart
index 71302c4..e3177eb 100644
--- a/Language/Expressions/Assignment/null_aware_assignment_static_type_t01.dart
+++ b/Language/Expressions/Assignment/null_aware_assignment_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form e1?.v = e2 is ...
  * The static type of a is the static type of e2
diff --git a/Language/Expressions/Assignment/null_aware_assignment_t01.dart b/Language/Expressions/Assignment/null_aware_assignment_t01.dart
index 1c6d9b3..a0608c8 100644
--- a/Language/Expressions/Assignment/null_aware_assignment_t01.dart
+++ b/Language/Expressions/Assignment/null_aware_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form e1?.v = e2 is equivalent
  * to the evaluation of the expression ((x) => x == null?null : x.v = e2)(e1)
diff --git a/Language/Expressions/Assignment/null_aware_assignment_t02.dart b/Language/Expressions/Assignment/null_aware_assignment_t02.dart
index 6675694..286c06c 100644
--- a/Language/Expressions/Assignment/null_aware_assignment_t02.dart
+++ b/Language/Expressions/Assignment/null_aware_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form e1?.v = e2 is equivalent
  * to the evaluation of the expression ((x) => x == null?null : x.v = e2)(e1)
diff --git a/Language/Expressions/Assignment/null_aware_assignment_t03.dart b/Language/Expressions/Assignment/null_aware_assignment_t03.dart
index 516d62f..ba8393a 100644
--- a/Language/Expressions/Assignment/null_aware_assignment_t03.dart
+++ b/Language/Expressions/Assignment/null_aware_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form e1?.v = e2 is equivalent
  * to the evaluation of the expression ((x) => x == null?null : x.v = e2)(e1)
diff --git a/Language/Expressions/Assignment/prefix_object_t01.dart b/Language/Expressions/Assignment/prefix_object_t01.dart
index f9c669c..386cd3b 100644
--- a/Language/Expressions/Assignment/prefix_object_t01.dart
+++ b/Language/Expressions/Assignment/prefix_object_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/prefix_object_t02.dart b/Language/Expressions/Assignment/prefix_object_t02.dart
index 3f0b789..c98f663 100644
--- a/Language/Expressions/Assignment/prefix_object_t02.dart
+++ b/Language/Expressions/Assignment/prefix_object_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_assignment_t01.dart b/Language/Expressions/Assignment/static_assignment_t01.dart
index 6559c93..6117e4a 100644
--- a/Language/Expressions/Assignment/static_assignment_t01.dart
+++ b/Language/Expressions/Assignment/static_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_assignment_t02.dart b/Language/Expressions/Assignment/static_assignment_t02.dart
index 3fe16b1..582d5b6 100644
--- a/Language/Expressions/Assignment/static_assignment_t02.dart
+++ b/Language/Expressions/Assignment/static_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_assignment_t03.dart b/Language/Expressions/Assignment/static_assignment_t03.dart
index 229da92..fc140fc 100644
--- a/Language/Expressions/Assignment/static_assignment_t03.dart
+++ b/Language/Expressions/Assignment/static_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_type_t01.dart b/Language/Expressions/Assignment/static_type_t01.dart
index 63ce9bd..b189df3 100644
--- a/Language/Expressions/Assignment/static_type_t01.dart
+++ b/Language/Expressions/Assignment/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_type_t04.dart b/Language/Expressions/Assignment/static_type_t04.dart
index 70f1104..3d5c53d 100644
--- a/Language/Expressions/Assignment/static_type_t04.dart
+++ b/Language/Expressions/Assignment/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_type_t05.dart b/Language/Expressions/Assignment/static_type_t05.dart
index 0763a19..b03bd20 100644
--- a/Language/Expressions/Assignment/static_type_t05.dart
+++ b/Language/Expressions/Assignment/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_type_t06.dart b/Language/Expressions/Assignment/static_type_t06.dart
index 2923dba..e06ef54 100644
--- a/Language/Expressions/Assignment/static_type_t06.dart
+++ b/Language/Expressions/Assignment/static_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form e1.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/static_warning_t01.dart b/Language/Expressions/Assignment/static_warning_t01.dart
index c2a5407..e726c87 100644
--- a/Language/Expressions/Assignment/static_warning_t01.dart
+++ b/Language/Expressions/Assignment/static_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if an assignment of the form v = e occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Assignment/static_warning_t02.dart b/Language/Expressions/Assignment/static_warning_t02.dart
index f2ec73c..a3a6d8f 100644
--- a/Language/Expressions/Assignment/static_warning_t02.dart
+++ b/Language/Expressions/Assignment/static_warning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if an assignment of the form v = e occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Assignment/static_warning_t03.dart b/Language/Expressions/Assignment/static_warning_t03.dart
index db72a1a..aa00978 100644
--- a/Language/Expressions/Assignment/static_warning_t03.dart
+++ b/Language/Expressions/Assignment/static_warning_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if an assignment of the form v = e occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Assignment/static_warning_t04.dart b/Language/Expressions/Assignment/static_warning_t04.dart
index 2f6257b..9e23090 100644
--- a/Language/Expressions/Assignment/static_warning_t04.dart
+++ b/Language/Expressions/Assignment/static_warning_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if an assignment of the form v = e occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Assignment/super_assignment_dynamic_error_t01.dart b/Language/Expressions/Assignment/super_assignment_dynamic_error_t01.dart
index c31364a..750f11f 100644
--- a/Language/Expressions/Assignment/super_assignment_dynamic_error_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_dynamic_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_failed_t01.dart b/Language/Expressions/Assignment/super_assignment_failed_t01.dart
index 2859edb..31e03bd 100644
--- a/Language/Expressions/Assignment/super_assignment_failed_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_failed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_failed_t02.dart b/Language/Expressions/Assignment/super_assignment_failed_t02.dart
index 160002e..1181b3a 100644
--- a/Language/Expressions/Assignment/super_assignment_failed_t02.dart
+++ b/Language/Expressions/Assignment/super_assignment_failed_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_failed_t03.dart b/Language/Expressions/Assignment/super_assignment_failed_t03.dart
index 24ebcea..93e9823 100644
--- a/Language/Expressions/Assignment/super_assignment_failed_t03.dart
+++ b/Language/Expressions/Assignment/super_assignment_failed_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_static_type_t01.dart b/Language/Expressions/Assignment/super_assignment_static_type_t01.dart
index d66d6c0..0a23df9 100644
--- a/Language/Expressions/Assignment/super_assignment_static_type_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The static type of the expression super.v = e is the static type
  * of e.
diff --git a/Language/Expressions/Assignment/super_assignment_static_warning_t01.dart b/Language/Expressions/Assignment/super_assignment_static_warning_t01.dart
index 7bf8643..c8a73a1 100644
--- a/Language/Expressions/Assignment/super_assignment_static_warning_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_static_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_static_warning_t04.dart b/Language/Expressions/Assignment/super_assignment_static_warning_t04.dart
index ebd5338..dc32693 100644
--- a/Language/Expressions/Assignment/super_assignment_static_warning_t04.dart
+++ b/Language/Expressions/Assignment/super_assignment_static_warning_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_t01.dart b/Language/Expressions/Assignment/super_assignment_t01.dart
index fb11632..a29d5fe 100644
--- a/Language/Expressions/Assignment/super_assignment_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_t02.dart b/Language/Expressions/Assignment/super_assignment_t02.dart
index 40ab0a0..ccb6ca7 100644
--- a/Language/Expressions/Assignment/super_assignment_t02.dart
+++ b/Language/Expressions/Assignment/super_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_t03.dart b/Language/Expressions/Assignment/super_assignment_t03.dart
index 0179015..8dd4fb0 100644
--- a/Language/Expressions/Assignment/super_assignment_t03.dart
+++ b/Language/Expressions/Assignment/super_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_t04.dart b/Language/Expressions/Assignment/super_assignment_t04.dart
index 590590e..f6f9fac 100644
--- a/Language/Expressions/Assignment/super_assignment_t04.dart
+++ b/Language/Expressions/Assignment/super_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_t05.dart b/Language/Expressions/Assignment/super_assignment_t05.dart
index 5dbee69..d3982e5 100644
--- a/Language/Expressions/Assignment/super_assignment_t05.dart
+++ b/Language/Expressions/Assignment/super_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/super_assignment_value_t01.dart b/Language/Expressions/Assignment/super_assignment_value_t01.dart
index 4819a69..490dca6 100644
--- a/Language/Expressions/Assignment/super_assignment_value_t01.dart
+++ b/Language/Expressions/Assignment/super_assignment_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment of the form super.v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/this_assignment_t01.dart b/Language/Expressions/Assignment/this_assignment_t01.dart
index eaa8066..48ffdab 100644
--- a/Language/Expressions/Assignment/this_assignment_t01.dart
+++ b/Language/Expressions/Assignment/this_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/this_assignment_t02.dart b/Language/Expressions/Assignment/this_assignment_t02.dart
index 5930810..b44e8cb 100644
--- a/Language/Expressions/Assignment/this_assignment_t02.dart
+++ b/Language/Expressions/Assignment/this_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t01.dart b/Language/Expressions/Assignment/top_level_assignment_t01.dart
index 06faf7a..28fb15f 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t01.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t02.dart b/Language/Expressions/Assignment/top_level_assignment_t02.dart
index 5f7936b..8bd0750 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t02.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t03.dart b/Language/Expressions/Assignment/top_level_assignment_t03.dart
index 958b563..13530f2 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t03.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t04.dart b/Language/Expressions/Assignment/top_level_assignment_t04.dart
index d6324cd..2840f50 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t04.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t05.dart b/Language/Expressions/Assignment/top_level_assignment_t05.dart
index 771bf17..c2b9df9 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t05.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t06.dart b/Language/Expressions/Assignment/top_level_assignment_t06.dart
index 8727432..0e50214 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t06.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/top_level_assignment_t07.dart b/Language/Expressions/Assignment/top_level_assignment_t07.dart
index fc783a2..3fac28c 100644
--- a/Language/Expressions/Assignment/top_level_assignment_t07.dart
+++ b/Language/Expressions/Assignment/top_level_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_dynamic_error_t01.dart b/Language/Expressions/Assignment/variable_assignment_dynamic_error_t01.dart
index 79bb61b..786350c 100644
--- a/Language/Expressions/Assignment/variable_assignment_dynamic_error_t01.dart
+++ b/Language/Expressions/Assignment/variable_assignment_dynamic_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment of the form v = e2 proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_static_type_t01.dart b/Language/Expressions/Assignment/variable_assignment_static_type_t01.dart
index 3993a36..f5ea618 100644
--- a/Language/Expressions/Assignment/variable_assignment_static_type_t01.dart
+++ b/Language/Expressions/Assignment/variable_assignment_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_static_type_t02.dart b/Language/Expressions/Assignment/variable_assignment_static_type_t02.dart
index d082135..c64a802 100644
--- a/Language/Expressions/Assignment/variable_assignment_static_type_t02.dart
+++ b/Language/Expressions/Assignment/variable_assignment_static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_static_type_t03.dart b/Language/Expressions/Assignment/variable_assignment_static_type_t03.dart
index 7d622ce..45a799f 100644
--- a/Language/Expressions/Assignment/variable_assignment_static_type_t03.dart
+++ b/Language/Expressions/Assignment/variable_assignment_static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_static_type_t04.dart b/Language/Expressions/Assignment/variable_assignment_static_type_t04.dart
index 7dc08a5..782be9c 100644
--- a/Language/Expressions/Assignment/variable_assignment_static_type_t04.dart
+++ b/Language/Expressions/Assignment/variable_assignment_static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_t01.dart b/Language/Expressions/Assignment/variable_assignment_t01.dart
index 1d9c907..b44ba88 100644
--- a/Language/Expressions/Assignment/variable_assignment_t01.dart
+++ b/Language/Expressions/Assignment/variable_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_t02.dart b/Language/Expressions/Assignment/variable_assignment_t02.dart
index 8032168..9273429 100644
--- a/Language/Expressions/Assignment/variable_assignment_t02.dart
+++ b/Language/Expressions/Assignment/variable_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_t03.dart b/Language/Expressions/Assignment/variable_assignment_t03.dart
index c224d2e..ad66d39 100644
--- a/Language/Expressions/Assignment/variable_assignment_t03.dart
+++ b/Language/Expressions/Assignment/variable_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_t04.dart b/Language/Expressions/Assignment/variable_assignment_t04.dart
index debe43a..48a3c5f 100644
--- a/Language/Expressions/Assignment/variable_assignment_t04.dart
+++ b/Language/Expressions/Assignment/variable_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Assignment/variable_assignment_t05.dart b/Language/Expressions/Assignment/variable_assignment_t05.dart
index f15ce99..4dc2c87 100644
--- a/Language/Expressions/Assignment/variable_assignment_t05.dart
+++ b/Language/Expressions/Assignment/variable_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an assignment a of the form v = e proceeds as
  * follows:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t01.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t01.dart
index bfce0c0..0abf4a1 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t01.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t02.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t02.dart
index eb44c6d..c486291 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t02.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t03.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t03.dart
index a9150dc..f80beba 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t03.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t04.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t04.dart
index a603738..8aec32d 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t04.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t05.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t05.dart
index 0c2d452..f1d6324 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t05.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t06.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t06.dart
index d94b3e5..59baefe 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t06.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/evaluation_throws_t07.dart b/Language/Expressions/Await_Expressions/evaluation_throws_t07.dart
index f1dcc07..393bd88 100644
--- a/Language/Expressions/Await_Expressions/evaluation_throws_t07.dart
+++ b/Language/Expressions/Await_Expressions/evaluation_throws_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e
  * proceeds as follows: First, the expression e is evaluated. Next:
diff --git a/Language/Expressions/Await_Expressions/execution_t01.dart b/Language/Expressions/Await_Expressions/execution_t01.dart
index 26293ca..9ddacd7 100644
--- a/Language/Expressions/Await_Expressions/execution_t01.dart
+++ b/Language/Expressions/Await_Expressions/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/execution_t02.dart b/Language/Expressions/Await_Expressions/execution_t02.dart
index f9189ab..6aac927 100644
--- a/Language/Expressions/Await_Expressions/execution_t02.dart
+++ b/Language/Expressions/Await_Expressions/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/execution_t03.dart b/Language/Expressions/Await_Expressions/execution_t03.dart
index 3719733..9d31672 100644
--- a/Language/Expressions/Await_Expressions/execution_t03.dart
+++ b/Language/Expressions/Await_Expressions/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/execution_t04.dart b/Language/Expressions/Await_Expressions/execution_t04.dart
index cf85b48..88785ea 100644
--- a/Language/Expressions/Await_Expressions/execution_t04.dart
+++ b/Language/Expressions/Await_Expressions/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/execution_t05.dart b/Language/Expressions/Await_Expressions/execution_t05.dart
index bc64d06..450b7b1 100644
--- a/Language/Expressions/Await_Expressions/execution_t05.dart
+++ b/Language/Expressions/Await_Expressions/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/execution_t06.dart b/Language/Expressions/Await_Expressions/execution_t06.dart
index 4cef26a..25ef31c 100644
--- a/Language/Expressions/Await_Expressions/execution_t06.dart
+++ b/Language/Expressions/Await_Expressions/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an await expression a of the form await e proceeds
  * as follows:
diff --git a/Language/Expressions/Await_Expressions/no_static_warning_t01.dart b/Language/Expressions/Await_Expressions/no_static_warning_t01.dart
index 72fb875..f08c999 100644
--- a/Language/Expressions/Await_Expressions/no_static_warning_t01.dart
+++ b/Language/Expressions/Await_Expressions/no_static_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is not a static warning if the type of e is not a subtype of
  * Future. Tools may choose to give a hint in such cases.
diff --git a/Language/Expressions/Await_Expressions/static_type_t01.dart b/Language/Expressions/Await_Expressions/static_type_t01.dart
index f2a5802..9e77c84 100644
--- a/Language/Expressions/Await_Expressions/static_type_t01.dart
+++ b/Language/Expressions/Await_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a is flatten(T) (the flatten function is
  * defined in section 'Function Expressions' where T is the static type of e.
diff --git a/Language/Expressions/Await_Expressions/static_type_t02.dart b/Language/Expressions/Await_Expressions/static_type_t02.dart
index 7e2a01d..c9cac14 100644
--- a/Language/Expressions/Await_Expressions/static_type_t02.dart
+++ b/Language/Expressions/Await_Expressions/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a is flatten(T) (the flatten function is
  * defined in section 'Function Expressions' where T is the static type of e.
diff --git a/Language/Expressions/Await_Expressions/static_type_t03.dart b/Language/Expressions/Await_Expressions/static_type_t03.dart
index f023545..2344177 100644
--- a/Language/Expressions/Await_Expressions/static_type_t03.dart
+++ b/Language/Expressions/Await_Expressions/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a is flatten(T) (the flatten function is
  * defined in section 'Function Expressions' where T is the static type of e.
diff --git a/Language/Expressions/Await_Expressions/static_type_t04.dart b/Language/Expressions/Await_Expressions/static_type_t04.dart
index c863b52..fffc598 100644
--- a/Language/Expressions/Await_Expressions/static_type_t04.dart
+++ b/Language/Expressions/Await_Expressions/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a is flatten(T) (the flatten function is
  * defined in section 'Function Expressions' where T is the static type of e.
diff --git a/Language/Expressions/Await_Expressions/static_type_t05.dart b/Language/Expressions/Await_Expressions/static_type_t05.dart
index 5a54902..3458e3b 100644
--- a/Language/Expressions/Await_Expressions/static_type_t05.dart
+++ b/Language/Expressions/Await_Expressions/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a is flatten(T) (the flatten function is
  * defined in section 'Function Expressions' where T is the static type of e.
diff --git a/Language/Expressions/Await_Expressions/syntax_t01.dart b/Language/Expressions/Await_Expressions/syntax_t01.dart
index c858722..5b6f711 100644
--- a/Language/Expressions/Await_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  awaitExpression:
diff --git a/Language/Expressions/Await_Expressions/syntax_t02.dart b/Language/Expressions/Await_Expressions/syntax_t02.dart
index 3b96e7d..bd504a5 100644
--- a/Language/Expressions/Await_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  awaitExpression:
diff --git a/Language/Expressions/Await_Expressions/syntax_t03.dart b/Language/Expressions/Await_Expressions/syntax_t03.dart
index 2ab9e9b..95c4d2f 100644
--- a/Language/Expressions/Await_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  awaitExpression:
diff --git a/Language/Expressions/Await_Expressions/syntax_t04.dart b/Language/Expressions/Await_Expressions/syntax_t04.dart
index 398c926..7e52412 100644
--- a/Language/Expressions/Await_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  awaitExpression:
diff --git a/Language/Expressions/Await_Expressions/syntax_t05.dart b/Language/Expressions/Await_Expressions/syntax_t05.dart
index 5b468df..75385e2 100644
--- a/Language/Expressions/Await_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the function immediately enclosing
  * a is not declared asynchronous. However, this error is simply a syntax
diff --git a/Language/Expressions/Await_Expressions/syntax_t06.dart b/Language/Expressions/Await_Expressions/syntax_t06.dart
index df3e78e..dc44dbd 100644
--- a/Language/Expressions/Await_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the function immediately enclosing
  * a is not declared asynchronous. However, this error is simply a syntax
diff --git a/Language/Expressions/Await_Expressions/syntax_t07.dart b/Language/Expressions/Await_Expressions/syntax_t07.dart
index a0781ce..db8d8f6 100644
--- a/Language/Expressions/Await_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the function immediately enclosing
  * a is not declared asynchronous. However, this error is simply a syntax
diff --git a/Language/Expressions/Await_Expressions/syntax_t08.dart b/Language/Expressions/Await_Expressions/syntax_t08.dart
index fdc9aab..85fd7c0 100644
--- a/Language/Expressions/Await_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the function immediately enclosing
  * a is not declared asynchronous. However, this error is simply a syntax
diff --git a/Language/Expressions/Await_Expressions/syntax_t09.dart b/Language/Expressions/Await_Expressions/syntax_t09.dart
index 5eca3d6..6bb6a68 100644
--- a/Language/Expressions/Await_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the function immediately enclosing
  * a is not declared asynchronous. However, this error is simply a syntax
diff --git a/Language/Expressions/Await_Expressions/syntax_t10.dart b/Language/Expressions/Await_Expressions/syntax_t10.dart
index 1a0fb99..bed5e98 100644
--- a/Language/Expressions/Await_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Await_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  awaitExpression:
diff --git a/Language/Expressions/Await_Expressions/value_t01.dart b/Language/Expressions/Await_Expressions/value_t01.dart
index 3447b06..c9c630b 100644
--- a/Language/Expressions/Await_Expressions/value_t01.dart
+++ b/Language/Expressions/Await_Expressions/value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion if e evaluates to an object o that is not an instance of Future,
  * then let f be the result of calling Future.value() with o as its argument;
diff --git a/Language/Expressions/Await_Expressions/value_t02.dart b/Language/Expressions/Await_Expressions/value_t02.dart
index be2dd1b..c0386bf 100644
--- a/Language/Expressions/Await_Expressions/value_t02.dart
+++ b/Language/Expressions/Await_Expressions/value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion if e evaluates to an object o that is not an instance of Future,
  * then let f be the result of calling Future.value() with o as its argument;
diff --git a/Language/Expressions/Await_Expressions/value_t03.dart b/Language/Expressions/Await_Expressions/value_t03.dart
index 764d0ae..ffc4527 100644
--- a/Language/Expressions/Await_Expressions/value_t03.dart
+++ b/Language/Expressions/Await_Expressions/value_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion if e evaluates to an object o that is not an instance of Future,
  * then let f be the result of calling Future.value() with o as its argument;
diff --git a/Language/Expressions/Await_Expressions/value_t04.dart b/Language/Expressions/Await_Expressions/value_t04.dart
index 8479907..02baf34 100644
--- a/Language/Expressions/Await_Expressions/value_t04.dart
+++ b/Language/Expressions/Await_Expressions/value_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion if e evaluates to an object o that is not an instance of Future,
  * then let f be the result of calling Future.value() with o as its argument;
diff --git a/Language/Expressions/Bitwise_Expressions/allowed_characters_t01.dart b/Language/Expressions/Bitwise_Expressions/allowed_characters_t01.dart
index 64da942..78a99a2 100644
--- a/Language/Expressions/Bitwise_Expressions/allowed_characters_t01.dart
+++ b/Language/Expressions/Bitwise_Expressions/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t01.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t01.dart
index 8c5e677..bf8a976 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t01.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form super op e2 is
  * equivalent to the method invocation super.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t02.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t02.dart
index e38b0d8..d7d0a29 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t02.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form super op e2 is
  * equivalent to the method invocation super.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t03.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t03.dart
index 32cf476..11afdbc 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_super_t03.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_super_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form super op e2 is
  * equivalent to the method invocation super.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_t01.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_t01.dart
index a30b870..31fc494 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_t01.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form e1 op e2
  * is equivalent to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_t02.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_t02.dart
index be6c9d1..47a480b 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_t02.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form e1 op e2
  * is equivalent to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/method_invocation_t03.dart b/Language/Expressions/Bitwise_Expressions/method_invocation_t03.dart
index cc29c7f..f49cdbf 100644
--- a/Language/Expressions/Bitwise_Expressions/method_invocation_t03.dart
+++ b/Language/Expressions/Bitwise_Expressions/method_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A bitwise expression of the form e1 op e2
  * is equivalent to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t01.dart b/Language/Expressions/Bitwise_Expressions/syntax_t01.dart
index 8ecefc0..79e3c03 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t02.dart b/Language/Expressions/Bitwise_Expressions/syntax_t02.dart
index 7525679..71ec5f3 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t03.dart b/Language/Expressions/Bitwise_Expressions/syntax_t03.dart
index d944e4f..8cdb01d 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t04.dart b/Language/Expressions/Bitwise_Expressions/syntax_t04.dart
index e801740..1561822 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t05.dart b/Language/Expressions/Bitwise_Expressions/syntax_t05.dart
index af92d50..6e07c27 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t06.dart b/Language/Expressions/Bitwise_Expressions/syntax_t06.dart
index fc3d0c7..79678d5 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t07.dart b/Language/Expressions/Bitwise_Expressions/syntax_t07.dart
index ed05d6e..32bb337 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t08.dart b/Language/Expressions/Bitwise_Expressions/syntax_t08.dart
index ea7e641..fd7e69f 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t09.dart b/Language/Expressions/Bitwise_Expressions/syntax_t09.dart
index ac7c6d7..d5b5cc4 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t10.dart b/Language/Expressions/Bitwise_Expressions/syntax_t10.dart
index eca2520..9ec7c6a 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t11.dart b/Language/Expressions/Bitwise_Expressions/syntax_t11.dart
index bffc441..1fce45b 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Bitwise expressions invoke the bitwise operators on objects.

  * bitwiseOrExpression:

diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t12.dart b/Language/Expressions/Bitwise_Expressions/syntax_t12.dart
index f4bbc3b..96c0f37 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t13.dart b/Language/Expressions/Bitwise_Expressions/syntax_t13.dart
index f5be370..44b5a16 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t13.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t14.dart b/Language/Expressions/Bitwise_Expressions/syntax_t14.dart
index d390fae..38b111c 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t14.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t15.dart b/Language/Expressions/Bitwise_Expressions/syntax_t15.dart
index 59a36a7..ff48b49 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t15.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t16.dart b/Language/Expressions/Bitwise_Expressions/syntax_t16.dart
index b5a539d..e2343a9 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Bitwise_Expressions/syntax_t17.dart b/Language/Expressions/Bitwise_Expressions/syntax_t17.dart
index f5f00a5..08f6258 100644
--- a/Language/Expressions/Bitwise_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Bitwise_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Bitwise expressions invoke the bitwise operators on objects.
  * bitwiseOrExpression:
diff --git a/Language/Expressions/Booleans/Boolean_Conversion/conversion_t01.dart b/Language/Expressions/Booleans/Boolean_Conversion/conversion_t01.dart
index d6d4b2c..95bb309 100644
--- a/Language/Expressions/Booleans/Boolean_Conversion/conversion_t01.dart
+++ b/Language/Expressions/Booleans/Boolean_Conversion/conversion_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Because boolean conversion requires its parameter to be a
  * boolean, any construct that makes use of boolean conversion will cause a
diff --git a/Language/Expressions/Booleans/Boolean_Conversion/definition_t01.dart b/Language/Expressions/Booleans/Boolean_Conversion/definition_t01.dart
index d9c29fe..c4ae144 100644
--- a/Language/Expressions/Booleans/Boolean_Conversion/definition_t01.dart
+++ b/Language/Expressions/Booleans/Boolean_Conversion/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Boolean conversion is defined by the function
  *   (bool v){
diff --git a/Language/Expressions/Booleans/Boolean_Conversion/definition_t02.dart b/Language/Expressions/Booleans/Boolean_Conversion/definition_t02.dart
index bb304ff..7fe8c47 100644
--- a/Language/Expressions/Booleans/Boolean_Conversion/definition_t02.dart
+++ b/Language/Expressions/Booleans/Boolean_Conversion/definition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Boolean conversion is defined by the function
  *   (bool v){
diff --git a/Language/Expressions/Booleans/Boolean_Conversion/definition_t03.dart b/Language/Expressions/Booleans/Boolean_Conversion/definition_t03.dart
index b33cb5b..6553edc 100644
--- a/Language/Expressions/Booleans/Boolean_Conversion/definition_t03.dart
+++ b/Language/Expressions/Booleans/Boolean_Conversion/definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Boolean conversion is defined by the function
  *   (bool v){
diff --git a/Language/Expressions/Booleans/boolean_literals_t01.dart b/Language/Expressions/Booleans/boolean_literals_t01.dart
index 078cee0..9a9e409 100644
--- a/Language/Expressions/Booleans/boolean_literals_t01.dart
+++ b/Language/Expressions/Booleans/boolean_literals_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved words true and false denote objects that represent

  * the boolean values true and false respectively. They are the boolean

diff --git a/Language/Expressions/Booleans/boolean_literals_t02.dart b/Language/Expressions/Booleans/boolean_literals_t02.dart
index 0222f1a..0e98a1a 100644
--- a/Language/Expressions/Booleans/boolean_literals_t02.dart
+++ b/Language/Expressions/Booleans/boolean_literals_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved words true and false denote objects that represent

  * the boolean values true and false respectively. They are the boolean

diff --git a/Language/Expressions/Booleans/boolean_literals_t03.dart b/Language/Expressions/Booleans/boolean_literals_t03.dart
index 9ef5722..0f28578 100644
--- a/Language/Expressions/Booleans/boolean_literals_t03.dart
+++ b/Language/Expressions/Booleans/boolean_literals_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved words true and false denote objects that represent

  * the boolean values true and false respectively. They are the boolean

diff --git a/Language/Expressions/Booleans/class_bool_t01.dart b/Language/Expressions/Booleans/class_bool_t01.dart
index 06a740f..57013f0 100644
--- a/Language/Expressions/Booleans/class_bool_t01.dart
+++ b/Language/Expressions/Booleans/class_bool_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Both  true and false are implement the built-in class bool.
  * @description Checks that true and false are implement the built-in interface
diff --git a/Language/Expressions/Booleans/extend_or_implement_t01.dart b/Language/Expressions/Booleans/extend_or_implement_t01.dart
index 32b0ca7..1a201be 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t01.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement bool.

diff --git a/Language/Expressions/Booleans/extend_or_implement_t02.dart b/Language/Expressions/Booleans/extend_or_implement_t02.dart
index 8ece833..5b33fc8 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t02.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement bool.

diff --git a/Language/Expressions/Booleans/extend_or_implement_t03.dart b/Language/Expressions/Booleans/extend_or_implement_t03.dart
index 929cd88..65abbaa 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t03.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement bool.

diff --git a/Language/Expressions/Booleans/extend_or_implement_t04.dart b/Language/Expressions/Booleans/extend_or_implement_t04.dart
index 52b9768..adf9ca2 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t04.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement bool.

diff --git a/Language/Expressions/Booleans/extend_or_implement_t05.dart b/Language/Expressions/Booleans/extend_or_implement_t05.dart
index 7b74532..03ee164 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t05.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for a class to attempt to extend,
  * mix in or implement bool.
diff --git a/Language/Expressions/Booleans/extend_or_implement_t06.dart b/Language/Expressions/Booleans/extend_or_implement_t06.dart
index b864dc2..92d3d8b 100644
--- a/Language/Expressions/Booleans/extend_or_implement_t06.dart
+++ b/Language/Expressions/Booleans/extend_or_implement_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement bool.

diff --git a/Language/Expressions/Booleans/runtime_type_t01.dart b/Language/Expressions/Booleans/runtime_type_t01.dart
index f5ce9b2..a423583 100644
--- a/Language/Expressions/Booleans/runtime_type_t01.dart
+++ b/Language/Expressions/Booleans/runtime_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking the getter runtimeType on a boolean literal returns the
  * Type object that is the value of the expression bool.
diff --git a/Language/Expressions/Booleans/static_type_t01.dart b/Language/Expressions/Booleans/static_type_t01.dart
index 29956d3..0932264 100644
--- a/Language/Expressions/Booleans/static_type_t01.dart
+++ b/Language/Expressions/Booleans/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a boolean literal is bool.
  * @description Checks that no static warnings are produced when assigning a
diff --git a/Language/Expressions/Booleans/static_type_t02.dart b/Language/Expressions/Booleans/static_type_t02.dart
index 1564244..3aa4c21 100644
--- a/Language/Expressions/Booleans/static_type_t02.dart
+++ b/Language/Expressions/Booleans/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a boolean literal is bool.
  * @description Checks that a compile error is produced when assigning a
diff --git a/Language/Expressions/Conditional/allowed_characters_t01.dart b/Language/Expressions/Conditional/allowed_characters_t01.dart
index f92989b..6362d3c 100644
--- a/Language/Expressions/Conditional/allowed_characters_t01.dart
+++ b/Language/Expressions/Conditional/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Conditional/evaluation_t01.dart b/Language/Expressions/Conditional/evaluation_t01.dart
index 7ad7257..1e944d0 100644
--- a/Language/Expressions/Conditional/evaluation_t01.dart
+++ b/Language/Expressions/Conditional/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional expression c of the form e1 ? e2 : e3
  * proceeds as follows:
diff --git a/Language/Expressions/Conditional/evaluation_t02.dart b/Language/Expressions/Conditional/evaluation_t02.dart
index 3701504..e7c2214 100644
--- a/Language/Expressions/Conditional/evaluation_t02.dart
+++ b/Language/Expressions/Conditional/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional expression c of the form e1 ? e2 : e3
  * proceeds as follows:
diff --git a/Language/Expressions/Conditional/evaluation_t03.dart b/Language/Expressions/Conditional/evaluation_t03.dart
index b1e0da6..da43ec6 100644
--- a/Language/Expressions/Conditional/evaluation_t03.dart
+++ b/Language/Expressions/Conditional/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional expression c of the form e1 ? e2 : e3
  * proceeds as follows:
diff --git a/Language/Expressions/Conditional/evaluation_t04.dart b/Language/Expressions/Conditional/evaluation_t04.dart
index a93d6fc..7908378 100644
--- a/Language/Expressions/Conditional/evaluation_t04.dart
+++ b/Language/Expressions/Conditional/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional expression c of the form e1 ? e2 : e3
  * proceeds as follows:
diff --git a/Language/Expressions/Conditional/static_type_t01.dart b/Language/Expressions/Conditional/static_type_t01.dart
index ec9bf1c..31fd741 100644
--- a/Language/Expressions/Conditional/static_type_t01.dart
+++ b/Language/Expressions/Conditional/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of c is the least upper bound
  * of the static type of e2 and the static type of e3.
diff --git a/Language/Expressions/Conditional/static_type_t02.dart b/Language/Expressions/Conditional/static_type_t02.dart
index 02da74f..5b321da 100644
--- a/Language/Expressions/Conditional/static_type_t02.dart
+++ b/Language/Expressions/Conditional/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of c is the least upper bound
  * of the static type of e2 and the static type of e3.
diff --git a/Language/Expressions/Conditional/static_type_t03.dart b/Language/Expressions/Conditional/static_type_t03.dart
index c80dd52..f82c22f 100644
--- a/Language/Expressions/Conditional/static_type_t03.dart
+++ b/Language/Expressions/Conditional/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of c is the least upper bound
  * of the static type of e2 and the static type of e3.
diff --git a/Language/Expressions/Conditional/syntax_t02.dart b/Language/Expressions/Conditional/syntax_t02.dart
index a911254..c5b2aad 100644
--- a/Language/Expressions/Conditional/syntax_t02.dart
+++ b/Language/Expressions/Conditional/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t03.dart b/Language/Expressions/Conditional/syntax_t03.dart
index 45b706a..ab7ba16 100644
--- a/Language/Expressions/Conditional/syntax_t03.dart
+++ b/Language/Expressions/Conditional/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t04.dart b/Language/Expressions/Conditional/syntax_t04.dart
index 99ff111..6109aa0 100644
--- a/Language/Expressions/Conditional/syntax_t04.dart
+++ b/Language/Expressions/Conditional/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t05.dart b/Language/Expressions/Conditional/syntax_t05.dart
index 4e439b7..abec637 100644
--- a/Language/Expressions/Conditional/syntax_t05.dart
+++ b/Language/Expressions/Conditional/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t06.dart b/Language/Expressions/Conditional/syntax_t06.dart
index f776f00..8c2bf31 100644
--- a/Language/Expressions/Conditional/syntax_t06.dart
+++ b/Language/Expressions/Conditional/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t07.dart b/Language/Expressions/Conditional/syntax_t07.dart
index e72021f..6386b31 100644
--- a/Language/Expressions/Conditional/syntax_t07.dart
+++ b/Language/Expressions/Conditional/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t08.dart b/Language/Expressions/Conditional/syntax_t08.dart
index 0c04365..6789c51 100644
--- a/Language/Expressions/Conditional/syntax_t08.dart
+++ b/Language/Expressions/Conditional/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t09.dart b/Language/Expressions/Conditional/syntax_t09.dart
index 20068de..55f9a41 100644
--- a/Language/Expressions/Conditional/syntax_t09.dart
+++ b/Language/Expressions/Conditional/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t10.dart b/Language/Expressions/Conditional/syntax_t10.dart
index 7f12f37..08ded2c 100644
--- a/Language/Expressions/Conditional/syntax_t10.dart
+++ b/Language/Expressions/Conditional/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression evaluates one of two expressions
  * based on a boolean condition.
diff --git a/Language/Expressions/Conditional/syntax_t11.dart b/Language/Expressions/Conditional/syntax_t11.dart
index 45593a8..8a5597e 100644
--- a/Language/Expressions/Conditional/syntax_t11.dart
+++ b/Language/Expressions/Conditional/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t12.dart b/Language/Expressions/Conditional/syntax_t12.dart
index 1f94b10..bae4a56 100644
--- a/Language/Expressions/Conditional/syntax_t12.dart
+++ b/Language/Expressions/Conditional/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression evaluates one of two expressions
  * based on a boolean condition.
diff --git a/Language/Expressions/Conditional/syntax_t13.dart b/Language/Expressions/Conditional/syntax_t13.dart
index 5a8651d..1c4c2a9 100644
--- a/Language/Expressions/Conditional/syntax_t13.dart
+++ b/Language/Expressions/Conditional/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/syntax_t14.dart b/Language/Expressions/Conditional/syntax_t14.dart
index 7a170e7..917dfc3 100644
--- a/Language/Expressions/Conditional/syntax_t14.dart
+++ b/Language/Expressions/Conditional/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression evaluates one of two expressions
  * based on a boolean condition.
diff --git a/Language/Expressions/Conditional/syntax_t15.dart b/Language/Expressions/Conditional/syntax_t15.dart
index 072c832..7c5809a 100644
--- a/Language/Expressions/Conditional/syntax_t15.dart
+++ b/Language/Expressions/Conditional/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A conditional expression evaluates one of two expressions

  * based on a boolean condition.

diff --git a/Language/Expressions/Conditional/type_not_bool_t01.dart b/Language/Expressions/Conditional/type_not_bool_t01.dart
index 4a7c7b0..5fb4db0 100644
--- a/Language/Expressions/Conditional/type_not_bool_t01.dart
+++ b/Language/Expressions/Conditional/type_not_bool_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e1 may not be assigned
  * to bool.
diff --git a/Language/Expressions/Conditional/type_t01.dart b/Language/Expressions/Conditional/type_t01.dart
index 53e1a6d..1b444b0 100644
--- a/Language/Expressions/Conditional/type_t01.dart
+++ b/Language/Expressions/Conditional/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t02.dart b/Language/Expressions/Conditional/type_t02.dart
index fa5d9da..9dee754 100644
--- a/Language/Expressions/Conditional/type_t02.dart
+++ b/Language/Expressions/Conditional/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t03.dart b/Language/Expressions/Conditional/type_t03.dart
index 8b4a1d4..9d7db8b 100644
--- a/Language/Expressions/Conditional/type_t03.dart
+++ b/Language/Expressions/Conditional/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t04.dart b/Language/Expressions/Conditional/type_t04.dart
index e576292..5b8f68e 100644
--- a/Language/Expressions/Conditional/type_t04.dart
+++ b/Language/Expressions/Conditional/type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t05.dart b/Language/Expressions/Conditional/type_t05.dart
index 77c1a12..d86ee8d 100644
--- a/Language/Expressions/Conditional/type_t05.dart
+++ b/Language/Expressions/Conditional/type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t06.dart b/Language/Expressions/Conditional/type_t06.dart
index 87795c6..d2908e3 100644
--- a/Language/Expressions/Conditional/type_t06.dart
+++ b/Language/Expressions/Conditional/type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t07.dart b/Language/Expressions/Conditional/type_t07.dart
index 276e712..ed174d7 100644
--- a/Language/Expressions/Conditional/type_t07.dart
+++ b/Language/Expressions/Conditional/type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t08.dart b/Language/Expressions/Conditional/type_t08.dart
index f39af23..55994e9 100644
--- a/Language/Expressions/Conditional/type_t08.dart
+++ b/Language/Expressions/Conditional/type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Conditional/type_t09.dart b/Language/Expressions/Conditional/type_t09.dart
index 2e0ba0d..e8eeb52 100644
--- a/Language/Expressions/Conditional/type_t09.dart
+++ b/Language/Expressions/Conditional/type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A conditional expression c of the form e1 ? e2 : e3.
  * If all of the following hold:
diff --git a/Language/Expressions/Constants/bitwise_operators_t01.dart b/Language/Expressions/Constants/bitwise_operators_t01.dart
index 06ca9be..1717acd 100644
--- a/Language/Expressions/Constants/bitwise_operators_t01.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/bitwise_operators_t02.dart b/Language/Expressions/Constants/bitwise_operators_t02.dart
index f0e4e0e..c468bed 100644
--- a/Language/Expressions/Constants/bitwise_operators_t02.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/bitwise_operators_t03.dart b/Language/Expressions/Constants/bitwise_operators_t03.dart
index 59978c0..409c3f8 100644
--- a/Language/Expressions/Constants/bitwise_operators_t03.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/bitwise_operators_t04.dart b/Language/Expressions/Constants/bitwise_operators_t04.dart
index dc15852..7120d33 100644
--- a/Language/Expressions/Constants/bitwise_operators_t04.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/bitwise_operators_t05.dart b/Language/Expressions/Constants/bitwise_operators_t05.dart
index 7c371cf..fd9667c 100644
--- a/Language/Expressions/Constants/bitwise_operators_t05.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/bitwise_operators_t06.dart b/Language/Expressions/Constants/bitwise_operators_t06.dart
index dbbbd86..52857ed 100644
--- a/Language/Expressions/Constants/bitwise_operators_t06.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/bitwise_operators_t07.dart b/Language/Expressions/Constants/bitwise_operators_t07.dart
index 18d2b7e..bc3da83 100644
--- a/Language/Expressions/Constants/bitwise_operators_t07.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/bitwise_operators_t08.dart b/Language/Expressions/Constants/bitwise_operators_t08.dart
index 16ddbfd..a12b16d 100644
--- a/Language/Expressions/Constants/bitwise_operators_t08.dart
+++ b/Language/Expressions/Constants/bitwise_operators_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_constructor_t01.dart b/Language/Expressions/Constants/constant_constructor_t01.dart
index 7c8ef8a..9c8a7e8 100644
--- a/Language/Expressions/Constants/constant_constructor_t01.dart
+++ b/Language/Expressions/Constants/constant_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_constructor_t02.dart b/Language/Expressions/Constants/constant_constructor_t02.dart
index 4856f8b..17a59a5 100644
--- a/Language/Expressions/Constants/constant_constructor_t02.dart
+++ b/Language/Expressions/Constants/constant_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_constructor_t03.dart b/Language/Expressions/Constants/constant_constructor_t03.dart
index be05056..82c89b7 100644
--- a/Language/Expressions/Constants/constant_constructor_t03.dart
+++ b/Language/Expressions/Constants/constant_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_list_t01.dart b/Language/Expressions/Constants/constant_list_t01.dart
index 5daa7ec..27fe7da 100644
--- a/Language/Expressions/Constants/constant_list_t01.dart
+++ b/Language/Expressions/Constants/constant_list_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_list_t02.dart b/Language/Expressions/Constants/constant_list_t02.dart
index df28646..8bd3c4e 100644
--- a/Language/Expressions/Constants/constant_list_t02.dart
+++ b/Language/Expressions/Constants/constant_list_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/constant_map_t01.dart b/Language/Expressions/Constants/constant_map_t01.dart
index e198e18..970eea9 100644
--- a/Language/Expressions/Constants/constant_map_t01.dart
+++ b/Language/Expressions/Constants/constant_map_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/constant_map_t02.dart b/Language/Expressions/Constants/constant_map_t02.dart
index 10fa56a..41d6a98 100644
--- a/Language/Expressions/Constants/constant_map_t02.dart
+++ b/Language/Expressions/Constants/constant_map_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/constants_lib.dart b/Language/Expressions/Constants/constants_lib.dart
index 855b26e..fd28312 100644
--- a/Language/Expressions/Constants/constants_lib.dart
+++ b/Language/Expressions/Constants/constants_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library constants_lib;
 
 const bool yy = true;
diff --git a/Language/Expressions/Constants/depending_on_itself_t01.dart b/Language/Expressions/Constants/depending_on_itself_t01.dart
index e4b599d..91161f0 100644
--- a/Language/Expressions/Constants/depending_on_itself_t01.dart
+++ b/Language/Expressions/Constants/depending_on_itself_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the value of a compile-time

  * constant expression depends on itself.

diff --git a/Language/Expressions/Constants/depending_on_itself_t02.dart b/Language/Expressions/Constants/depending_on_itself_t02.dart
index 4de80bf..47311f5 100644
--- a/Language/Expressions/Constants/depending_on_itself_t02.dart
+++ b/Language/Expressions/Constants/depending_on_itself_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the value of a compile-time
  * constant expression depends on itself.
diff --git a/Language/Expressions/Constants/depending_on_itself_t03.dart b/Language/Expressions/Constants/depending_on_itself_t03.dart
index 7e000a7..221d612 100644
--- a/Language/Expressions/Constants/depending_on_itself_t03.dart
+++ b/Language/Expressions/Constants/depending_on_itself_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the value of a compile-time

  * constant expression depends on itself.

diff --git a/Language/Expressions/Constants/equals_expression_t01.dart b/Language/Expressions/Constants/equals_expression_t01.dart
index 10edc7b..78043d1 100644
--- a/Language/Expressions/Constants/equals_expression_t01.dart
+++ b/Language/Expressions/Constants/equals_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/equals_expression_t02.dart b/Language/Expressions/Constants/equals_expression_t02.dart
index ab0c046..eea6de4 100644
--- a/Language/Expressions/Constants/equals_expression_t02.dart
+++ b/Language/Expressions/Constants/equals_expression_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/equals_expression_t03.dart b/Language/Expressions/Constants/equals_expression_t03.dart
index 8a12bee..2c4df82 100644
--- a/Language/Expressions/Constants/equals_expression_t03.dart
+++ b/Language/Expressions/Constants/equals_expression_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/exception_t01.dart b/Language/Expressions/Constants/exception_t01.dart
index 126c9bd..b85d438 100644
--- a/Language/Expressions/Constants/exception_t01.dart
+++ b/Language/Expressions/Constants/exception_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an expression is required to be a

  * constant expression but its evaluation would raise an exception.

diff --git a/Language/Expressions/Constants/exception_t02.dart b/Language/Expressions/Constants/exception_t02.dart
index 819ba96..ef73542 100644
--- a/Language/Expressions/Constants/exception_t02.dart
+++ b/Language/Expressions/Constants/exception_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an expression is required to be a

  * constant expression but its evaluation would raise an exception.

diff --git a/Language/Expressions/Constants/exception_t03.dart b/Language/Expressions/Constants/exception_t03.dart
index 84c1b94..4973a87 100644
--- a/Language/Expressions/Constants/exception_t03.dart
+++ b/Language/Expressions/Constants/exception_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an expression is required to be a
  * constant expression but its evaluation would raise an exception.
diff --git a/Language/Expressions/Constants/exception_t04.dart b/Language/Expressions/Constants/exception_t04.dart
index 3fb7575..e1fa1ab 100644
--- a/Language/Expressions/Constants/exception_t04.dart
+++ b/Language/Expressions/Constants/exception_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an expression is required to be a
  * constant expression but its evaluation would raise an exception.
diff --git a/Language/Expressions/Constants/exception_t05.dart b/Language/Expressions/Constants/exception_t05.dart
index 9391f0d..dd8be09 100644
--- a/Language/Expressions/Constants/exception_t05.dart
+++ b/Language/Expressions/Constants/exception_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an expression is required to be a
  * constant expression but its evaluation would raise an exception.
diff --git a/Language/Expressions/Constants/identical_t01.dart b/Language/Expressions/Constants/identical_t01.dart
index 2236f51..201eca5 100644
--- a/Language/Expressions/Constants/identical_t01.dart
+++ b/Language/Expressions/Constants/identical_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identical_t02.dart b/Language/Expressions/Constants/identical_t02.dart
index 479549b..cf41edd 100644
--- a/Language/Expressions/Constants/identical_t02.dart
+++ b/Language/Expressions/Constants/identical_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identical_t03.dart b/Language/Expressions/Constants/identical_t03.dart
index c51dc8b..487741d 100644
--- a/Language/Expressions/Constants/identical_t03.dart
+++ b/Language/Expressions/Constants/identical_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t01.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t01.dart
index bdcd7d1..67c7bd1 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t01.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t02.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t02.dart
index 325864c..596b9f2 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t02.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t03.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t03.dart
index d2d0d68..6bd750b 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t03.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t04.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t04.dart
index d982538..b95f3a2 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t04.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t05.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t05.dart
index 51b1b95..7c4a5f8 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t05.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t06.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t06.dart
index 5ffbac6..663217c 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t06.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/identifier_denotes_a_constant_t07.dart b/Language/Expressions/Constants/identifier_denotes_a_constant_t07.dart
index e7fb8c3..6f71cc8 100644
--- a/Language/Expressions/Constants/identifier_denotes_a_constant_t07.dart
+++ b/Language/Expressions/Constants/identifier_denotes_a_constant_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/integer_size_t01.dart b/Language/Expressions/Constants/integer_size_t01.dart
index f1606e1..3492242 100644
--- a/Language/Expressions/Constants/integer_size_t01.dart
+++ b/Language/Expressions/Constants/integer_size_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Constants/integer_size_t02.dart b/Language/Expressions/Constants/integer_size_t02.dart
index e2be44b..483f9af 100644
--- a/Language/Expressions/Constants/integer_size_t02.dart
+++ b/Language/Expressions/Constants/integer_size_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Constants/integer_size_t03.dart b/Language/Expressions/Constants/integer_size_t03.dart
index 81b9542..cbdb622 100644
--- a/Language/Expressions/Constants/integer_size_t03.dart
+++ b/Language/Expressions/Constants/integer_size_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Constants/integer_size_t04.dart b/Language/Expressions/Constants/integer_size_t04.dart
index 0376744..1baf167 100644
--- a/Language/Expressions/Constants/integer_size_t04.dart
+++ b/Language/Expressions/Constants/integer_size_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Constants/literal_boolean_t01.dart b/Language/Expressions/Constants/literal_boolean_t01.dart
index 982e34c..1b4c216 100644
--- a/Language/Expressions/Constants/literal_boolean_t01.dart
+++ b/Language/Expressions/Constants/literal_boolean_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/literal_number_t01.dart b/Language/Expressions/Constants/literal_number_t01.dart
index 541c92d..afd15be 100644
--- a/Language/Expressions/Constants/literal_number_t01.dart
+++ b/Language/Expressions/Constants/literal_number_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/literal_string_t01.dart b/Language/Expressions/Constants/literal_string_t01.dart
index c6caf70..bb3f9f8 100644
--- a/Language/Expressions/Constants/literal_string_t01.dart
+++ b/Language/Expressions/Constants/literal_string_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/literal_string_t02.dart b/Language/Expressions/Constants/literal_string_t02.dart
index 04b5171..7d4028b 100644
--- a/Language/Expressions/Constants/literal_string_t02.dart
+++ b/Language/Expressions/Constants/literal_string_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/literal_string_t03.dart b/Language/Expressions/Constants/literal_string_t03.dart
index 95b54e0..3329cfd 100644
--- a/Language/Expressions/Constants/literal_string_t03.dart
+++ b/Language/Expressions/Constants/literal_string_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/literal_string_t04.dart b/Language/Expressions/Constants/literal_string_t04.dart
index 31e153a..83bba77 100644
--- a/Language/Expressions/Constants/literal_string_t04.dart
+++ b/Language/Expressions/Constants/literal_string_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/literal_string_t05.dart b/Language/Expressions/Constants/literal_string_t05.dart
index e55032d..b67541c 100644
--- a/Language/Expressions/Constants/literal_string_t05.dart
+++ b/Language/Expressions/Constants/literal_string_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/literal_symbol_t01.dart b/Language/Expressions/Constants/literal_symbol_t01.dart
index 5b5f976..07e9ad5 100644
--- a/Language/Expressions/Constants/literal_symbol_t01.dart
+++ b/Language/Expressions/Constants/literal_symbol_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/logical_expression_t01.dart b/Language/Expressions/Constants/logical_expression_t01.dart
index 80aaef0..0728927 100644
--- a/Language/Expressions/Constants/logical_expression_t01.dart
+++ b/Language/Expressions/Constants/logical_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/logical_expression_t02.dart b/Language/Expressions/Constants/logical_expression_t02.dart
index 458bc84..f98b4b8 100644
--- a/Language/Expressions/Constants/logical_expression_t02.dart
+++ b/Language/Expressions/Constants/logical_expression_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/logical_expression_t03.dart b/Language/Expressions/Constants/logical_expression_t03.dart
index ef51568..001c327 100644
--- a/Language/Expressions/Constants/logical_expression_t03.dart
+++ b/Language/Expressions/Constants/logical_expression_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/logical_expression_t04.dart b/Language/Expressions/Constants/logical_expression_t04.dart
index 6c74154..6b20084 100644
--- a/Language/Expressions/Constants/logical_expression_t04.dart
+++ b/Language/Expressions/Constants/logical_expression_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/math_operators_t01.dart b/Language/Expressions/Constants/math_operators_t01.dart
index 4220281..5e9f93b 100644
--- a/Language/Expressions/Constants/math_operators_t01.dart
+++ b/Language/Expressions/Constants/math_operators_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/math_operators_t02.dart b/Language/Expressions/Constants/math_operators_t02.dart
index a1c91fe..2ef059f 100644
--- a/Language/Expressions/Constants/math_operators_t02.dart
+++ b/Language/Expressions/Constants/math_operators_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/math_operators_t03.dart b/Language/Expressions/Constants/math_operators_t03.dart
index 6909d5b..fd69984 100644
--- a/Language/Expressions/Constants/math_operators_t03.dart
+++ b/Language/Expressions/Constants/math_operators_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/math_operators_t04.dart b/Language/Expressions/Constants/math_operators_t04.dart
index 91d1b08..b2acb96 100644
--- a/Language/Expressions/Constants/math_operators_t04.dart
+++ b/Language/Expressions/Constants/math_operators_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/math_operators_t05.dart b/Language/Expressions/Constants/math_operators_t05.dart
index 03f593a..077463f 100644
--- a/Language/Expressions/Constants/math_operators_t05.dart
+++ b/Language/Expressions/Constants/math_operators_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/math_operators_t06.dart b/Language/Expressions/Constants/math_operators_t06.dart
index abec65b..2394d9f 100644
--- a/Language/Expressions/Constants/math_operators_t06.dart
+++ b/Language/Expressions/Constants/math_operators_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/math_operators_t07.dart b/Language/Expressions/Constants/math_operators_t07.dart
index 57aae54..98a08cf 100644
--- a/Language/Expressions/Constants/math_operators_t07.dart
+++ b/Language/Expressions/Constants/math_operators_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t06.dart b/Language/Expressions/Constants/no_other_constant_expressions_t06.dart
index 17f386f..07d5554 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t06.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a new expression cannot be used to initialize

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t07.dart b/Language/Expressions/Constants/no_other_constant_expressions_t07.dart
index f2cbdcd..11aa6ab 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t07.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a new expression invoking a const constructor

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t08.dart b/Language/Expressions/Constants/no_other_constant_expressions_t08.dart
index 0547af6..4138cfc 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t08.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a property extraction expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t09.dart b/Language/Expressions/Constants/no_other_constant_expressions_t09.dart
index d067c2b..bc28df5 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t09.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a method invocation expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t10.dart b/Language/Expressions/Constants/no_other_constant_expressions_t10.dart
index 772176c..645c366 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t10.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a method invocation expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t11.dart b/Language/Expressions/Constants/no_other_constant_expressions_t11.dart
index 8e850e9..3b10604 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t11.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a getter invocation expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t12.dart b/Language/Expressions/Constants/no_other_constant_expressions_t12.dart
index 877b2da..aecf1ae 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t12.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a getter invocation expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t13.dart b/Language/Expressions/Constants/no_other_constant_expressions_t13.dart
index 3159718..45ceb60 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t13.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that an assignment expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t14.dart b/Language/Expressions/Constants/no_other_constant_expressions_t14.dart
index d57870d..f2bb9d3 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t14.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that an assignment expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t15.dart b/Language/Expressions/Constants/no_other_constant_expressions_t15.dart
index 6b97e58..dd30203 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t15.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a compound assignment expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t17.dart b/Language/Expressions/Constants/no_other_constant_expressions_t17.dart
index 22493a0..cf8d1af 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t17.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An expression of the form [e is T] is potentially constant if [e]

  * is a potentially constant expression and [T] is a constant type expression,

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t18.dart b/Language/Expressions/Constants/no_other_constant_expressions_t18.dart
index 298c3a4..da11bcb 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t18.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a postfix increment expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t20.dart b/Language/Expressions/Constants/no_other_constant_expressions_t20.dart
index 28f59d4..a768e8c 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t20.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a prefix decrement expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t21.dart b/Language/Expressions/Constants/no_other_constant_expressions_t21.dart
index 634320c..ebb9f58 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t21.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a prefix increment expression cannot be used to

diff --git a/Language/Expressions/Constants/no_other_constant_expressions_t31.dart b/Language/Expressions/Constants/no_other_constant_expressions_t31.dart
index c0924cb..482eedf 100644
--- a/Language/Expressions/Constants/no_other_constant_expressions_t31.dart
+++ b/Language/Expressions/Constants/no_other_constant_expressions_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion There are no other constant expressions.

  * @description Checks that a postfix decrement expression cannot be used to

diff --git a/Language/Expressions/Constants/null_t01.dart b/Language/Expressions/Constants/null_t01.dart
index eb5e04b..a73dcb6 100644
--- a/Language/Expressions/Constants/null_t01.dart
+++ b/Language/Expressions/Constants/null_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/parenthesized_expression_t01.dart b/Language/Expressions/Constants/parenthesized_expression_t01.dart
index c02392f..571b10b 100644
--- a/Language/Expressions/Constants/parenthesized_expression_t01.dart
+++ b/Language/Expressions/Constants/parenthesized_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_constant_t01.dart b/Language/Expressions/Constants/static_constant_t01.dart
index 5240a33..f7a1d2d 100644
--- a/Language/Expressions/Constants/static_constant_t01.dart
+++ b/Language/Expressions/Constants/static_constant_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_constant_t02.dart b/Language/Expressions/Constants/static_constant_t02.dart
index 3a6e8c8..4d8c299 100644
--- a/Language/Expressions/Constants/static_constant_t02.dart
+++ b/Language/Expressions/Constants/static_constant_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/static_constant_t03.dart b/Language/Expressions/Constants/static_constant_t03.dart
index 9c0aea1..2c4658d 100644
--- a/Language/Expressions/Constants/static_constant_t03.dart
+++ b/Language/Expressions/Constants/static_constant_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/static_constant_t04.dart b/Language/Expressions/Constants/static_constant_t04.dart
index 586a59f..62dfa50 100644
--- a/Language/Expressions/Constants/static_constant_t04.dart
+++ b/Language/Expressions/Constants/static_constant_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/static_constant_t05.dart b/Language/Expressions/Constants/static_constant_t05.dart
index 33c5369..74725d3 100644
--- a/Language/Expressions/Constants/static_constant_t05.dart
+++ b/Language/Expressions/Constants/static_constant_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_constant_t06.dart b/Language/Expressions/Constants/static_constant_t06.dart
index 3cef91a..c1a9309 100644
--- a/Language/Expressions/Constants/static_constant_t06.dart
+++ b/Language/Expressions/Constants/static_constant_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_constant_t07.dart b/Language/Expressions/Constants/static_constant_t07.dart
index e0514eb..4a38f57 100644
--- a/Language/Expressions/Constants/static_constant_t07.dart
+++ b/Language/Expressions/Constants/static_constant_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_method_t01.dart b/Language/Expressions/Constants/static_method_t01.dart
index e426b2d..a800776 100644
--- a/Language/Expressions/Constants/static_method_t01.dart
+++ b/Language/Expressions/Constants/static_method_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_method_t02.dart b/Language/Expressions/Constants/static_method_t02.dart
index 3804482..764cba1 100644
--- a/Language/Expressions/Constants/static_method_t02.dart
+++ b/Language/Expressions/Constants/static_method_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/static_method_t03.dart b/Language/Expressions/Constants/static_method_t03.dart
index 4503aba..adbd148 100644
--- a/Language/Expressions/Constants/static_method_t03.dart
+++ b/Language/Expressions/Constants/static_method_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/string_length_t01.dart b/Language/Expressions/Constants/string_length_t01.dart
index c4b4ce6..9b2cd1e 100644
--- a/Language/Expressions/Constants/string_length_t01.dart
+++ b/Language/Expressions/Constants/string_length_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/string_length_t02.dart b/Language/Expressions/Constants/string_length_t02.dart
index 2d0254f..50d86d7 100644
--- a/Language/Expressions/Constants/string_length_t02.dart
+++ b/Language/Expressions/Constants/string_length_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/string_length_t03.dart b/Language/Expressions/Constants/string_length_t03.dart
index 592f019..ddc6783 100644
--- a/Language/Expressions/Constants/string_length_t03.dart
+++ b/Language/Expressions/Constants/string_length_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/ternary_operator_t01.dart b/Language/Expressions/Constants/ternary_operator_t01.dart
index 50d8162..f77cbac 100644
--- a/Language/Expressions/Constants/ternary_operator_t01.dart
+++ b/Language/Expressions/Constants/ternary_operator_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/ternary_operator_t02.dart b/Language/Expressions/Constants/ternary_operator_t02.dart
index 08245d4..b6d6a5a 100644
--- a/Language/Expressions/Constants/ternary_operator_t02.dart
+++ b/Language/Expressions/Constants/ternary_operator_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/top_level_function_t01.dart b/Language/Expressions/Constants/top_level_function_t01.dart
index 76f042e..d22d2d7 100644
--- a/Language/Expressions/Constants/top_level_function_t01.dart
+++ b/Language/Expressions/Constants/top_level_function_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/top_level_function_t02.dart b/Language/Expressions/Constants/top_level_function_t02.dart
index a77b882..8b4aae4 100644
--- a/Language/Expressions/Constants/top_level_function_t02.dart
+++ b/Language/Expressions/Constants/top_level_function_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant expression is an expression whose value can never

  * change, and that can be evaluated entirely at compile time.

diff --git a/Language/Expressions/Constants/top_level_function_t03.dart b/Language/Expressions/Constants/top_level_function_t03.dart
index 8dae7fe..61f7711 100644
--- a/Language/Expressions/Constants/top_level_function_t03.dart
+++ b/Language/Expressions/Constants/top_level_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/top_level_function_t04.dart b/Language/Expressions/Constants/top_level_function_t04.dart
index 5bca373..4993a44 100644
--- a/Language/Expressions/Constants/top_level_function_t04.dart
+++ b/Language/Expressions/Constants/top_level_function_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Constants/top_level_function_t05.dart b/Language/Expressions/Constants/top_level_function_t05.dart
index da092c4..1cd53dd 100644
--- a/Language/Expressions/Constants/top_level_function_t05.dart
+++ b/Language/Expressions/Constants/top_level_function_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant expression is an expression whose value can never
  * change, and that can be evaluated entirely at compile time.
diff --git a/Language/Expressions/Equality/evaluation_super_t01.dart b/Language/Expressions/Equality/evaluation_super_t01.dart
index 734a2d5..af3e9e3 100644
--- a/Language/Expressions/Equality/evaluation_super_t01.dart
+++ b/Language/Expressions/Equality/evaluation_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form super == e
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/evaluation_super_t02.dart b/Language/Expressions/Equality/evaluation_super_t02.dart
index d29c5b6..95dfa49 100644
--- a/Language/Expressions/Equality/evaluation_super_t02.dart
+++ b/Language/Expressions/Equality/evaluation_super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form super == e
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/evaluation_super_t03.dart b/Language/Expressions/Equality/evaluation_super_t03.dart
index 3bcd007..964b59e 100644
--- a/Language/Expressions/Equality/evaluation_super_t03.dart
+++ b/Language/Expressions/Equality/evaluation_super_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form super == e
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/evaluation_t01.dart b/Language/Expressions/Equality/evaluation_t01.dart
index c540eea..64ef02e 100644
--- a/Language/Expressions/Equality/evaluation_t01.dart
+++ b/Language/Expressions/Equality/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form e1 == e2
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/evaluation_t03.dart b/Language/Expressions/Equality/evaluation_t03.dart
index f6f5119..57ce72e 100644
--- a/Language/Expressions/Equality/evaluation_t03.dart
+++ b/Language/Expressions/Equality/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form e1 == e2
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/evaluation_t04.dart b/Language/Expressions/Equality/evaluation_t04.dart
index 3a54ae1..87e69ad 100644
--- a/Language/Expressions/Equality/evaluation_t04.dart
+++ b/Language/Expressions/Equality/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an equality expression ee of the form e1 == e2
  * proceeds as follows:
diff --git a/Language/Expressions/Equality/not_equal_equivalent_super_t01.dart b/Language/Expressions/Equality/not_equal_equivalent_super_t01.dart
index a9fd8c7..d1a2dd2 100644
--- a/Language/Expressions/Equality/not_equal_equivalent_super_t01.dart
+++ b/Language/Expressions/Equality/not_equal_equivalent_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An equality expression of the form super != e is equivalent to the
  * expression !(super == e).
diff --git a/Language/Expressions/Equality/not_equal_equivalent_t01.dart b/Language/Expressions/Equality/not_equal_equivalent_t01.dart
index d70ead1..ffaff79 100644
--- a/Language/Expressions/Equality/not_equal_equivalent_t01.dart
+++ b/Language/Expressions/Equality/not_equal_equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An equality expression of the form e1 != e2 is equivalent to the
  * expression !(e1 == e2).
diff --git a/Language/Expressions/Equality/static_type_t01.dart b/Language/Expressions/Equality/static_type_t01.dart
index 4faec27..654c5bd 100644
--- a/Language/Expressions/Equality/static_type_t01.dart
+++ b/Language/Expressions/Equality/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The static type of an equality expression is bool.

  * @description Checks that static type of an equality expression is bool.

diff --git a/Language/Expressions/Equality/static_type_t02.dart b/Language/Expressions/Equality/static_type_t02.dart
index 83b8b9e..30f59ec 100644
--- a/Language/Expressions/Equality/static_type_t02.dart
+++ b/Language/Expressions/Equality/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an equality expression is bool.
  * @description Checks that static type of an equality expression is not int.
diff --git a/Language/Expressions/Equality/syntax_t01.dart b/Language/Expressions/Equality/syntax_t01.dart
index 27c2a84..bda9484 100644
--- a/Language/Expressions/Equality/syntax_t01.dart
+++ b/Language/Expressions/Equality/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Equality expressions test objects for equality.
  * equalityExpression:
diff --git a/Language/Expressions/Equality/syntax_t02.dart b/Language/Expressions/Equality/syntax_t02.dart
index a4c7a30..4fa9dea 100644
--- a/Language/Expressions/Equality/syntax_t02.dart
+++ b/Language/Expressions/Equality/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t03.dart b/Language/Expressions/Equality/syntax_t03.dart
index 5120141..c3af93f 100644
--- a/Language/Expressions/Equality/syntax_t03.dart
+++ b/Language/Expressions/Equality/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t04.dart b/Language/Expressions/Equality/syntax_t04.dart
index 07d6438..bbaab27 100644
--- a/Language/Expressions/Equality/syntax_t04.dart
+++ b/Language/Expressions/Equality/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t07.dart b/Language/Expressions/Equality/syntax_t07.dart
index 00b341e..28b5d77 100644
--- a/Language/Expressions/Equality/syntax_t07.dart
+++ b/Language/Expressions/Equality/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t08.dart b/Language/Expressions/Equality/syntax_t08.dart
index d568185..1a564bf 100644
--- a/Language/Expressions/Equality/syntax_t08.dart
+++ b/Language/Expressions/Equality/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t11.dart b/Language/Expressions/Equality/syntax_t11.dart
index 96f120a..9555352 100644
--- a/Language/Expressions/Equality/syntax_t11.dart
+++ b/Language/Expressions/Equality/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t12.dart b/Language/Expressions/Equality/syntax_t12.dart
index ab67cbd..13d93af 100644
--- a/Language/Expressions/Equality/syntax_t12.dart
+++ b/Language/Expressions/Equality/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t15.dart b/Language/Expressions/Equality/syntax_t15.dart
index 40f7aba..37cbf30 100644
--- a/Language/Expressions/Equality/syntax_t15.dart
+++ b/Language/Expressions/Equality/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t16.dart b/Language/Expressions/Equality/syntax_t16.dart
index 9e795ce..8b1037b 100644
--- a/Language/Expressions/Equality/syntax_t16.dart
+++ b/Language/Expressions/Equality/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Equality expressions test objects for equality.

  * equalityExpression:

diff --git a/Language/Expressions/Equality/syntax_t19.dart b/Language/Expressions/Equality/syntax_t19.dart
index 25ce457..7edc114 100644
--- a/Language/Expressions/Equality/syntax_t19.dart
+++ b/Language/Expressions/Equality/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Equality expressions test objects for equality.
  * equalityExpression:
diff --git a/Language/Expressions/Equality/syntax_t20.dart b/Language/Expressions/Equality/syntax_t20.dart
index 2fa5946..8a7f1ea 100644
--- a/Language/Expressions/Equality/syntax_t20.dart
+++ b/Language/Expressions/Equality/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Equality expressions test objects for equality.
  * equalityExpression:
diff --git a/Language/Expressions/Equality/syntax_t23.dart b/Language/Expressions/Equality/syntax_t23.dart
index 85cc05a..d39ae9c 100644
--- a/Language/Expressions/Equality/syntax_t23.dart
+++ b/Language/Expressions/Equality/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Equality expressions test objects for equality.
  * equalityExpression:
diff --git a/Language/Expressions/Equality/syntax_t24.dart b/Language/Expressions/Equality/syntax_t24.dart
index 2c539f4..2b52286 100644
--- a/Language/Expressions/Equality/syntax_t24.dart
+++ b/Language/Expressions/Equality/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Equality expressions test objects for equality.
  * equalityExpression:
diff --git a/Language/Expressions/Function_Expressions/class_function_t01.dart b/Language/Expressions/Function_Expressions/class_function_t01.dart
index 8d17b72..2156d1f 100644
--- a/Language/Expressions/Function_Expressions/class_function_t01.dart
+++ b/Language/Expressions/Function_Expressions/class_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The class of a function literal implements the built-in class
  * Function.
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t01.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t01.dart
index d285d35..4eb4f43 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t02.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t02.dart
index 60fc7d7..373a4e9 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t03.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t03.dart
index 7f42259..fa0cc30 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_async_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t01.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t01.dart
index 6f7ed9d..dbf9ba6 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t02.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t02.dart
index d50db4a..b603361 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t03.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t03.dart
index 4f75d59..de9f9d2 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_asyncs_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t01.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t01.dart
index c40c16f..01c123f 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t02.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t02.dart
index e8e9a4e..0f94aff 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t03.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t03.dart
index a97057f..57588b2 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_syncs_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_t01.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_t01.dart
index 5e4658a..3c142a1 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_t02.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_t02.dart
index bc36f24..578f9c6 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_t03.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_t03.dart
index c285d13..f4544eb 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_t04.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_t04.dart
index f536d4f..8fee059 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_t04.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_dynamic_t05.dart b/Language/Expressions/Function_Expressions/static_type_dynamic_t05.dart
index 9947e4c..cbd17e4 100644
--- a/Language/Expressions/Function_Expressions/static_type_dynamic_t05.dart
+++ b/Language/Expressions/Function_Expressions/static_type_dynamic_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_async_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_1_async_t01.dart
index bd1e570..689f960 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_async_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_async_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_1_async_t02.dart
index 29a06ef..92ef0fd 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_async_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_async_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_1_async_t03.dart
index 0073948..86a7019 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_async_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_1_t01.dart
index 1a17417..17a0f56 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_1_t02.dart
index 57bd75a..6935971 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_1_t03.dart
index 2694ca5..89479ea 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_1_t04.dart b/Language/Expressions/Function_Expressions/static_type_form_1_t04.dart
index 21ca8a7..84f974a 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_1_t04.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, [Tn+1 xn+1 = d1,...,Tn+k xn+k = dk]) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_async_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_2_async_t01.dart
index 6df6161..94912dc 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_async_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_async_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_2_async_t02.dart
index 0fb3091..05d5d58 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_async_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_async_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_2_async_t03.dart
index bbba701..0427b1d 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_async_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) async => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_2_t01.dart
index ed3d45a..06d746a 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_2_t02.dart
index 21a154f..a68fc53 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_2_t03.dart
index d95061d..0c7db02 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_2_t04.dart b/Language/Expressions/Function_Expressions/static_type_form_2_t04.dart
index fd26709..3e3cf15 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_2_t04.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) => e is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_async_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_3_async_t01.dart
index 786031d..47423a5 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_async_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk}) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_async_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_3_async_t02.dart
index 507d979..e006b22 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_async_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk]) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_async_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_3_async_t03.dart
index d97e1a3..2bfc0ac 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_async_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk]) async {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t01.dart
index c04c85f..364ad67 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k:  dk}) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t02.dart
index 0a27a7f..4cac271 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k:  dk}) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t03.dart
index 1455304..6e39ab6 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_asyncs_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k:  dk}) async* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t01.dart
index 17c5a03..cc2b872 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk}) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t02.dart
index 6c8e6c7..6c5659d 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk}) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t03.dart
index 981aa20..2513f8b 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_syncs_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk}) sync* {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_t01.dart b/Language/Expressions/Function_Expressions/static_type_form_3_t01.dart
index 3dc8941..0669778 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_t01.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_t02.dart b/Language/Expressions/Function_Expressions/static_type_form_3_t02.dart
index 2d06f9d..5cba81e 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_t02.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_t03.dart b/Language/Expressions/Function_Expressions/static_type_form_3_t03.dart
index b3d4477..7f879dc 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_t03.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) {s} is
diff --git a/Language/Expressions/Function_Expressions/static_type_form_3_t04.dart b/Language/Expressions/Function_Expressions/static_type_form_3_t04.dart
index a9350a7..0cb011d 100644
--- a/Language/Expressions/Function_Expressions/static_type_form_3_t04.dart
+++ b/Language/Expressions/Function_Expressions/static_type_form_3_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a function literal of the form
  * (T1 a1,...,Tn an, {Tn+1 xn+1: d1,...,Tn+k xn+k: dk }) {s} is
diff --git a/Language/Expressions/Function_Expressions/syntax_t01.dart b/Language/Expressions/Function_Expressions/syntax_t01.dart
index 17e8a11..7327c14 100644
--- a/Language/Expressions/Function_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function literal is an object that encapsulates an executable
  * unit of code.
diff --git a/Language/Expressions/Function_Expressions/syntax_t02.dart b/Language/Expressions/Function_Expressions/syntax_t02.dart
index 33df11f..f7ad10d 100644
--- a/Language/Expressions/Function_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function literal is an object that encapsulates an executable
  * unit of code.
diff --git a/Language/Expressions/Function_Expressions/syntax_t03.dart b/Language/Expressions/Function_Expressions/syntax_t03.dart
index 350ec86..c2339bd 100644
--- a/Language/Expressions/Function_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function literal is an object that encapsulates an executable

  * unit of code.

diff --git a/Language/Expressions/Function_Expressions/syntax_t04.dart b/Language/Expressions/Function_Expressions/syntax_t04.dart
index 4862ebe..68b47f2 100644
--- a/Language/Expressions/Function_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function literal is an object that encapsulates an executable
  * unit of code.
diff --git a/Language/Expressions/Function_Expressions/syntax_t05.dart b/Language/Expressions/Function_Expressions/syntax_t05.dart
index fe2406c..951f054 100644
--- a/Language/Expressions/Function_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function literal is an object that encapsulates an executable

  * unit of code.

diff --git a/Language/Expressions/Function_Expressions/syntax_t06.dart b/Language/Expressions/Function_Expressions/syntax_t06.dart
index da82338..0a2969f 100644
--- a/Language/Expressions/Function_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function literal is an object that encapsulates an executable

  * unit of code.

diff --git a/Language/Expressions/Function_Expressions/syntax_t07.dart b/Language/Expressions/Function_Expressions/syntax_t07.dart
index dd47b04..ef0709b 100644
--- a/Language/Expressions/Function_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Function_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A function literal is an object that encapsulates an executable
  * unit of code.
diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/evaluation_order_t01.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/evaluation_order_t01.dart
index 122b555..4594a77 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/evaluation_order_t01.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/evaluation_order_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an actual argument list of the form
  * (a1, ..., am, q1: am+1, ..., ql: am+l) proceeds as follows:
diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t01.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t01.dart
index 4b02516..32e3a26 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t01.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Function invocation involves evaluation of the list of actual
  * arguments to the function and binding of the results to the functions
diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t02.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t02.dart
index e9553ae..461d095 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t02.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Function invocation involves evaluation of the list of actual

  * arguments to the function and binding of the results to the functions

diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t03.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t03.dart
index 036e502..72f4e8a 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t03.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Function invocation involves evaluation of the list of actual

  * arguments to the function and binding of the results to the functions

diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t04.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t04.dart
index 4d67167..039ea2c 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t04.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Function invocation involves evaluation of the list of actual

  * arguments to the function and binding of the results to the functions

diff --git a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t05.dart b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t05.dart
index 6f9ac86..745064f 100644
--- a/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t05.dart
+++ b/Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Function invocation involves evaluation of the list of actual

  * arguments to the function and binding of the results to the functions

diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_not_a_subtype_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_not_a_subtype_t01.dart
index 6223d4a..42e8db3 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_not_a_subtype_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_not_a_subtype_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a dynamic type error if om+j is not null and the actual type
  * of qj is not a supertype of the type of om+j, j ∈ 1..l.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_t01.dart
index 9d1fb54..78ea685 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/actual_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a dynamic type error if oi is not null and the actual type
  * of pi is not a supertype of the type of oi, i ∈ 1..m.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t01.dart
index 61879f6..dbe6c95 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let f be a function with h required parameters, let p1, ..., pn
  * be the positional parameters of f and let ph+1, ..., ph+k be the named
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t02.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t02.dart
index e4d4669..6fa74a8 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t02.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let f be a function with h required parameters, let p1, ..., pn
  * be the positional parameters of f and let ph+1, ..., ph+k be the named
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t03.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t03.dart
index 639175a..c6e1c47 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t03.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let f be a function with h required parameters, let p1, ..., pn
  * be the positional parameters of f and let ph+1, ..., ph+k be the named
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t04.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t04.dart
index 28f0655..2723527 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t04.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let f be a function with h required parameters, let p1, ..., pn
  * be the positional parameters of f and let ph+1, ..., ph+k be the named
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t05.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t05.dart
index b885a55..73369d6 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t05.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/binding_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let f be a function with h required parameters, let p1, ..., pn
  * be the positional parameters of f and let ph+1, ..., ph+k be the named
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t01.dart
index 35d5d8c..9dd5a0e 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Furthermore, each qi, 1 <= i <= l, must be a member of the set
  * {pn+1, ..., pn+k} or a static warning occurs.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t02.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t02.dart
index a70be6e..6f7d3ed 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t02.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Furthermore, each qi, 1 <= i <= l, must be a member of the set
  * {pn+1, ..., pn+k} or a static warning occurs.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t03.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t03.dart
index cb7ee16..f66462e 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t03.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Furthermore, each qi, 1 <= i <= l, must be a member of the set
  * {pn+1, ..., pn+k} or a static warning occurs.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t04.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t04.dart
index f3d9cfd..87ada20 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t04.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/names_matching_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Furthermore, each qi, 1 <= i <= l, must be a member of the set
  * {pn+1, ..., pn+k} or a static warning occurs.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t01.dart
index 189016b..37233cd 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t02.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t02.dart
index cf93670..8512728 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t02.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t03.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t03.dart
index 741b63a..50254ac 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t03.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t04.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t04.dart
index ff526ac..090fcbd 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t04.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t05.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t05.dart
index fe329d3..6186d35 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t05.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t06.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t06.dart
index f8a4466..0925024 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t06.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t07.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t07.dart
index 22b7a4e..5fdd5e9 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t07.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t08.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t08.dart
index 3e75e54..831db81 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t08.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/number_of_arguments_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t01.dart
index a760aa9..4a84aa5 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t02.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t02.dart
index 74b9b7e..dc554af 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t02.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t03.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t03.dart
index c9ef5e8..f61f0c8 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t03.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t04.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t04.dart
index 5d3e0eb..62c23e9 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t04.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/optional_parameter_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h+k and let Sq be the type of the named parameter q of f.
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_arguments_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_arguments_t01.dart
index 7b497d7..09d7c1c 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_arguments_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_arguments_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if qi = qj for any i != j.

  * @description Checks that it is a compile-time error if there are two

diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t01.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t01.dart
index fac7904..09017bf 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t01.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h + k and let Sq be the type of the named parameter q of f. It is a
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t02.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t02.dart
index 42fb362..2f66471 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t02.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h + k and let Sq be the type of the named parameter q of f. It is a
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t03.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t03.dart
index 47c8fb8..ad9f076 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t03.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h + k and let Sq be the type of the named parameter q of f. It is a
diff --git a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t04.dart b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t04.dart
index 4540c82..285a609 100644
--- a/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t04.dart
+++ b/Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/wrong_static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Ti be the static type of ai, let Si be the type of pi,
  * i ∈ 1..h + k and let Sq be the type of the named parameter q of f. It is a
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/invocation_t02.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/invocation_t02.dart
index 6655da1..36c9c05 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function expression invocation
  * ef(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) is equivalent to
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_function_expression_t01.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_function_expression_t01.dart
index 2d36cb4..3fca3e2 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_function_expression_t01.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_function_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function expression invocation i has the form
  * ef(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where ef is an expression. If
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t01.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t01.dart
index 068cc92..4b320a5 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t01.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A function expression invocation i has the form
  * ef(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where ef is an expression.
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t02.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t02.dart
index 384f250..9d36067 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t02.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/property_extraction_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A function expression invocation i has the form
  * ef(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where ef is an expression.
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t01.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t01.dart
index 46bd83f..2f2fd11 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t01.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If F is not a function type, the static type of i is Dynamic.
  * Otherwise the static type of i is the declared return type of F.
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t02.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t02.dart
index 4de6c2a..e15d24d 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t02.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If F is not a function type, the static type of i is Dynamic.
  * Otherwise the static type of i is the declared return type of F.
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t01.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t01.dart
index dc60525..d027d8d 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t01.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the static type F of ef may not
  * be assigned to a function type.
diff --git a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02.dart b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02.dart
index b49faf4..7581bbd 100644
--- a/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02.dart
+++ b/Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the static type F of ef may not
  * be assigned to a function type.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t01.dart
index 9a7fb0a..3870dcd 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t02.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t02.dart
index e51b391..0deb795 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t03.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t03.dart
index 1549320..714c6fb 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t03.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t04.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t04.dart
index 303aba9..54ae97f 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t04.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t05.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t05.dart
index eb62a52..c6cdc5c 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t05.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t06.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t06.dart
index ada9b91..7f2bc26 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t06.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_invocation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t01.dart
index e50a4eb..c410889 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t02.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t02.dart
index ea72445..c6b2018 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t03.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t03.dart
index 0614450..9f9f01d 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t03.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t04.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t04.dart
index a573596..c4bcc21 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t04.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t01.dart
index 0f71706..cda9344 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t02.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t02.dart
index 5416252..ff35411 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_method_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_lib.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_lib.dart
index d75925b..4db4390 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_lib.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library unqualified_invocation_lib;
 import '../../../../Utils/expect.dart';
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/method_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/method_invocation_t01.dart
index a3262fa..8a5b141 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/method_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/method_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_invocation_t01.dart
index 7cd0ed1..e4e84ef 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t01.dart
index 98b90f6..53dd159 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t02.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t02.dart
index 73c4de0..f92c801 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t03.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t03.dart
index 27eec18..5b4c1ca 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t03.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t04.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t04.dart
index f1bb924..c1b7791 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t04.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t05.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t05.dart
index f3c8ea0..db51361 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t05.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t06.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t06.dart
index 405273f..59ed8e1 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t06.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t07.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t07.dart
index b99d1c5..6ae6a5a 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t07.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t08.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t08.dart
index 3f8aae9..5404b34 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t08.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t09.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t09.dart
index a56fe64..95ec3c2 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t09.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_context_invocation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t01.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t01.dart
index 4a8394a..61b0dd8 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t01.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t02.dart b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t02.dart
index 625ea2a..1878b51 100644
--- a/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t02.dart
+++ b/Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unqualified function invocation i has the form
  * id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k), where id is an identifier.
diff --git a/Language/Expressions/Function_Invocation/allowed_characters_t01.dart b/Language/Expressions/Function_Invocation/allowed_characters_t01.dart
index 9243e15..8adef70 100644
--- a/Language/Expressions/Function_Invocation/allowed_characters_t01.dart
+++ b/Language/Expressions/Function_Invocation/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t01.dart b/Language/Expressions/Function_Invocation/async_cleanup_t01.dart
index 7e6971a..be991d9 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t01.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t02.dart b/Language/Expressions/Function_Invocation/async_cleanup_t02.dart
index d7945a9..0391d7e 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t02.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t03.dart b/Language/Expressions/Function_Invocation/async_cleanup_t03.dart
index 5159e46..3c44e9f 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t03.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t04.dart b/Language/Expressions/Function_Invocation/async_cleanup_t04.dart
index 71a814b..19153d0 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t04.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t05.dart b/Language/Expressions/Function_Invocation/async_cleanup_t05.dart
index fc4dfb2..7117036 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t05.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t06.dart b/Language/Expressions/Function_Invocation/async_cleanup_t06.dart
index 5a8fe6f..da6dfa1 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t06.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t07.dart b/Language/Expressions/Function_Invocation/async_cleanup_t07.dart
index 0f7e06c..ca1ee92 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t07.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_cleanup_t08.dart b/Language/Expressions/Function_Invocation/async_cleanup_t08.dart
index 8679f2c..4aa49e1 100644
--- a/Language/Expressions/Function_Invocation/async_cleanup_t08.dart
+++ b/Language/Expressions/Function_Invocation/async_cleanup_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is asynchronous then, when f terminates, any open stream
  * subscriptions associated with any asynchronous for loops or yield-each
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t01.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t01.dart
index 1b0e652..64e288c 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t01.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t02.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t02.dart
index b8d345b..79cba9b 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t02.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t03.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t03.dart
index 8f665e3..023cffc 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t03.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t03.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t04.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t04.dart
index 257c52d..7ba4c81 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t04.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t05.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t05.dart
index e86bc37..3c7558d 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t05.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t06.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t06.dart
index 8da0aa5..0339eb9 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t06.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t07.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t07.dart
index b2e4fdb..a23c4a5 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t07.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t08.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t08.dart
index 526bd77..2c7ad8d 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t08.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t09.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t09.dart
index 2eb47ee..47db19c 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t09.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_generator_invokation_t10.dart b/Language/Expressions/Function_Invocation/async_generator_invokation_t10.dart
index 5d51f9a..75fe350 100644
--- a/Language/Expressions/Function_Invocation/async_generator_invokation_t10.dart
+++ b/Language/Expressions/Function_Invocation/async_generator_invokation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async*, then a fresh instance s implementing
  * the built-in class Stream is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t01.dart b/Language/Expressions/Function_Invocation/async_invokation_t01.dart
index 16de5b9..00ff468 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t01.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t02.dart b/Language/Expressions/Function_Invocation/async_invokation_t02.dart
index 283c14a..23b9812 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t02.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t03.dart b/Language/Expressions/Function_Invocation/async_invokation_t03.dart
index 93b53a3..42b6e17 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t03.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t04.dart b/Language/Expressions/Function_Invocation/async_invokation_t04.dart
index 047fa23..5b790a7 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t04.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t05.dart b/Language/Expressions/Function_Invocation/async_invokation_t05.dart
index 98db098..03da397 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t05.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/async_invokation_t06.dart b/Language/Expressions/Function_Invocation/async_invokation_t06.dart
index 77776f0..46659af 100644
--- a/Language/Expressions/Function_Invocation/async_invokation_t06.dart
+++ b/Language/Expressions/Function_Invocation/async_invokation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked async, then a fresh instance o implementing the
  * built-in class Future is associated with the invocation and immediately
diff --git a/Language/Expressions/Function_Invocation/stream_utils.dart b/Language/Expressions/Function_Invocation/stream_utils.dart
index c9de181..e325901 100644
--- a/Language/Expressions/Function_Invocation/stream_utils.dart
+++ b/Language/Expressions/Function_Invocation/stream_utils.dart
@@ -1,8 +1,8 @@
-/*
- * 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.
- *
+// 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.
+
+/**
  * @author a.semenov@unipro.ru
  */
 import 'dart:async';
diff --git a/Language/Expressions/Function_Invocation/sync_generator_invokation_t01.dart b/Language/Expressions/Function_Invocation/sync_generator_invokation_t01.dart
index ce12ab6..71ef49d 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_invokation_t01.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_invokation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked sync*, then a fresh instance i implementing
  * the built-in class Iterable is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/sync_generator_invokation_t02.dart b/Language/Expressions/Function_Invocation/sync_generator_invokation_t02.dart
index e906053..4d1c9ad 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_invokation_t02.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_invokation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If f is marked sync*, then a fresh instance i implementing
  * the built-in class Iterable is associated with the invocation and
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t01.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t01.dart
index 8ebecb3..8eb7a9c 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t01.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t02.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t02.dart
index 9b3c9f6..9aa5676 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t02.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t03.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t03.dart
index f53433a..8620e9a 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t03.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t04.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t04.dart
index 43dcba2..05d6bf1 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t04.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t05.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t05.dart
index 94799f2..7a0686e 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t05.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iterable_t06.dart b/Language/Expressions/Function_Invocation/sync_generator_iterable_t06.dart
index 6134c70..bb6c0a8 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iterable_t06.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iterable_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The iterable implementation must comply with the contract of
  * Iterable and should not take any steps identified as exceptionally efficient
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t01.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t01.dart
index 9baf1ab..a7651b1 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t01.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t02.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t02.dart
index 84b0959..0f33d0e 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t02.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t03.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t03.dart
index 65fdc8a..967b45f 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t03.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t04.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t04.dart
index 7baf3c2..11d5eb9 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t04.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t05.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t05.dart
index bfb3dfc..a667a7b 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t05.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t06.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t06.dart
index ee6d61d..7e96ab2 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t06.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t07.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t07.dart
index bce0692..ed732b9 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t07.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/sync_generator_iteration_t08.dart b/Language/Expressions/Function_Invocation/sync_generator_iteration_t08.dart
index 1eb9f24..0246e36 100644
--- a/Language/Expressions/Function_Invocation/sync_generator_iteration_t08.dart
+++ b/Language/Expressions/Function_Invocation/sync_generator_iteration_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion When iteration over the iterable is started, by getting an
  * iterator j from the iterable and calling moveNext(), execution of the body
diff --git a/Language/Expressions/Function_Invocation/terminate_t01.dart b/Language/Expressions/Function_Invocation/terminate_t01.dart
index 6fa5b19..170efdf 100644
--- a/Language/Expressions/Function_Invocation/terminate_t01.dart
+++ b/Language/Expressions/Function_Invocation/terminate_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of the body terminates when the first of
  * the following occurs:
diff --git a/Language/Expressions/Function_Invocation/terminate_t02.dart b/Language/Expressions/Function_Invocation/terminate_t02.dart
index e3450ac..1b647e5 100644
--- a/Language/Expressions/Function_Invocation/terminate_t02.dart
+++ b/Language/Expressions/Function_Invocation/terminate_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of the body terminates when the first of
  * the following occurs:
diff --git a/Language/Expressions/Function_Invocation/terminate_t03.dart b/Language/Expressions/Function_Invocation/terminate_t03.dart
index 478d616..ef0ea38 100644
--- a/Language/Expressions/Function_Invocation/terminate_t03.dart
+++ b/Language/Expressions/Function_Invocation/terminate_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of the body terminates when the first of
  * the following occurs:
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t01.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t01.dart
index 3835388..4db42c4 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t01.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if any of the identifiers async, await
  * or yield is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t02.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t02.dart
index 00b94aa..e2755f6 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t02.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t03.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t03.dart
index 12e8b9d..19d707c 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t03.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t04.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t04.dart
index 2b877a8..12e6494 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t04.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t05.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t05.dart
index 907a9d9..d35d643 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t05.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t06.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t06.dart
index ae108d2..5723859 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t06.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t07.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t07.dart
index 640b54d..a28baf8 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t07.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t08.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t08.dart
index 205db0b..66ada22 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t08.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t09.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t09.dart
index 996f6fd..71a167b 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t09.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/async_and_generator_t10.dart b/Language/Expressions/Identifier_Reference/async_and_generator_t10.dart
index 5dd3c1a..a340330 100644
--- a/Language/Expressions/Identifier_Reference/async_and_generator_t10.dart
+++ b/Language/Expressions/Identifier_Reference/async_and_generator_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if either of the identifiers [await] or
  * [yield] is used as an identifier in a function body marked with either
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t01.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t01.dart
index afc412a..3e37fed 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t01.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t02.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t02.dart
index 95e70d8..76e7153 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t02.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t03.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t03.dart
index 4e129a6..81b087c 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t03.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t04.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t04.dart
index 988499c..452422b 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t04.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t08.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t08.dart
index 3099a75..f23206c 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t08.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t09.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t09.dart
index 6642e9a..8be55e6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t09.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t10.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t10.dart
index ead0c73..cfc7f1e 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t10.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t11.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t11.dart
index c799cf2..31ee058 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t11.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t11.dart
@@ -1,8 +1,7 @@
-  /*

- * 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.

- */

+  // 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t12.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t12.dart
index 4e0f748..5b9f779 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t12.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t13.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t13.dart
index dd5ac7b..e6fc2bf 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t13.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t14.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t14.dart
index 708da1b..f672fc6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t14.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t15.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t15.dart
index dfea47d..29f81a8 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t15.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t16.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t16.dart
index 94bbe89..2b2188a 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t16.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t17.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t17.dart
index cf9efae..d86553f 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t17.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t18.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t18.dart
index b31dccd..110ed40 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t18.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t19.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t19.dart
index 4e2f42a..e25a026 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t19.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t20.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t20.dart
index c8090d1..39c8354 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t20.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t21.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t21.dart
index 72b0423..0eb746c 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t21.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t22.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t22.dart
index fd2ad65..20b2d25 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t22.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t23.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t23.dart
index a0e98a5..24e655f 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t23.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t24.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t24.dart
index 51227bd..87022ad 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t24.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t25.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t25.dart
index 0d1b52d..654ffe3 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t25.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t26.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t26.dart
index 199a3f9..a285d72 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t26.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t27.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t27.dart
index da24ab0..947b9e6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t27.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t28.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t28.dart
index d94076b..ff4d042 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t28.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t29.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t29.dart
index 9d17a10..0e9e659 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t29.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t30.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t30.dart
index 2cf2563..4822251 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t30.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t31.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t31.dart
index a2b8514..a4de614 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t31.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t32.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t32.dart
index c88c50b..9534788 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t32.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t32.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t33.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t33.dart
index 138cd33..2803f2d 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t33.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t34.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t34.dart
index a8dd1bf..ccae91a 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t34.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t34.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t35.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t35.dart
index dd7407d..b0062d1 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t35.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t35.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t36.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t36.dart
index 3b72536..0cb886f 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t36.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t36.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t37.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t37.dart
index 52fbb0a..d5ce95b 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t37.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t37.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t38.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t38.dart
index 0f21603..3a5257b 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t38.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t38.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t39.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t39.dart
index 5042b69..c13b443 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t39.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t39.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t40.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t40.dart
index 6aa0445..b0a5e5b 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t40.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t40.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t41.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t41.dart
index 974bfef..56c3324 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t41.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t41.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t42.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t42.dart
index 493bc6c..e503aaa 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t42.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t42.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t43.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t43.dart
index 2946e55..0b09985 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t43.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t43.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t44.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t44.dart
index d0f5b91..5691510 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t44.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t44.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t45.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t45.dart
index ac6d050..022e0d9 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t45.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t45.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t46.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t46.dart
index 7ca8b40..69298da 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t46.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t46.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t47.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t47.dart
index ef3a4d9..379ca7c 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t47.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t47.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t48.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t48.dart
index 0605195..237cc28 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t48.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t48.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t49.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t49.dart
index 77cea55..e4c8f18 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t49.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t49.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t50.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t50.dart
index dc66b2a..a172dcd 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t50.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t50.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t51.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t51.dart
index 73b66de..bfe6a6e 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t51.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t51.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t52.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t52.dart
index 86d9fe0..6ee00c4 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t52.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t52.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error if a built-in identifier is used as

  * the declared name of a prefix, class, type parameter or type alias.

diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t53.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t53.dart
index 0ca3e5d..7c397e8 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t53.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t53.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t54.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t54.dart
index 1ec59f2..554b281 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t54.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t54.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t55.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t55.dart
index 4ed48ee..f7e767a 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t55.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t55.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t56.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t56.dart
index b820723..4afda30 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t56.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t56.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t57.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t57.dart
index cf14b0b..1b31092 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t57.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t57.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t58.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t58.dart
index 467b5a0..98efc03 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t58.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t58.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t59.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t59.dart
index 11a8b60..26d5ad2 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t59.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t59.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t60.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t60.dart
index 30ed48a..ff2c9f7 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t60.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t60.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t61.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t61.dart
index c7889e4..7c80707 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t61.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t61.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t62.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t62.dart
index 53e3b38..635ff85 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t62.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t62.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t63.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t63.dart
index 34123a2..73d6fde 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t63.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t63.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t64.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t64.dart
index 113fa5f..00b6728 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t64.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t64.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t65.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t65.dart
index 8442549..083ebab 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t65.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t65.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t66.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t66.dart
index b27bb92..e72fdc6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t66.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t66.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t67.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t67.dart
index 5840bf0..9dcf133 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t67.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t67.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_identifier_t68.dart b/Language/Expressions/Identifier_Reference/built_in_identifier_t68.dart
index b945c57..3cc1f2a 100644
--- a/Language/Expressions/Identifier_Reference/built_in_identifier_t68.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_identifier_t68.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a built-in identifier is used as
  * the declared name of a prefix, class, type parameter or type alias.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01.dart
index 9780ba5..24c945a 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t02.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t02.dart
index 16c5734..4391786 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t02.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t03.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t03.dart
index 30f04ba..38a0634 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t03.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t04.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t04.dart
index 4748fa4..31dbd24 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t04.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t05.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t05.dart
index 90e3b99..e57e377 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t05.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t06.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t06.dart
index f6f45c7..dd8ec53 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t06.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t07.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t07.dart
index 32aebdd..07994d8 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t07.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t08.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t08.dart
index 90e7ced..c5375d5 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t08.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t09.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t09.dart
index 616de30..5991c03 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t09.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t10.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t10.dart
index be0fbca..58680e6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t10.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t11.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t11.dart
index c3f1f31..e14f508 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t11.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12.dart
index 9a95a87..eac8bae 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t13.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t13.dart
index 90b18a7..59356a3 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t13.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14.dart
index 9b92471..c8db9a6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15.dart
index d156440..7c2133d 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t16.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t16.dart
index 9446bc1..3e52059 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t16.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t16.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion It is a compile-time error to use a built-in identifier other than

  * dynamic as a type annotation or type parameter.

diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17.dart
index eb1a449..8403c17 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18.dart
index cb93b50..aebbe60 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19.dart
index f556dd6..7270b9b 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t20.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t20.dart
index a231f50..7ef5aad 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t20.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21.dart
index 64bb1c6..2880449 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22.dart
index 59c95e1..225a1fb 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23.dart
index 30f5c5c..2c61d39 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24.dart
index 1d557ca..6a7b23e 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25.dart
index c0e6b8a..b8d7cf1 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26.dart
index 0e48ada..ec5bb40 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27.dart
index 996e1d9..55bffd3 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28.dart
index 0a6643b..2ed7729 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29.dart
index b252c9f..759c1c4 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30.dart
index 158f04a..41d85f6 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31.dart
index d4f11cc..a6f46b5 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32.dart b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32.dart
index 2450ed1..b65031d 100644
--- a/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32.dart
+++ b/Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to use a built-in identifier other than
  * dynamic as a type annotation or type parameter.
diff --git a/Language/Expressions/Identifier_Reference/evaluation_alias_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_alias_t01.dart
index c3bb513..f655bde 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_alias_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_alias_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_alias_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_alias_t02.dart
index 6de3304..20c10d6 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_alias_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_alias_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_constant_variable_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_constant_variable_t01.dart
index a73a60a..9b8b8c8 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_constant_variable_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_constant_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_function_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_function_t01.dart
index c347eb8..7f8f68d 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_function_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_function_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_function_t02.dart
index 38b5c13..9927d31 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_function_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_function_t03.dart b/Language/Expressions/Identifier_Reference/evaluation_function_t03.dart
index 4c5cd94..289b636 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_function_t03.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t01.dart
index 1a8e520..3126d5f 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t03.dart b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t03.dart
index f52ed08..f9eff33 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t03.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t04.dart b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t04.dart
index 1f575c5..e0c470d 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t04.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t05.dart b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t05.dart
index b057790..7ba6a8b 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t05.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_prefix_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_prefix_t01.dart
index 962383e..17034be 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_prefix_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_prefix_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t01.dart
index c224f11..4c21c2d 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t02.dart
index bb4be2a..b2d5301 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03.dart b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03.dart
index 6affe50..0c55d94 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t04.dart b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t04.dart
index 60f8597..14b44d8 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t04.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_property_extraction_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_static_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_static_t01.dart
index df97f87..bb0bc1f 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_static_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_static_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_static_t02.dart
index 13b08a8..971bebf 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_static_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01.dart
index 842296d..d5c3fd4 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02.dart
index 3737e8f..315e87a 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_undeclared_identifier_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_undeclared_identifier_t01.dart
index a545f39..0bb17c7 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_undeclared_identifier_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_undeclared_identifier_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t01.dart b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t01.dart
index 2d9ab86..cc7c49e 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t01.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t02.dart b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t02.dart
index 36ac493..72a337c 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t02.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart
index 7832d9b..90eaaf3 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t04.dart b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t04.dart
index 029da4a..b77d30c 100644
--- a/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t04.dart
+++ b/Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an identifier expression e of the form id proceeds
  * as follows:
diff --git a/Language/Expressions/Identifier_Reference/qualified_identifiers_t01.dart b/Language/Expressions/Identifier_Reference/qualified_identifiers_t01.dart
index 9f598ed..3f8171a 100644
--- a/Language/Expressions/Identifier_Reference/qualified_identifiers_t01.dart
+++ b/Language/Expressions/Identifier_Reference/qualified_identifiers_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion qualified:
  *   identifier ('.' identifier)?
diff --git a/Language/Expressions/Identifier_Reference/static_type_t01.dart b/Language/Expressions/Identifier_Reference/static_type_t01.dart
index fdc3129..426c959 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t01.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t02.dart b/Language/Expressions/Identifier_Reference/static_type_t02.dart
index f9a9cb2..43647e7 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t02.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t03.dart b/Language/Expressions/Identifier_Reference/static_type_t03.dart
index 6627d9b..eb6ceea 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t03.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t04.dart b/Language/Expressions/Identifier_Reference/static_type_t04.dart
index 376f489..102d039 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t04.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t05.dart b/Language/Expressions/Identifier_Reference/static_type_t05.dart
index 9f67998..93dd303 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t05.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t06.dart b/Language/Expressions/Identifier_Reference/static_type_t06.dart
index f24ca62..e9442c9 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t06.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/static_type_t07.dart b/Language/Expressions/Identifier_Reference/static_type_t07.dart
index ccbc716..00514b3 100644
--- a/Language/Expressions/Identifier_Reference/static_type_t07.dart
+++ b/Language/Expressions/Identifier_Reference/static_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of e is determined as follows:
  * • If d is a class, type alias or type parameter the static type of e is Type.
diff --git a/Language/Expressions/Identifier_Reference/syntax_built_in_t01.dart b/Language/Expressions/Identifier_Reference/syntax_built_in_t01.dart
index a89868f..a9c72a2 100644
--- a/Language/Expressions/Identifier_Reference/syntax_built_in_t01.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_built_in_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An identifier expression consists of a single identifier; it
  * provides access to an object via an unqualified name.
diff --git a/Language/Expressions/Identifier_Reference/syntax_built_in_t02.dart b/Language/Expressions/Identifier_Reference/syntax_built_in_t02.dart
index b865837..40a7a02 100644
--- a/Language/Expressions/Identifier_Reference/syntax_built_in_t02.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_built_in_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An identifier expression consists of a single identifier; it
  * provides access to an object via an unqualified name.
diff --git a/Language/Expressions/Identifier_Reference/syntax_t01.dart b/Language/Expressions/Identifier_Reference/syntax_t01.dart
index 656f8ea..226add5 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t01.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An identifier expression consists of a single identifier; it
  * provides access to an object via an unqualified name.
diff --git a/Language/Expressions/Identifier_Reference/syntax_t02.dart b/Language/Expressions/Identifier_Reference/syntax_t02.dart
index 8bf6c84..04439ce 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t02.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An identifier expression consists of a single identifier; it

  * provides access to an object via an unqualified name.

diff --git a/Language/Expressions/Identifier_Reference/syntax_t04.dart b/Language/Expressions/Identifier_Reference/syntax_t04.dart
index 51c0ec0..971cf1a 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t04.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An identifier expression consists of a single identifier; it

  * provides access to an object via an unqualified name.

diff --git a/Language/Expressions/Identifier_Reference/syntax_t05.dart b/Language/Expressions/Identifier_Reference/syntax_t05.dart
index abc4e29..cb804eb 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t05.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An identifier expression consists of a single identifier; it
  * provides access to an object via an unqualified name.
diff --git a/Language/Expressions/Identifier_Reference/syntax_t06.dart b/Language/Expressions/Identifier_Reference/syntax_t06.dart
index 9c18a65..60b1dc1 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t06.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An identifier expression consists of a single identifier; it

  * provides access to an object via an unqualified name.

diff --git a/Language/Expressions/Identifier_Reference/syntax_t07.dart b/Language/Expressions/Identifier_Reference/syntax_t07.dart
index 310f58a..89a21da6 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t07.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An identifier expression consists of a single identifier; it

  * provides access to an object via an unqualified name.

diff --git a/Language/Expressions/Identifier_Reference/syntax_t08.dart b/Language/Expressions/Identifier_Reference/syntax_t08.dart
index 4dde9c2..05c4431 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t08.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An identifier expression consists of a single identifier; it
  * provides access to an object via an unqualified name.
diff --git a/Language/Expressions/Identifier_Reference/syntax_t09.dart b/Language/Expressions/Identifier_Reference/syntax_t09.dart
index 410a0cd..d8bfed5 100644
--- a/Language/Expressions/Identifier_Reference/syntax_t09.dart
+++ b/Language/Expressions/Identifier_Reference/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An identifier expression consists of a single identifier; it

  * provides access to an object via an unqualified name.

diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t01.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t01.dart
index a5211e4..b156a98 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t01.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t02.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t02.dart
index 22918a3..204886a 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t02.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t03.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t03.dart
index 63f1119..c53824af 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t03.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t04.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t04.dart
index 3d3bdc6..0ef7bc1 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t04.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t05.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t05.dart
index 23b3ab4..12536cc 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t05.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t06.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t06.dart
index 2f1d0a6..6c0b733 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t06.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t07.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t07.dart
index 8ed47f5..580b2dc 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t07.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/Identifier_Reference/undeclared_identifier_t08.dart b/Language/Expressions/Identifier_Reference/undeclared_identifier_t08.dart
index 14bb901..0d384c5 100644
--- a/Language/Expressions/Identifier_Reference/undeclared_identifier_t08.dart
+++ b/Language/Expressions/Identifier_Reference/undeclared_identifier_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is as static warning if an identifier expression id occurs
  * inside a top level or static function (be it function, method, getter, or
diff --git a/Language/Expressions/If_null_Expressions/evaluation_t01.dart b/Language/Expressions/If_null_Expressions/evaluation_t01.dart
index 3f99e57..518c7e5 100644
--- a/Language/Expressions/If_null_Expressions/evaluation_t01.dart
+++ b/Language/Expressions/If_null_Expressions/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an if-null expression e of the form e1 ??e2 is
  * equivalent to the evaluation of the expression ((x) => x == null?e2 : x)(e1).
diff --git a/Language/Expressions/If_null_Expressions/evaluation_t02.dart b/Language/Expressions/If_null_Expressions/evaluation_t02.dart
index 8a65f04..f1825af 100644
--- a/Language/Expressions/If_null_Expressions/evaluation_t02.dart
+++ b/Language/Expressions/If_null_Expressions/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an if-null expression e of the form e1 ??e2 is
  * equivalent to the evaluation of the expression ((x) => x == null?e2 : x)(e1).
diff --git a/Language/Expressions/If_null_Expressions/static_type_t01.dart b/Language/Expressions/If_null_Expressions/static_type_t01.dart
index e163936..f08bd2e 100644
--- a/Language/Expressions/If_null_Expressions/static_type_t01.dart
+++ b/Language/Expressions/If_null_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an if-null expression e of the form e1??e2 is
  * equivalent ... The static type of e is least upper bound of the
diff --git a/Language/Expressions/If_null_Expressions/static_type_t02.dart b/Language/Expressions/If_null_Expressions/static_type_t02.dart
index 7900589..953bda9 100644
--- a/Language/Expressions/If_null_Expressions/static_type_t02.dart
+++ b/Language/Expressions/If_null_Expressions/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an if-null expression e of the form e1??e2 is
  * equivalent ... The static type of e is least upper bound of the
diff --git a/Language/Expressions/If_null_Expressions/syntax_t01.dart b/Language/Expressions/If_null_Expressions/syntax_t01.dart
index 263fd2b..6b09704 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t01.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t02.dart b/Language/Expressions/If_null_Expressions/syntax_t02.dart
index bbc2fec..d4fb2d3 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t02.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t03.dart b/Language/Expressions/If_null_Expressions/syntax_t03.dart
index db7da9c..b913fd8 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t03.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t04.dart b/Language/Expressions/If_null_Expressions/syntax_t04.dart
index a10e10a..99d231e 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t04.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t05.dart b/Language/Expressions/If_null_Expressions/syntax_t05.dart
index 89c9607..24d97fd 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t05.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t06.dart b/Language/Expressions/If_null_Expressions/syntax_t06.dart
index 1e9359a..add83cb 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t06.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t07.dart b/Language/Expressions/If_null_Expressions/syntax_t07.dart
index 09bd06c..056cad1 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t07.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/If_null_Expressions/syntax_t08.dart b/Language/Expressions/If_null_Expressions/syntax_t08.dart
index 8a17544..7f984ea 100644
--- a/Language/Expressions/If_null_Expressions/syntax_t08.dart
+++ b/Language/Expressions/If_null_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  ifNullExpression:
diff --git a/Language/Expressions/Instance_Creation/Const/abstract_class_t01.dart b/Language/Expressions/Instance_Creation/Const/abstract_class_t01.dart
index 9185fa7..3d7fad7 100644
--- a/Language/Expressions/Instance_Creation/Const/abstract_class_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/abstract_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given an instance creation expression of the form
  * const q(a1, ..., an) it is a static warning if q is a constructor of an
diff --git a/Language/Expressions/Instance_Creation/Const/abstract_class_t02.dart b/Language/Expressions/Instance_Creation/Const/abstract_class_t02.dart
index f3d87bd..53bb33c 100644
--- a/Language/Expressions/Instance_Creation/Const/abstract_class_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/abstract_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given an instance creation expression of the form
  * const q(a1, ..., an) it is a static warning if q is a constructor of an
diff --git a/Language/Expressions/Instance_Creation/Const/abstract_class_t03.dart b/Language/Expressions/Instance_Creation/Const/abstract_class_t03.dart
index 135705b..60746c4 100644
--- a/Language/Expressions/Instance_Creation/Const/abstract_class_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/abstract_class_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given an instance creation expression of the form
  * const q(a1, ..., an) it is a static warning if q is a constructor of an
diff --git a/Language/Expressions/Instance_Creation/Const/abstract_class_t04.dart b/Language/Expressions/Instance_Creation/Const/abstract_class_t04.dart
index c4da889..cefde2e 100644
--- a/Language/Expressions/Instance_Creation/Const/abstract_class_t04.dart
+++ b/Language/Expressions/Instance_Creation/Const/abstract_class_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given an instance creation expression of the form
  * const q(a1, ..., an) it is a static warning if q is a constructor of an
diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t01.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t01.dart
index 3a5c3e7..d80274d 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t02.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t02.dart
index d7a8232..005a235 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t03.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t03.dart
index 15a4d6d..114fb9b 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t04.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t04.dart
index 1203deb..fea76a1 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t04.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t05.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t05.dart
index 74fbf87..4d1b0ee 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t05.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t06.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t06.dart
index c356eab..ddc5e77 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t06.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/accessibility_t07.dart b/Language/Expressions/Instance_Creation/Const/accessibility_t07.dart
index 263b35e..d4ebe93 100644
--- a/Language/Expressions/Instance_Creation/Const/accessibility_t07.dart
+++ b/Language/Expressions/Instance_Creation/Const/accessibility_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/arguments_t01.dart b/Language/Expressions/Instance_Creation/Const/arguments_t01.dart
index e5d1f1e..3ba08a3 100644
--- a/Language/Expressions/Instance_Creation/Const/arguments_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/arguments_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/arguments_t02.dart b/Language/Expressions/Instance_Creation/Const/arguments_t02.dart
index 1956408..e3e9021 100644
--- a/Language/Expressions/Instance_Creation/Const/arguments_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/arguments_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/arguments_t03.dart b/Language/Expressions/Instance_Creation/Const/arguments_t03.dart
index c34023d..dfc3cec 100644
--- a/Language/Expressions/Instance_Creation/Const/arguments_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/arguments_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/canonicalized_t01.dart b/Language/Expressions/Instance_Creation/Const/canonicalized_t01.dart
index a5a53b9..7110fd5 100644
--- a/Language/Expressions/Instance_Creation/Const/canonicalized_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/canonicalized_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, if e is of the form
diff --git a/Language/Expressions/Instance_Creation/Const/canonicalized_t02.dart b/Language/Expressions/Instance_Creation/Const/canonicalized_t02.dart
index 3abd3fe..f52ba9f 100644
--- a/Language/Expressions/Instance_Creation/Const/canonicalized_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/canonicalized_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, if e is of the form
diff --git a/Language/Expressions/Instance_Creation/Const/canonicalized_t03.dart b/Language/Expressions/Instance_Creation/Const/canonicalized_t03.dart
index e2dcb82..91515b9 100644
--- a/Language/Expressions/Instance_Creation/Const/canonicalized_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/canonicalized_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, if e is of the form
diff --git a/Language/Expressions/Instance_Creation/Const/canonicalized_t04.dart b/Language/Expressions/Instance_Creation/Const/canonicalized_t04.dart
index a8a21cb..2e2a89b 100644
--- a/Language/Expressions/Instance_Creation/Const/canonicalized_t04.dart
+++ b/Language/Expressions/Instance_Creation/Const/canonicalized_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, if e is of the form
diff --git a/Language/Expressions/Instance_Creation/Const/canonicalized_t05.dart b/Language/Expressions/Instance_Creation/Const/canonicalized_t05.dart
index 5940afb..e7cd0a9 100644
--- a/Language/Expressions/Instance_Creation/Const/canonicalized_t05.dart
+++ b/Language/Expressions/Instance_Creation/Const/canonicalized_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, if e is of the form
diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01.dart
index 2c8e1bc..1a70494 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e is of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02.dart
index 53b88f0..3b5ea12 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e is of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03.dart
index 801c1f9..669e3d9 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e is of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04.dart
index af101d5..0760c47 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e is of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t01.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t01.dart
index b376ad4..301cfeb 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e of the form

  * const T(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t02.dart b/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t02.dart
index 7d3a266..0942dbd 100644
--- a/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_class_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If e of the form

  * const T(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) it is a compile-time

diff --git a/Language/Expressions/Instance_Creation/Const/deferred_type_lib.dart b/Language/Expressions/Instance_Creation/Const/deferred_type_lib.dart
index b7eafb0..428098f 100644
--- a/Language/Expressions/Instance_Creation/Const/deferred_type_lib.dart
+++ b/Language/Expressions/Instance_Creation/Const/deferred_type_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library deferred_type_lib;
 
diff --git a/Language/Expressions/Instance_Creation/Const/deferred_type_t01.dart b/Language/Expressions/Instance_Creation/Const/deferred_type_t01.dart
index 893f896..85f697b 100644
--- a/Language/Expressions/Instance_Creation/Const/deferred_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/deferred_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
 /**
  * @assertion Let e be a constant object expression of the form
diff --git a/Language/Expressions/Instance_Creation/Const/deferred_type_t02.dart b/Language/Expressions/Instance_Creation/Const/deferred_type_t02.dart
index a2ba3d8..e11ceea 100644
--- a/Language/Expressions/Instance_Creation/Const/deferred_type_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/deferred_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
 /**
  * @assertion Let e be a constant object expression of the form
diff --git a/Language/Expressions/Instance_Creation/Const/exception_t01.dart b/Language/Expressions/Instance_Creation/Const/exception_t01.dart
index 94685b2..ef1109b 100644
--- a/Language/Expressions/Instance_Creation/Const/exception_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/exception_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if evaluation of a constant object

  * results in an uncaught exception being thrown.

diff --git a/Language/Expressions/Instance_Creation/Const/parameterized_type_t01.dart b/Language/Expressions/Instance_Creation/Const/parameterized_type_t01.dart
index dff3819..adc37aa 100644
--- a/Language/Expressions/Instance_Creation/Const/parameterized_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/parameterized_type_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/parameterized_type_t02.dart b/Language/Expressions/Instance_Creation/Const/parameterized_type_t02.dart
index 74b0e5b..beddd87 100644
--- a/Language/Expressions/Instance_Creation/Const/parameterized_type_t02.dart
+++ b/Language/Expressions/Instance_Creation/Const/parameterized_type_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let e be a constant object expression of the form

  * const T.id(a1, .., an, xn+1: an+1, …, xn+k: an+k) or the form

diff --git a/Language/Expressions/Instance_Creation/Const/static_type_t01.dart b/Language/Expressions/Instance_Creation/Const/static_type_t01.dart
index 88f1f7a..a6b628d 100644
--- a/Language/Expressions/Instance_Creation/Const/static_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a constant object expression of either the
  * form const T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k)or the form
diff --git a/Language/Expressions/Instance_Creation/Const/syntax_t01.dart b/Language/Expressions/Instance_Creation/Const/syntax_t01.dart
index ec3b659..d442797 100644
--- a/Language/Expressions/Instance_Creation/Const/syntax_t01.dart
+++ b/Language/Expressions/Instance_Creation/Const/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant object expression invokes a constant constructor.
  * constObjectExpression:
diff --git a/Language/Expressions/Instance_Creation/Const/syntax_t03.dart b/Language/Expressions/Instance_Creation/Const/syntax_t03.dart
index 2b49bb2..502fd81 100644
--- a/Language/Expressions/Instance_Creation/Const/syntax_t03.dart
+++ b/Language/Expressions/Instance_Creation/Const/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant object expression invokes a constant constructor.

  * constObjectExpression:

diff --git a/Language/Expressions/Instance_Creation/Const/syntax_t04.dart b/Language/Expressions/Instance_Creation/Const/syntax_t04.dart
index e03070f..8440bf4 100644
--- a/Language/Expressions/Instance_Creation/Const/syntax_t04.dart
+++ b/Language/Expressions/Instance_Creation/Const/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant object expression invokes a constant constructor.

  * constObjectExpression:

diff --git a/Language/Expressions/Instance_Creation/New/abstract_class_t01.dart b/Language/Expressions/Instance_Creation/New/abstract_class_t01.dart
index 24201a1..49f0473 100644
--- a/Language/Expressions/Instance_Creation/New/abstract_class_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/abstract_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if q is a constructor of an abstract class
  * and q is not a factory constructor.
diff --git a/Language/Expressions/Instance_Creation/New/abstract_class_t02.dart b/Language/Expressions/Instance_Creation/New/abstract_class_t02.dart
index 8b7853f..60e4908 100644
--- a/Language/Expressions/Instance_Creation/New/abstract_class_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/abstract_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if q is a constructor of an abstract class
  * and q is not a factory constructor.
diff --git a/Language/Expressions/Instance_Creation/New/argument_static_type_t01.dart b/Language/Expressions/Instance_Creation/New/argument_static_type_t01.dart
index f933dad..8a7e75a 100644
--- a/Language/Expressions/Instance_Creation/New/argument_static_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/argument_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the static type of ai, 1 <= i <= n + k
  * may not be assigned to the type of the corresponding formal parameter of the
diff --git a/Language/Expressions/Instance_Creation/New/argument_static_type_t02.dart b/Language/Expressions/Instance_Creation/New/argument_static_type_t02.dart
index 345704f..a0d25e7 100644
--- a/Language/Expressions/Instance_Creation/New/argument_static_type_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/argument_static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the static type of ai, 1 <= i <= n + k
  * may not be assigned to the type of the corresponding formal parameter of the
diff --git a/Language/Expressions/Instance_Creation/New/body_execution_t01.dart b/Language/Expressions/Instance_Creation/New/body_execution_t01.dart
index 2ef0a89..f193c5c 100644
--- a/Language/Expressions/Instance_Creation/New/body_execution_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/body_execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of q is executed with respect to the bindings
  * that resulted from the evaluation of the argument list and the type
diff --git a/Language/Expressions/Instance_Creation/New/body_execution_t02.dart b/Language/Expressions/Instance_Creation/New/body_execution_t02.dart
index 67615c9..5a13d9e 100644
--- a/Language/Expressions/Instance_Creation/New/body_execution_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/body_execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of q is executed with respect to the bindings
  * that resulted from the evaluation of the argument list and the type
diff --git a/Language/Expressions/Instance_Creation/New/body_execution_t03.dart b/Language/Expressions/Instance_Creation/New/body_execution_t03.dart
index 25d48e5..b854be2 100644
--- a/Language/Expressions/Instance_Creation/New/body_execution_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/body_execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of q is executed with respect to the bindings
  * that resulted from the evaluation of the argument list and the type
diff --git a/Language/Expressions/Instance_Creation/New/body_execution_t04.dart b/Language/Expressions/Instance_Creation/New/body_execution_t04.dart
index 336a1a1..3e6dccd 100644
--- a/Language/Expressions/Instance_Creation/New/body_execution_t04.dart
+++ b/Language/Expressions/Instance_Creation/New/body_execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of q is executed with respect to the bindings
  * that resulted from the evaluation of the argument list and the type
diff --git a/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t01.dart b/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t01.dart
index 67daefb..f14d9f0 100644
--- a/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a class or parameterized type accessible in the current
  * scope then:
diff --git a/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t02.dart b/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t02.dart
index 255338d..b48fc77 100644
--- a/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/constructor_same_name_as_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a class or parameterized type accessible in the current
  * scope then:
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t01.dart b/Language/Expressions/Instance_Creation/New/evaluation_t01.dart
index a8711ee..3fe7bfa 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t02.dart b/Language/Expressions/Instance_Creation/New/evaluation_t02.dart
index 2257ff0..3a36386 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t03.dart b/Language/Expressions/Instance_Creation/New/evaluation_t03.dart
index 58c1625..4f78b7c 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t04.dart b/Language/Expressions/Instance_Creation/New/evaluation_t04.dart
index 3d3cb74..82714df 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t04.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t05.dart b/Language/Expressions/Instance_Creation/New/evaluation_t05.dart
index c08c5a0..9a5f1f8 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t05.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t06.dart b/Language/Expressions/Instance_Creation/New/evaluation_t06.dart
index fbaf85f..c3e5222 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t06.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t06_lib.dart b/Language/Expressions/Instance_Creation/New/evaluation_t06_lib.dart
index 568f071..c1debb6 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t06_lib.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t06_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library evaluation_t06_lib;
 
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t07.dart b/Language/Expressions/Instance_Creation/New/evaluation_t07.dart
index 36708e5..918d0c5 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t07.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t08.dart b/Language/Expressions/Instance_Creation/New/evaluation_t08.dart
index fa8fecb..a83996a 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t08.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t09.dart b/Language/Expressions/Instance_Creation/New/evaluation_t09.dart
index b55dbb5..5a7af7c 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t09.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t10.dart b/Language/Expressions/Instance_Creation/New/evaluation_t10.dart
index a9f13f0..196d094 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t10.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t11.dart b/Language/Expressions/Instance_Creation/New/evaluation_t11.dart
index 4c05bcf..0421ab8 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t11.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t13.dart b/Language/Expressions/Instance_Creation/New/evaluation_t13.dart
index 0ea85f8..3a6d82f 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t13.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t14.dart b/Language/Expressions/Instance_Creation/New/evaluation_t14.dart
index a5b3274..36ea764 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t14.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t15.dart b/Language/Expressions/Instance_Creation/New/evaluation_t15.dart
index 265ff18..c73f48c 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t15.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t16.dart b/Language/Expressions/Instance_Creation/New/evaluation_t16.dart
index ce6abc3..da14a64 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t16.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t17.dart b/Language/Expressions/Instance_Creation/New/evaluation_t17.dart
index 0d13365..c11bc62 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t17.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t18.dart b/Language/Expressions/Instance_Creation/New/evaluation_t18.dart
index 79ea16a..3136564 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t18.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t19.dart b/Language/Expressions/Instance_Creation/New/evaluation_t19.dart
index 4db7187..529f762 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t19.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/evaluation_t20.dart b/Language/Expressions/Instance_Creation/New/evaluation_t20.dart
index 875f96c..b9517ef 100644
--- a/Language/Expressions/Instance_Creation/New/evaluation_t20.dart
+++ b/Language/Expressions/Instance_Creation/New/evaluation_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of e proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1: an+1, ..., xn+k: an+k )
diff --git a/Language/Expressions/Instance_Creation/New/execution_t01.dart b/Language/Expressions/Instance_Creation/New/execution_t01.dart
index e3d6cc9..3806c88 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t02.dart b/Language/Expressions/Instance_Creation/New/execution_t02.dart
index 24e9e20..8b87cf5 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t03.dart b/Language/Expressions/Instance_Creation/New/execution_t03.dart
index f603ce9..b52baff 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t04.dart b/Language/Expressions/Instance_Creation/New/execution_t04.dart
index 0409802..3de8bcd 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t04.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t05.dart b/Language/Expressions/Instance_Creation/New/execution_t05.dart
index 40ea647..eaf8299 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t05.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t06.dart b/Language/Expressions/Instance_Creation/New/execution_t06.dart
index e40e600..d6132af 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t06.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t07.dart b/Language/Expressions/Instance_Creation/New/execution_t07.dart
index cf2c56a..98ea493 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t07.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t08.dart b/Language/Expressions/Instance_Creation/New/execution_t08.dart
index 723ae78..1677b7d 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t08.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t09.dart b/Language/Expressions/Instance_Creation/New/execution_t09.dart
index 8d6f8b9..0b123f2 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t09.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t10.dart b/Language/Expressions/Instance_Creation/New/execution_t10.dart
index 7653e57..486f02e 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t10.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t11.dart b/Language/Expressions/Instance_Creation/New/execution_t11.dart
index 4e1880f..65036a5 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t11.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t12.dart b/Language/Expressions/Instance_Creation/New/execution_t12.dart
index c792db9..bc6f1c2 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t12.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t13.dart b/Language/Expressions/Instance_Creation/New/execution_t13.dart
index 537fbc4..d71d713 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t13.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/execution_t14.dart b/Language/Expressions/Instance_Creation/New/execution_t14.dart
index 30e1735..8f4921f 100644
--- a/Language/Expressions/Instance_Creation/New/execution_t14.dart
+++ b/Language/Expressions/Instance_Creation/New/execution_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Next, q is executed with this bound to i, the type parameters
  * (if any) of R bound to the actual type arguments V1, ..., Vm and the formal
diff --git a/Language/Expressions/Instance_Creation/New/generative_constructor_t01.dart b/Language/Expressions/Instance_Creation/New/generative_constructor_t01.dart
index 58d1085..24dd410 100644
--- a/Language/Expressions/Instance_Creation/New/generative_constructor_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/generative_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion . . . if q is a generative constructor, then:
  * A fresh instance i, of class R is allocated. For each instance variable
diff --git a/Language/Expressions/Instance_Creation/New/generative_constructor_t02.dart b/Language/Expressions/Instance_Creation/New/generative_constructor_t02.dart
index a6cd021..b5f2ff1 100644
--- a/Language/Expressions/Instance_Creation/New/generative_constructor_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/generative_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion . . . if q is a generative constructor, then:
  * A fresh instance i, of class R is allocated. For each instance variable
diff --git a/Language/Expressions/Instance_Creation/New/generative_constructor_t03.dart b/Language/Expressions/Instance_Creation/New/generative_constructor_t03.dart
index f898732..357afb3 100644
--- a/Language/Expressions/Instance_Creation/New/generative_constructor_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/generative_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion . . . if q is a generative constructor, then:
  * A fresh instance i, of class R is allocated. For each instance variable
diff --git a/Language/Expressions/Instance_Creation/New/generic_type_t01.dart b/Language/Expressions/Instance_Creation/New/generic_type_t01.dart
index f19db9d..f7ce2a6 100644
--- a/Language/Expressions/Instance_Creation/New/generic_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/generic_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a parameterized type S< U1, ..., Um>, let R = S.
  * If T is not a parameterized type, let R = T. Furthermore, if e is of the
diff --git a/Language/Expressions/Instance_Creation/New/generic_type_t02.dart b/Language/Expressions/Instance_Creation/New/generic_type_t02.dart
index 25f694d..02cb6a3 100644
--- a/Language/Expressions/Instance_Creation/New/generic_type_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/generic_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a parameterized type S< U1, ..., Um>, let R = S.
  * If T is not a parameterized type, let R = T. Furthermore, if e is of the
diff --git a/Language/Expressions/Instance_Creation/New/generic_type_t03.dart b/Language/Expressions/Instance_Creation/New/generic_type_t03.dart
index 6e0176b..ba394a1 100644
--- a/Language/Expressions/Instance_Creation/New/generic_type_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/generic_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a parameterized type S< U1, ..., Um>, let R = S.
  * If T is not a parameterized type, let R = T. Furthermore, if e is of the
diff --git a/Language/Expressions/Instance_Creation/New/named_constructor_t01.dart b/Language/Expressions/Instance_Creation/New/named_constructor_t01.dart
index 371737f..878e6e5 100644
--- a/Language/Expressions/Instance_Creation/New/named_constructor_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/named_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a class or parameterized type accessible in the current
  * scope then:
diff --git a/Language/Expressions/Instance_Creation/New/named_constructor_t02.dart b/Language/Expressions/Instance_Creation/New/named_constructor_t02.dart
index bdf9cb7..fe7e6d5 100644
--- a/Language/Expressions/Instance_Creation/New/named_constructor_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/named_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a class or parameterized type accessible in the current
  * scope then:
diff --git a/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t01.dart b/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t01.dart
index 5ae6d55..29bf2a2 100644
--- a/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If q is a redirecting factory constructor of the form
  * T(p1, ..., pn+k ) = c; or of the form T.id(p1, ..., pn+k ) = c; then the
diff --git a/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t02.dart b/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t02.dart
index bf12b93..39e9201 100644
--- a/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/redirecting_factory_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If q is a redirecting factory constructor of the form
  * T(p1, ..., pn+k ) = c; or of the form T.id(p1, ..., pn+k ) = c; then the
diff --git a/Language/Expressions/Instance_Creation/New/static_type_t01.dart b/Language/Expressions/Instance_Creation/New/static_type_t01.dart
index 5063a2d..0359331 100644
--- a/Language/Expressions/Instance_Creation/New/static_type_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an instance creation expression of either the
  * form new T.id(a1, ..., an, xn+1: an+1, ..., xn+k: an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/syntax_t01.dart b/Language/Expressions/Instance_Creation/New/syntax_t01.dart
index b56a501..02c384c 100644
--- a/Language/Expressions/Instance_Creation/New/syntax_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The new expression invokes a constructor.
  * newExpression:
diff --git a/Language/Expressions/Instance_Creation/New/syntax_t02.dart b/Language/Expressions/Instance_Creation/New/syntax_t02.dart
index 5e67409..3caec7c 100644
--- a/Language/Expressions/Instance_Creation/New/syntax_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The new expression invokes a constructor.

  * newExpression:

diff --git a/Language/Expressions/Instance_Creation/New/syntax_t03.dart b/Language/Expressions/Instance_Creation/New/syntax_t03.dart
index ac33b83..6393d85 100644
--- a/Language/Expressions/Instance_Creation/New/syntax_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The new expression invokes a constructor.

  * newExpression:

diff --git a/Language/Expressions/Instance_Creation/New/syntax_t04.dart b/Language/Expressions/Instance_Creation/New/syntax_t04.dart
index d62f8c7..9b6ed76 100644
--- a/Language/Expressions/Instance_Creation/New/syntax_t04.dart
+++ b/Language/Expressions/Instance_Creation/New/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The new expression invokes a constructor.
  * newExpression:
diff --git a/Language/Expressions/Instance_Creation/New/syntax_t05.dart b/Language/Expressions/Instance_Creation/New/syntax_t05.dart
index 2bae430..ac9f67e 100644
--- a/Language/Expressions/Instance_Creation/New/syntax_t05.dart
+++ b/Language/Expressions/Instance_Creation/New/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The new expression invokes a constructor.

  * newExpression:

diff --git a/Language/Expressions/Instance_Creation/New/type_argument_t01.dart b/Language/Expressions/Instance_Creation/New/type_argument_t01.dart
index 27b733d..dbe6fcc 100644
--- a/Language/Expressions/Instance_Creation/New/type_argument_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/type_argument_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a parameterized type S< U1, ..., Um>, let R = S.
  * If T is not a parameterized type, let R = T. Furthermore, if e is of the
diff --git a/Language/Expressions/Instance_Creation/New/type_t01.dart b/Language/Expressions/Instance_Creation/New/type_t01.dart
index 4d2ab60..ce883af 100644
--- a/Language/Expressions/Instance_Creation/New/type_t01.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t02.dart b/Language/Expressions/Instance_Creation/New/type_t02.dart
index 6267667..206cfa9 100644
--- a/Language/Expressions/Instance_Creation/New/type_t02.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t03.dart b/Language/Expressions/Instance_Creation/New/type_t03.dart
index 32fb8d8..a676673 100644
--- a/Language/Expressions/Instance_Creation/New/type_t03.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t05.dart b/Language/Expressions/Instance_Creation/New/type_t05.dart
index 96a2c48..3f73c55 100644
--- a/Language/Expressions/Instance_Creation/New/type_t05.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t06.dart b/Language/Expressions/Instance_Creation/New/type_t06.dart
index 5756aed..d66afaa 100644
--- a/Language/Expressions/Instance_Creation/New/type_t06.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t07.dart b/Language/Expressions/Instance_Creation/New/type_t07.dart
index 2db9117..264f0fd 100644
--- a/Language/Expressions/Instance_Creation/New/type_t07.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t08.dart b/Language/Expressions/Instance_Creation/New/type_t08.dart
index ae53585..2b2bf03 100644
--- a/Language/Expressions/Instance_Creation/New/type_t08.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/New/type_t09.dart b/Language/Expressions/Instance_Creation/New/type_t09.dart
index ff0dedd..7cfe862 100644
--- a/Language/Expressions/Instance_Creation/New/type_t09.dart
+++ b/Language/Expressions/Instance_Creation/New/type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a new expression of the form
  * new T.id(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k) or the form
diff --git a/Language/Expressions/Instance_Creation/allowed_characters_t01.dart b/Language/Expressions/Instance_Creation/allowed_characters_t01.dart
index b7f0336..71c01e7 100644
--- a/Language/Expressions/Instance_Creation/allowed_characters_t01.dart
+++ b/Language/Expressions/Instance_Creation/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t01.dart b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t01.dart
index 5a8ca2a..9e29c3d 100644
--- a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t01.dart
+++ b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type T in an instance creation
  * expression of one of the forms
diff --git a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t02.dart b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t02.dart
index 73d7a46..868ee4b 100644
--- a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t02.dart
+++ b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type T in an instance creation
  * expression of one of the forms
diff --git a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t03.dart b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t03.dart
index 515ec9e..fd37051 100644
--- a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t03.dart
+++ b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type T in an instance creation
  * expression of one of the forms
diff --git a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t04.dart b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t04.dart
index c71f4c5..43449cd 100644
--- a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t04.dart
+++ b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type T in an instance creation
  * expression of one of the forms
diff --git a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t07.dart b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t07.dart
index 4945e40..cacf604 100644
--- a/Language/Expressions/Instance_Creation/malformed_or_malbounded_t07.dart
+++ b/Language/Expressions/Instance_Creation/malformed_or_malbounded_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type T in an instance creation
  * expression of one of the forms
diff --git a/Language/Expressions/Lists/constant_list_t01.dart b/Language/Expressions/Lists/constant_list_t01.dart
index dcea0e0..31f021a 100644
--- a/Language/Expressions/Lists/constant_list_t01.dart
+++ b/Language/Expressions/Lists/constant_list_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  It is a compile time error if an element of a constant list

  * literal is not a compile-time constant. It is a compile time error if the

diff --git a/Language/Expressions/Lists/constant_list_t02.dart b/Language/Expressions/Lists/constant_list_t02.dart
index e27b8c1..2ee8d9d 100644
--- a/Language/Expressions/Lists/constant_list_t02.dart
+++ b/Language/Expressions/Lists/constant_list_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  It is a compile time error if an element of a constant list

  * literal is not a compile-time constant. It is a compile time error if the

diff --git a/Language/Expressions/Lists/identical_t01.dart b/Language/Expressions/Lists/identical_t01.dart
index 13e034d..38c3d6a 100644
--- a/Language/Expressions/Lists/identical_t01.dart
+++ b/Language/Expressions/Lists/identical_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let list1 = const <V>[e11...e1n] and list2 = const <U>[e21...e2n]
  * be two constant list literals and let the  elements of list1 and list2
diff --git a/Language/Expressions/Lists/identical_t02.dart b/Language/Expressions/Lists/identical_t02.dart
index e18d043..25fd06d 100644
--- a/Language/Expressions/Lists/identical_t02.dart
+++ b/Language/Expressions/Lists/identical_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let list1 = const <V>[e11...e1n] and list2 = const <U>[e21...e2n]
  * be two constant list literals and let the  elements of list1 and list2
diff --git a/Language/Expressions/Lists/indices_t01.dart b/Language/Expressions/Lists/indices_t01.dart
index 59b6722..eb7b1fc 100644
--- a/Language/Expressions/Lists/indices_t01.dart
+++ b/Language/Expressions/Lists/indices_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A list has an associated set of indices. An empty list has an
  * empty set of indices. A non-empty list has the index set {0 … n - 1} where n
diff --git a/Language/Expressions/Lists/mutate_a_constant_list_t01.dart b/Language/Expressions/Lists/mutate_a_constant_list_t01.dart
index ad17d6d..bd3111a 100644
--- a/Language/Expressions/Lists/mutate_a_constant_list_t01.dart
+++ b/Language/Expressions/Lists/mutate_a_constant_list_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Attempting to mutate a constant list literal will result in a
  * dynamic error.
diff --git a/Language/Expressions/Lists/runtime_list_literal_t01.dart b/Language/Expressions/Lists/runtime_list_literal_t01.dart
index cff7322..83ea89f 100644
--- a/Language/Expressions/Lists/runtime_list_literal_t01.dart
+++ b/Language/Expressions/Lists/runtime_list_literal_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime list literal <E>[e1... en] is evaluated as follows:
  * • First, the expressions e1... en are evaluated in order, they appear in the
diff --git a/Language/Expressions/Lists/runtime_list_literal_t02.dart b/Language/Expressions/Lists/runtime_list_literal_t02.dart
index df2a5b5..56c3c60 100644
--- a/Language/Expressions/Lists/runtime_list_literal_t02.dart
+++ b/Language/Expressions/Lists/runtime_list_literal_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime list literal <E>[e1... en] is evaluated as follows:
  * • First, the expressions e1... en are evaluated in order, they appear in the
diff --git a/Language/Expressions/Lists/runtime_list_literal_t03.dart b/Language/Expressions/Lists/runtime_list_literal_t03.dart
index ec15afb..32e49a0 100644
--- a/Language/Expressions/Lists/runtime_list_literal_t03.dart
+++ b/Language/Expressions/Lists/runtime_list_literal_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime list literal <E>[e1... en] is evaluated as follows:
  * • First, the expressions e1... en are evaluated in order, they appear in the
diff --git a/Language/Expressions/Lists/runtime_list_literal_t04.dart b/Language/Expressions/Lists/runtime_list_literal_t04.dart
index ebf39cb..01218c4 100644
--- a/Language/Expressions/Lists/runtime_list_literal_t04.dart
+++ b/Language/Expressions/Lists/runtime_list_literal_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime list literal <E>[e1... en] is evaluated as follows:
  * • First, the expressions e1... en are evaluated in order, they appear in the
diff --git a/Language/Expressions/Lists/static_type_dynamic_t01.dart b/Language/Expressions/Lists/static_type_dynamic_t01.dart
index 45c7016..6101e85 100644
--- a/Language/Expressions/Lists/static_type_dynamic_t01.dart
+++ b/Language/Expressions/Lists/static_type_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type a list literal of the form const [e1...en] or
  * the form [e1...en] is List<dynamic>.
diff --git a/Language/Expressions/Lists/static_type_t01.dart b/Language/Expressions/Lists/static_type_t01.dart
index 4332909..eb8d405 100644
--- a/Language/Expressions/Lists/static_type_t01.dart
+++ b/Language/Expressions/Lists/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a list literal of the form
  * const <E>[e1... en] or the form <E>[e1... en] is List<E>.
diff --git a/Language/Expressions/Lists/static_type_t02.dart b/Language/Expressions/Lists/static_type_t02.dart
index c593f89..5cea97f 100644
--- a/Language/Expressions/Lists/static_type_t02.dart
+++ b/Language/Expressions/Lists/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a list literal of the form
  * const <E>[e1... en]  or the form <E>[e1... en] is List<E>.
diff --git a/Language/Expressions/Lists/static_type_t03.dart b/Language/Expressions/Lists/static_type_t03.dart
index f968e35..7e02be2 100644
--- a/Language/Expressions/Lists/static_type_t03.dart
+++ b/Language/Expressions/Lists/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a list literal of the form
  * const <E>[e1... en]  or the form <E>[e1... en] is List<E>.
diff --git a/Language/Expressions/Lists/static_type_t04.dart b/Language/Expressions/Lists/static_type_t04.dart
index a17c2bb..c2b8ed9 100644
--- a/Language/Expressions/Lists/static_type_t04.dart
+++ b/Language/Expressions/Lists/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a list literal of the form
  * const <E>[e1... en]  or the form <E>[e1... en] is List<E>.
diff --git a/Language/Expressions/Lists/static_type_t05.dart b/Language/Expressions/Lists/static_type_t05.dart
index 3bbb201..a31c729 100644
--- a/Language/Expressions/Lists/static_type_t05.dart
+++ b/Language/Expressions/Lists/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a list literal of the form
  * const <E>[e1... en]  or the form <E>[e1... en] is List<E>.
diff --git a/Language/Expressions/Lists/syntax_t01.dart b/Language/Expressions/Lists/syntax_t01.dart
index a677aa4..1cb93ae 100644
--- a/Language/Expressions/Lists/syntax_t01.dart
+++ b/Language/Expressions/Lists/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A list literal denotes a list, which is an integer indexed
  * collection of objects.
diff --git a/Language/Expressions/Lists/syntax_t02.dart b/Language/Expressions/Lists/syntax_t02.dart
index bcc898c..44aef6c 100644
--- a/Language/Expressions/Lists/syntax_t02.dart
+++ b/Language/Expressions/Lists/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/syntax_t03.dart b/Language/Expressions/Lists/syntax_t03.dart
index 2910f69..0e67dd2 100644
--- a/Language/Expressions/Lists/syntax_t03.dart
+++ b/Language/Expressions/Lists/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/syntax_t04.dart b/Language/Expressions/Lists/syntax_t04.dart
index b7c247e..49531ac 100644
--- a/Language/Expressions/Lists/syntax_t04.dart
+++ b/Language/Expressions/Lists/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/syntax_t05.dart b/Language/Expressions/Lists/syntax_t05.dart
index c2fb81b..e898a8d 100644
--- a/Language/Expressions/Lists/syntax_t05.dart
+++ b/Language/Expressions/Lists/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/syntax_t06.dart b/Language/Expressions/Lists/syntax_t06.dart
index 8f56539..efb105a 100644
--- a/Language/Expressions/Lists/syntax_t06.dart
+++ b/Language/Expressions/Lists/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/syntax_t07.dart b/Language/Expressions/Lists/syntax_t07.dart
index 3104108..8a00d6d 100644
--- a/Language/Expressions/Lists/syntax_t07.dart
+++ b/Language/Expressions/Lists/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A list literal denotes a list, which is an integer indexed

  * collection of objects.

diff --git a/Language/Expressions/Lists/value_of_a_constant_list_t01.dart b/Language/Expressions/Lists/value_of_a_constant_list_t01.dart
index 1891201..07fed94 100644
--- a/Language/Expressions/Lists/value_of_a_constant_list_t01.dart
+++ b/Language/Expressions/Lists/value_of_a_constant_list_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  The value of a constant list literal  const <E>[e1... en] is an
  * object a that implements the built-in class List<E>. The ith element of a is
diff --git a/Language/Expressions/Lists/value_of_a_constant_list_t02.dart b/Language/Expressions/Lists/value_of_a_constant_list_t02.dart
index bc629da..60dafe4 100644
--- a/Language/Expressions/Lists/value_of_a_constant_list_t02.dart
+++ b/Language/Expressions/Lists/value_of_a_constant_list_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  The value of a constant list literal  const <E>[e1... en] is an
  * object a that implements the built-in class List<E>. The ith element of a is
diff --git a/Language/Expressions/Logical_Boolean_Expressions/allowed_characters_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/allowed_characters_t01.dart
index 653a343..6991aa0 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/allowed_characters_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t01.dart
index 12ded0f..ba97f9f 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a logical boolean expression b of the form e1 && e2
  * causes the evaluation of e1 which is then subjected to boolean conversion,
diff --git a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t02.dart b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t02.dart
index 00821cf..89eee37 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t02.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_and_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a logical boolean expression b of the form e1 && e2
  * causes the evaluation of e1 which is then subjected to boolean conversion,
diff --git a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t01.dart
index 341c571..59fc293 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a logical boolean expression b of the form e1 || e2
  * causes the evaluation of e1 which is then subjected to boolean conversion,
diff --git a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t02.dart b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t02.dart
index ada56cd..9536571 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t02.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/evaluation_form_or_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a logical boolean expression b of the form e1 || e2
  * causes the evaluation of e1 which is then subjected to boolean conversion,
diff --git a/Language/Expressions/Logical_Boolean_Expressions/static_type_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/static_type_t01.dart
index 01be134..116e636 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/static_type_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a logical boolean expression is bool.
  * @description Checks that the static type of a logical boolean
diff --git a/Language/Expressions/Logical_Boolean_Expressions/static_type_t02.dart b/Language/Expressions/Logical_Boolean_Expressions/static_type_t02.dart
index e6ae915..8dc63fa 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/static_type_t02.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a logical boolean expression is bool.
  * @description Checks that the static type of a logical boolean
diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t01.dart
index 01d07af..55de5e1 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The logical boolean expressions combine boolean objects using
  * the boolean conjunction and disjunction operators.
diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t02.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t02.dart
index f23f691..d144769 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t03.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t03.dart
index 71ab4b2..5384382 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t04.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t04.dart
index ac44a98..bafa626 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t05.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t05.dart
index 1130ac2..5c346ff 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t06.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t06.dart
index 981d3a9..3bb36ff 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t07.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t07.dart
index 14e6829..3c4a18e 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t08.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t08.dart
index 88120f7..4a47c88 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t09.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t09.dart
index 6079c2f..229f9b7 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The logical boolean expressions combine boolean objects using

  * the boolean conjunction and disjunction operators.

diff --git a/Language/Expressions/Logical_Boolean_Expressions/syntax_t16.dart b/Language/Expressions/Logical_Boolean_Expressions/syntax_t16.dart
index 0967a47..df93188 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The logical boolean expressions combine boolean objects using
  * the boolean conjunction and disjunction operators.
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t01.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t01.dart
index 95afd0d..98648a9 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t01.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t02.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t02.dart
index b78d9ec..42d7f6e 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t02.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t03.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t03.dart
index 58d7f4d..66d7c0a 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t03.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t04.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t04.dart
index d7f2708..62d4416 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t04.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t05.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t05.dart
index 3fca591..0972382 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t05.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t06.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t06.dart
index 0204d43..e190834 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t06.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t07.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t07.dart
index 22e7d64..d399ddf 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t07.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t08.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t08.dart
index f7d69ac..d4d728f 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t08.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t09.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t09.dart
index 36bb836..dc00926 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t09.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t10.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t10.dart
index 3a7c51f..e578d38 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t10.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t11.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t11.dart
index a28b986..0c6afb1 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t11.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t12.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t12.dart
index a696e33..4909b8a 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t12.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t13.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t13.dart
index 127085b..8f85e70 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t13.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t14.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t14.dart
index 9b14827..5a5da17 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t14.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t15.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t15.dart
index 7fa1575..3ff3f0e 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t15.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t16.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t16.dart
index a034ed1..b55b76c 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t16.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t17.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t17.dart
index 5498bbc..ba113e4 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t17.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t18.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t18.dart
index 5769a8d..dbe3ec1 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t18.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t19.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t19.dart
index 32cab65..8cc4e90 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t19.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t20.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t20.dart
index 4deade1..45520be 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t20.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t21.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t21.dart
index 9841faf..9a2a0f3 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t21.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t22.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t22.dart
index 19a85d3..c0eefbc 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t22.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t23.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t23.dart
index d7e3f72..3e90d0d 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t23.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t24.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t24.dart
index 2a9db52..b183ca0 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t24.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t25.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t25.dart
index c9cd8f9..5665b1b 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t25.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t26.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t26.dart
index b0fb41a..1b2a692 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t26.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t27.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t27.dart
index 2d6689c..6b31608 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t27.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t28.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t28.dart
index 73bb2aa..7e82174 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t28.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t29.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t29.dart
index be7cb2b..d52dbb3 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t29.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t30.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t30.dart
index 3ca44e2..a9302f4 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t30.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t31.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t31.dart
index ff5140d..b89935f 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t31.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Logical_Boolean_Expressions/type_t32.dart b/Language/Expressions/Logical_Boolean_Expressions/type_t32.dart
index 7f4c088..f79b27b 100644
--- a/Language/Expressions/Logical_Boolean_Expressions/type_t32.dart
+++ b/Language/Expressions/Logical_Boolean_Expressions/type_t32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A logical boolean expression b of the form e1 && e2 shows that a
  * variable v has type T if all of the following conditions hold:
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t01.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t01.dart
index 74778e6..c0c00f6 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t01.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t02.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t02.dart
index 88ea7da..1b7ece2 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t02.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t03.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t03.dart
index b29e956..927b421 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t03.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t04.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t04.dart
index fb47468..620f9c9 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t04.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t05.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t05.dart
index 28936a5..f20ecd2 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t05.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t06.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t06.dart
index 3938011..8462dd1 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t06.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t07.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t07.dart
index 31e797d..904ac4d 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t07.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t08.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t08.dart
index 0142ef3..4d25587 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t08.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t09.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t09.dart
index 9cb3a7d..2d045ae 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t09.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t10.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t10.dart
index 93c6105..de8fc98 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t10.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/definition_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * class C with respect to library L is: If C declares a concrete instance
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t01.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t01.dart
index b27fdd9..0e5295d 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t01.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * object o with respect to library L is the result of looking up getter
diff --git a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t02.dart b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t02.dart
index 1010878..2585a7c 100644
--- a/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t02.dart
+++ b/Language/Expressions/Lookup/Getter_and_Setter_Lookup/finding_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a getter (respectively setter) m in
  * object o with respect to library L is the result of looking up getter
diff --git a/Language/Expressions/Lookup/Method_Lookup/instance_lib.dart b/Language/Expressions/Lookup/Method_Lookup/instance_lib.dart
index 6a6ae45..00363bd 100644
--- a/Language/Expressions/Lookup/Method_Lookup/instance_lib.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/instance_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library definition_lib;
 
 class C1 {
diff --git a/Language/Expressions/Lookup/Method_Lookup/instance_t01.dart b/Language/Expressions/Lookup/Method_Lookup/instance_t01.dart
index 0d65dcf..39e28c8 100644
--- a/Language/Expressions/Lookup/Method_Lookup/instance_t01.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/instance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a method m in object o with respect
  * to library L is the result of a lookup of method m in class C with respect
diff --git a/Language/Expressions/Lookup/Method_Lookup/instance_t02.dart b/Language/Expressions/Lookup/Method_Lookup/instance_t02.dart
index 9eee552..f00d782 100644
--- a/Language/Expressions/Lookup/Method_Lookup/instance_t02.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/instance_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a method m in object o with respect
  * to library L is the result of a lookup of method m in class C with respect
diff --git a/Language/Expressions/Lookup/Method_Lookup/instance_t03.dart b/Language/Expressions/Lookup/Method_Lookup/instance_t03.dart
index bf26daf..9a0552b 100644
--- a/Language/Expressions/Lookup/Method_Lookup/instance_t03.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/instance_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a method m in object o with respect
  * to library L is the result of a lookup of method m in class C with respect
diff --git a/Language/Expressions/Lookup/Method_Lookup/lookup_t01.dart b/Language/Expressions/Lookup/Method_Lookup/lookup_t01.dart
index 4fd9737..e44c452 100644
--- a/Language/Expressions/Lookup/Method_Lookup/lookup_t01.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/lookup_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of a method m in object o with respect to
  * library L is the result of a lookup of method m in class C with respect to
diff --git a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t01.dart b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t01.dart
index da3c1dd..43015b3 100644
--- a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t01.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t02.dart b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t02.dart
index 41ceb2b..a3e9341 100644
--- a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t02.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t04.dart b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t04.dart
index 2d73414..2464575 100644
--- a/Language/Expressions/Lookup/Method_Lookup/method_lookup_t04.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/method_lookup_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_lib.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_lib.dart
index 22c9aa0..a07cdeb 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_lib.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library superclass_lib;
 
 class A {
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t01.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t01.dart
index 1601a02..792eb0b 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t01.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t02.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t02.dart
index 8011bb8..40fda21 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t02.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t03.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t03.dart
index 76b50ae..6225968 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t03.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t04.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t04.dart
index 8e299c4..e37e76d 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t04.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t05.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t05.dart
index b93aa7b..517de2b 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t05.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t06.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t06.dart
index adabdbf..5a3b611 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t06.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t07.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t07.dart
index 0484aef..e67ffe6 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t07.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t08.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t08.dart
index ea5c3f2..c1d8a10 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t08.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Lookup/Method_Lookup/superclass_t09.dart b/Language/Expressions/Lookup/Method_Lookup/superclass_t09.dart
index 97eb45a..0c89591 100644
--- a/Language/Expressions/Lookup/Method_Lookup/superclass_t09.dart
+++ b/Language/Expressions/Lookup/Method_Lookup/superclass_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The result of a lookup of method m in class C with respect to
  * library L is: If C declares a concrete instance method named m that is
diff --git a/Language/Expressions/Maps/constant_map_key_value_t01.dart b/Language/Expressions/Maps/constant_map_key_value_t01.dart
index 4f36b16..3aa37b9 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t01.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t02.dart b/Language/Expressions/Maps/constant_map_key_value_t02.dart
index a715b9d..2df75e6 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t02.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t03.dart b/Language/Expressions/Maps/constant_map_key_value_t03.dart
index 2f8e4d7..c06fac9 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t03.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t04.dart b/Language/Expressions/Maps/constant_map_key_value_t04.dart
index 950486f..8b63e0d 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t04.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t05.dart b/Language/Expressions/Maps/constant_map_key_value_t05.dart
index dc08844..c9944ef 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t05.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t06.dart b/Language/Expressions/Maps/constant_map_key_value_t06.dart
index 81794f2..8f1a25d 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t06.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_key_value_t07.dart b/Language/Expressions/Maps/constant_map_key_value_t07.dart
index 72fd6b1..bc586e0 100644
--- a/Language/Expressions/Maps/constant_map_key_value_t07.dart
+++ b/Language/Expressions/Maps/constant_map_key_value_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if either a key or a value of an
  * entry in a constant map literal is not a compile-time constant.
diff --git a/Language/Expressions/Maps/constant_map_t01.dart b/Language/Expressions/Maps/constant_map_t01.dart
index cfa262f..d81dc10 100644
--- a/Language/Expressions/Maps/constant_map_t01.dart
+++ b/Language/Expressions/Maps/constant_map_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile time error if either a key or a value of an entry

  * in a constant map literal is not a compile-time constant.

diff --git a/Language/Expressions/Maps/constant_map_t02.dart b/Language/Expressions/Maps/constant_map_t02.dart
index df38370..ffebcaf 100644
--- a/Language/Expressions/Maps/constant_map_t02.dart
+++ b/Language/Expressions/Maps/constant_map_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile time error if either a key or a value of an entry

  * in a constant map literal is not a compile-time constant.

diff --git a/Language/Expressions/Maps/constant_map_type_t01.dart b/Language/Expressions/Maps/constant_map_type_t01.dart
index d93866a..64d414e 100644
--- a/Language/Expressions/Maps/constant_map_type_t01.dart
+++ b/Language/Expressions/Maps/constant_map_type_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile time error if the type argument of a

  * constant map literal includes a type parameter.

diff --git a/Language/Expressions/Maps/equal_keys_t01.dart b/Language/Expressions/Maps/equal_keys_t01.dart
index dd45f23..1cb3ce7 100644
--- a/Language/Expressions/Maps/equal_keys_t01.dart
+++ b/Language/Expressions/Maps/equal_keys_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if two keys of a constant map literal
  * are equal according to their ‘==’ operator
diff --git a/Language/Expressions/Maps/equal_keys_t02.dart b/Language/Expressions/Maps/equal_keys_t02.dart
index 9369d8f..6557219 100644
--- a/Language/Expressions/Maps/equal_keys_t02.dart
+++ b/Language/Expressions/Maps/equal_keys_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if two keys of a constant map literal
  * are equal according to their ‘==’ operator
diff --git a/Language/Expressions/Maps/identical_t01.dart b/Language/Expressions/Maps/identical_t01.dart
index 29ac49a..d36f45a 100644
--- a/Language/Expressions/Maps/identical_t01.dart
+++ b/Language/Expressions/Maps/identical_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let map1 = const< K, V >{k11: e11 ... k1n: e1n } and map2 =
  * const< J, U >{k21: e21 ... k2n: e2n } be two constant map literals. Let the
diff --git a/Language/Expressions/Maps/identical_t02.dart b/Language/Expressions/Maps/identical_t02.dart
index 2c7c199..306eb57 100644
--- a/Language/Expressions/Maps/identical_t02.dart
+++ b/Language/Expressions/Maps/identical_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let map1 = const< K, V >{k11: e11 ... k1n: e1n } and map2 =
  * const< J, U >{k21: e21 ... k2n: e2n } be two constant map literals. Let the
diff --git a/Language/Expressions/Maps/key_value_equals_operator_t01.dart b/Language/Expressions/Maps/key_value_equals_operator_t01.dart
index c416c30..7bc0a49 100644
--- a/Language/Expressions/Maps/key_value_equals_operator_t01.dart
+++ b/Language/Expressions/Maps/key_value_equals_operator_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the key of an entry in a constant
  * map literal is an instance of a class that implements the operator == unless
diff --git a/Language/Expressions/Maps/key_value_equals_operator_t02.dart b/Language/Expressions/Maps/key_value_equals_operator_t02.dart
index ae05b2e..2295fd7 100644
--- a/Language/Expressions/Maps/key_value_equals_operator_t02.dart
+++ b/Language/Expressions/Maps/key_value_equals_operator_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the key of an entry in a constant
  * map literal is an instance of a class that implements the operator == unless
diff --git a/Language/Expressions/Maps/mutate_a_constant_map_t01.dart b/Language/Expressions/Maps/mutate_a_constant_map_t01.dart
index 81e94e6..dc54440 100644
--- a/Language/Expressions/Maps/mutate_a_constant_map_t01.dart
+++ b/Language/Expressions/Maps/mutate_a_constant_map_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Attempting to mutate a constant map literal will result in
  * a dynamic error.
diff --git a/Language/Expressions/Maps/order_t01.dart b/Language/Expressions/Maps/order_t01.dart
index 10cbe83..fa0d5fc 100644
--- a/Language/Expressions/Maps/order_t01.dart
+++ b/Language/Expressions/Maps/order_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A map literal is ordered: iterating over the keys and/or values
  * of the maps always happens in the order the keys appeared in the source
diff --git a/Language/Expressions/Maps/runtime_map_t01.dart b/Language/Expressions/Maps/runtime_map_t01.dart
index 5af6992..52135ec 100644
--- a/Language/Expressions/Maps/runtime_map_t01.dart
+++ b/Language/Expressions/Maps/runtime_map_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime map literal <K, V>{k1: e1...kn: en} is evaluated as
  * follows:
diff --git a/Language/Expressions/Maps/runtime_map_t02.dart b/Language/Expressions/Maps/runtime_map_t02.dart
index afa06ef..385ae06 100644
--- a/Language/Expressions/Maps/runtime_map_t02.dart
+++ b/Language/Expressions/Maps/runtime_map_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime map literal <K, V>{k1: e1...kn: en} is evaluated as
  * follows:
diff --git a/Language/Expressions/Maps/runtime_map_t03.dart b/Language/Expressions/Maps/runtime_map_t03.dart
index 6134dbb..2425330 100644
--- a/Language/Expressions/Maps/runtime_map_t03.dart
+++ b/Language/Expressions/Maps/runtime_map_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime map literal <K, V>{k1: e1...kn: en} is evaluated as
  * follows:
diff --git a/Language/Expressions/Maps/runtime_map_t04.dart b/Language/Expressions/Maps/runtime_map_t04.dart
index 2869602..57dddcd 100644
--- a/Language/Expressions/Maps/runtime_map_t04.dart
+++ b/Language/Expressions/Maps/runtime_map_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A runtime map literal <K, V>{k1: e1...kn: en} is evaluated as
  * follows:
diff --git a/Language/Expressions/Maps/static_type_dynamic_t01.dart b/Language/Expressions/Maps/static_type_dynamic_t01.dart
index b0aa942..e34bdc2 100644
--- a/Language/Expressions/Maps/static_type_dynamic_t01.dart
+++ b/Language/Expressions/Maps/static_type_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const {k1: e1 ... kn: en} or the form {k1: e1 ... kn: en } is
diff --git a/Language/Expressions/Maps/static_type_t01.dart b/Language/Expressions/Maps/static_type_t01.dart
index 17ad30c..ef9a4b0 100644
--- a/Language/Expressions/Maps/static_type_t01.dart
+++ b/Language/Expressions/Maps/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const <K, V>{k1: e1...kn: en} or the form <K, V>{k1: e1...kn: en} is
diff --git a/Language/Expressions/Maps/static_type_t02.dart b/Language/Expressions/Maps/static_type_t02.dart
index 6571fbc..e95604d 100644
--- a/Language/Expressions/Maps/static_type_t02.dart
+++ b/Language/Expressions/Maps/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const <K, V>{k1: e1...kn: en} or the form <K, V>{k1: e1...kn: en} is
diff --git a/Language/Expressions/Maps/static_type_t03.dart b/Language/Expressions/Maps/static_type_t03.dart
index 20bb4fb..e8c1a9c 100644
--- a/Language/Expressions/Maps/static_type_t03.dart
+++ b/Language/Expressions/Maps/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const <K, V>{k1: e1...kn: en} or the form <K, V>{k1: e1...kn: en} is
diff --git a/Language/Expressions/Maps/static_type_t04.dart b/Language/Expressions/Maps/static_type_t04.dart
index e06e6dc..f478e25 100644
--- a/Language/Expressions/Maps/static_type_t04.dart
+++ b/Language/Expressions/Maps/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const <K, V>{k1: e1...kn: en} or the form <K, V>{k1: e1...kn: en} is
diff --git a/Language/Expressions/Maps/static_type_t05.dart b/Language/Expressions/Maps/static_type_t05.dart
index 1183592..f9c8681 100644
--- a/Language/Expressions/Maps/static_type_t05.dart
+++ b/Language/Expressions/Maps/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a map literal of the form
  * const <K, V>{k1: e1...kn: en} or the form <K, V>{k1: e1...kn: en} is
diff --git a/Language/Expressions/Maps/syntax_t01.dart b/Language/Expressions/Maps/syntax_t01.dart
index 5b172d4..113c5e3 100644
--- a/Language/Expressions/Maps/syntax_t01.dart
+++ b/Language/Expressions/Maps/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A map literal denotes a map object.
  * mapLiteral:
diff --git a/Language/Expressions/Maps/syntax_t03.dart b/Language/Expressions/Maps/syntax_t03.dart
index b4ea761..6527eab 100644
--- a/Language/Expressions/Maps/syntax_t03.dart
+++ b/Language/Expressions/Maps/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t04.dart b/Language/Expressions/Maps/syntax_t04.dart
index e04b0cd..fc25909 100644
--- a/Language/Expressions/Maps/syntax_t04.dart
+++ b/Language/Expressions/Maps/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t05.dart b/Language/Expressions/Maps/syntax_t05.dart
index fad332f..5f6b5a5 100644
--- a/Language/Expressions/Maps/syntax_t05.dart
+++ b/Language/Expressions/Maps/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t06.dart b/Language/Expressions/Maps/syntax_t06.dart
index 5be3eea..c409a7c 100644
--- a/Language/Expressions/Maps/syntax_t06.dart
+++ b/Language/Expressions/Maps/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t07.dart b/Language/Expressions/Maps/syntax_t07.dart
index 3aef7c4..fdc972e 100644
--- a/Language/Expressions/Maps/syntax_t07.dart
+++ b/Language/Expressions/Maps/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t08.dart b/Language/Expressions/Maps/syntax_t08.dart
index 3d3b4ba..e8b6d60 100644
--- a/Language/Expressions/Maps/syntax_t08.dart
+++ b/Language/Expressions/Maps/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t09.dart b/Language/Expressions/Maps/syntax_t09.dart
index 50fe1d2..90d75a9 100644
--- a/Language/Expressions/Maps/syntax_t09.dart
+++ b/Language/Expressions/Maps/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/syntax_t10.dart b/Language/Expressions/Maps/syntax_t10.dart
index 809b763..cea5ab5 100644
--- a/Language/Expressions/Maps/syntax_t10.dart
+++ b/Language/Expressions/Maps/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A map literal denotes a map object.

  * mapLiteral:

diff --git a/Language/Expressions/Maps/value_of_a_constant_map_t01.dart b/Language/Expressions/Maps/value_of_a_constant_map_t01.dart
index 1137d06..cece657 100644
--- a/Language/Expressions/Maps/value_of_a_constant_map_t01.dart
+++ b/Language/Expressions/Maps/value_of_a_constant_map_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The value of a constant map literal const <K, V>{k1: e1...kn: en}
  * is an object m whose class implements the built-in class Map < K, V >. The
diff --git a/Language/Expressions/Maps/value_of_a_constant_map_t02.dart b/Language/Expressions/Maps/value_of_a_constant_map_t02.dart
index 04f1ac8..e896c1e 100644
--- a/Language/Expressions/Maps/value_of_a_constant_map_t02.dart
+++ b/Language/Expressions/Maps/value_of_a_constant_map_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The value of a constant map literal const <K, V>{k1: e1...kn: en}
  * is an object m whose class implements the built-in class Map < K, V >. The
diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t01.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t01.dart
index a7de0ec..3742e7a 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t01.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A cascaded method invocation expression of the form e..suffix
  * is equivalent to the expression (t){t.suffix; return t;}(e).
diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t02.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t02.dart
index 97879ff..7cf3d6b 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t02.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/cascaded_expression_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A cascaded method invocation expression of the form e..suffix
  * is equivalent to the expression (t){t.suffix; return t;}(e).
diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t01.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t01.dart
index e6f59ee..03d8f9a 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t01.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A cascaded method invocation has the form e..suffix where e is
  * an expression and suffix is a sequence of operator, method, getter or
diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02.dart
index 1bbae01..1f8dd49 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03.dart
index facef83..8722aa8 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04.dart
index 6d491fb..fef68b4 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t05.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t05.dart
index fab93cd..d6b7c7a 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t05.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t06.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t06.dart
index 73a1adc..9556c01 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t06.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t07.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t07.dart
index c4138e9..914c94c 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t07.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t08.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t08.dart
index af9b5e6..c61754a 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t08.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t09.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t09.dart
index da144fa..74c6a50 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t09.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t10.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t10.dart
index 6f73fae..ffb7893 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t10.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t11.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t11.dart
index 44764c3..7c2d3bb 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t11.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t12.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t12.dart
index 899f8df..d93bb0f 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t12.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t13.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t13.dart
index a0c3161..dd60a94 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t13.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t14.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t14.dart
index a15e73a..e0a7492 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t14.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t15.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t15.dart
index 6ee0cbc..ae1c9f3 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t15.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t17.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t17.dart
index 248096d..cdc0b7b 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t17.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t18.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t18.dart
index 84387e5..a085a29 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t18.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A cascaded method invocation has the form e..suffix where e is

  * an expression and suffix is a sequence of operator, method, getter or

diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19.dart
index f827b19..9c6a1f2 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A cascaded method invocation has the form e..suffix where e is
  * an expression and suffix is a sequence of operator, method, getter or
diff --git a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t20.dart b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t20.dart
index 2d6123c..7ddaba5 100644
--- a/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t20.dart
+++ b/Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A cascaded method invocation has the form e..suffix where e is
  * an expression and suffix is a sequence of operator, method, getter or
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t01.dart
index 6ba4903..e0695eb 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t02.dart
index 9a52366..1f1c918 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t03.dart
index 4a40eb6..ad908d7 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t05.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t05.dart
index 14d06ce..2b4da19 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t05.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t06.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t06.dart
index b1b52d2..18303f1 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t06.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t07.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t07.dart
index 14d16d6..adcd7a9 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t07.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t08.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t08.dart
index 5a79db8..23a0501 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t08.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t09.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t09.dart
index d9e2fc8..15014bd 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t09.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_member_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of o. It is a static type warning if T
  * does not have an accessible instance member named m unless either:
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_static_type_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_static_type_t01.dart
index 9f458b5..7f28526 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_static_type_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, . . . , an, xn+1 : an+1, . . . , xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t01.dart
index 6d23b94..61c7bd3 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t02.dart
index e81163c..4170b58 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t03.dart
index 1552970..4556f81 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t04.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t04.dart
index 6f25dea..f4b48c1 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t04.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t05.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t05.dart
index ac414f5..aba35d1 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t05.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t06.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t06.dart
index cf92239..56d9c79 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t06.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t07.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t07.dart
index f1b3e40..6849a06 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t07.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of a conditional ordinary method invocation e of the
  * form o?.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_warning_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_warning_t02.dart
index d0cb8b1..a05e0d4 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_warning_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/conditional_warning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Exactly the same static warnings that would be caused
  * by o.m(a1, . . . , an, xn+1 : an+1, . . . , xn+k : an+k) are also generated
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t01.dart
index 8b4c633..f0dd225 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t02.dart
index 225f53f..cc143d9 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t03.dart
index 2b6eb1f..509e075 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t05.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t05.dart
index 1db0947..a721475 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t05.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t06.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t06.dart
index 6df3ba6..148ed4d 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t06.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07.dart
index 407f58d..e70583f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t08.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t08.dart
index 12e6283..7bd3189 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t08.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an unconditional ordinary method invocation i of
  * the form o.m(a1 , ..., an , xn+1 : an+1 , ..., xn+k : an+k)
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t01.dart
index 1fdccb5..e9b341a 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t02.dart
index 27d31f6..3220820 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/function_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t01.dart
index c9d8e5b..1ff48af 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t02.dart
index ddd59c1..605d1cd 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t03.dart
index 4e9f5c4..bf64609 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t04.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t04.dart
index 8c13234..9cfad70 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t04.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t05.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t05.dart
index 47bcf0e..84dc7fe 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t05.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t06.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t06.dart
index afeb573..0fcea03 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t06.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t08.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t08.dart
index ea493e1..7abab5a 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t08.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t09.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t09.dart
index 3b4611f..fb2f020 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t09.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t10.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t10.dart
index bf83ad8..f78b53d 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t10.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t11.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t11.dart
index 9ac2abd..b4b2673 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t11.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t12.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t12.dart
index 2dc4d36..c75cf54 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t12.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t13.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t13.dart
index ea421a2..f424aa3 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t13.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t14.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t14.dart
index dbd3d67..9e1cba0 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t14.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t15.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t15.dart
index 8565d0c..58e543f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t15.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t16.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t16.dart
index 6fe0f26..fee74ba 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t16.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t17.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t17.dart
index a417578..d3f872f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t17.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t18.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t18.dart
index e5ca59e..c48a162 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t18.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t19.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t19.dart
index 410cf66..4e42194 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t19.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t20.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t20.dart
index 520ff5d..3994c78 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t20.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t21.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t21.dart
index 92e9fa6..228d261 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t21.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t22.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t22.dart
index 1f7a067..9105a46 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t22.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in vo with respect to L. If vo is an instance of Type
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01.dart
index 5c97b6c..2708b6b 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to invoke any of the methods of class
  * Object on a prefix object or on a constant type literal that is immediately
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02.dart
index a2dc9a9..51b460f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error to invoke any of the methods of class
  * Object on a prefix object or on a constant type literal that is immediately
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t01.dart
index afffe73..f2eb110 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t02.dart
index 6be5469..a31c209 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t03.dart
index c70c7de..487bceb 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t04.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t04.dart
index ab9ef1d..f070683 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t04.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of o.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t01.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t01.dart
index 915a756..1141ead 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t01.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unconditional ordinary method invocation i has the form
  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02.dart
index 36d6635..85c1e89 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03.dart
index 99a5b8e..57d47fd 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t04.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t04.dart
index e398e83..541eaa7 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t04.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05.dart
index 84fbca1..e99166f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t06.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t06.dart
index 75a9950..29c55f5 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t06.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unconditional ordinary method invocation i has the form
  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).
diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07.dart
index 880473c..5a3911a 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08.dart
index 3bdff3a..cef394a 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t09.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t09.dart
index b4ad1e4..508b19f 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t09.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10.dart b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10.dart
index b4ee553..b9b77ff 100644
--- a/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10.dart
+++ b/Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An unconditional ordinary method invocation i has the form

  * o.m(a1, ..., an, xn+1 : an+1, ..., xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t01.dart
index 9697ce6..1da0050 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t02.dart
index 7fa7a66..b689f48 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03.dart
index 08b67f9..e6d233d 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04.dart
index 39aedb7..a944188 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05.dart b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05.dart
index 17b989f..798ad24 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t01.dart
index b5ed264..915e02e 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t02.dart
index 55133c0..1b88bd6 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t03.dart
index eb31e75..22a0529 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t04.dart
index 14cd9d3..b196f8b 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t05.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t05.dart
index c1b6802..f733d08 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t05.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t06.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t06.dart
index aa3356f..3530a6f 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t06.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t07.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t07.dart
index 90ce3f9..5ac3067 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t07.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t08.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t08.dart
index 6abf464..c171636 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t08.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t09.dart b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t09.dart
index 3607577..3d2b17a 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t09.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/evaluation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of i proceeds as follows:
  * First, the argument list (a1, ..., an, xn+1 : an+1, ..., xn+k : an+k) is
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01.dart
index e41bc09..89d23a1 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If getter lookup has also failed, then a new instance im of the
  * predefined class Invocation is created, such that:
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03.dart
index 9707098..4521723 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If getter lookup has also failed, then a new instance im of the
  * predefined class Invocation is created, such that:
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04.dart
index 8be93a8..5f0e609 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If getter lookup has also failed, then a new instance im of the
  * predefined class Invocation is created, such that:
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01.dart
index 625ebf5..bbd2054 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02.dart
index 27e57af..7f73dae 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03.dart
index daf285f..32a8a1e 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04.dart
index 67ed9ee..f688668 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05.dart
index 7d27d1f..53aa284 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06.dart
index 503fbd9..7069e07 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07.dart b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07.dart
index a8485b3..b88aea7 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a super method invocation occurs in

  * a top-level function or variable initializer, in an instance variable

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t01.dart
index 2e816a2..ec9095a 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in Sdynamic with respect to L. If the getter lookup
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t02.dart
index aec9a26..c4ce59b 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in Sdynamic with respect to L. If the getter lookup
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t03.dart
index db49fe5..112ce34 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in Sdynamic with respect to L. If the getter lookup
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t04.dart
index 7080d5b..51d5e5c 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/method_lookup_failed_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the method lookup has failed, then let g be the result of
  * looking up getter m in Sdynamic with respect to L. If the getter lookup
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t01.dart
index e868146..903a866 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t02.dart
index a7dfd80..840a902 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * ...
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01.dart
index 30bd86d..bfc2b9b 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A super method invocation i has the form
  * super.m(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k).
diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02.dart b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02.dart
index 1e8667b..a17974f 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A super method invocation i has the form

  * super.m(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03.dart b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03.dart
index 0e6a1d3..457051c 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A super method invocation i has the form

  * super.m(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t04.dart b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t04.dart
index dddef37..3c764f9 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t04.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A super method invocation i has the form

  * super.m(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05.dart b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05.dart
index bdb79cd..b0a6be2 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A super method invocation i has the form

  * super.m(a1, ... , an, xn+1 : an+1, ... , xn+k : an+k).

diff --git a/Language/Expressions/Method_Invocation/Super_Invocation/wrong_type_t01.dart b/Language/Expressions/Method_Invocation/Super_Invocation/wrong_type_t01.dart
index 4d74ec7..dff0b23 100644
--- a/Language/Expressions/Method_Invocation/Super_Invocation/wrong_type_t01.dart
+++ b/Language/Expressions/Method_Invocation/Super_Invocation/wrong_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * ...
diff --git a/Language/Expressions/Method_Invocation/lib.dart b/Language/Expressions/Method_Invocation/lib.dart
index 94bc417..7a4f6a6 100644
--- a/Language/Expressions/Method_Invocation/lib.dart
+++ b/Language/Expressions/Method_Invocation/lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library lib;
 
 class C {
diff --git a/Language/Expressions/Multiplicative_Expressions/equivalent_super_t01.dart b/Language/Expressions/Multiplicative_Expressions/equivalent_super_t01.dart
index 2de2af2..860d299 100644
--- a/Language/Expressions/Multiplicative_Expressions/equivalent_super_t01.dart
+++ b/Language/Expressions/Multiplicative_Expressions/equivalent_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multiplicative expression of the form super op e2
  * is equivalent to the method invocation super.op(e2).
diff --git a/Language/Expressions/Multiplicative_Expressions/equivalent_t01.dart b/Language/Expressions/Multiplicative_Expressions/equivalent_t01.dart
index dc0aee7..7620390 100644
--- a/Language/Expressions/Multiplicative_Expressions/equivalent_t01.dart
+++ b/Language/Expressions/Multiplicative_Expressions/equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multiplicative expression of the form e1 op e2
  * is equivalent to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Multiplicative_Expressions/static_type_t01.dart b/Language/Expressions/Multiplicative_Expressions/static_type_t01.dart
index 53eba81..8993f92 100644
--- a/Language/Expressions/Multiplicative_Expressions/static_type_t01.dart
+++ b/Language/Expressions/Multiplicative_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an multiplicative expression is usually
  * determined by the signature given in the declaration of the operator used.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t01.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t01.dart
index 04ef127..9e553a3 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t02.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t02.dart
index be9bb35..b038507 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t03.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t03.dart
index 86b8ca3..bad1f16 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t04.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t04.dart
index 3054c1e..199026d 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t05.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t05.dart
index 5b57a2e..9284f7f 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t06.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t06.dart
index 4b5f120..7e25f9d 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t07.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t07.dart
index e0ddf70..8ee101c 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t08.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t08.dart
index 37ee128..5dab828 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t09.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t09.dart
index 14b1790..2ed76ae 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t10.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t10.dart
index 2506af0..0b82806 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t11.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t11.dart
index 817c6ae..0a4e255 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t14.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t14.dart
index ca5124a..d9a8d39 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t14.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t15.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t15.dart
index 20a118b..bf30bff 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t15.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t16.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t16.dart
index a7fcca8..8a29ea8 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t17.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t17.dart
index 47e7950..378e830 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t18.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t18.dart
index 802decb..6b4792d 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t18.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t19.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t19.dart
index 03e271c..3214d22 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t19.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t20.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t20.dart
index 2ba2486..a49e027 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t20.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t21.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t21.dart
index cb74bac..c055229 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t21.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t22.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t22.dart
index b8ce3ef..8b932af 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t22.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t23.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t23.dart
index ae70ddd..d499b99 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t23.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t24.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t24.dart
index b43fca4..ce79514 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t24.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t25.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t25.dart
index e4e08df..40fedac 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t25.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t26.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t26.dart
index 2a37544..1e2392b 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t26.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Multiplicative expressions invoke the multiplication operators on

  * objects.

diff --git a/Language/Expressions/Multiplicative_Expressions/syntax_t27.dart b/Language/Expressions/Multiplicative_Expressions/syntax_t27.dart
index df1bf10..adbb1d6 100644
--- a/Language/Expressions/Multiplicative_Expressions/syntax_t27.dart
+++ b/Language/Expressions/Multiplicative_Expressions/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Multiplicative expressions invoke the multiplication operators on
  * objects.
diff --git a/Language/Expressions/Null/extend_or_implement_t01.dart b/Language/Expressions/Null/extend_or_implement_t01.dart
index dc74808..6cbefff 100644
--- a/Language/Expressions/Null/extend_or_implement_t01.dart
+++ b/Language/Expressions/Null/extend_or_implement_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to

  * attempt to extend, mix in or implement Null.

diff --git a/Language/Expressions/Null/extend_or_implement_t02.dart b/Language/Expressions/Null/extend_or_implement_t02.dart
index 18a1df0..7c3d5a4 100644
--- a/Language/Expressions/Null/extend_or_implement_t02.dart
+++ b/Language/Expressions/Null/extend_or_implement_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to

  * attempt to extend, mix in or implement Null.

diff --git a/Language/Expressions/Null/extend_or_implement_t03.dart b/Language/Expressions/Null/extend_or_implement_t03.dart
index fb8cdf4..902ef63 100644
--- a/Language/Expressions/Null/extend_or_implement_t03.dart
+++ b/Language/Expressions/Null/extend_or_implement_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to

  * attempt to extend, mix in or implement Null.

diff --git a/Language/Expressions/Null/extend_or_implement_t04.dart b/Language/Expressions/Null/extend_or_implement_t04.dart
index 62eb377..f564177 100644
--- a/Language/Expressions/Null/extend_or_implement_t04.dart
+++ b/Language/Expressions/Null/extend_or_implement_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for a class to
  * attempt to extend, mix in or implement Null.
diff --git a/Language/Expressions/Null/extend_or_implement_t05.dart b/Language/Expressions/Null/extend_or_implement_t05.dart
index ad8ab4a..98e28f2 100644
--- a/Language/Expressions/Null/extend_or_implement_t05.dart
+++ b/Language/Expressions/Null/extend_or_implement_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to

  * attempt to extend, mix in or implement Null.

diff --git a/Language/Expressions/Null/instance_of_class_null_t01.dart b/Language/Expressions/Null/instance_of_class_null_t01.dart
index b3dfd54..45d493f 100644
--- a/Language/Expressions/Null/instance_of_class_null_t01.dart
+++ b/Language/Expressions/Null/instance_of_class_null_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The null object is the sole instance of the built-in class Null.
  * @description Checks that null is an instance of the Null class.
diff --git a/Language/Expressions/Null/instance_of_class_null_t02.dart b/Language/Expressions/Null/instance_of_class_null_t02.dart
index 087a22e..b23061c 100644
--- a/Language/Expressions/Null/instance_of_class_null_t02.dart
+++ b/Language/Expressions/Null/instance_of_class_null_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The null object is the sole instance of the built-in class Null.
  * @description Checks that type of null is Null type.
diff --git a/Language/Expressions/Null/instantiate_t01.dart b/Language/Expressions/Null/instantiate_t01.dart
index 1a3fd26..c4bf563 100644
--- a/Language/Expressions/Null/instantiate_t01.dart
+++ b/Language/Expressions/Null/instantiate_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Attempting to instantiate Null causes a run-time error.
  * @description Checks that Null cannot be instantiated.
diff --git a/Language/Expressions/Null/invoking_a_method_t01.dart b/Language/Expressions/Null/invoking_a_method_t01.dart
index 1d00db5..fa366cc 100644
--- a/Language/Expressions/Null/invoking_a_method_t01.dart
+++ b/Language/Expressions/Null/invoking_a_method_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The [Null] class extends the [Object] class and declares no
  * methods except those also declared by [Object].
diff --git a/Language/Expressions/Null/invoking_a_method_t02.dart b/Language/Expressions/Null/invoking_a_method_t02.dart
index 7862da5..dde9094 100644
--- a/Language/Expressions/Null/invoking_a_method_t02.dart
+++ b/Language/Expressions/Null/invoking_a_method_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The [Null] class extends the [Object] class and declares no
  * methods except those also declared by [Object].
diff --git a/Language/Expressions/Null/static_type_t01.dart b/Language/Expressions/Null/static_type_t01.dart
index 40613fd..96ba904 100644
--- a/Language/Expressions/Null/static_type_t01.dart
+++ b/Language/Expressions/Null/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of null is ⊥.
  * The decision to use ⊥ instead of Null allows null to be be assigned
diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t01.dart b/Language/Expressions/Numbers/extend_or_implement_double_t01.dart
index e58b9a1..acd7649 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t01.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement double.

diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t02.dart b/Language/Expressions/Numbers/extend_or_implement_double_t02.dart
index dd86d91..d489689 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t02.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement double.

diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t03.dart b/Language/Expressions/Numbers/extend_or_implement_double_t03.dart
index 3fbe1ee..6971b84 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t03.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement double.

diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t04.dart b/Language/Expressions/Numbers/extend_or_implement_double_t04.dart
index 3cb5e6d..4bf164a 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t04.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement double.

diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t05.dart b/Language/Expressions/Numbers/extend_or_implement_double_t05.dart
index 15224a7..18bdcdc 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t05.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for a class to attempt to extend,
  * mix in or implement double.
diff --git a/Language/Expressions/Numbers/extend_or_implement_double_t06.dart b/Language/Expressions/Numbers/extend_or_implement_double_t06.dart
index 573d06b..cc5fa4a 100644
--- a/Language/Expressions/Numbers/extend_or_implement_double_t06.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_double_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement double.

diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t01.dart b/Language/Expressions/Numbers/extend_or_implement_int_t01.dart
index 5a997fa..a55aa78 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t01.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement int

diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t02.dart b/Language/Expressions/Numbers/extend_or_implement_int_t02.dart
index e54294b..663ae26 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t02.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement int

diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t03.dart b/Language/Expressions/Numbers/extend_or_implement_int_t03.dart
index 96d7ec2..eb89171 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t03.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement int

diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t04.dart b/Language/Expressions/Numbers/extend_or_implement_int_t04.dart
index 8c8fb4d..8e4cca9 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t04.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement int.

diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t05.dart b/Language/Expressions/Numbers/extend_or_implement_int_t05.dart
index 7591ee6..9fda6f2 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t05.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for a class to attempt to extend,
  * mix in or implement int.
diff --git a/Language/Expressions/Numbers/extend_or_implement_int_t06.dart b/Language/Expressions/Numbers/extend_or_implement_int_t06.dart
index d1b8f0e..a045eac 100644
--- a/Language/Expressions/Numbers/extend_or_implement_int_t06.dart
+++ b/Language/Expressions/Numbers/extend_or_implement_int_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement int.

diff --git a/Language/Expressions/Numbers/implement_num_t01.dart b/Language/Expressions/Numbers/implement_num_t01.dart
index b98ff75..96e6e65 100644
--- a/Language/Expressions/Numbers/implement_num_t01.dart
+++ b/Language/Expressions/Numbers/implement_num_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for any type other than the types

  * int and double to attempt to extend, mix in or implement num.

diff --git a/Language/Expressions/Numbers/implement_num_t02.dart b/Language/Expressions/Numbers/implement_num_t02.dart
index 13d49fc..f2e673a 100644
--- a/Language/Expressions/Numbers/implement_num_t02.dart
+++ b/Language/Expressions/Numbers/implement_num_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for any type other than the types

  * int and double to attempt to extend, mix in or implement num.

diff --git a/Language/Expressions/Numbers/implement_num_t03.dart b/Language/Expressions/Numbers/implement_num_t03.dart
index ba45154..f9692a4 100644
--- a/Language/Expressions/Numbers/implement_num_t03.dart
+++ b/Language/Expressions/Numbers/implement_num_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for any type other than the types

  * int and double to attempt to extend, mix in or implement num.

diff --git a/Language/Expressions/Numbers/implement_num_t04.dart b/Language/Expressions/Numbers/implement_num_t04.dart
index 24826d4..851e4bd 100644
--- a/Language/Expressions/Numbers/implement_num_t04.dart
+++ b/Language/Expressions/Numbers/implement_num_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for any type other than the types

  * int and double to attempt to extend, mix in or implement num.

diff --git a/Language/Expressions/Numbers/implement_num_t05.dart b/Language/Expressions/Numbers/implement_num_t05.dart
index 217f7e7..a86fdd2 100644
--- a/Language/Expressions/Numbers/implement_num_t05.dart
+++ b/Language/Expressions/Numbers/implement_num_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for any type other than the types
  * int and double to attempt to extend, mix in or implement num.
diff --git a/Language/Expressions/Numbers/implement_num_t06.dart b/Language/Expressions/Numbers/implement_num_t06.dart
index d72e1fe..c4ac4e6 100644
--- a/Language/Expressions/Numbers/implement_num_t06.dart
+++ b/Language/Expressions/Numbers/implement_num_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for any type other than the types

  * int and double to attempt to extend, mix in or implement num.

diff --git a/Language/Expressions/Numbers/integer_size_t01.dart b/Language/Expressions/Numbers/integer_size_t01.dart
index 3630704..698bdff 100644
--- a/Language/Expressions/Numbers/integer_size_t01.dart
+++ b/Language/Expressions/Numbers/integer_size_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Numbers/integer_size_t02.dart b/Language/Expressions/Numbers/integer_size_t02.dart
index 8baafc8..cac0ce4 100644
--- a/Language/Expressions/Numbers/integer_size_t02.dart
+++ b/Language/Expressions/Numbers/integer_size_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Numbers/integer_size_t03.dart b/Language/Expressions/Numbers/integer_size_t03.dart
index 86a9cfa..e2d722a 100644
--- a/Language/Expressions/Numbers/integer_size_t03.dart
+++ b/Language/Expressions/Numbers/integer_size_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluating a hexadecimal integer literal with numeric value i is a
  * compile-time error unless -2^63 <= i <= 2^64
diff --git a/Language/Expressions/Numbers/static_type_of_double_t01.dart b/Language/Expressions/Numbers/static_type_of_double_t01.dart
index ed7fb8a..64c1e9d 100644
--- a/Language/Expressions/Numbers/static_type_of_double_t01.dart
+++ b/Language/Expressions/Numbers/static_type_of_double_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a literal double is double.
  * @description Checks that no static warnings are produced when assigning
diff --git a/Language/Expressions/Numbers/static_type_of_double_t02.dart b/Language/Expressions/Numbers/static_type_of_double_t02.dart
index bdd49e3..db7773a 100644
--- a/Language/Expressions/Numbers/static_type_of_double_t02.dart
+++ b/Language/Expressions/Numbers/static_type_of_double_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a literal double is double.
  * @description Checks that it is a compile error to assign a double literal
diff --git a/Language/Expressions/Numbers/static_type_of_int_t01.dart b/Language/Expressions/Numbers/static_type_of_int_t01.dart
index 97f4100..93cca0f 100644
--- a/Language/Expressions/Numbers/static_type_of_int_t01.dart
+++ b/Language/Expressions/Numbers/static_type_of_int_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an integer literal is int.
  * @description Checks that no static warnings are produced when assigning an
diff --git a/Language/Expressions/Numbers/static_type_of_int_t02.dart b/Language/Expressions/Numbers/static_type_of_int_t02.dart
index 9eb3268..381fee9 100644
--- a/Language/Expressions/Numbers/static_type_of_int_t02.dart
+++ b/Language/Expressions/Numbers/static_type_of_int_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an integer literal is int.
  * @description Checks that it is a compile error to assign an integer literal
diff --git a/Language/Expressions/Numbers/syntax_t02.dart b/Language/Expressions/Numbers/syntax_t02.dart
index f256044..b6727df 100644
--- a/Language/Expressions/Numbers/syntax_t02.dart
+++ b/Language/Expressions/Numbers/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t03.dart b/Language/Expressions/Numbers/syntax_t03.dart
index a0cba15..7cb76fc 100644
--- a/Language/Expressions/Numbers/syntax_t03.dart
+++ b/Language/Expressions/Numbers/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t04.dart b/Language/Expressions/Numbers/syntax_t04.dart
index f986a7a..e805832 100644
--- a/Language/Expressions/Numbers/syntax_t04.dart
+++ b/Language/Expressions/Numbers/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t05.dart b/Language/Expressions/Numbers/syntax_t05.dart
index d3dd3aa..c98b8b6 100644
--- a/Language/Expressions/Numbers/syntax_t05.dart
+++ b/Language/Expressions/Numbers/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t06.dart b/Language/Expressions/Numbers/syntax_t06.dart
index c38cb99..eeedeb0 100644
--- a/Language/Expressions/Numbers/syntax_t06.dart
+++ b/Language/Expressions/Numbers/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t09.dart b/Language/Expressions/Numbers/syntax_t09.dart
index 928ca2e..c41b932 100644
--- a/Language/Expressions/Numbers/syntax_t09.dart
+++ b/Language/Expressions/Numbers/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t10.dart b/Language/Expressions/Numbers/syntax_t10.dart
index c0fd447..ab91ff9 100644
--- a/Language/Expressions/Numbers/syntax_t10.dart
+++ b/Language/Expressions/Numbers/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Numbers/syntax_t16.dart b/Language/Expressions/Numbers/syntax_t16.dart
index 2313291..1ab3421 100644
--- a/Language/Expressions/Numbers/syntax_t16.dart
+++ b/Language/Expressions/Numbers/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t17.dart b/Language/Expressions/Numbers/syntax_t17.dart
index 45fe1f9..d3c5377 100644
--- a/Language/Expressions/Numbers/syntax_t17.dart
+++ b/Language/Expressions/Numbers/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t18.dart b/Language/Expressions/Numbers/syntax_t18.dart
index 8c7f1ce..101761b 100644
--- a/Language/Expressions/Numbers/syntax_t18.dart
+++ b/Language/Expressions/Numbers/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t21.dart b/Language/Expressions/Numbers/syntax_t21.dart
index 8640e67..5ced46a 100644
--- a/Language/Expressions/Numbers/syntax_t21.dart
+++ b/Language/Expressions/Numbers/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t22.dart b/Language/Expressions/Numbers/syntax_t22.dart
index 60d95a7..20d67eb 100644
--- a/Language/Expressions/Numbers/syntax_t22.dart
+++ b/Language/Expressions/Numbers/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t23.dart b/Language/Expressions/Numbers/syntax_t23.dart
index 1c77fca..98e7828 100644
--- a/Language/Expressions/Numbers/syntax_t23.dart
+++ b/Language/Expressions/Numbers/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t24.dart b/Language/Expressions/Numbers/syntax_t24.dart
index 35bdb5a..d5f661f 100644
--- a/Language/Expressions/Numbers/syntax_t24.dart
+++ b/Language/Expressions/Numbers/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t25.dart b/Language/Expressions/Numbers/syntax_t25.dart
index 38bc368..c5d2943 100644
--- a/Language/Expressions/Numbers/syntax_t25.dart
+++ b/Language/Expressions/Numbers/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t26.dart b/Language/Expressions/Numbers/syntax_t26.dart
index 333675e..615fb6c 100644
--- a/Language/Expressions/Numbers/syntax_t26.dart
+++ b/Language/Expressions/Numbers/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t27.dart b/Language/Expressions/Numbers/syntax_t27.dart
index cdd8a88..514216c 100644
--- a/Language/Expressions/Numbers/syntax_t27.dart
+++ b/Language/Expressions/Numbers/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t29.dart b/Language/Expressions/Numbers/syntax_t29.dart
index a29fe92..ef2e4cd 100644
--- a/Language/Expressions/Numbers/syntax_t29.dart
+++ b/Language/Expressions/Numbers/syntax_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t30.dart b/Language/Expressions/Numbers/syntax_t30.dart
index 876b736..c840880 100644
--- a/Language/Expressions/Numbers/syntax_t30.dart
+++ b/Language/Expressions/Numbers/syntax_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t31.dart b/Language/Expressions/Numbers/syntax_t31.dart
index 9db9284..856fdb3 100644
--- a/Language/Expressions/Numbers/syntax_t31.dart
+++ b/Language/Expressions/Numbers/syntax_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t32.dart b/Language/Expressions/Numbers/syntax_t32.dart
index 38e358b..481869c 100644
--- a/Language/Expressions/Numbers/syntax_t32.dart
+++ b/Language/Expressions/Numbers/syntax_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t33.dart b/Language/Expressions/Numbers/syntax_t33.dart
index b8cfd00..411ad00 100644
--- a/Language/Expressions/Numbers/syntax_t33.dart
+++ b/Language/Expressions/Numbers/syntax_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A numeric literal is either a decimal or hexadecimal integer of

  * arbitrary size, or a decimal double.

diff --git a/Language/Expressions/Numbers/syntax_t34.dart b/Language/Expressions/Numbers/syntax_t34.dart
index 0a87086..c59b9be 100644
--- a/Language/Expressions/Numbers/syntax_t34.dart
+++ b/Language/Expressions/Numbers/syntax_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A numeric literal is either a decimal or hexadecimal integer of
  * arbitrary size, or a decimal double.
diff --git a/Language/Expressions/Object_Identity/bool_or_null_t01.dart b/Language/Expressions/Object_Identity/bool_or_null_t01.dart
index 7ca8ece..09ede0c 100644
--- a/Language/Expressions/Object_Identity/bool_or_null_t01.dart
+++ b/Language/Expressions/Object_Identity/bool_or_null_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/bool_or_null_t02.dart b/Language/Expressions/Object_Identity/bool_or_null_t02.dart
index ad3d4f9..acd719b 100644
--- a/Language/Expressions/Object_Identity/bool_or_null_t02.dart
+++ b/Language/Expressions/Object_Identity/bool_or_null_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/constant_lists_t01.dart b/Language/Expressions/Object_Identity/constant_lists_t01.dart
index c2dbd21..b3085a4 100644
--- a/Language/Expressions/Object_Identity/constant_lists_t01.dart
+++ b/Language/Expressions/Object_Identity/constant_lists_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/constant_lists_t02.dart b/Language/Expressions/Object_Identity/constant_lists_t02.dart
index c2e7a42..7d20a14 100644
--- a/Language/Expressions/Object_Identity/constant_lists_t02.dart
+++ b/Language/Expressions/Object_Identity/constant_lists_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/constant_maps_t01.dart b/Language/Expressions/Object_Identity/constant_maps_t01.dart
index 5cfb109..290f5dc 100644
--- a/Language/Expressions/Object_Identity/constant_maps_t01.dart
+++ b/Language/Expressions/Object_Identity/constant_maps_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/constant_maps_t02.dart b/Language/Expressions/Object_Identity/constant_maps_t02.dart
index d2307c9..3a770f3 100644
--- a/Language/Expressions/Object_Identity/constant_maps_t02.dart
+++ b/Language/Expressions/Object_Identity/constant_maps_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/constant_objects_t01.dart b/Language/Expressions/Object_Identity/constant_objects_t01.dart
index 1237c4d..38e430a 100644
--- a/Language/Expressions/Object_Identity/constant_objects_t01.dart
+++ b/Language/Expressions/Object_Identity/constant_objects_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/double_t01.dart b/Language/Expressions/Object_Identity/double_t01.dart
index 0ff38c7..feb3368 100644
--- a/Language/Expressions/Object_Identity/double_t01.dart
+++ b/Language/Expressions/Object_Identity/double_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/double_t02.dart b/Language/Expressions/Object_Identity/double_t02.dart
index 1346180..20c0fd3 100644
--- a/Language/Expressions/Object_Identity/double_t02.dart
+++ b/Language/Expressions/Object_Identity/double_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/double_t03.dart b/Language/Expressions/Object_Identity/double_t03.dart
index e4b4dfb..fb772e5 100644
--- a/Language/Expressions/Object_Identity/double_t03.dart
+++ b/Language/Expressions/Object_Identity/double_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/integer_t01.dart b/Language/Expressions/Object_Identity/integer_t01.dart
index a774a92..7e54b7c 100644
--- a/Language/Expressions/Object_Identity/integer_t01.dart
+++ b/Language/Expressions/Object_Identity/integer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/integer_t02.dart b/Language/Expressions/Object_Identity/integer_t02.dart
index d9c55e3..1819e4e 100644
--- a/Language/Expressions/Object_Identity/integer_t02.dart
+++ b/Language/Expressions/Object_Identity/integer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/object_t01.dart b/Language/Expressions/Object_Identity/object_t01.dart
index 680f19d..e040fe7 100644
--- a/Language/Expressions/Object_Identity/object_t01.dart
+++ b/Language/Expressions/Object_Identity/object_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/object_t02.dart b/Language/Expressions/Object_Identity/object_t02.dart
index 37773ca..0de7795 100644
--- a/Language/Expressions/Object_Identity/object_t02.dart
+++ b/Language/Expressions/Object_Identity/object_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Object_Identity/string_t01.dart b/Language/Expressions/Object_Identity/string_t01.dart
index b8afab0..2fa0afe 100644
--- a/Language/Expressions/Object_Identity/string_t01.dart
+++ b/Language/Expressions/Object_Identity/string_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The predefined Dart function identical() is defined such that
  * identical(c1, c2) iff:
diff --git a/Language/Expressions/Postfix_Expressions/conditional_decrement_t01.dart b/Language/Expressions/Postfix_Expressions/conditional_decrement_t01.dart
index d89b1d2..60c11cf 100644
--- a/Language/Expressions/Postfix_Expressions/conditional_decrement_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/conditional_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v-- is
  * equivalent to executing ((x) => x == null? null: x.v--)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/conditional_decrement_t02.dart b/Language/Expressions/Postfix_Expressions/conditional_decrement_t02.dart
index fa11468..cce28bc 100644
--- a/Language/Expressions/Postfix_Expressions/conditional_decrement_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/conditional_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v-- is
  * equivalent to executing ((x) => x == null? null: x.v--)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/conditional_increment_t01.dart b/Language/Expressions/Postfix_Expressions/conditional_increment_t01.dart
index 858e57b..c44dc22 100644
--- a/Language/Expressions/Postfix_Expressions/conditional_increment_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/conditional_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v++ is
  * equivalent to executing ((x) => x == null? null: x.v++)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/conditional_increment_t02.dart b/Language/Expressions/Postfix_Expressions/conditional_increment_t02.dart
index 6d6a6f8..bacfd0f 100644
--- a/Language/Expressions/Postfix_Expressions/conditional_increment_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/conditional_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v++ is
  * equivalent to executing ((x) => x == null? null: x.v++)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/expression_decrement_t01.dart b/Language/Expressions/Postfix_Expressions/expression_decrement_t01.dart
index c3102e8..bd8185a 100644
--- a/Language/Expressions/Postfix_Expressions/expression_decrement_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/expression_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1.v-- is equivalent to
  * (x){var r = x.v; x.v = r - 1; return r}(e1 ).
diff --git a/Language/Expressions/Postfix_Expressions/expression_decrement_t02.dart b/Language/Expressions/Postfix_Expressions/expression_decrement_t02.dart
index 745d2d8..d311eea 100644
--- a/Language/Expressions/Postfix_Expressions/expression_decrement_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/expression_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1.v-- is equivalent to
  * (x){var r = x.v; x.v = r - 1; return r}(e1 ).
diff --git a/Language/Expressions/Postfix_Expressions/expression_increment_t01.dart b/Language/Expressions/Postfix_Expressions/expression_increment_t01.dart
index a85b8e2..17a6a21 100644
--- a/Language/Expressions/Postfix_Expressions/expression_increment_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/expression_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1.v++ is equivalent to
  * (x){var r = x.v; x.v = r + 1; return r}(e1 ).
diff --git a/Language/Expressions/Postfix_Expressions/expression_increment_t02.dart b/Language/Expressions/Postfix_Expressions/expression_increment_t02.dart
index 408af65..140d0a5 100644
--- a/Language/Expressions/Postfix_Expressions/expression_increment_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/expression_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1.v++ is equivalent to
  * (x){var r = x.v; x.v = r + 1; return r}(e1 ).
diff --git a/Language/Expressions/Postfix_Expressions/getter_called_once_t01.dart b/Language/Expressions/Postfix_Expressions/getter_called_once_t01.dart
index 7509c6b..ecf7566 100644
--- a/Language/Expressions/Postfix_Expressions/getter_called_once_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/getter_called_once_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v++, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/getter_called_once_t02.dart b/Language/Expressions/Postfix_Expressions/getter_called_once_t02.dart
index 4b6d565..8552f1e 100644
--- a/Language/Expressions/Postfix_Expressions/getter_called_once_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/getter_called_once_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v++, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/getter_called_once_t03.dart b/Language/Expressions/Postfix_Expressions/getter_called_once_t03.dart
index 3b65595..29834cc 100644
--- a/Language/Expressions/Postfix_Expressions/getter_called_once_t03.dart
+++ b/Language/Expressions/Postfix_Expressions/getter_called_once_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v++, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/getter_called_once_t04.dart b/Language/Expressions/Postfix_Expressions/getter_called_once_t04.dart
index 31754dd..ad0367b 100644
--- a/Language/Expressions/Postfix_Expressions/getter_called_once_t04.dart
+++ b/Language/Expressions/Postfix_Expressions/getter_called_once_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v++, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/indexed_decrement_t01.dart b/Language/Expressions/Postfix_Expressions/indexed_decrement_t01.dart
index bd4add6..7e5e935 100644
--- a/Language/Expressions/Postfix_Expressions/indexed_decrement_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/indexed_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1[e2]--, is equivalent to
  * (a, i){var r = a[i]; a[i] = r - 1; return r}(e1 , e2 ).
diff --git a/Language/Expressions/Postfix_Expressions/indexed_decrement_t02.dart b/Language/Expressions/Postfix_Expressions/indexed_decrement_t02.dart
index a6ff86a..665f990 100644
--- a/Language/Expressions/Postfix_Expressions/indexed_decrement_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/indexed_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1 [e2 ]--, is equivalent to
  * (a, i){var r = a[i]; a[i] = r - 1; return r}(e1 , e2 ).
diff --git a/Language/Expressions/Postfix_Expressions/indexed_increment_t01.dart b/Language/Expressions/Postfix_Expressions/indexed_increment_t01.dart
index 9c27a54..a382454 100644
--- a/Language/Expressions/Postfix_Expressions/indexed_increment_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/indexed_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1 [e2 ]++, is equivalent to
  * (a, i){var r = a[i]; a[i] = r + 1; return r}(e1 , e2 ).
diff --git a/Language/Expressions/Postfix_Expressions/indexed_increment_t02.dart b/Language/Expressions/Postfix_Expressions/indexed_increment_t02.dart
index a75deb5..ef349de 100644
--- a/Language/Expressions/Postfix_Expressions/indexed_increment_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/indexed_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form e1 [e2 ]++, is equivalent to
  * (a, i){var r = a[i]; a[i] = r + 1; return r}(e1 , e2 ).
diff --git a/Language/Expressions/Postfix_Expressions/property_decrement_t01.dart b/Language/Expressions/Postfix_Expressions/property_decrement_t01.dart
index aded49e..0499d13 100644
--- a/Language/Expressions/Postfix_Expressions/property_decrement_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/property_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form C.v-- is equivalent to
  * (){var r = C.v; C.v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/property_decrement_t02.dart b/Language/Expressions/Postfix_Expressions/property_decrement_t02.dart
index 458c89b..e560125 100644
--- a/Language/Expressions/Postfix_Expressions/property_decrement_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/property_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form C.v-- is equivalent to 
  * (){var r = C.v; C.v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/property_increment_t01.dart b/Language/Expressions/Postfix_Expressions/property_increment_t01.dart
index bd8da7c..f9c3d52 100644
--- a/Language/Expressions/Postfix_Expressions/property_increment_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/property_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form C.v++ is equivalent to
  * (){var r = C.v; C.v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/property_increment_t02.dart b/Language/Expressions/Postfix_Expressions/property_increment_t02.dart
index 36705aa..f6690fe 100644
--- a/Language/Expressions/Postfix_Expressions/property_increment_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/property_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form C.v++ is equivalent to 
  * (){var r = C.v; C.v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t01.dart b/Language/Expressions/Postfix_Expressions/static_type_t01.dart
index 348fb01..66379ce 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v++, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t02.dart b/Language/Expressions/Postfix_Expressions/static_type_t02.dart
index df72545..3d50d45 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form C.v ++ is equivalent
  * to executing (){var r = C.v; C.v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t03.dart b/Language/Expressions/Postfix_Expressions/static_type_t03.dart
index d902510..f529fa2 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t03.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1.v++ is equivalent
  * to executing (x){var r = x.v; x.v = r + 1; return r}(e1).
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t04.dart b/Language/Expressions/Postfix_Expressions/static_type_t04.dart
index d0649cd..6f4f9a3 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t04.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1[e2]++, is
  * equivalent to executing (a, i){var r = a[i]; a[i] = r + 1; return r}(e1, e2).
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t05.dart b/Language/Expressions/Postfix_Expressions/static_type_t05.dart
index 31bdbe7..a57a17f 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t05.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form v--, where v is an
  * identifier, is equivalent to executing (){var r = v; v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t06.dart b/Language/Expressions/Postfix_Expressions/static_type_t06.dart
index bca8ec4..248936f 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t06.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form C.v-- is equivalent
  * to executing (){var r = C.v; C.v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t07.dart b/Language/Expressions/Postfix_Expressions/static_type_t07.dart
index 72a49c7..53e3528 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t07.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1.v-- is equivalent
  * to executing (x){var r = x.v; x.v = r - 1; return r}(e1).
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t08.dart b/Language/Expressions/Postfix_Expressions/static_type_t08.dart
index 2ac6b50..fe1f1b5 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t08.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1[e2]--, is
  * equivalent to executing (a, i){var r = a[i]; a[i] = r - 1; return r}(e1, e2).
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t09.dart b/Language/Expressions/Postfix_Expressions/static_type_t09.dart
index 08f9f5d..7c00966 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t09.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v++ is
  * equivalent to executing ((x) => x == null? null: x.v++)(e1) unless e1 is a
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t10.dart b/Language/Expressions/Postfix_Expressions/static_type_t10.dart
index 99bc03d..36999aa 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t10.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v++ is
  * equivalent to executing ((x) => x == null? null: x.v++)(e1) unless e1 is a
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t11.dart b/Language/Expressions/Postfix_Expressions/static_type_t11.dart
index 5c453a1..2121dd8 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t11.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v-- is
  * equivalent to executing ((x) => x == null? null: x.v--)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/static_type_t12.dart b/Language/Expressions/Postfix_Expressions/static_type_t12.dart
index b93aced..a8362be 100644
--- a/Language/Expressions/Postfix_Expressions/static_type_t12.dart
+++ b/Language/Expressions/Postfix_Expressions/static_type_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a postfix expression of the form e1?.v-- is
  * equivalent to executing ((x) => x == null? null: x.v--)(e1) unless e1 is
diff --git a/Language/Expressions/Postfix_Expressions/syntax_t01.dart b/Language/Expressions/Postfix_Expressions/syntax_t01.dart
index 6b170fb..31d2ba0 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Postfix expressions invoke the postfix operators on objects.
  * postfixExpression:
diff --git a/Language/Expressions/Postfix_Expressions/syntax_t02.dart b/Language/Expressions/Postfix_Expressions/syntax_t02.dart
index 1578f81..f1744df 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Postfix expressions invoke the postfix operators on objects.
  * postfixExpression:
diff --git a/Language/Expressions/Postfix_Expressions/syntax_t03.dart b/Language/Expressions/Postfix_Expressions/syntax_t03.dart
index 7637c15..7868b44 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Postfix expressions invoke the postfix operators on objects.
  * postfixExpression:
diff --git a/Language/Expressions/Postfix_Expressions/syntax_t05.dart b/Language/Expressions/Postfix_Expressions/syntax_t05.dart
index d6b489b..44be0b5 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Postfix expressions invoke the postfix operators on objects.
  * postfixExpression:
diff --git a/Language/Expressions/Postfix_Expressions/syntax_t06.dart b/Language/Expressions/Postfix_Expressions/syntax_t06.dart
index a25c39d..e3fc9ad 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t07.dart b/Language/Expressions/Postfix_Expressions/syntax_t07.dart
index f31aac8..c2fe0c0 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t08.dart b/Language/Expressions/Postfix_Expressions/syntax_t08.dart
index ffc9603..1d71403 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t09.dart b/Language/Expressions/Postfix_Expressions/syntax_t09.dart
index df6997d..dea6a92 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t10.dart b/Language/Expressions/Postfix_Expressions/syntax_t10.dart
index d4c9b09..440edde 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t11.dart b/Language/Expressions/Postfix_Expressions/syntax_t11.dart
index a84b466..6e8b2b6 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Postfix expressions invoke the postfix operators on objects.

  * postfixExpression:

diff --git a/Language/Expressions/Postfix_Expressions/syntax_t12.dart b/Language/Expressions/Postfix_Expressions/syntax_t12.dart
index 741d3ec..b14e480 100644
--- a/Language/Expressions/Postfix_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Postfix_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Postfix expressions invoke the postfix operators on objects.
  * postfixExpression:
diff --git a/Language/Expressions/Postfix_Expressions/variable_decrement_t01.dart b/Language/Expressions/Postfix_Expressions/variable_decrement_t01.dart
index 3d78604..96c4245 100644
--- a/Language/Expressions/Postfix_Expressions/variable_decrement_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/variable_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form v--, where v is an identifier,
  * is equivalent to (){var r = v; v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/variable_decrement_t02.dart b/Language/Expressions/Postfix_Expressions/variable_decrement_t02.dart
index 5616d9a..0994dd0 100644
--- a/Language/Expressions/Postfix_Expressions/variable_decrement_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/variable_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form v--, where v is an identifier,
  * is equivalent to (){var r = v; v = r - 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/variable_increment_t01.dart b/Language/Expressions/Postfix_Expressions/variable_increment_t01.dart
index b0c7e76..15060e3 100644
--- a/Language/Expressions/Postfix_Expressions/variable_increment_t01.dart
+++ b/Language/Expressions/Postfix_Expressions/variable_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form v++, where v is an identifier, is
  * equivalent to (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Postfix_Expressions/variable_increment_t02.dart b/Language/Expressions/Postfix_Expressions/variable_increment_t02.dart
index d30f0de..ddb0a9a 100644
--- a/Language/Expressions/Postfix_Expressions/variable_increment_t02.dart
+++ b/Language/Expressions/Postfix_Expressions/variable_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A postfix expression of the form v++, where v is an identifier, is
  * equivalent to (){var r = v; v = r + 1; return r}().
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01.dart
index bab3edb..8973902 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02.dart
index d8a6c0e..b08f8bf 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03.dart
index d600cc6..15ac1bc 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04.dart
index b79f9d7..5c468d4 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05.dart
index a24e80d..9875de5 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06.dart
index 6c873bd..79ac82b 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07.dart
index 8367094..e546954 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08.dart
index d3d7cda..42e2123 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t09.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t09.dart
index 7a1dc9d..cc1a7a6 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t09.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if m is a member of class Object and
  * e is either a prefix object or a constant type literal.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t01.dart
index 776698a..7975857 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t02.dart
index 281b125..145549f 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t03.dart
index 07b0737..36c255c 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t04.dart
index 36acca4..8a70ebe 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t05.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t05.dart
index a9df256..56180ea 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t05.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t06.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t06.dart
index d8b370f..5dcecd1 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t06.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/expression_evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t01.dart
index 2dc2684..2f5b3da 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t02.dart
index 46e6904..41c2a7e 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t03.dart
index be8e58c..433e991 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t04.dart
index c59b4e9..31453bf 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t05.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t05.dart
index c091703..2074cb9 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t05.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t06.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t06.dart
index 370ee76..bf85edf 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t06.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/getter_value_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, the body of f is executed with this bound to o. The
  * value of i is the result returned by the call to the getter function.
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t01.dart
index a0406f8..1578ab8 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, i is a getter invocation. Let f be the result of
  * looking up getter m in o with respect to L. If o is an instance of Type
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t02.dart
index f8d1ddb..8cf4019 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, i is a getter invocation. Let f be the result of
  * looking up getter m in o with respect to L. If o is an instance of Type
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t03.dart
index ceb9e4a..caadc8c 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, i is a getter invocation. Let f be the result of
  * looking up getter m in o with respect to L. If o is an instance of Type
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t04.dart
index 3ce94de..5e870d7 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_getter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, i is a getter invocation. Let f be the result of
  * looking up getter m in o with respect to L. If o is an instance of Type
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_lib.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_lib.dart
index b20cdb0..675eb77 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_lib.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library instance_of_type;
 
 class C {
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t01.dart
index 98e54c3..cfec99b 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t02.dart
index afd2a02..e64cfb3 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t03.dart
index 66caae2..214bab1 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t04.dart
index dadb1e8..5197449 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/instance_of_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows:
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_lib.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_lib.dart
index cc024dc..87ad292 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_lib.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library method_lookup;
 
 class A {
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t01.dart
index e8f0c42..1cdfdc6 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t02.dart
index 842c922..e5f3728 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t03.dart
index bde172b..64b06d6 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t04.dart
index 2803ff4..4d9e761 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/method_lookup_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01.dart
index 4784147..9f391b8 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the getter lookup has failed, then a new instance im of the
  * predefined class Invocation is created, such that :
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t02.dart
index 96b7cee..c554e52 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the getter lookup has failed, then a new instance im of the
  * predefined class Invocation is created, such that :
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t01.dart
index 4eaf14a..d68c5d5 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t02.dart
index f69dba1..987e3df 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t01.dart
index 169ec41..7d37372 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t02.dart
index 699bc2c..9306c2c 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t03.dart
index d9ad4e2..251817a 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t04.dart
index efd49fe..ba0ef74 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t05.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t05.dart
index 13220d0..bcb3ab5 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t05.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t06.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t06.dart
index 8016438..6c06d79 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t06.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t07.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t07.dart
index 7683043..7c92970 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t07.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t08.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t08.dart
index eb5385e..017c58b 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t08.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of T.m, if T has an accessible instance getter
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t01.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t01.dart
index 6b34521..36846d1 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t01.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t02.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t02.dart
index 0aca2cc..9f4c5e0 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t02.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t03.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t03.dart
index bffbc5b..a4ce833 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t03.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t04.dart b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t04.dart
index efe3fef..a04dc80 100644
--- a/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t04.dart
+++ b/Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/static_type_warning_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form e.m proceeds
  * as follows: ...
diff --git a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t01.dart b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t01.dart
index 19f690f..5b04420 100644
--- a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t01.dart
+++ b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let o be an object, and let u be a fresh final variable bound
  * to o. The closurization of method f on object o is defined to be equivalent
diff --git a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t02.dart b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t02.dart
index 6fcd50f..02a400c 100644
--- a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t02.dart
+++ b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_named_params_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let o be an object, and let u be a fresh final variable bound
  * to o. The closurization of method f on object o is defined to be equivalent
diff --git a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t01.dart b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t01.dart
index f529bcc..3087f3a 100644
--- a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t01.dart
+++ b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let o be an object, and let u be a fresh final variable bound
  * to o. The closurization of method f on object o is defined to be equivalent
diff --git a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t02.dart b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t02.dart
index 2bcfca6..7e3510a 100644
--- a/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t02.dart
+++ b/Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/method_closurization_positional_params_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let o be an object, and let u be a fresh final variable bound
  * to o. The closurization of method f on object o is defined to be equivalent
diff --git a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t01.dart b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t01.dart
index f37d234..25875ad 100644
--- a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The closurization of method f with respect to superclass S is
  * defined to be equivalent to:
diff --git a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t02.dart b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t02.dart
index c3bc0b9..2f15d14 100644
--- a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t02.dart
+++ b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_named_params_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The closurization of method f with respect to superclass S is
  * defined to be equivalent to:
diff --git a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t01.dart b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t01.dart
index fafd97e..c83cf1d 100644
--- a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The closurization of method f with respect to superclass S is
  * defined to be equivalent to:
diff --git a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t02.dart b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t02.dart
index 209090c..7e51966 100644
--- a/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t02.dart
+++ b/Language/Expressions/Property_Extraction/Super_Closurization/method_closurization_positional_params_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The closurization of method f with respect to superclass S is
  * defined to be equivalent to:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_lib.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_lib.dart
index d6bae0e..a39beaf 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_lib.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library getter_invocation_lib;
 import '../../../../Utils/expect.dart';
 
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t01.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t01.dart
index fd9efe0..daf00ec 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t02.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t02.dart
index 1d295c0..fdccf15 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t02.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t03.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t03.dart
index 0235196..3f7ddb2 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t03.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t04.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t04.dart
index 23a1a9c..b31e4b3 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t04.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/getter_invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_lib.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_lib.dart
index d92d70f..115388c 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_lib.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library method_extraction_lib;
 
 class A {
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t01.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t01.dart
index d37eb12..66fe79c 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t02.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t02.dart
index faa8a65..964b868 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t02.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t03.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t03.dart
index afdbbb4..edde5a7 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t03.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/method_extraction_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a property extraction i of the form super.m
  * proceeds as follows:
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_instance_t01.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_instance_t01.dart
index f61b96e..e0833d5 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_instance_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_instance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t01.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t01.dart
index 558b777..5aa4aa1 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of Sstatic.m, if Sstatic has an accessible
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t02.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t02.dart
index 06009d4..6703e25 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t02.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of i is:
  * • The declared return type of Sstatic.m, if Sstatic has an accessible
diff --git a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_warning_t01.dart b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_warning_t01.dart
index 3f9d756..66bbe16 100644
--- a/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_warning_t01.dart
+++ b/Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/static_type_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let Sstatic be the superclass of the immediately enclosing class.
  * It is a static type warning if Sstatic does not have an accessible instance
diff --git a/Language/Expressions/Property_Extraction/conditional_t01.dart b/Language/Expressions/Property_Extraction/conditional_t01.dart
index 03c780a..03678f1 100644
--- a/Language/Expressions/Property_Extraction/conditional_t01.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t02.dart b/Language/Expressions/Property_Extraction/conditional_t02.dart
index a1d0788..c05bcc2 100644
--- a/Language/Expressions/Property_Extraction/conditional_t02.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t03.dart b/Language/Expressions/Property_Extraction/conditional_t03.dart
index 41b872e..6e4d7bc 100644
--- a/Language/Expressions/Property_Extraction/conditional_t03.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t04.dart b/Language/Expressions/Property_Extraction/conditional_t04.dart
index 290a638..9b4643b 100644
--- a/Language/Expressions/Property_Extraction/conditional_t04.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t05.dart b/Language/Expressions/Property_Extraction/conditional_t05.dart
index bfd543c..e72209e 100644
--- a/Language/Expressions/Property_Extraction/conditional_t05.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t06.dart b/Language/Expressions/Property_Extraction/conditional_t06.dart
index 15a9d95..dd10c87 100644
--- a/Language/Expressions/Property_Extraction/conditional_t06.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t07.dart b/Language/Expressions/Property_Extraction/conditional_t07.dart
index 4aabbe6..c746ac2 100644
--- a/Language/Expressions/Property_Extraction/conditional_t07.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/conditional_t08.dart b/Language/Expressions/Property_Extraction/conditional_t08.dart
index 9c5ce0d..5042480 100644
--- a/Language/Expressions/Property_Extraction/conditional_t08.dart
+++ b/Language/Expressions/Property_Extraction/conditional_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/static_type_t01.dart b/Language/Expressions/Property_Extraction/static_type_t01.dart
index c6b3da9..a103a0d 100644
--- a/Language/Expressions/Property_Extraction/static_type_t01.dart
+++ b/Language/Expressions/Property_Extraction/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/static_type_t02.dart b/Language/Expressions/Property_Extraction/static_type_t02.dart
index 0009f4e..dccf346 100644
--- a/Language/Expressions/Property_Extraction/static_type_t02.dart
+++ b/Language/Expressions/Property_Extraction/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Property_Extraction/static_type_t03.dart b/Language/Expressions/Property_Extraction/static_type_t03.dart
index 9690312..70830fa 100644
--- a/Language/Expressions/Property_Extraction/static_type_t03.dart
+++ b/Language/Expressions/Property_Extraction/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a conditional property extraction expression e of
  * the form e1?.id is equivalent to the evaluation of the expression
diff --git a/Language/Expressions/Relational_Expressions/equivalent_super_t01.dart b/Language/Expressions/Relational_Expressions/equivalent_super_t01.dart
index 3843586..4e68c31 100644
--- a/Language/Expressions/Relational_Expressions/equivalent_super_t01.dart
+++ b/Language/Expressions/Relational_Expressions/equivalent_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A relational expression of the form super op e2 is equivalent
  * to the method invocation super.op(e2).
diff --git a/Language/Expressions/Relational_Expressions/equivalent_t01.dart b/Language/Expressions/Relational_Expressions/equivalent_t01.dart
index 1b1af44..3133cfd 100644
--- a/Language/Expressions/Relational_Expressions/equivalent_t01.dart
+++ b/Language/Expressions/Relational_Expressions/equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A relational expression of the form e1 op e2 is equivalent to
  * the method invocation e1.op(e2).
diff --git a/Language/Expressions/Relational_Expressions/syntax_t01.dart b/Language/Expressions/Relational_Expressions/syntax_t01.dart
index 4d50d89..37c916a 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t02.dart b/Language/Expressions/Relational_Expressions/syntax_t02.dart
index 2c1c31b..47ad050 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t03.dart b/Language/Expressions/Relational_Expressions/syntax_t03.dart
index e928fbb..06d27ff 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t03.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t04.dart b/Language/Expressions/Relational_Expressions/syntax_t04.dart
index 11272ef..2a7f24e 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t05.dart b/Language/Expressions/Relational_Expressions/syntax_t05.dart
index 108e6cf..f4cfb3a 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t06.dart b/Language/Expressions/Relational_Expressions/syntax_t06.dart
index fb63d37..297e0ca 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t07.dart b/Language/Expressions/Relational_Expressions/syntax_t07.dart
index 2cc2dd6..8094c95 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t08.dart b/Language/Expressions/Relational_Expressions/syntax_t08.dart
index 01d1c86..d8bd4aa 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t09.dart b/Language/Expressions/Relational_Expressions/syntax_t09.dart
index 7a22e8a..f78d9fa 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t10.dart b/Language/Expressions/Relational_Expressions/syntax_t10.dart
index 5735897..acb2ebc 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t11.dart b/Language/Expressions/Relational_Expressions/syntax_t11.dart
index 5f8480a..1d15bcf 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t12.dart b/Language/Expressions/Relational_Expressions/syntax_t12.dart
index a8d48d9..cd8e013 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t13.dart b/Language/Expressions/Relational_Expressions/syntax_t13.dart
index 91f1f29..ebf2809 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t13.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t14.dart b/Language/Expressions/Relational_Expressions/syntax_t14.dart
index 211cfd2..a10ead8 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t14.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t15.dart b/Language/Expressions/Relational_Expressions/syntax_t15.dart
index 56bacef..708a250 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t15.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t16.dart b/Language/Expressions/Relational_Expressions/syntax_t16.dart
index 34c5b94..efdd01f 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t16.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t17.dart b/Language/Expressions/Relational_Expressions/syntax_t17.dart
index 6204c4c..15cc2cf 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Relational_Expressions/syntax_t18.dart b/Language/Expressions/Relational_Expressions/syntax_t18.dart
index 1405dc2..5c2e589 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t18.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t19.dart b/Language/Expressions/Relational_Expressions/syntax_t19.dart
index 8db2d84..05b01b1 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t19.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t20.dart b/Language/Expressions/Relational_Expressions/syntax_t20.dart
index 8a5e4a0..542a7ea 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t20.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t21.dart b/Language/Expressions/Relational_Expressions/syntax_t21.dart
index b0cc74a..754083b 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t21.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t22.dart b/Language/Expressions/Relational_Expressions/syntax_t22.dart
index 0b889c3..4677049 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t22.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t23.dart b/Language/Expressions/Relational_Expressions/syntax_t23.dart
index 13a420a..90b6e7e 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t23.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational expressions invoke the relational operators on objects.
  * relationalExpression:
diff --git a/Language/Expressions/Relational_Expressions/syntax_t24.dart b/Language/Expressions/Relational_Expressions/syntax_t24.dart
index e1c8c6b..7df2935 100644
--- a/Language/Expressions/Relational_Expressions/syntax_t24.dart
+++ b/Language/Expressions/Relational_Expressions/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Relational expressions invoke the relational operators on objects.

  * relationalExpression:

diff --git a/Language/Expressions/Shift/allowed_characters_t01.dart b/Language/Expressions/Shift/allowed_characters_t01.dart
index 81641c9..38e6979 100644
--- a/Language/Expressions/Shift/allowed_characters_t01.dart
+++ b/Language/Expressions/Shift/allowed_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Shift/allowed_characters_t02.dart b/Language/Expressions/Shift/allowed_characters_t02.dart
index 1b21237..cbd1252 100644
--- a/Language/Expressions/Shift/allowed_characters_t02.dart
+++ b/Language/Expressions/Shift/allowed_characters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Space, tab and line terminators characters are allowed between
  * tokens.
diff --git a/Language/Expressions/Shift/equivalent_super_t01.dart b/Language/Expressions/Shift/equivalent_super_t01.dart
index c960451..4ca6cd9 100644
--- a/Language/Expressions/Shift/equivalent_super_t01.dart
+++ b/Language/Expressions/Shift/equivalent_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A shift expression of the form super op e2 is equivalent
  * to the method invocation super.op(e2).
diff --git a/Language/Expressions/Shift/equivalent_super_t02.dart b/Language/Expressions/Shift/equivalent_super_t02.dart
index 474a8ff..fb1270f 100644
--- a/Language/Expressions/Shift/equivalent_super_t02.dart
+++ b/Language/Expressions/Shift/equivalent_super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A shift expression of the form super op e2 is equivalent
  * to the method invocation super.op(e2).
diff --git a/Language/Expressions/Shift/equivalent_t01.dart b/Language/Expressions/Shift/equivalent_t01.dart
index f517af7..cb339aa 100644
--- a/Language/Expressions/Shift/equivalent_t01.dart
+++ b/Language/Expressions/Shift/equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A shift expression of the form e1 op e2 is equivalent
  * to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Shift/equivalent_t02.dart b/Language/Expressions/Shift/equivalent_t02.dart
index c2a9663..35a4602 100644
--- a/Language/Expressions/Shift/equivalent_t02.dart
+++ b/Language/Expressions/Shift/equivalent_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A shift expression of the form e1 op e2 is equivalent
  * to the method invocation e1.op(e2).
diff --git a/Language/Expressions/Shift/integer_t01.dart b/Language/Expressions/Shift/integer_t01.dart
index be4a7f1..8950b79 100644
--- a/Language/Expressions/Shift/integer_t01.dart
+++ b/Language/Expressions/Shift/integer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion N/A
  * @description Checks that left shift works with integers as expected
diff --git a/Language/Expressions/Shift/integer_t02.dart b/Language/Expressions/Shift/integer_t02.dart
index d48cab6..ce23718 100644
--- a/Language/Expressions/Shift/integer_t02.dart
+++ b/Language/Expressions/Shift/integer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion N/A
  * @description Checks that right shift works with integers as expected
diff --git a/Language/Expressions/Shift/integer_t03.dart b/Language/Expressions/Shift/integer_t03.dart
index 939777a..4663283 100644
--- a/Language/Expressions/Shift/integer_t03.dart
+++ b/Language/Expressions/Shift/integer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion N/A
  * @description Checks that triple right shift works with integers as expected
diff --git a/Language/Expressions/Shift/integer_t04.dart b/Language/Expressions/Shift/integer_t04.dart
index da424fc..351a47e 100644
--- a/Language/Expressions/Shift/integer_t04.dart
+++ b/Language/Expressions/Shift/integer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion N/A
  * @description Checks that triple right shift argument cannot be negative
diff --git a/Language/Expressions/Shift/integer_t05.dart b/Language/Expressions/Shift/integer_t05.dart
index 88094bd..3a37dcb 100644
--- a/Language/Expressions/Shift/integer_t05.dart
+++ b/Language/Expressions/Shift/integer_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion N/A
  * @description Checks that triple right shift argument cannot be negative and
diff --git a/Language/Expressions/Shift/integer_t06.dart b/Language/Expressions/Shift/integer_t06.dart
index 48dcaef..33d1a03 100644
--- a/Language/Expressions/Shift/integer_t06.dart
+++ b/Language/Expressions/Shift/integer_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion N/A
  * @description Checks that left shift works with big size integers as expected.
diff --git a/Language/Expressions/Shift/integer_t07.dart b/Language/Expressions/Shift/integer_t07.dart
index bf02b59..a9a7539 100644
--- a/Language/Expressions/Shift/integer_t07.dart
+++ b/Language/Expressions/Shift/integer_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion N/A
  * @description Checks that right shift works with big size integers as expected
diff --git a/Language/Expressions/Shift/syntax_t01.dart b/Language/Expressions/Shift/syntax_t01.dart
index 2f45e98..12808dc 100644
--- a/Language/Expressions/Shift/syntax_t01.dart
+++ b/Language/Expressions/Shift/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t02.dart b/Language/Expressions/Shift/syntax_t02.dart
index ba60fda..366e63e 100644
--- a/Language/Expressions/Shift/syntax_t02.dart
+++ b/Language/Expressions/Shift/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t03.dart b/Language/Expressions/Shift/syntax_t03.dart
index 9451212..84ec24f 100644
--- a/Language/Expressions/Shift/syntax_t03.dart
+++ b/Language/Expressions/Shift/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t04.dart b/Language/Expressions/Shift/syntax_t04.dart
index 72cfb7f..38b7841 100644
--- a/Language/Expressions/Shift/syntax_t04.dart
+++ b/Language/Expressions/Shift/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t05.dart b/Language/Expressions/Shift/syntax_t05.dart
index b8bb65d..0415d47 100644
--- a/Language/Expressions/Shift/syntax_t05.dart
+++ b/Language/Expressions/Shift/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t06.dart b/Language/Expressions/Shift/syntax_t06.dart
index c8c98d1..faf1bea 100644
--- a/Language/Expressions/Shift/syntax_t06.dart
+++ b/Language/Expressions/Shift/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t07.dart b/Language/Expressions/Shift/syntax_t07.dart
index a47bf90..6cb51b3 100644
--- a/Language/Expressions/Shift/syntax_t07.dart
+++ b/Language/Expressions/Shift/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t08.dart b/Language/Expressions/Shift/syntax_t08.dart
index 3538889..b5b813d 100644
--- a/Language/Expressions/Shift/syntax_t08.dart
+++ b/Language/Expressions/Shift/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Shift expressions invoke the shift operators on objects.

  * shiftExpression:

diff --git a/Language/Expressions/Shift/syntax_t09.dart b/Language/Expressions/Shift/syntax_t09.dart
index 8a7a3db..7072482 100644
--- a/Language/Expressions/Shift/syntax_t09.dart
+++ b/Language/Expressions/Shift/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t10.dart b/Language/Expressions/Shift/syntax_t10.dart
index 1022465..91532f7 100644
--- a/Language/Expressions/Shift/syntax_t10.dart
+++ b/Language/Expressions/Shift/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t11.dart b/Language/Expressions/Shift/syntax_t11.dart
index 96e7c5f..80d2f3c 100644
--- a/Language/Expressions/Shift/syntax_t11.dart
+++ b/Language/Expressions/Shift/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t12.dart b/Language/Expressions/Shift/syntax_t12.dart
index 6a70865..cdb64fd 100644
--- a/Language/Expressions/Shift/syntax_t12.dart
+++ b/Language/Expressions/Shift/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t13.dart b/Language/Expressions/Shift/syntax_t13.dart
index 4203034..536cb9b 100644
--- a/Language/Expressions/Shift/syntax_t13.dart
+++ b/Language/Expressions/Shift/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t14.dart b/Language/Expressions/Shift/syntax_t14.dart
index c1688aa..3857399 100644
--- a/Language/Expressions/Shift/syntax_t14.dart
+++ b/Language/Expressions/Shift/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t15.dart b/Language/Expressions/Shift/syntax_t15.dart
index f9f490a..04d1542 100644
--- a/Language/Expressions/Shift/syntax_t15.dart
+++ b/Language/Expressions/Shift/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t16.dart b/Language/Expressions/Shift/syntax_t16.dart
index 70c07fe..f00ce7a 100644
--- a/Language/Expressions/Shift/syntax_t16.dart
+++ b/Language/Expressions/Shift/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t17.dart b/Language/Expressions/Shift/syntax_t17.dart
index b8ea8a4..a646cce 100644
--- a/Language/Expressions/Shift/syntax_t17.dart
+++ b/Language/Expressions/Shift/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t18.dart b/Language/Expressions/Shift/syntax_t18.dart
index 820fcda..028b6fc 100644
--- a/Language/Expressions/Shift/syntax_t18.dart
+++ b/Language/Expressions/Shift/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t19.dart b/Language/Expressions/Shift/syntax_t19.dart
index 2f34e85..5a6927c 100644
--- a/Language/Expressions/Shift/syntax_t19.dart
+++ b/Language/Expressions/Shift/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t20.dart b/Language/Expressions/Shift/syntax_t20.dart
index 9c2f83e..7ba4fd8 100644
--- a/Language/Expressions/Shift/syntax_t20.dart
+++ b/Language/Expressions/Shift/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t21.dart b/Language/Expressions/Shift/syntax_t21.dart
index f1dac91..c7c8424 100644
--- a/Language/Expressions/Shift/syntax_t21.dart
+++ b/Language/Expressions/Shift/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t22.dart b/Language/Expressions/Shift/syntax_t22.dart
index 8d9a9b0..9989794 100644
--- a/Language/Expressions/Shift/syntax_t22.dart
+++ b/Language/Expressions/Shift/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t23.dart b/Language/Expressions/Shift/syntax_t23.dart
index 79e30bb..f6e49aa 100644
--- a/Language/Expressions/Shift/syntax_t23.dart
+++ b/Language/Expressions/Shift/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t24.dart b/Language/Expressions/Shift/syntax_t24.dart
index 67a84fb..cb5979e 100644
--- a/Language/Expressions/Shift/syntax_t24.dart
+++ b/Language/Expressions/Shift/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t25.dart b/Language/Expressions/Shift/syntax_t25.dart
index 337b21a..45bafbe 100644
--- a/Language/Expressions/Shift/syntax_t25.dart
+++ b/Language/Expressions/Shift/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t26.dart b/Language/Expressions/Shift/syntax_t26.dart
index 6719a19..9b2ba07 100644
--- a/Language/Expressions/Shift/syntax_t26.dart
+++ b/Language/Expressions/Shift/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Shift/syntax_t27.dart b/Language/Expressions/Shift/syntax_t27.dart
index c5e9575..bdcd6f3 100644
--- a/Language/Expressions/Shift/syntax_t27.dart
+++ b/Language/Expressions/Shift/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Shift expressions invoke the shift operators on objects.
  * shiftExpression:
diff --git a/Language/Expressions/Spawning_an_Isolate/new_isolate_t01.dart b/Language/Expressions/Spawning_an_Isolate/new_isolate_t01.dart
index 094b055..ad9a6e8 100644
--- a/Language/Expressions/Spawning_an_Isolate/new_isolate_t01.dart
+++ b/Language/Expressions/Spawning_an_Isolate/new_isolate_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Spawning an isolate is accomplished via what is syntactically
  * an ordinary library call, invoking one of the functions spawnUri() or
diff --git a/Language/Expressions/Strings/String_Interpolation/double_quote_t01.dart b/Language/Expressions/Strings/String_Interpolation/double_quote_t01.dart
index 3cab9ad..8593833 100644
--- a/Language/Expressions/Strings/String_Interpolation/double_quote_t01.dart
+++ b/Language/Expressions/Strings/String_Interpolation/double_quote_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interpolated string "s1${e}s2" is equivalent to the
  * concatenation of the strings "s1", e.toString() and "s2".
diff --git a/Language/Expressions/Strings/String_Interpolation/double_quote_t02.dart b/Language/Expressions/Strings/String_Interpolation/double_quote_t02.dart
index 9438381..83f5c8e 100644
--- a/Language/Expressions/Strings/String_Interpolation/double_quote_t02.dart
+++ b/Language/Expressions/Strings/String_Interpolation/double_quote_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  An interpolated string "s1${e}s2" is equivalent to the
  * concatenation of the strings "s1", e.toString() and "s2".
diff --git a/Language/Expressions/Strings/String_Interpolation/double_quote_t03.dart b/Language/Expressions/Strings/String_Interpolation/double_quote_t03.dart
index 609a074..d2ec814 100644
--- a/Language/Expressions/Strings/String_Interpolation/double_quote_t03.dart
+++ b/Language/Expressions/Strings/String_Interpolation/double_quote_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interpolated string "s1${e}s2" is equivalent to the
  * concatenation of the strings "s1", e.toString() and "s2".
diff --git a/Language/Expressions/Strings/String_Interpolation/double_quote_t04.dart b/Language/Expressions/Strings/String_Interpolation/double_quote_t04.dart
index 9c2db82..07543a3 100644
--- a/Language/Expressions/Strings/String_Interpolation/double_quote_t04.dart
+++ b/Language/Expressions/Strings/String_Interpolation/double_quote_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interpolated string "s1${e}s2" is equivalent to the
  * concatenation of the strings "s1", e.toString() and "s2".
diff --git a/Language/Expressions/Strings/String_Interpolation/no_quote_t01.dart b/Language/Expressions/Strings/String_Interpolation/no_quote_t01.dart
index bf21f9a..aa2c8e1 100644
--- a/Language/Expressions/Strings/String_Interpolation/no_quote_t01.dart
+++ b/Language/Expressions/Strings/String_Interpolation/no_quote_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The form $id is equivalent to the form ${id}.
  * @description Checks that the result of using either form of string
diff --git a/Language/Expressions/Strings/String_Interpolation/no_quote_t02.dart b/Language/Expressions/Strings/String_Interpolation/no_quote_t02.dart
index 4b46deb..a1f36a4 100644
--- a/Language/Expressions/Strings/String_Interpolation/no_quote_t02.dart
+++ b/Language/Expressions/Strings/String_Interpolation/no_quote_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The form $id is equivalent to the form ${id}.
  * @description Checks that the result of using either form of string
diff --git a/Language/Expressions/Strings/String_Interpolation/single_quote_t01.dart b/Language/Expressions/Strings/String_Interpolation/single_quote_t01.dart
index a6f1bce..a78ee5a 100644
--- a/Language/Expressions/Strings/String_Interpolation/single_quote_t01.dart
+++ b/Language/Expressions/Strings/String_Interpolation/single_quote_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  An interpolated string 's1${e}s2' is equivalent to the
  * concatenation of the strings 's1', e.toString() and 's2'.
diff --git a/Language/Expressions/Strings/String_Interpolation/single_quote_t02.dart b/Language/Expressions/Strings/String_Interpolation/single_quote_t02.dart
index 13e4fbf..c98ce00 100644
--- a/Language/Expressions/Strings/String_Interpolation/single_quote_t02.dart
+++ b/Language/Expressions/Strings/String_Interpolation/single_quote_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interpolated string 's1${e}s2' is equivalent to the
  * concatenation of the strings 's1', e.toString() and 's2'.
diff --git a/Language/Expressions/Strings/String_Interpolation/single_quote_t03.dart b/Language/Expressions/Strings/String_Interpolation/single_quote_t03.dart
index b52080f..dc1a299 100644
--- a/Language/Expressions/Strings/String_Interpolation/single_quote_t03.dart
+++ b/Language/Expressions/Strings/String_Interpolation/single_quote_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interpolated string 's1${e}s2' is equivalent to the
  * concatenation of the strings 's1', e.toString() and 's2'.
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t01.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t01.dart
index 0b3bb55..d5b8184 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t01.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t02.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t02.dart
index f7d9ac4..7b31c53 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t02.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t03.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t03.dart
index b3cd0cc..b2c6d55 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t03.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t04.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t04.dart
index 111b55b..b11a8d8 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t04.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t05.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t05.dart
index a6dc14d..4e9259e 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t05.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t06.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t06.dart
index b06abe6..a70976e 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t06.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t07.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t07.dart
index 526c475..25747ab 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t07.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t08.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t08.dart
index 2782f1d..6776d29 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t08.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t09.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t09.dart
index 853fc1f..c93ec31 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t09.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t10.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t10.dart
index 0c5e583..be834d2 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t10.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t11.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t11.dart
index d76f1d4..6da4f95 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t11.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t12.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t12.dart
index 667096e..51146f4 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t12.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t13.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t13.dart
index f5326b3..5069bb3 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t13.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t14.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t14.dart
index ccb73e2..07d561e 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t14.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t15.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t15.dart
index 94b8074..4a839f8 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t15.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t16.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t16.dart
index a7db241..3212f78 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t16.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is possible to embed expressions within non-raw string

  * literals, such that these expressions are evaluated, and the resulting

diff --git a/Language/Expressions/Strings/String_Interpolation/syntax_t17.dart b/Language/Expressions/Strings/String_Interpolation/syntax_t17.dart
index 1a0c8ad..af44ab1 100644
--- a/Language/Expressions/Strings/String_Interpolation/syntax_t17.dart
+++ b/Language/Expressions/Strings/String_Interpolation/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is possible to embed expressions within non-raw string
  * literals, such that these expressions are evaluated, and the resulting
diff --git a/Language/Expressions/Strings/adjacent_strings_t01.dart b/Language/Expressions/Strings/adjacent_strings_t01.dart
index f3be8c2..30f97bd 100644
--- a/Language/Expressions/Strings/adjacent_strings_t01.dart
+++ b/Language/Expressions/Strings/adjacent_strings_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Adjacent strings are implicitly concatenated to form a single
  * string literal.
diff --git a/Language/Expressions/Strings/adjacent_strings_t02.dart b/Language/Expressions/Strings/adjacent_strings_t02.dart
index 67054b1..a10515a 100644
--- a/Language/Expressions/Strings/adjacent_strings_t02.dart
+++ b/Language/Expressions/Strings/adjacent_strings_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Adjacent strings are implicitly concatenated to form a single
  * string literal.
diff --git a/Language/Expressions/Strings/adjacent_strings_t03.dart b/Language/Expressions/Strings/adjacent_strings_t03.dart
index b53c0d2..d9a2224 100644
--- a/Language/Expressions/Strings/adjacent_strings_t03.dart
+++ b/Language/Expressions/Strings/adjacent_strings_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Adjacent strings are implicitly concatenated to form a single
  * string literal.
diff --git a/Language/Expressions/Strings/adjacent_strings_t04.dart b/Language/Expressions/Strings/adjacent_strings_t04.dart
index c7966a5..d619fe7 100644
--- a/Language/Expressions/Strings/adjacent_strings_t04.dart
+++ b/Language/Expressions/Strings/adjacent_strings_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Adjacent strings are implicitly concatenated to form a single
  * string literal.
diff --git a/Language/Expressions/Strings/adjacent_strings_t05.dart b/Language/Expressions/Strings/adjacent_strings_t05.dart
index 6c94e40..081bbf8 100644
--- a/Language/Expressions/Strings/adjacent_strings_t05.dart
+++ b/Language/Expressions/Strings/adjacent_strings_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Adjacent strings are implicitly concatenated to form a single
  * string literal.
diff --git a/Language/Expressions/Strings/escape_backspace_t01.dart b/Language/Expressions/Strings/escape_backspace_t01.dart
index c4d9ad8..91bd524 100644
--- a/Language/Expressions/Strings/escape_backspace_t01.dart
+++ b/Language/Expressions/Strings/escape_backspace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_carriage_return_t01.dart b/Language/Expressions/Strings/escape_carriage_return_t01.dart
index f9b36c3..b6e4ed9 100644
--- a/Language/Expressions/Strings/escape_carriage_return_t01.dart
+++ b/Language/Expressions/Strings/escape_carriage_return_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_characters_t01.dart b/Language/Expressions/Strings/escape_characters_t01.dart
index a9ff046..f7a6d51 100644
--- a/Language/Expressions/Strings/escape_characters_t01.dart
+++ b/Language/Expressions/Strings/escape_characters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_form_feed_t01.dart b/Language/Expressions/Strings/escape_form_feed_t01.dart
index 72d6b3c..ccc52e0 100644
--- a/Language/Expressions/Strings/escape_form_feed_t01.dart
+++ b/Language/Expressions/Strings/escape_form_feed_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_hex_digit_t01.dart b/Language/Expressions/Strings/escape_hex_digit_t01.dart
index 9fccb4b..89ff06f 100644
--- a/Language/Expressions/Strings/escape_hex_digit_t01.dart
+++ b/Language/Expressions/Strings/escape_hex_digit_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_hexadecimal_digits_t01.dart b/Language/Expressions/Strings/escape_hexadecimal_digits_t01.dart
index bd6d347..a50efbc 100644
--- a/Language/Expressions/Strings/escape_hexadecimal_digits_t01.dart
+++ b/Language/Expressions/Strings/escape_hexadecimal_digits_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \x that is not followed by a sequence of

diff --git a/Language/Expressions/Strings/escape_hexadecimal_digits_t02.dart b/Language/Expressions/Strings/escape_hexadecimal_digits_t02.dart
index af0289c..38bb368 100644
--- a/Language/Expressions/Strings/escape_hexadecimal_digits_t02.dart
+++ b/Language/Expressions/Strings/escape_hexadecimal_digits_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \x that is not followed by a sequence of

diff --git a/Language/Expressions/Strings/escape_hexadecimal_digits_t03.dart b/Language/Expressions/Strings/escape_hexadecimal_digits_t03.dart
index 82c09bf..7ddba6d 100644
--- a/Language/Expressions/Strings/escape_hexadecimal_digits_t03.dart
+++ b/Language/Expressions/Strings/escape_hexadecimal_digits_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \x that is not followed by a sequence of

diff --git a/Language/Expressions/Strings/escape_hexadecimal_digits_t04.dart b/Language/Expressions/Strings/escape_hexadecimal_digits_t04.dart
index 4e132fc..6825f31 100644
--- a/Language/Expressions/Strings/escape_hexadecimal_digits_t04.dart
+++ b/Language/Expressions/Strings/escape_hexadecimal_digits_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error when a non-raw string literal contains
  * a character sequence of the form \x that is not followed by a sequence of
diff --git a/Language/Expressions/Strings/escape_newline_t01.dart b/Language/Expressions/Strings/escape_newline_t01.dart
index 4184f76..537744a 100644
--- a/Language/Expressions/Strings/escape_newline_t01.dart
+++ b/Language/Expressions/Strings/escape_newline_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_tab_t01.dart b/Language/Expressions/Strings/escape_tab_t01.dart
index 5fb0faf..a6353e3 100644
--- a/Language/Expressions/Strings/escape_tab_t01.dart
+++ b/Language/Expressions/Strings/escape_tab_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_unicode_scalar_value_t01.dart b/Language/Expressions/Strings/escape_unicode_scalar_value_t01.dart
index b39848c..402fdd3 100644
--- a/Language/Expressions/Strings/escape_unicode_scalar_value_t01.dart
+++ b/Language/Expressions/Strings/escape_unicode_scalar_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_unicode_scalar_value_t02.dart b/Language/Expressions/Strings/escape_unicode_scalar_value_t02.dart
index 5bab544..537baac 100644
--- a/Language/Expressions/Strings/escape_unicode_scalar_value_t02.dart
+++ b/Language/Expressions/Strings/escape_unicode_scalar_value_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Strings support escape sequences for special characters. The

  * escapes are:

diff --git a/Language/Expressions/Strings/escape_unicode_scalar_value_t03.dart b/Language/Expressions/Strings/escape_unicode_scalar_value_t03.dart
index b9e2340..9028b62 100644
--- a/Language/Expressions/Strings/escape_unicode_scalar_value_t03.dart
+++ b/Language/Expressions/Strings/escape_unicode_scalar_value_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Strings support escape sequences for special characters. The

  * escapes are:

diff --git a/Language/Expressions/Strings/escape_unicode_t01.dart b/Language/Expressions/Strings/escape_unicode_t01.dart
index 72bd60d..75e5f77 100644
--- a/Language/Expressions/Strings/escape_unicode_t01.dart
+++ b/Language/Expressions/Strings/escape_unicode_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/escape_vertical_tab_t01.dart b/Language/Expressions/Strings/escape_vertical_tab_t01.dart
index 320ba9b..63d4d2d 100644
--- a/Language/Expressions/Strings/escape_vertical_tab_t01.dart
+++ b/Language/Expressions/Strings/escape_vertical_tab_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings support escape sequences for special characters. The
  * escapes are:
diff --git a/Language/Expressions/Strings/extend_or_implement_t01.dart b/Language/Expressions/Strings/extend_or_implement_t01.dart
index 3beeafc..1d240c6 100644
--- a/Language/Expressions/Strings/extend_or_implement_t01.dart
+++ b/Language/Expressions/Strings/extend_or_implement_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement String.

diff --git a/Language/Expressions/Strings/extend_or_implement_t02.dart b/Language/Expressions/Strings/extend_or_implement_t02.dart
index fb53c00..4c42ca4 100644
--- a/Language/Expressions/Strings/extend_or_implement_t02.dart
+++ b/Language/Expressions/Strings/extend_or_implement_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement String.

diff --git a/Language/Expressions/Strings/extend_or_implement_t03.dart b/Language/Expressions/Strings/extend_or_implement_t03.dart
index 19a8cde..23c681c 100644
--- a/Language/Expressions/Strings/extend_or_implement_t03.dart
+++ b/Language/Expressions/Strings/extend_or_implement_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement String.

diff --git a/Language/Expressions/Strings/extend_or_implement_t04.dart b/Language/Expressions/Strings/extend_or_implement_t04.dart
index 16563d3..6c8c34c 100644
--- a/Language/Expressions/Strings/extend_or_implement_t04.dart
+++ b/Language/Expressions/Strings/extend_or_implement_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error for a class to attempt to extend,
  * mix in or implement String.
diff --git a/Language/Expressions/Strings/extend_or_implement_t05.dart b/Language/Expressions/Strings/extend_or_implement_t05.dart
index cd6631a..884b61b 100644
--- a/Language/Expressions/Strings/extend_or_implement_t05.dart
+++ b/Language/Expressions/Strings/extend_or_implement_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error for a class to attempt to extend,

  * mix in or implement String.

diff --git a/Language/Expressions/Strings/ignore_whitespaces_t01.dart b/Language/Expressions/Strings/ignore_whitespaces_t01.dart
index 2a24c48..bfaa4f1 100644
--- a/Language/Expressions/Strings/ignore_whitespaces_t01.dart
+++ b/Language/Expressions/Strings/ignore_whitespaces_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the first line of a multiline string consists solely of the
  * whitespace characters defined by the production WHITESPACE, possibly
diff --git a/Language/Expressions/Strings/implement_class_string_t01.dart b/Language/Expressions/Strings/implement_class_string_t01.dart
index 1bdf012..27e12b3 100644
--- a/Language/Expressions/Strings/implement_class_string_t01.dart
+++ b/Language/Expressions/Strings/implement_class_string_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion All string literals implement the built-in class String.
  * @description Checks that string literals implement class String.
diff --git a/Language/Expressions/Strings/multi_line_t01.dart b/Language/Expressions/Strings/multi_line_t01.dart
index df0847a..59cd74f 100644
--- a/Language/Expressions/Strings/multi_line_t01.dart
+++ b/Language/Expressions/Strings/multi_line_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t02.dart b/Language/Expressions/Strings/multi_line_t02.dart
index a5cea19..9cc099a 100644
--- a/Language/Expressions/Strings/multi_line_t02.dart
+++ b/Language/Expressions/Strings/multi_line_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t03.dart b/Language/Expressions/Strings/multi_line_t03.dart
index 36bdcc1..6567bf2 100644
--- a/Language/Expressions/Strings/multi_line_t03.dart
+++ b/Language/Expressions/Strings/multi_line_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t04.dart b/Language/Expressions/Strings/multi_line_t04.dart
index 9d794b2..5ea5f83 100644
--- a/Language/Expressions/Strings/multi_line_t04.dart
+++ b/Language/Expressions/Strings/multi_line_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t05.dart b/Language/Expressions/Strings/multi_line_t05.dart
index 40bb153..b0b15e6 100644
--- a/Language/Expressions/Strings/multi_line_t05.dart
+++ b/Language/Expressions/Strings/multi_line_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t06.dart b/Language/Expressions/Strings/multi_line_t06.dart
index 7574d05..83c8b12 100644
--- a/Language/Expressions/Strings/multi_line_t06.dart
+++ b/Language/Expressions/Strings/multi_line_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t07.dart b/Language/Expressions/Strings/multi_line_t07.dart
index 0a2e55b..80df053 100644
--- a/Language/Expressions/Strings/multi_line_t07.dart
+++ b/Language/Expressions/Strings/multi_line_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t08.dart b/Language/Expressions/Strings/multi_line_t08.dart
index e64df45..83ec80a 100644
--- a/Language/Expressions/Strings/multi_line_t08.dart
+++ b/Language/Expressions/Strings/multi_line_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t09.dart b/Language/Expressions/Strings/multi_line_t09.dart
index b6579c6..8e075d3 100644
--- a/Language/Expressions/Strings/multi_line_t09.dart
+++ b/Language/Expressions/Strings/multi_line_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t10.dart b/Language/Expressions/Strings/multi_line_t10.dart
index 083f64a..4bc6fd4 100644
--- a/Language/Expressions/Strings/multi_line_t10.dart
+++ b/Language/Expressions/Strings/multi_line_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t11.dart b/Language/Expressions/Strings/multi_line_t11.dart
index 82b2e91..c1e3b68 100644
--- a/Language/Expressions/Strings/multi_line_t11.dart
+++ b/Language/Expressions/Strings/multi_line_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t12.dart b/Language/Expressions/Strings/multi_line_t12.dart
index 237e95b..0a21b49 100644
--- a/Language/Expressions/Strings/multi_line_t12.dart
+++ b/Language/Expressions/Strings/multi_line_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t13.dart b/Language/Expressions/Strings/multi_line_t13.dart
index b72f4cd..66e658a 100644
--- a/Language/Expressions/Strings/multi_line_t13.dart
+++ b/Language/Expressions/Strings/multi_line_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t14.dart b/Language/Expressions/Strings/multi_line_t14.dart
index 59afe01..ad9b06b 100644
--- a/Language/Expressions/Strings/multi_line_t14.dart
+++ b/Language/Expressions/Strings/multi_line_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t15.dart b/Language/Expressions/Strings/multi_line_t15.dart
index c303925..46b862b 100644
--- a/Language/Expressions/Strings/multi_line_t15.dart
+++ b/Language/Expressions/Strings/multi_line_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t16.dart b/Language/Expressions/Strings/multi_line_t16.dart
index c92063f..7690298 100644
--- a/Language/Expressions/Strings/multi_line_t16.dart
+++ b/Language/Expressions/Strings/multi_line_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t17.dart b/Language/Expressions/Strings/multi_line_t17.dart
index c2d0a00..a214518 100644
--- a/Language/Expressions/Strings/multi_line_t17.dart
+++ b/Language/Expressions/Strings/multi_line_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t18.dart b/Language/Expressions/Strings/multi_line_t18.dart
index 56170be..b715c5b 100644
--- a/Language/Expressions/Strings/multi_line_t18.dart
+++ b/Language/Expressions/Strings/multi_line_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t19.dart b/Language/Expressions/Strings/multi_line_t19.dart
index 0c31a0b..6321ce6 100644
--- a/Language/Expressions/Strings/multi_line_t19.dart
+++ b/Language/Expressions/Strings/multi_line_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t20.dart b/Language/Expressions/Strings/multi_line_t20.dart
index 6bc68c0..11b6b5e 100644
--- a/Language/Expressions/Strings/multi_line_t20.dart
+++ b/Language/Expressions/Strings/multi_line_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t21.dart b/Language/Expressions/Strings/multi_line_t21.dart
index 2fffa7b..25de9de 100644
--- a/Language/Expressions/Strings/multi_line_t21.dart
+++ b/Language/Expressions/Strings/multi_line_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t22.dart b/Language/Expressions/Strings/multi_line_t22.dart
index 50261da..301aa2e 100644
--- a/Language/Expressions/Strings/multi_line_t22.dart
+++ b/Language/Expressions/Strings/multi_line_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t23.dart b/Language/Expressions/Strings/multi_line_t23.dart
index ac40e34..d9ad644 100644
--- a/Language/Expressions/Strings/multi_line_t23.dart
+++ b/Language/Expressions/Strings/multi_line_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t24.dart b/Language/Expressions/Strings/multi_line_t24.dart
index df0cb1e..44133c3 100644
--- a/Language/Expressions/Strings/multi_line_t24.dart
+++ b/Language/Expressions/Strings/multi_line_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t25.dart b/Language/Expressions/Strings/multi_line_t25.dart
index 917e7f9..536a763 100644
--- a/Language/Expressions/Strings/multi_line_t25.dart
+++ b/Language/Expressions/Strings/multi_line_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t26.dart b/Language/Expressions/Strings/multi_line_t26.dart
index e02dcbc..787c599 100644
--- a/Language/Expressions/Strings/multi_line_t26.dart
+++ b/Language/Expressions/Strings/multi_line_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t27.dart b/Language/Expressions/Strings/multi_line_t27.dart
index b241ffe..b5f8380 100644
--- a/Language/Expressions/Strings/multi_line_t27.dart
+++ b/Language/Expressions/Strings/multi_line_t27.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t28.dart b/Language/Expressions/Strings/multi_line_t28.dart
index f751db8..cfbb902 100644
--- a/Language/Expressions/Strings/multi_line_t28.dart
+++ b/Language/Expressions/Strings/multi_line_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t29.dart b/Language/Expressions/Strings/multi_line_t29.dart
index 2f8bd72..82cf6b4 100644
--- a/Language/Expressions/Strings/multi_line_t29.dart
+++ b/Language/Expressions/Strings/multi_line_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t30.dart b/Language/Expressions/Strings/multi_line_t30.dart
index 6ff4eb7..8661b81 100644
--- a/Language/Expressions/Strings/multi_line_t30.dart
+++ b/Language/Expressions/Strings/multi_line_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t31.dart b/Language/Expressions/Strings/multi_line_t31.dart
index 760bfd4..84c46b4 100644
--- a/Language/Expressions/Strings/multi_line_t31.dart
+++ b/Language/Expressions/Strings/multi_line_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t32.dart b/Language/Expressions/Strings/multi_line_t32.dart
index ceb89b6..0d3c908 100644
--- a/Language/Expressions/Strings/multi_line_t32.dart
+++ b/Language/Expressions/Strings/multi_line_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t33.dart b/Language/Expressions/Strings/multi_line_t33.dart
index 90e6f70..af43d46 100644
--- a/Language/Expressions/Strings/multi_line_t33.dart
+++ b/Language/Expressions/Strings/multi_line_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/multi_line_t34.dart b/Language/Expressions/Strings/multi_line_t34.dart
index ea2149f..060c137 100644
--- a/Language/Expressions/Strings/multi_line_t34.dart
+++ b/Language/Expressions/Strings/multi_line_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t35.dart b/Language/Expressions/Strings/multi_line_t35.dart
index 37689511..2a473ef 100644
--- a/Language/Expressions/Strings/multi_line_t35.dart
+++ b/Language/Expressions/Strings/multi_line_t35.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t36.dart b/Language/Expressions/Strings/multi_line_t36.dart
index 24319af..24766f1 100644
--- a/Language/Expressions/Strings/multi_line_t36.dart
+++ b/Language/Expressions/Strings/multi_line_t36.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t37.dart b/Language/Expressions/Strings/multi_line_t37.dart
index 3cdd028..eba2716 100644
--- a/Language/Expressions/Strings/multi_line_t37.dart
+++ b/Language/Expressions/Strings/multi_line_t37.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t38.dart b/Language/Expressions/Strings/multi_line_t38.dart
index fc2fa1d..dd707a4 100644
--- a/Language/Expressions/Strings/multi_line_t38.dart
+++ b/Language/Expressions/Strings/multi_line_t38.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t39.dart b/Language/Expressions/Strings/multi_line_t39.dart
index bf6de57..e965205 100644
--- a/Language/Expressions/Strings/multi_line_t39.dart
+++ b/Language/Expressions/Strings/multi_line_t39.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t40.dart b/Language/Expressions/Strings/multi_line_t40.dart
index f081963..c5afeb5 100644
--- a/Language/Expressions/Strings/multi_line_t40.dart
+++ b/Language/Expressions/Strings/multi_line_t40.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t41.dart b/Language/Expressions/Strings/multi_line_t41.dart
index 2dfa407..314b515 100644
--- a/Language/Expressions/Strings/multi_line_t41.dart
+++ b/Language/Expressions/Strings/multi_line_t41.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t42.dart b/Language/Expressions/Strings/multi_line_t42.dart
index 210005a..5466d59 100644
--- a/Language/Expressions/Strings/multi_line_t42.dart
+++ b/Language/Expressions/Strings/multi_line_t42.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t43.dart b/Language/Expressions/Strings/multi_line_t43.dart
index 7fb17bd..a1d3b91 100644
--- a/Language/Expressions/Strings/multi_line_t43.dart
+++ b/Language/Expressions/Strings/multi_line_t43.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t44.dart b/Language/Expressions/Strings/multi_line_t44.dart
index f757298..6db78f4 100644
--- a/Language/Expressions/Strings/multi_line_t44.dart
+++ b/Language/Expressions/Strings/multi_line_t44.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t45.dart b/Language/Expressions/Strings/multi_line_t45.dart
index 3c84cee..fc58cf3 100644
--- a/Language/Expressions/Strings/multi_line_t45.dart
+++ b/Language/Expressions/Strings/multi_line_t45.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t47.dart b/Language/Expressions/Strings/multi_line_t47.dart
index 8ffe96b..f7a6ee0 100644
--- a/Language/Expressions/Strings/multi_line_t47.dart
+++ b/Language/Expressions/Strings/multi_line_t47.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/multi_line_t49.dart b/Language/Expressions/Strings/multi_line_t49.dart
index 80df192..46989ff 100644
--- a/Language/Expressions/Strings/multi_line_t49.dart
+++ b/Language/Expressions/Strings/multi_line_t49.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/raw_string_t01.dart b/Language/Expressions/Strings/raw_string_t01.dart
index 7bf0f67..5fa6ac9 100644
--- a/Language/Expressions/Strings/raw_string_t01.dart
+++ b/Language/Expressions/Strings/raw_string_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Any string may be prefixed with the character 'r',
  * indicating that it is a raw string, in which case no escapes or
diff --git a/Language/Expressions/Strings/raw_string_t02.dart b/Language/Expressions/Strings/raw_string_t02.dart
index 2b56394..82849b0 100644
--- a/Language/Expressions/Strings/raw_string_t02.dart
+++ b/Language/Expressions/Strings/raw_string_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Any string may be prefixed with the character 'r',
  * indicating that it is a raw string, in which case no escapes or
diff --git a/Language/Expressions/Strings/runtime_type_t01.dart b/Language/Expressions/Strings/runtime_type_t01.dart
index 04fd24a..c5e41b7 100644
--- a/Language/Expressions/Strings/runtime_type_t01.dart
+++ b/Language/Expressions/Strings/runtime_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Invoking the getter runtimeType on a string literal returns the
  * Type object that is the value of the expression String.
diff --git a/Language/Expressions/Strings/static_type_t01.dart b/Language/Expressions/Strings/static_type_t01.dart
index 45e35d1..b7839ac 100644
--- a/Language/Expressions/Strings/static_type_t01.dart
+++ b/Language/Expressions/Strings/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that the static type of a string literal is String by
diff --git a/Language/Expressions/Strings/static_type_t02.dart b/Language/Expressions/Strings/static_type_t02.dart
index a4da34e..1cfd554 100644
--- a/Language/Expressions/Strings/static_type_t02.dart
+++ b/Language/Expressions/Strings/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t03.dart b/Language/Expressions/Strings/static_type_t03.dart
index ce639b1..ed650fa 100644
--- a/Language/Expressions/Strings/static_type_t03.dart
+++ b/Language/Expressions/Strings/static_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t04.dart b/Language/Expressions/Strings/static_type_t04.dart
index cfe2f13..ec1f010 100644
--- a/Language/Expressions/Strings/static_type_t04.dart
+++ b/Language/Expressions/Strings/static_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t05.dart b/Language/Expressions/Strings/static_type_t05.dart
index ff4141f..8d8d9a4 100644
--- a/Language/Expressions/Strings/static_type_t05.dart
+++ b/Language/Expressions/Strings/static_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t06.dart b/Language/Expressions/Strings/static_type_t06.dart
index 2d84fa6..f898022 100644
--- a/Language/Expressions/Strings/static_type_t06.dart
+++ b/Language/Expressions/Strings/static_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t07.dart b/Language/Expressions/Strings/static_type_t07.dart
index 03dc349..dd12b5f 100644
--- a/Language/Expressions/Strings/static_type_t07.dart
+++ b/Language/Expressions/Strings/static_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t08.dart b/Language/Expressions/Strings/static_type_t08.dart
index da77fc8..4b2a8d8 100644
--- a/Language/Expressions/Strings/static_type_t08.dart
+++ b/Language/Expressions/Strings/static_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/static_type_t09.dart b/Language/Expressions/Strings/static_type_t09.dart
index 017dbdd..a53c7c6 100644
--- a/Language/Expressions/Strings/static_type_t09.dart
+++ b/Language/Expressions/Strings/static_type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a string literal is String.
  * @description Checks that a compile error occurs when assigning
diff --git a/Language/Expressions/Strings/string_literal_t01.dart b/Language/Expressions/Strings/string_literal_t01.dart
index e4aad5e..b052993 100644
--- a/Language/Expressions/Strings/string_literal_t01.dart
+++ b/Language/Expressions/Strings/string_literal_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t02.dart b/Language/Expressions/Strings/string_literal_t02.dart
index 16bf489..385308a 100644
--- a/Language/Expressions/Strings/string_literal_t02.dart
+++ b/Language/Expressions/Strings/string_literal_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t03.dart b/Language/Expressions/Strings/string_literal_t03.dart
index 09145be..bc0be1b 100644
--- a/Language/Expressions/Strings/string_literal_t03.dart
+++ b/Language/Expressions/Strings/string_literal_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t04.dart b/Language/Expressions/Strings/string_literal_t04.dart
index f35ccaf..0989b8d 100644
--- a/Language/Expressions/Strings/string_literal_t04.dart
+++ b/Language/Expressions/Strings/string_literal_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t05.dart b/Language/Expressions/Strings/string_literal_t05.dart
index 9e4ca2a..f42fe63 100644
--- a/Language/Expressions/Strings/string_literal_t05.dart
+++ b/Language/Expressions/Strings/string_literal_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t06.dart b/Language/Expressions/Strings/string_literal_t06.dart
index 78c8ffc..c453295 100644
--- a/Language/Expressions/Strings/string_literal_t06.dart
+++ b/Language/Expressions/Strings/string_literal_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t07.dart b/Language/Expressions/Strings/string_literal_t07.dart
index 1b66d14..e2fc8d1 100644
--- a/Language/Expressions/Strings/string_literal_t07.dart
+++ b/Language/Expressions/Strings/string_literal_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t10.dart b/Language/Expressions/Strings/string_literal_t10.dart
index 51de3c9..3b3cf0e 100644
--- a/Language/Expressions/Strings/string_literal_t10.dart
+++ b/Language/Expressions/Strings/string_literal_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t11.dart b/Language/Expressions/Strings/string_literal_t11.dart
index 8873629..674fd25 100644
--- a/Language/Expressions/Strings/string_literal_t11.dart
+++ b/Language/Expressions/Strings/string_literal_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t12.dart b/Language/Expressions/Strings/string_literal_t12.dart
index 0f80107..b6543ea 100644
--- a/Language/Expressions/Strings/string_literal_t12.dart
+++ b/Language/Expressions/Strings/string_literal_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t13.dart b/Language/Expressions/Strings/string_literal_t13.dart
index 19bac0f..eb170be 100644
--- a/Language/Expressions/Strings/string_literal_t13.dart
+++ b/Language/Expressions/Strings/string_literal_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t14.dart b/Language/Expressions/Strings/string_literal_t14.dart
index 98165ea..662b346 100644
--- a/Language/Expressions/Strings/string_literal_t14.dart
+++ b/Language/Expressions/Strings/string_literal_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t15.dart b/Language/Expressions/Strings/string_literal_t15.dart
index 02fbb6f..80fbf01 100644
--- a/Language/Expressions/Strings/string_literal_t15.dart
+++ b/Language/Expressions/Strings/string_literal_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t16.dart b/Language/Expressions/Strings/string_literal_t16.dart
index cfb3875..2e045da 100644
--- a/Language/Expressions/Strings/string_literal_t16.dart
+++ b/Language/Expressions/Strings/string_literal_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t17.dart b/Language/Expressions/Strings/string_literal_t17.dart
index 3b4731d..7a4bd6d 100644
--- a/Language/Expressions/Strings/string_literal_t17.dart
+++ b/Language/Expressions/Strings/string_literal_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t18.dart b/Language/Expressions/Strings/string_literal_t18.dart
index 2c0c06d..59afb28 100644
--- a/Language/Expressions/Strings/string_literal_t18.dart
+++ b/Language/Expressions/Strings/string_literal_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t19.dart b/Language/Expressions/Strings/string_literal_t19.dart
index f4f6fa3..c767049 100644
--- a/Language/Expressions/Strings/string_literal_t19.dart
+++ b/Language/Expressions/Strings/string_literal_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/string_literal_t20.dart b/Language/Expressions/Strings/string_literal_t20.dart
index 6b7fd3f..eda2797 100644
--- a/Language/Expressions/Strings/string_literal_t20.dart
+++ b/Language/Expressions/Strings/string_literal_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t21.dart b/Language/Expressions/Strings/string_literal_t21.dart
index 16da798..03ec12a 100644
--- a/Language/Expressions/Strings/string_literal_t21.dart
+++ b/Language/Expressions/Strings/string_literal_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t22.dart b/Language/Expressions/Strings/string_literal_t22.dart
index e15dad2..a739cc6 100644
--- a/Language/Expressions/Strings/string_literal_t22.dart
+++ b/Language/Expressions/Strings/string_literal_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t23.dart b/Language/Expressions/Strings/string_literal_t23.dart
index 2329c3c..2e2db13 100644
--- a/Language/Expressions/Strings/string_literal_t23.dart
+++ b/Language/Expressions/Strings/string_literal_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t24.dart b/Language/Expressions/Strings/string_literal_t24.dart
index 1960374..ea26b5e 100644
--- a/Language/Expressions/Strings/string_literal_t24.dart
+++ b/Language/Expressions/Strings/string_literal_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t25.dart b/Language/Expressions/Strings/string_literal_t25.dart
index a3cfc3a..6e49c80 100644
--- a/Language/Expressions/Strings/string_literal_t25.dart
+++ b/Language/Expressions/Strings/string_literal_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t26.dart b/Language/Expressions/Strings/string_literal_t26.dart
index ba2784e..eaf1609 100644
--- a/Language/Expressions/Strings/string_literal_t26.dart
+++ b/Language/Expressions/Strings/string_literal_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t27.dart b/Language/Expressions/Strings/string_literal_t27.dart
index f509d61..635ace7 100644
--- a/Language/Expressions/Strings/string_literal_t27.dart
+++ b/Language/Expressions/Strings/string_literal_t27.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t28.dart b/Language/Expressions/Strings/string_literal_t28.dart
index 23889f5..1806f61 100644
--- a/Language/Expressions/Strings/string_literal_t28.dart
+++ b/Language/Expressions/Strings/string_literal_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t29.dart b/Language/Expressions/Strings/string_literal_t29.dart
index 70b9304..b222d72 100644
--- a/Language/Expressions/Strings/string_literal_t29.dart
+++ b/Language/Expressions/Strings/string_literal_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t30.dart b/Language/Expressions/Strings/string_literal_t30.dart
index 446e014..0933922 100644
--- a/Language/Expressions/Strings/string_literal_t30.dart
+++ b/Language/Expressions/Strings/string_literal_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t31.dart b/Language/Expressions/Strings/string_literal_t31.dart
index 222dae7..59b3520 100644
--- a/Language/Expressions/Strings/string_literal_t31.dart
+++ b/Language/Expressions/Strings/string_literal_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t32.dart b/Language/Expressions/Strings/string_literal_t32.dart
index 67b0aa2..2e9d305 100644
--- a/Language/Expressions/Strings/string_literal_t32.dart
+++ b/Language/Expressions/Strings/string_literal_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t33.dart b/Language/Expressions/Strings/string_literal_t33.dart
index b032b60..9746ccd 100644
--- a/Language/Expressions/Strings/string_literal_t33.dart
+++ b/Language/Expressions/Strings/string_literal_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion

  * stringLiteral:

diff --git a/Language/Expressions/Strings/string_literal_t34.dart b/Language/Expressions/Strings/string_literal_t34.dart
index 550841e..c220da2 100644
--- a/Language/Expressions/Strings/string_literal_t34.dart
+++ b/Language/Expressions/Strings/string_literal_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * stringLiteral:
diff --git a/Language/Expressions/Strings/u_four_hex_digits_t01.dart b/Language/Expressions/Strings/u_four_hex_digits_t01.dart
index 2f9f866..7dd66e3 100644
--- a/Language/Expressions/Strings/u_four_hex_digits_t01.dart
+++ b/Language/Expressions/Strings/u_four_hex_digits_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \u that is not followed by either a

diff --git a/Language/Expressions/Strings/u_four_hex_digits_t02.dart b/Language/Expressions/Strings/u_four_hex_digits_t02.dart
index 6aa9405..ae88989 100644
--- a/Language/Expressions/Strings/u_four_hex_digits_t02.dart
+++ b/Language/Expressions/Strings/u_four_hex_digits_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \u that is not followed by either a

diff --git a/Language/Expressions/Strings/u_four_hex_digits_t03.dart b/Language/Expressions/Strings/u_four_hex_digits_t03.dart
index 38dee24..b458d26 100644
--- a/Language/Expressions/Strings/u_four_hex_digits_t03.dart
+++ b/Language/Expressions/Strings/u_four_hex_digits_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \u that is not followed by either a

diff --git a/Language/Expressions/Strings/u_four_hex_digits_t04.dart b/Language/Expressions/Strings/u_four_hex_digits_t04.dart
index 1c9a062..7c5890e 100644
--- a/Language/Expressions/Strings/u_four_hex_digits_t04.dart
+++ b/Language/Expressions/Strings/u_four_hex_digits_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error when a non-raw string literal contains

  * a character sequence of the form \u that is not followed by either a

diff --git a/Language/Expressions/Strings/u_four_hex_digits_t05.dart b/Language/Expressions/Strings/u_four_hex_digits_t05.dart
index 2baaa7d..d6f5ab6 100644
--- a/Language/Expressions/Strings/u_four_hex_digits_t05.dart
+++ b/Language/Expressions/Strings/u_four_hex_digits_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error when a non-raw string literal contains
  * a character sequence of the form \u that is not followed by either a
diff --git a/Language/Expressions/Symbols/syntax_t01.dart b/Language/Expressions/Symbols/syntax_t01.dart
index 440da46..9455981 100644
--- a/Language/Expressions/Symbols/syntax_t01.dart
+++ b/Language/Expressions/Symbols/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A symbol literal denotes the name of a declaration in a Dart
  * program.
diff --git a/Language/Expressions/Symbols/syntax_t02.dart b/Language/Expressions/Symbols/syntax_t02.dart
index 13a2833..08d00d8 100644
--- a/Language/Expressions/Symbols/syntax_t02.dart
+++ b/Language/Expressions/Symbols/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A symbol literal denotes the name of a declaration in a Dart
  * program.
diff --git a/Language/Expressions/Symbols/syntax_t03.dart b/Language/Expressions/Symbols/syntax_t03.dart
index 4abd5e7..2c3fcd4 100644
--- a/Language/Expressions/Symbols/syntax_t03.dart
+++ b/Language/Expressions/Symbols/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A symbol literal denotes the name of a declaration in a Dart
  * program.
diff --git a/Language/Expressions/This/definition_t01.dart b/Language/Expressions/This/definition_t01.dart
index 12d2802..e1456e2 100644
--- a/Language/Expressions/This/definition_t01.dart
+++ b/Language/Expressions/This/definition_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved word this denotes the target of the current instance

  * member invocation.

diff --git a/Language/Expressions/This/definition_t02.dart b/Language/Expressions/This/definition_t02.dart
index ca7fb23..2f958fe 100644
--- a/Language/Expressions/This/definition_t02.dart
+++ b/Language/Expressions/This/definition_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved word this denotes the target of the current instance

  * member invocation.

diff --git a/Language/Expressions/This/definition_t03.dart b/Language/Expressions/This/definition_t03.dart
index e9e954b..f833836 100644
--- a/Language/Expressions/This/definition_t03.dart
+++ b/Language/Expressions/This/definition_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved word this denotes the target of the current instance

  * member invocation.

diff --git a/Language/Expressions/This/definition_t04.dart b/Language/Expressions/This/definition_t04.dart
index fea8c31..8ccc3c3 100644
--- a/Language/Expressions/This/definition_t04.dart
+++ b/Language/Expressions/This/definition_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved word this denotes the target of the current instance

  * member invocation.

diff --git a/Language/Expressions/This/definition_t05.dart b/Language/Expressions/This/definition_t05.dart
index 522d065..10582ca 100644
--- a/Language/Expressions/This/definition_t05.dart
+++ b/Language/Expressions/This/definition_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The reserved word this denotes the target of the current instance

  * member invocation.

diff --git a/Language/Expressions/This/definition_t06.dart b/Language/Expressions/This/definition_t06.dart
index af877c0..f8a82e5 100644
--- a/Language/Expressions/This/definition_t06.dart
+++ b/Language/Expressions/This/definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The reserved word this denotes the target of the current instance
  * member invocation.
diff --git a/Language/Expressions/This/placement_t01.dart b/Language/Expressions/This/placement_t01.dart
index 8c5ec67..ee77c9b 100644
--- a/Language/Expressions/This/placement_t01.dart
+++ b/Language/Expressions/This/placement_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t02.dart b/Language/Expressions/This/placement_t02.dart
index 2a3ac76..5213842 100644
--- a/Language/Expressions/This/placement_t02.dart
+++ b/Language/Expressions/This/placement_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t03.dart b/Language/Expressions/This/placement_t03.dart
index a1df2e8..dd21946 100644
--- a/Language/Expressions/This/placement_t03.dart
+++ b/Language/Expressions/This/placement_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t04.dart b/Language/Expressions/This/placement_t04.dart
index 7b2dd12..956182f 100644
--- a/Language/Expressions/This/placement_t04.dart
+++ b/Language/Expressions/This/placement_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t05.dart b/Language/Expressions/This/placement_t05.dart
index a41bd05..8b9a801 100644
--- a/Language/Expressions/This/placement_t05.dart
+++ b/Language/Expressions/This/placement_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t06.dart b/Language/Expressions/This/placement_t06.dart
index 6168d3f..fa51445 100644
--- a/Language/Expressions/This/placement_t06.dart
+++ b/Language/Expressions/This/placement_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t07.dart b/Language/Expressions/This/placement_t07.dart
index 5184c43..b04a9eb 100644
--- a/Language/Expressions/This/placement_t07.dart
+++ b/Language/Expressions/This/placement_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/placement_t08.dart b/Language/Expressions/This/placement_t08.dart
index f2ef3b8..e1e22c3 100644
--- a/Language/Expressions/This/placement_t08.dart
+++ b/Language/Expressions/This/placement_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if this appears, implicitly or

  * explicitly, in a top-level function or variable initializer, in a factory

diff --git a/Language/Expressions/This/static_type_t01.dart b/Language/Expressions/This/static_type_t01.dart
index 4561b64..5993e87 100644
--- a/Language/Expressions/This/static_type_t01.dart
+++ b/Language/Expressions/This/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of this is the interface of the immediately
  * enclosing class.
diff --git a/Language/Expressions/This/static_type_t02.dart b/Language/Expressions/This/static_type_t02.dart
index 9761dc6..c96f3b6 100644
--- a/Language/Expressions/This/static_type_t02.dart
+++ b/Language/Expressions/This/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of this is the interface of the immediately
  * enclosing class.
diff --git a/Language/Expressions/Throw/current_exception_t01.dart b/Language/Expressions/Throw/current_exception_t01.dart
index 862c4ec..bcb231a 100644
--- a/Language/Expressions/Throw/current_exception_t01.dart
+++ b/Language/Expressions/Throw/current_exception_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current exception is the last unhandled exception thrown.
  * @description Checks the current exception is the last unhandled exception
diff --git a/Language/Expressions/Throw/evaluation_t01.dart b/Language/Expressions/Throw/evaluation_t01.dart
index cd5e162..dc98371 100644
--- a/Language/Expressions/Throw/evaluation_t01.dart
+++ b/Language/Expressions/Throw/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/evaluation_t02.dart b/Language/Expressions/Throw/evaluation_t02.dart
index 52057f5..4769571 100644
--- a/Language/Expressions/Throw/evaluation_t02.dart
+++ b/Language/Expressions/Throw/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/evaluation_t03.dart b/Language/Expressions/Throw/evaluation_t03.dart
index ec15678..d84464b 100644
--- a/Language/Expressions/Throw/evaluation_t03.dart
+++ b/Language/Expressions/Throw/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/evaluation_t04.dart b/Language/Expressions/Throw/evaluation_t04.dart
index 61c4be6..c5e7494 100644
--- a/Language/Expressions/Throw/evaluation_t04.dart
+++ b/Language/Expressions/Throw/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/evaluation_t05.dart b/Language/Expressions/Throw/evaluation_t05.dart
index fc74ad3..9ab7727 100644
--- a/Language/Expressions/Throw/evaluation_t05.dart
+++ b/Language/Expressions/Throw/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/evaluation_t06.dart b/Language/Expressions/Throw/evaluation_t06.dart
index c6096cf..31bee35 100644
--- a/Language/Expressions/Throw/evaluation_t06.dart
+++ b/Language/Expressions/Throw/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Evaluation of a throw expression of the form throw e; proceeds as
  * follows:
diff --git a/Language/Expressions/Throw/no_catch_clause_t01.dart b/Language/Expressions/Throw/no_catch_clause_t01.dart
index 09b6536..d469d5f 100644
--- a/Language/Expressions/Throw/no_catch_clause_t01.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/no_catch_clause_t02.dart b/Language/Expressions/Throw/no_catch_clause_t02.dart
index 7903309..38be063 100644
--- a/Language/Expressions/Throw/no_catch_clause_t02.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/no_catch_clause_t03.dart b/Language/Expressions/Throw/no_catch_clause_t03.dart
index 6f6184a..a5baf75 100644
--- a/Language/Expressions/Throw/no_catch_clause_t03.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/no_catch_clause_t04.dart b/Language/Expressions/Throw/no_catch_clause_t04.dart
index 5ddc780..5e08d12 100644
--- a/Language/Expressions/Throw/no_catch_clause_t04.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/no_catch_clause_t05.dart b/Language/Expressions/Throw/no_catch_clause_t05.dart
index 00a99dc..afa0039 100644
--- a/Language/Expressions/Throw/no_catch_clause_t05.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The throw expression is used to raise an exception.

  * throwExpression:

diff --git a/Language/Expressions/Throw/no_catch_clause_t06.dart b/Language/Expressions/Throw/no_catch_clause_t06.dart
index 07e43a0..69527aa 100644
--- a/Language/Expressions/Throw/no_catch_clause_t06.dart
+++ b/Language/Expressions/Throw/no_catch_clause_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/stack_trace_t01.dart b/Language/Expressions/Throw/stack_trace_t01.dart
index 362c38b..a5eb60b 100644
--- a/Language/Expressions/Throw/stack_trace_t01.dart
+++ b/Language/Expressions/Throw/stack_trace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the object being thrown is an instance of class Error or a
  * subclass thereof, its stackTrace getter will return the stack trace current
diff --git a/Language/Expressions/Throw/static_type_t01.dart b/Language/Expressions/Throw/static_type_t01.dart
index 72d6b96..ca632a9 100644
--- a/Language/Expressions/Throw/static_type_t01.dart
+++ b/Language/Expressions/Throw/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a throw expression is bottom.
  * @description It means (Types/Interface Types) that the static type of
diff --git a/Language/Expressions/Throw/syntax_t01.dart b/Language/Expressions/Throw/syntax_t01.dart
index bc8d28d..118d90a 100644
--- a/Language/Expressions/Throw/syntax_t01.dart
+++ b/Language/Expressions/Throw/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/syntax_t02.dart b/Language/Expressions/Throw/syntax_t02.dart
index 9dd3ef6..67c51c0 100644
--- a/Language/Expressions/Throw/syntax_t02.dart
+++ b/Language/Expressions/Throw/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The throw expression is used to raise an exception.
  * throwExpression:
diff --git a/Language/Expressions/Throw/throw_various_types_t01.dart b/Language/Expressions/Throw/throw_various_types_t01.dart
index bb49e23..0a20072 100644
--- a/Language/Expressions/Throw/throw_various_types_t01.dart
+++ b/Language/Expressions/Throw/throw_various_types_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion There is no requirement that the expression e evaluate to a
  * special kind of exception or error object.
diff --git a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t01.dart b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t01.dart
index c824eb2..8d89e27 100644
--- a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t01.dart
+++ b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a top-level getter invocation i of the form m,
  * where m is an identifier, proceeds as follows:
diff --git a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t02.dart b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t02.dart
index 0aa3608..c0410d1 100644
--- a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t02.dart
+++ b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a top-level getter invocation i of the form m,
  * where m is an identifier, proceeds as follows:
diff --git a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t03.dart b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t03.dart
index 04dbc03..fb6096e 100644
--- a/Language/Expressions/Top_level_Getter_Invocation/evaluation_t03.dart
+++ b/Language/Expressions/Top_level_Getter_Invocation/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a top-level getter invocation i of the form m,
  * where m is an identifier, proceeds as follows:
diff --git a/Language/Expressions/Top_level_Getter_Invocation/static_type_t01.dart b/Language/Expressions/Top_level_Getter_Invocation/static_type_t01.dart
index bb85a41..ef000fb 100644
--- a/Language/Expressions/Top_level_Getter_Invocation/static_type_t01.dart
+++ b/Language/Expressions/Top_level_Getter_Invocation/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of a top-level getter invocation i of the form m,
  * where m is an identifier, proceeds as follows:
diff --git a/Language/Expressions/Type_Cast/evaluation_t01.dart b/Language/Expressions/Type_Cast/evaluation_t01.dart
index 52c0e6a..ac7ffc9 100644
--- a/Language/Expressions/Type_Cast/evaluation_t01.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t02.dart b/Language/Expressions/Type_Cast/evaluation_t02.dart
index 87d6917..bcf267b 100644
--- a/Language/Expressions/Type_Cast/evaluation_t02.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t03.dart b/Language/Expressions/Type_Cast/evaluation_t03.dart
index 7af4bae..c4f97c6 100644
--- a/Language/Expressions/Type_Cast/evaluation_t03.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t04.dart b/Language/Expressions/Type_Cast/evaluation_t04.dart
index 040ecfc..f040a94 100644
--- a/Language/Expressions/Type_Cast/evaluation_t04.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t05.dart b/Language/Expressions/Type_Cast/evaluation_t05.dart
index 0f39fd9..63e4c43 100644
--- a/Language/Expressions/Type_Cast/evaluation_t05.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t06.dart b/Language/Expressions/Type_Cast/evaluation_t06.dart
index 4a5af61..b3e0b54 100644
--- a/Language/Expressions/Type_Cast/evaluation_t06.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t07.dart b/Language/Expressions/Type_Cast/evaluation_t07.dart
index 3ac25ca..1b3226f 100644
--- a/Language/Expressions/Type_Cast/evaluation_t07.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t08.dart b/Language/Expressions/Type_Cast/evaluation_t08.dart
index bcf5c7a..3cc7ab2 100644
--- a/Language/Expressions/Type_Cast/evaluation_t08.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t09.dart b/Language/Expressions/Type_Cast/evaluation_t09.dart
index 5426750..16ef883 100644
--- a/Language/Expressions/Type_Cast/evaluation_t09.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/evaluation_t10.dart b/Language/Expressions/Type_Cast/evaluation_t10.dart
index 73166cd..5875192 100644
--- a/Language/Expressions/Type_Cast/evaluation_t10.dart
+++ b/Language/Expressions/Type_Cast/evaluation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of the cast expression e as T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Cast/static_type_t01.dart b/Language/Expressions/Type_Cast/static_type_t01.dart
index 52900af..5ba3b21 100644
--- a/Language/Expressions/Type_Cast/static_type_t01.dart
+++ b/Language/Expressions/Type_Cast/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a cast expression e as T is T.
  * @description Checks that the static type of a cast expression e as T is T.
diff --git a/Language/Expressions/Type_Cast/static_type_t02.dart b/Language/Expressions/Type_Cast/static_type_t02.dart
index c1b089b..f0329d9 100644
--- a/Language/Expressions/Type_Cast/static_type_t02.dart
+++ b/Language/Expressions/Type_Cast/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a cast expression e as T is T.
  * @description Checks that the static type of a cast expression e as T is T.
diff --git a/Language/Expressions/Type_Cast/syntax_t01.dart b/Language/Expressions/Type_Cast/syntax_t01.dart
index 42ec425..df6c4e6 100644
--- a/Language/Expressions/Type_Cast/syntax_t01.dart
+++ b/Language/Expressions/Type_Cast/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The cast expression ensures that an object is a member of a type.
  * typeCast:
diff --git a/Language/Expressions/Type_Cast/syntax_t02.dart b/Language/Expressions/Type_Cast/syntax_t02.dart
index c8acfc3..9fc11aa 100644
--- a/Language/Expressions/Type_Cast/syntax_t02.dart
+++ b/Language/Expressions/Type_Cast/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The cast expression ensures that an object is a member of a type.

  * typeCast:

diff --git a/Language/Expressions/Type_Cast/syntax_t03.dart b/Language/Expressions/Type_Cast/syntax_t03.dart
index e97bc1a..407ac3b 100644
--- a/Language/Expressions/Type_Cast/syntax_t03.dart
+++ b/Language/Expressions/Type_Cast/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The cast expression ensures that an object is a member of a type.

  * typeCast:

diff --git a/Language/Expressions/Type_Cast/syntax_t04.dart b/Language/Expressions/Type_Cast/syntax_t04.dart
index 28396fe..799aeaf 100644
--- a/Language/Expressions/Type_Cast/syntax_t04.dart
+++ b/Language/Expressions/Type_Cast/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The cast expression ensures that an object is a member of a type.
  * typeCast:
diff --git a/Language/Expressions/Type_Cast/syntax_t05.dart b/Language/Expressions/Type_Cast/syntax_t05.dart
index b414655..8126290 100644
--- a/Language/Expressions/Type_Cast/syntax_t05.dart
+++ b/Language/Expressions/Type_Cast/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The cast expression ensures that an object is a member of a type.

  * typeCast:

diff --git a/Language/Expressions/Type_Cast/syntax_t06.dart b/Language/Expressions/Type_Cast/syntax_t06.dart
index fc56652..a61b309 100644
--- a/Language/Expressions/Type_Cast/syntax_t06.dart
+++ b/Language/Expressions/Type_Cast/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The cast expression ensures that an object is a member of a type.

  * typeCast:

diff --git a/Language/Expressions/Type_Test/definition_t01.dart b/Language/Expressions/Type_Test/definition_t01.dart
index 811b3c9..aca591c 100644
--- a/Language/Expressions/Type_Test/definition_t01.dart
+++ b/Language/Expressions/Type_Test/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t02.dart b/Language/Expressions/Type_Test/definition_t02.dart
index e2b9a86..2329d47 100644
--- a/Language/Expressions/Type_Test/definition_t02.dart
+++ b/Language/Expressions/Type_Test/definition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t03.dart b/Language/Expressions/Type_Test/definition_t03.dart
index 0adf876..45d24df 100644
--- a/Language/Expressions/Type_Test/definition_t03.dart
+++ b/Language/Expressions/Type_Test/definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t04.dart b/Language/Expressions/Type_Test/definition_t04.dart
index c14bbb1..9dd3174 100644
--- a/Language/Expressions/Type_Test/definition_t04.dart
+++ b/Language/Expressions/Type_Test/definition_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t05.dart b/Language/Expressions/Type_Test/definition_t05.dart
index 7d2ba1f..679133f 100644
--- a/Language/Expressions/Type_Test/definition_t05.dart
+++ b/Language/Expressions/Type_Test/definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t06.dart b/Language/Expressions/Type_Test/definition_t06.dart
index 807439b..7fb9fab 100644
--- a/Language/Expressions/Type_Test/definition_t06.dart
+++ b/Language/Expressions/Type_Test/definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t07.dart b/Language/Expressions/Type_Test/definition_t07.dart
index f54f52f..b7f3077 100644
--- a/Language/Expressions/Type_Test/definition_t07.dart
+++ b/Language/Expressions/Type_Test/definition_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t08.dart b/Language/Expressions/Type_Test/definition_t08.dart
index a3ec9cc..16887d8 100644
--- a/Language/Expressions/Type_Test/definition_t08.dart
+++ b/Language/Expressions/Type_Test/definition_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t09.dart b/Language/Expressions/Type_Test/definition_t09.dart
index 7b958df..9032627 100644
--- a/Language/Expressions/Type_Test/definition_t09.dart
+++ b/Language/Expressions/Type_Test/definition_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t10.dart b/Language/Expressions/Type_Test/definition_t10.dart
index dd09f3c..7e79abc 100644
--- a/Language/Expressions/Type_Test/definition_t10.dart
+++ b/Language/Expressions/Type_Test/definition_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/definition_t11.dart b/Language/Expressions/Type_Test/definition_t11.dart
index 19f4912..5f669c4 100644
--- a/Language/Expressions/Type_Test/definition_t11.dart
+++ b/Language/Expressions/Type_Test/definition_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let v be a local variable or a formal parameter. An is-expression
  * of the form v is T shows that v has type T iff T is more specific than the
diff --git a/Language/Expressions/Type_Test/evaluation_t01.dart b/Language/Expressions/Type_Test/evaluation_t01.dart
index 465efcb..b5f7820 100644
--- a/Language/Expressions/Type_Test/evaluation_t01.dart
+++ b/Language/Expressions/Type_Test/evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t02.dart b/Language/Expressions/Type_Test/evaluation_t02.dart
index c0f3424..461815e 100644
--- a/Language/Expressions/Type_Test/evaluation_t02.dart
+++ b/Language/Expressions/Type_Test/evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t03.dart b/Language/Expressions/Type_Test/evaluation_t03.dart
index ac096d6..36db4c9 100644
--- a/Language/Expressions/Type_Test/evaluation_t03.dart
+++ b/Language/Expressions/Type_Test/evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t04.dart b/Language/Expressions/Type_Test/evaluation_t04.dart
index 0ef380c..a43a5fa 100644
--- a/Language/Expressions/Type_Test/evaluation_t04.dart
+++ b/Language/Expressions/Type_Test/evaluation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t05.dart b/Language/Expressions/Type_Test/evaluation_t05.dart
index d72e035..30ce233 100644
--- a/Language/Expressions/Type_Test/evaluation_t05.dart
+++ b/Language/Expressions/Type_Test/evaluation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t06.dart b/Language/Expressions/Type_Test/evaluation_t06.dart
index e061958..a7299b9 100644
--- a/Language/Expressions/Type_Test/evaluation_t06.dart
+++ b/Language/Expressions/Type_Test/evaluation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t07.dart b/Language/Expressions/Type_Test/evaluation_t07.dart
index e4a9f28..f7ec4d3 100644
--- a/Language/Expressions/Type_Test/evaluation_t07.dart
+++ b/Language/Expressions/Type_Test/evaluation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t08.dart b/Language/Expressions/Type_Test/evaluation_t08.dart
index 1eaeb38..6e56a38 100644
--- a/Language/Expressions/Type_Test/evaluation_t08.dart
+++ b/Language/Expressions/Type_Test/evaluation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t09.dart b/Language/Expressions/Type_Test/evaluation_t09.dart
index 612714d..1640ff4 100644
--- a/Language/Expressions/Type_Test/evaluation_t09.dart
+++ b/Language/Expressions/Type_Test/evaluation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t10.dart b/Language/Expressions/Type_Test/evaluation_t10.dart
index ccd0293..5a61fb2 100644
--- a/Language/Expressions/Type_Test/evaluation_t10.dart
+++ b/Language/Expressions/Type_Test/evaluation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t11.dart b/Language/Expressions/Type_Test/evaluation_t11.dart
index 2dfe40f..9e9637a 100644
--- a/Language/Expressions/Type_Test/evaluation_t11.dart
+++ b/Language/Expressions/Type_Test/evaluation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/evaluation_t12.dart b/Language/Expressions/Type_Test/evaluation_t12.dart
index bc514a3..91e7889 100644
--- a/Language/Expressions/Type_Test/evaluation_t12.dart
+++ b/Language/Expressions/Type_Test/evaluation_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Evaluation of the is-expression e is T proceeds as follows:
  * The expression e is evaluated to a value v.
diff --git a/Language/Expressions/Type_Test/is_not_equivalent_t01.dart b/Language/Expressions/Type_Test/is_not_equivalent_t01.dart
index 60f9633..42fcf00 100644
--- a/Language/Expressions/Type_Test/is_not_equivalent_t01.dart
+++ b/Language/Expressions/Type_Test/is_not_equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The is-expression e is! T is equivalent to !(e is T).
  * @description Checks that the is!-expression is evaluated correctly.
diff --git a/Language/Expressions/Type_Test/is_not_equivalent_t02.dart b/Language/Expressions/Type_Test/is_not_equivalent_t02.dart
index bb14b11..bc466b3 100644
--- a/Language/Expressions/Type_Test/is_not_equivalent_t02.dart
+++ b/Language/Expressions/Type_Test/is_not_equivalent_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The is-expression e is! T is equivalent to !(e is T).
  * @description Checks that type annotations does not affect the result of the
diff --git a/Language/Expressions/Type_Test/is_not_equivalent_t03.dart b/Language/Expressions/Type_Test/is_not_equivalent_t03.dart
index 369b937..0a13890 100644
--- a/Language/Expressions/Type_Test/is_not_equivalent_t03.dart
+++ b/Language/Expressions/Type_Test/is_not_equivalent_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The is-expression e is! T is equivalent to !(e is T).
  * @description Checks that the is-expressions 'e is! T' and '!(e is T)' are
diff --git a/Language/Expressions/Type_Test/static_type_t01.dart b/Language/Expressions/Type_Test/static_type_t01.dart
index bb0a9da..e5b2ea0 100644
--- a/Language/Expressions/Type_Test/static_type_t01.dart
+++ b/Language/Expressions/Type_Test/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of an is-expression is bool.
  * @description Checks that the static checker does not raise warnings when
diff --git a/Language/Expressions/Type_Test/syntax_t01.dart b/Language/Expressions/Type_Test/syntax_t01.dart
index d6ce2a5..818eca7 100644
--- a/Language/Expressions/Type_Test/syntax_t01.dart
+++ b/Language/Expressions/Type_Test/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The is-expression tests if an object is a member of a type.
  * typeTest:
diff --git a/Language/Expressions/Type_Test/syntax_t02.dart b/Language/Expressions/Type_Test/syntax_t02.dart
index 29de945..234d08a 100644
--- a/Language/Expressions/Type_Test/syntax_t02.dart
+++ b/Language/Expressions/Type_Test/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The is-expression tests if an object is a member of a type.
  * typeTest:
diff --git a/Language/Expressions/Type_Test/syntax_t03.dart b/Language/Expressions/Type_Test/syntax_t03.dart
index 5742f9d..9bc70a2 100644
--- a/Language/Expressions/Type_Test/syntax_t03.dart
+++ b/Language/Expressions/Type_Test/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The is-expression tests if an object is a member of a type.

  * typeTest:

diff --git a/Language/Expressions/Type_Test/syntax_t04.dart b/Language/Expressions/Type_Test/syntax_t04.dart
index b30c9cf..76bcd05 100644
--- a/Language/Expressions/Type_Test/syntax_t04.dart
+++ b/Language/Expressions/Type_Test/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The is-expression tests if an object is a member of a type.
  * typeTest:
diff --git a/Language/Expressions/Type_Test/syntax_t05.dart b/Language/Expressions/Type_Test/syntax_t05.dart
index 9e784bc..ab447ac 100644
--- a/Language/Expressions/Type_Test/syntax_t05.dart
+++ b/Language/Expressions/Type_Test/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The is-expression tests if an object is a member of a type.

  * typeTest:

diff --git a/Language/Expressions/Unary_Expressions/method_invocation_equivalent_t01.dart b/Language/Expressions/Unary_Expressions/method_invocation_equivalent_t01.dart
index e0b9a85..44db46c 100644
--- a/Language/Expressions/Unary_Expressions/method_invocation_equivalent_t01.dart
+++ b/Language/Expressions/Unary_Expressions/method_invocation_equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form op e is equivalent to the method
  * invocation e.op().
diff --git a/Language/Expressions/Unary_Expressions/super_equivalent_t01.dart b/Language/Expressions/Unary_Expressions/super_equivalent_t01.dart
index 1c6e332..0b1c878 100644
--- a/Language/Expressions/Unary_Expressions/super_equivalent_t01.dart
+++ b/Language/Expressions/Unary_Expressions/super_equivalent_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form op super is equivalent to the method
  * invocation super.op().
diff --git a/Language/Expressions/Unary_Expressions/syntax_t01.dart b/Language/Expressions/Unary_Expressions/syntax_t01.dart
index ec41109..f35b837 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t01.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t02.dart b/Language/Expressions/Unary_Expressions/syntax_t02.dart
index e9f64b8..bf2aefb 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t02.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t04.dart b/Language/Expressions/Unary_Expressions/syntax_t04.dart
index 43f9bdd..d27f5db 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t04.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t05.dart b/Language/Expressions/Unary_Expressions/syntax_t05.dart
index 7f7a898..8eccff2 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t05.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t06.dart b/Language/Expressions/Unary_Expressions/syntax_t06.dart
index a39655f..6d13d59 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t06.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t07.dart b/Language/Expressions/Unary_Expressions/syntax_t07.dart
index baf5c26..c1e12e8 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t07.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t08.dart b/Language/Expressions/Unary_Expressions/syntax_t08.dart
index 2f1b505..c6f4b10 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t08.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t09.dart b/Language/Expressions/Unary_Expressions/syntax_t09.dart
index 5310942..b6e5a85 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t09.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t10.dart b/Language/Expressions/Unary_Expressions/syntax_t10.dart
index b72668a..bd3b5fd 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t10.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t11.dart b/Language/Expressions/Unary_Expressions/syntax_t11.dart
index 407456e..4dca88a 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t11.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t12.dart b/Language/Expressions/Unary_Expressions/syntax_t12.dart
index 3243b68..698c7d3 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t12.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t13.dart b/Language/Expressions/Unary_Expressions/syntax_t13.dart
index cdc43db..0076f7e 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t13.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t17.dart b/Language/Expressions/Unary_Expressions/syntax_t17.dart
index 5fa3677..5fd4d96 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t17.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t18.dart b/Language/Expressions/Unary_Expressions/syntax_t18.dart
index df63727..0acdf2f 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t18.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t19.dart b/Language/Expressions/Unary_Expressions/syntax_t19.dart
index d969437..81cb4dc 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t19.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t20.dart b/Language/Expressions/Unary_Expressions/syntax_t20.dart
index 7e07722..7c4fd4a 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t20.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t21.dart b/Language/Expressions/Unary_Expressions/syntax_t21.dart
index ae16791..1c7fbb9 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t21.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t22.dart b/Language/Expressions/Unary_Expressions/syntax_t22.dart
index 716ad12..a5afac3 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t22.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/syntax_t24.dart b/Language/Expressions/Unary_Expressions/syntax_t24.dart
index 1f85e69..c141bdc 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t24.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t25.dart b/Language/Expressions/Unary_Expressions/syntax_t25.dart
index cf6703c..6cae623 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t25.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t26.dart b/Language/Expressions/Unary_Expressions/syntax_t26.dart
index 94f3c7d..baeb9e8 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t26.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Unary expressions invoke unary operators on objects.

  * unaryExpression:

diff --git a/Language/Expressions/Unary_Expressions/syntax_t27.dart b/Language/Expressions/Unary_Expressions/syntax_t27.dart
index 67b5962..108cbc8 100644
--- a/Language/Expressions/Unary_Expressions/syntax_t27.dart
+++ b/Language/Expressions/Unary_Expressions/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Unary expressions invoke unary operators on objects.
  * unaryExpression:
diff --git a/Language/Expressions/Unary_Expressions/variable_decrement_t01.dart b/Language/Expressions/Unary_Expressions/variable_decrement_t01.dart
index 0fa3f5b..08ccaea 100644
--- a/Language/Expressions/Unary_Expressions/variable_decrement_t01.dart
+++ b/Language/Expressions/Unary_Expressions/variable_decrement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an expression of the form --e is equivalent to
  * e -= 1.
diff --git a/Language/Expressions/Unary_Expressions/variable_decrement_t02.dart b/Language/Expressions/Unary_Expressions/variable_decrement_t02.dart
index 8626c84..0f2f664 100644
--- a/Language/Expressions/Unary_Expressions/variable_decrement_t02.dart
+++ b/Language/Expressions/Unary_Expressions/variable_decrement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an expression of the form --e is equivalent to
  * e -= 1.
diff --git a/Language/Expressions/Unary_Expressions/variable_increment_t01.dart b/Language/Expressions/Unary_Expressions/variable_increment_t01.dart
index fd48920..fd92efb 100644
--- a/Language/Expressions/Unary_Expressions/variable_increment_t01.dart
+++ b/Language/Expressions/Unary_Expressions/variable_increment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an expression of the form ++e is equivalent to
  * e += 1.
diff --git a/Language/Expressions/Unary_Expressions/variable_increment_t02.dart b/Language/Expressions/Unary_Expressions/variable_increment_t02.dart
index e53bfdf..9302e0b 100644
--- a/Language/Expressions/Unary_Expressions/variable_increment_t02.dart
+++ b/Language/Expressions/Unary_Expressions/variable_increment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Evaluation of an expression of the form ++e is equivalent to
  * e += 1.
diff --git a/Language/Expressions/Unary_Expressions/variable_negative_t01.dart b/Language/Expressions/Unary_Expressions/variable_negative_t01.dart
index 76f27d5..e8ad489 100644
--- a/Language/Expressions/Unary_Expressions/variable_negative_t01.dart
+++ b/Language/Expressions/Unary_Expressions/variable_negative_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The expression !e is equivalent to the expression
  * e ? false : true.
diff --git a/Language/Expressions/Unary_Expressions/variable_negative_t02.dart b/Language/Expressions/Unary_Expressions/variable_negative_t02.dart
index 568d2e9..29db761 100644
--- a/Language/Expressions/Unary_Expressions/variable_negative_t02.dart
+++ b/Language/Expressions/Unary_Expressions/variable_negative_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The expression !e is equivalent to the expression
  * e ? false : true.
diff --git a/Language/Expressions/Unary_Expressions/variable_negative_t03.dart b/Language/Expressions/Unary_Expressions/variable_negative_t03.dart
index 8cf23c8..a79fb93 100644
--- a/Language/Expressions/Unary_Expressions/variable_negative_t03.dart
+++ b/Language/Expressions/Unary_Expressions/variable_negative_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The expression !e is equivalent to the expression
  * e ? false : true.
diff --git a/Language/Expressions/lib.dart b/Language/Expressions/lib.dart
index a28d4bf..1a8ecef 100644
--- a/Language/Expressions/lib.dart
+++ b/Language/Expressions/lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library lib;
 
 var x = 1;
diff --git a/Language/Expressions/parentheses_t01.dart b/Language/Expressions/parentheses_t01.dart
index 7827f21..feb1eed 100644
--- a/Language/Expressions/parentheses_t01.dart
+++ b/Language/Expressions/parentheses_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression e may always be enclosed in parentheses, but this
  * never has any semantic effect on e.
diff --git a/Language/Expressions/parentheses_t02.dart b/Language/Expressions/parentheses_t02.dart
index a3f7c56..eee10b0 100644
--- a/Language/Expressions/parentheses_t02.dart
+++ b/Language/Expressions/parentheses_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression e may always be enclosed in parentheses, but this
  * never has any semantic effect on e.
diff --git a/Language/Expressions/syntax_t01.dart b/Language/Expressions/syntax_t01.dart
index 7d59e33..6ce564a 100644
--- a/Language/Expressions/syntax_t01.dart
+++ b/Language/Expressions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression is a fragment of Dart code that can be evaluated
  * at run time to yield a value, which is always an object.
diff --git a/Language/Functions/External_Functions/not_connected_to_a_body_t01.dart b/Language/Functions/External_Functions/not_connected_to_a_body_t01.dart
index 34bf80d..b1ccd89 100644
--- a/Language/Functions/External_Functions/not_connected_to_a_body_t01.dart
+++ b/Language/Functions/External_Functions/not_connected_to_a_body_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An external function is a function whose body is provided
  * separately from its declaration. An external function may be a top-level
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01.dart b/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01.dart
index f6968be..a26f842 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the default value of an optional
  * parameter is not a compile-time constant.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02.dart b/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02.dart
index 5590566..b8c51df 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the default value of an optional
  * parameter is not a compile-time constant.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/implicit_default_value_t01.dart b/Language/Functions/Formal_Parameters/Optional_Formals/implicit_default_value_t01.dart
index d2d3c33..907ab96 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/implicit_default_value_t01.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/implicit_default_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If no default is explicitly specified for an optional parameter,
  * an implicit default of null is provided.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/name_t01.dart b/Language/Functions/Formal_Parameters/Optional_Formals/name_t01.dart
index df11a76..c1d6de4 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/name_t01.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the name of a named
  * optional parameter begins with an _ character.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/name_t02.dart b/Language/Functions/Formal_Parameters/Optional_Formals/name_t02.dart
index 5a21277..fa6562a 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/name_t02.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/name_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if the name of a named

  * optional parameter begins with an _ character.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t01.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t01.dart
index 0ee42db..daa1b9b 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t01.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t02.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t02.dart
index 2a5b189..1ffa824 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t02.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t03.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t03.dart
index 277a25d..08d4471 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t03.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t04.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t04.dart
index 9a7c1be..3c2a72d 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t04.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t05.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t05.dart
index 9ef27bd..7a75fea 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t05.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t06.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t06.dart
index 30a0b33..a4a6452 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t06.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t08.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t08.dart
index a26c6ec..94b4ddc 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t08.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t09.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t09.dart
index 0853f9f..53f92a3 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t09.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t10.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t10.dart
index b22930b..874905d 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t10.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t12.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t12.dart
index 5942d9f..8a42fa3 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t12.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t13.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t13.dart
index 2e84ac8..ba7720d 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t13.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14.dart
index 5c81a9a..68d9b7d 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t15.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t15.dart
index 93314e8..9ff533d 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t15.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Optional parameters may be specified and provided with default

  * values.

diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t16.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t16.dart
index cb62c35..dc01f30 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t16.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t17.dart b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t17.dart
index 253e426..1448a2a 100644
--- a/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t17.dart
+++ b/Language/Functions/Formal_Parameters/Optional_Formals/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Optional parameters may be specified and provided with default
  * values.
diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t01.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t01.dart
index d753460..6e823e8 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t01.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A required formal parameter may be specied in one of three ways:
  *
diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t03.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t03.dart
index a1b844d..6a6c353 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t03.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t04.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t04.dart
index e4139cc..29652a9 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t04.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t05.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t05.dart
index a2e4fe2..267226d 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t05.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A required formal parameter may be specied in one of three ways:
  *
diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t06.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t06.dart
index 24cec42..c691a68 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t06.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t07.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t07.dart
index abde456..0593ac6 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t07.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t08.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t08.dart
index 430baf0..43c2098 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t08.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t09.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t09.dart
index bbf9e30..c895eed 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t09.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t10.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t10.dart
index 21f8ccc..d4ebfa6 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t10.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t11.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t11.dart
index c02d598..31864fb 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t11.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t12.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t12.dart
index 61af983..62a8217 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t12.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t13.dart b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t13.dart
index eef7c5e..fba5734 100644
--- a/Language/Functions/Formal_Parameters/Required_Formals/syntax_t13.dart
+++ b/Language/Functions/Formal_Parameters/Required_Formals/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A required formal parameter may be specied in one of three ways:

  *

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t01.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t01.dart
index b9c6b4c..58678dc 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t01.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t02.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t02.dart
index 6aac998..0680e3e 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t02.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t03.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t03.dart
index 65499af..7117d24 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t03.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t04.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t04.dart
index 9851c73..653cccb 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t04.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t05.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t05.dart
index b431ba2..09254c1 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t05.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/declare_as_constant_t06.dart b/Language/Functions/Formal_Parameters/declare_as_constant_t06.dart
index c594f17..b65b9f1 100644
--- a/Language/Functions/Formal_Parameters/declare_as_constant_t06.dart
+++ b/Language/Functions/Formal_Parameters/declare_as_constant_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a formal parameter is declared as

  * a constant variable.

diff --git a/Language/Functions/Formal_Parameters/scope_t01.dart b/Language/Functions/Formal_Parameters/scope_t01.dart
index 90ebecf..4487736 100644
--- a/Language/Functions/Formal_Parameters/scope_t01.dart
+++ b/Language/Functions/Formal_Parameters/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The formal parameter list of a function introduces a new scope
  * known as the function's formal parameter scope. The formal parameter scope
diff --git a/Language/Functions/Formal_Parameters/scope_t02.dart b/Language/Functions/Formal_Parameters/scope_t02.dart
index 7b98c90..a3b6e8d 100644
--- a/Language/Functions/Formal_Parameters/scope_t02.dart
+++ b/Language/Functions/Formal_Parameters/scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The formal parameter list of a function introduces a new scope
  * known as the function's formal parameter scope. The formal parameter scope
diff --git a/Language/Functions/Formal_Parameters/syntax_t01.dart b/Language/Functions/Formal_Parameters/syntax_t01.dart
index 3941c42..4610117 100644
--- a/Language/Functions/Formal_Parameters/syntax_t01.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Every function includes a formal parameter list, which consists
  * of a list of required parameters, followed by any optional parameters.
diff --git a/Language/Functions/Formal_Parameters/syntax_t02.dart b/Language/Functions/Formal_Parameters/syntax_t02.dart
index 0d75beb..e73b84e 100644
--- a/Language/Functions/Formal_Parameters/syntax_t02.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t03.dart b/Language/Functions/Formal_Parameters/syntax_t03.dart
index cf78cfb..1873505 100644
--- a/Language/Functions/Formal_Parameters/syntax_t03.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t04.dart b/Language/Functions/Formal_Parameters/syntax_t04.dart
index 6b4d1a3..fe8a904 100644
--- a/Language/Functions/Formal_Parameters/syntax_t04.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t05.dart b/Language/Functions/Formal_Parameters/syntax_t05.dart
index b8efcf4..9a2a95a 100644
--- a/Language/Functions/Formal_Parameters/syntax_t05.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t06.dart b/Language/Functions/Formal_Parameters/syntax_t06.dart
index 68977c6..9ec789e 100644
--- a/Language/Functions/Formal_Parameters/syntax_t06.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t07.dart b/Language/Functions/Formal_Parameters/syntax_t07.dart
index b354999..c4f07d0 100644
--- a/Language/Functions/Formal_Parameters/syntax_t07.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t08.dart b/Language/Functions/Formal_Parameters/syntax_t08.dart
index 9d34871..5f6736e 100644
--- a/Language/Functions/Formal_Parameters/syntax_t08.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t09.dart b/Language/Functions/Formal_Parameters/syntax_t09.dart
index e399a34..d348a4c 100644
--- a/Language/Functions/Formal_Parameters/syntax_t09.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t10.dart b/Language/Functions/Formal_Parameters/syntax_t10.dart
index 82e7958..fb795da 100644
--- a/Language/Functions/Formal_Parameters/syntax_t10.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t12.dart b/Language/Functions/Formal_Parameters/syntax_t12.dart
index 90460b0..d76a29a 100644
--- a/Language/Functions/Formal_Parameters/syntax_t12.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t13.dart b/Language/Functions/Formal_Parameters/syntax_t13.dart
index 03cdf23..d2ba2cb 100644
--- a/Language/Functions/Formal_Parameters/syntax_t13.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t14.dart b/Language/Functions/Formal_Parameters/syntax_t14.dart
index a6cb170..bb9a7bd 100644
--- a/Language/Functions/Formal_Parameters/syntax_t14.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t15.dart b/Language/Functions/Formal_Parameters/syntax_t15.dart
index e69187e..76b3868 100644
--- a/Language/Functions/Formal_Parameters/syntax_t15.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t16.dart b/Language/Functions/Formal_Parameters/syntax_t16.dart
index 588c824..534de79 100644
--- a/Language/Functions/Formal_Parameters/syntax_t16.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t17.dart b/Language/Functions/Formal_Parameters/syntax_t17.dart
index a5595a1..928da10 100644
--- a/Language/Functions/Formal_Parameters/syntax_t17.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t20.dart b/Language/Functions/Formal_Parameters/syntax_t20.dart
index e4d84a3..8d685db 100644
--- a/Language/Functions/Formal_Parameters/syntax_t20.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Formal_Parameters/syntax_t21.dart b/Language/Functions/Formal_Parameters/syntax_t21.dart
index c508cdc..cb2d00d 100644
--- a/Language/Functions/Formal_Parameters/syntax_t21.dart
+++ b/Language/Functions/Formal_Parameters/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Every function includes a formal parameter list, which consists

  * of a list of required parameters, followed by any optional parameters.

diff --git a/Language/Functions/Function_Declarations/external_function_t01.dart b/Language/Functions/Function_Declarations/external_function_t01.dart
index 434069a..a5f9efb 100644
--- a/Language/Functions/Function_Declarations/external_function_t01.dart
+++ b/Language/Functions/Function_Declarations/external_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The body is empty for functions that are external.
  * @description Checks it is a compile error if external function declaration
diff --git a/Language/Functions/Function_Declarations/external_function_t02.dart b/Language/Functions/Function_Declarations/external_function_t02.dart
index 1a5adba..3598efe 100644
--- a/Language/Functions/Function_Declarations/external_function_t02.dart
+++ b/Language/Functions/Function_Declarations/external_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The body is empty for functions that are external.
  * @description Checks it is a compile error if external function declaration
diff --git a/Language/Functions/Function_Declarations/scope_t01.dart b/Language/Functions/Function_Declarations/scope_t01.dart
index f68a6b8..58ae951 100644
--- a/Language/Functions/Function_Declarations/scope_t01.dart
+++ b/Language/Functions/Function_Declarations/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a library function is the scope of the enclosing
  * library. The scope of a local function is described in section
diff --git a/Language/Functions/Function_Declarations/static_preface_t01.dart b/Language/Functions/Function_Declarations/static_preface_t01.dart
index f34c6f9..700b7a4 100644
--- a/Language/Functions/Function_Declarations/static_preface_t01.dart
+++ b/Language/Functions/Function_Declarations/static_preface_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to preface a function declaration with

  * the built-in identier static.

diff --git a/Language/Functions/Function_Declarations/static_preface_t02.dart b/Language/Functions/Function_Declarations/static_preface_t02.dart
index 389254f..da9cf66 100644
--- a/Language/Functions/Function_Declarations/static_preface_t02.dart
+++ b/Language/Functions/Function_Declarations/static_preface_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error to preface a function declaration with

  * the built-in identier static.

diff --git a/Language/Functions/Type_of_a_Function/function_type_t01.dart b/Language/Functions/Type_of_a_Function/function_type_t01.dart
index 572ff01..defca5f 100644
--- a/Language/Functions/Type_of_a_Function/function_type_t01.dart
+++ b/Language/Functions/Type_of_a_Function/function_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let F be a function with required formal parameters
  * T1 p1, ..., Tn pn, return type T0 and no optional parameters. Then the type
diff --git a/Language/Functions/Type_of_a_Function/return_type_t01.dart b/Language/Functions/Type_of_a_Function/return_type_t01.dart
index 2fee6bf..178d0af 100644
--- a/Language/Functions/Type_of_a_Function/return_type_t01.dart
+++ b/Language/Functions/Type_of_a_Function/return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a function does not declare a return type explicitly, its
  * return type is dynamic, unless it is a constructor function, in which case
diff --git a/Language/Functions/Type_of_a_Function/return_type_t02.dart b/Language/Functions/Type_of_a_Function/return_type_t02.dart
index 16fb08c..6af9f42 100644
--- a/Language/Functions/Type_of_a_Function/return_type_t02.dart
+++ b/Language/Functions/Type_of_a_Function/return_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If a function does not declare a return type explicitly, its
  * return type is dynamic, unless it is a constructor function, in which case
diff --git a/Language/Functions/async_return_type_t01.dart b/Language/Functions/async_return_type_t01.dart
index de4f24a..a057372 100644
--- a/Language/Functions/async_return_type_t01.dart
+++ b/Language/Functions/async_return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked async may not be assigned to Future.
diff --git a/Language/Functions/async_return_type_t02.dart b/Language/Functions/async_return_type_t02.dart
index 058e16f..d7671bd 100644
--- a/Language/Functions/async_return_type_t02.dart
+++ b/Language/Functions/async_return_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked async may not be assigned to Future.
diff --git a/Language/Functions/async_return_type_t03.dart b/Language/Functions/async_return_type_t03.dart
index f16e450..91f9cde 100644
--- a/Language/Functions/async_return_type_t03.dart
+++ b/Language/Functions/async_return_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked async may not be assigned to Future.
diff --git a/Language/Functions/ctor_modifier_t01.dart b/Language/Functions/ctor_modifier_t01.dart
index 76c0fa0..b83265b 100644
--- a/Language/Functions/ctor_modifier_t01.dart
+++ b/Language/Functions/ctor_modifier_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t02.dart b/Language/Functions/ctor_modifier_t02.dart
index e7bfa98..d7def0d 100644
--- a/Language/Functions/ctor_modifier_t02.dart
+++ b/Language/Functions/ctor_modifier_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t03.dart b/Language/Functions/ctor_modifier_t03.dart
index 89c0fa7..ed9bed4 100644
--- a/Language/Functions/ctor_modifier_t03.dart
+++ b/Language/Functions/ctor_modifier_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t04.dart b/Language/Functions/ctor_modifier_t04.dart
index c929b68..b9438e1 100644
--- a/Language/Functions/ctor_modifier_t04.dart
+++ b/Language/Functions/ctor_modifier_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t05.dart b/Language/Functions/ctor_modifier_t05.dart
index 26275ce..3f9b51a 100644
--- a/Language/Functions/ctor_modifier_t05.dart
+++ b/Language/Functions/ctor_modifier_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t06.dart b/Language/Functions/ctor_modifier_t06.dart
index 3e650c4..62c84f0 100644
--- a/Language/Functions/ctor_modifier_t06.dart
+++ b/Language/Functions/ctor_modifier_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t07.dart b/Language/Functions/ctor_modifier_t07.dart
index 167da53..d7a4904 100644
--- a/Language/Functions/ctor_modifier_t07.dart
+++ b/Language/Functions/ctor_modifier_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t08.dart b/Language/Functions/ctor_modifier_t08.dart
index c1cbbe8..6e9937a 100644
--- a/Language/Functions/ctor_modifier_t08.dart
+++ b/Language/Functions/ctor_modifier_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t09.dart b/Language/Functions/ctor_modifier_t09.dart
index a9d5c7d..22f2874 100644
--- a/Language/Functions/ctor_modifier_t09.dart
+++ b/Language/Functions/ctor_modifier_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t10.dart b/Language/Functions/ctor_modifier_t10.dart
index c799e62..dd5566d 100644
--- a/Language/Functions/ctor_modifier_t10.dart
+++ b/Language/Functions/ctor_modifier_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t11.dart b/Language/Functions/ctor_modifier_t11.dart
index 967c585..472d2a9 100644
--- a/Language/Functions/ctor_modifier_t11.dart
+++ b/Language/Functions/ctor_modifier_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t12.dart b/Language/Functions/ctor_modifier_t12.dart
index ac97c8d..d298efa 100644
--- a/Language/Functions/ctor_modifier_t12.dart
+++ b/Language/Functions/ctor_modifier_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t13.dart b/Language/Functions/ctor_modifier_t13.dart
index 853f38c..b043814 100644
--- a/Language/Functions/ctor_modifier_t13.dart
+++ b/Language/Functions/ctor_modifier_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t14.dart b/Language/Functions/ctor_modifier_t14.dart
index 21403a4..8639f2f 100644
--- a/Language/Functions/ctor_modifier_t14.dart
+++ b/Language/Functions/ctor_modifier_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t15.dart b/Language/Functions/ctor_modifier_t15.dart
index 5f06ff0..772a8ae 100644
--- a/Language/Functions/ctor_modifier_t15.dart
+++ b/Language/Functions/ctor_modifier_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t16.dart b/Language/Functions/ctor_modifier_t16.dart
index 3b135e1..d51b2c7 100644
--- a/Language/Functions/ctor_modifier_t16.dart
+++ b/Language/Functions/ctor_modifier_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t17.dart b/Language/Functions/ctor_modifier_t17.dart
index 4a503db..9ac7aa7 100644
--- a/Language/Functions/ctor_modifier_t17.dart
+++ b/Language/Functions/ctor_modifier_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/ctor_modifier_t18.dart b/Language/Functions/ctor_modifier_t18.dart
index 26a498e..ce62e6c 100644
--- a/Language/Functions/ctor_modifier_t18.dart
+++ b/Language/Functions/ctor_modifier_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/function_body_short_syntax_t01.dart b/Language/Functions/function_body_short_syntax_t01.dart
index 72634b9..5845b50 100644
--- a/Language/Functions/function_body_short_syntax_t01.dart
+++ b/Language/Functions/function_body_short_syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function body of the form => e is equivalent to a body of
  * the form {return e;} or the form async => e which is equivalent to a body
diff --git a/Language/Functions/function_body_short_syntax_t02.dart b/Language/Functions/function_body_short_syntax_t02.dart
index f782876..0548e27 100644
--- a/Language/Functions/function_body_short_syntax_t02.dart
+++ b/Language/Functions/function_body_short_syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function body of the form => e is equivalent to a body of
  * the form {return e;} or the form async => e which is equivalent to a body
diff --git a/Language/Functions/function_body_t01.dart b/Language/Functions/function_body_t01.dart
index 8ede49a..3e2c297 100644
--- a/Language/Functions/function_body_t01.dart
+++ b/Language/Functions/function_body_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The body is a block statement containing the statements
  * executed by the function.
diff --git a/Language/Functions/generator_return_type_t01.dart b/Language/Functions/generator_return_type_t01.dart
index cad8bb2..7ddc9df 100644
--- a/Language/Functions/generator_return_type_t01.dart
+++ b/Language/Functions/generator_return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t02.dart b/Language/Functions/generator_return_type_t02.dart
index c0b12cd..bb213ac 100644
--- a/Language/Functions/generator_return_type_t02.dart
+++ b/Language/Functions/generator_return_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t03.dart b/Language/Functions/generator_return_type_t03.dart
index 592aba3..0516c26 100644
--- a/Language/Functions/generator_return_type_t03.dart
+++ b/Language/Functions/generator_return_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t04.dart b/Language/Functions/generator_return_type_t04.dart
index 58e9e4c..dee59d6 100644
--- a/Language/Functions/generator_return_type_t04.dart
+++ b/Language/Functions/generator_return_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t05.dart b/Language/Functions/generator_return_type_t05.dart
index 30f2a95..086a581 100644
--- a/Language/Functions/generator_return_type_t05.dart
+++ b/Language/Functions/generator_return_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t06.dart b/Language/Functions/generator_return_type_t06.dart
index 8c4c055..516a87e 100644
--- a/Language/Functions/generator_return_type_t06.dart
+++ b/Language/Functions/generator_return_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t07.dart b/Language/Functions/generator_return_type_t07.dart
index daffb0c..25dc4d6 100644
--- a/Language/Functions/generator_return_type_t07.dart
+++ b/Language/Functions/generator_return_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/generator_return_type_t08.dart b/Language/Functions/generator_return_type_t08.dart
index ef9ed7a..8e9857e 100644
--- a/Language/Functions/generator_return_type_t08.dart
+++ b/Language/Functions/generator_return_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the declared return type of a function
  * marked sync* may not be assigned to Iterable. It is a static warning if
diff --git a/Language/Functions/implicit_return_t01.dart b/Language/Functions/implicit_return_t01.dart
index 4e0019c..410f8f2 100644
--- a/Language/Functions/implicit_return_t01.dart
+++ b/Language/Functions/implicit_return_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the last statement of a function is not a return statement,
  * the statement return; is implicitly appended to the function body.
diff --git a/Language/Functions/implicit_return_t02.dart b/Language/Functions/implicit_return_t02.dart
index 3aa1401..d1cc6e3 100644
--- a/Language/Functions/implicit_return_t02.dart
+++ b/Language/Functions/implicit_return_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the last statement of a function is not a return statement,
  * the statement return; is implicitly appended to the function body.
diff --git a/Language/Functions/setter_modifier_t01.dart b/Language/Functions/setter_modifier_t01.dart
index 36e0a4f..2d1e92f 100644
--- a/Language/Functions/setter_modifier_t01.dart
+++ b/Language/Functions/setter_modifier_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/setter_modifier_t02.dart b/Language/Functions/setter_modifier_t02.dart
index 42553aa..947ca25 100644
--- a/Language/Functions/setter_modifier_t02.dart
+++ b/Language/Functions/setter_modifier_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/setter_modifier_t03.dart b/Language/Functions/setter_modifier_t03.dart
index 515ca71..093593f 100644
--- a/Language/Functions/setter_modifier_t03.dart
+++ b/Language/Functions/setter_modifier_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/setter_modifier_t04.dart b/Language/Functions/setter_modifier_t04.dart
index a9b9cac..39be5c4 100644
--- a/Language/Functions/setter_modifier_t04.dart
+++ b/Language/Functions/setter_modifier_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/setter_modifier_t05.dart b/Language/Functions/setter_modifier_t05.dart
index d0cda50..58dcdd6 100644
--- a/Language/Functions/setter_modifier_t05.dart
+++ b/Language/Functions/setter_modifier_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/setter_modifier_t06.dart b/Language/Functions/setter_modifier_t06.dart
index 4355cb4..b41ce6b 100644
--- a/Language/Functions/setter_modifier_t06.dart
+++ b/Language/Functions/setter_modifier_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if an async, async* or sync* modifier
  * is attached to the body of a setter or constructor.
diff --git a/Language/Functions/syntax_t01.dart b/Language/Functions/syntax_t01.dart
index a3350eb..0cda954 100644
--- a/Language/Functions/syntax_t01.dart
+++ b/Language/Functions/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t02.dart b/Language/Functions/syntax_t02.dart
index 20367d7..73a3bb4 100644
--- a/Language/Functions/syntax_t02.dart
+++ b/Language/Functions/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t03.dart b/Language/Functions/syntax_t03.dart
index 963fac1..6d413d8 100644
--- a/Language/Functions/syntax_t03.dart
+++ b/Language/Functions/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t03_lib.dart b/Language/Functions/syntax_t03_lib.dart
index b94701a..8d182fe 100644
--- a/Language/Functions/syntax_t03_lib.dart
+++ b/Language/Functions/syntax_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library syntax_t03_lib;
 
 final foo = 1;
diff --git a/Language/Functions/syntax_t04.dart b/Language/Functions/syntax_t04.dart
index 4146584..a8e98f9 100644
--- a/Language/Functions/syntax_t04.dart
+++ b/Language/Functions/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t05.dart b/Language/Functions/syntax_t05.dart
index de6404f..6281196 100644
--- a/Language/Functions/syntax_t05.dart
+++ b/Language/Functions/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t06.dart b/Language/Functions/syntax_t06.dart
index 80eb5bf..9c0a759 100644
--- a/Language/Functions/syntax_t06.dart
+++ b/Language/Functions/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t07.dart b/Language/Functions/syntax_t07.dart
index 18000bf..ff617ea 100644
--- a/Language/Functions/syntax_t07.dart
+++ b/Language/Functions/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t08.dart b/Language/Functions/syntax_t08.dart
index 4f9f469..cfcd5c1 100644
--- a/Language/Functions/syntax_t08.dart
+++ b/Language/Functions/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t09.dart b/Language/Functions/syntax_t09.dart
index 532b007..82a979c 100644
--- a/Language/Functions/syntax_t09.dart
+++ b/Language/Functions/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t10.dart b/Language/Functions/syntax_t10.dart
index 1118f57..6672390 100644
--- a/Language/Functions/syntax_t10.dart
+++ b/Language/Functions/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t11.dart b/Language/Functions/syntax_t11.dart
index 017fdf3..b232ee9 100644
--- a/Language/Functions/syntax_t11.dart
+++ b/Language/Functions/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t12.dart b/Language/Functions/syntax_t12.dart
index e121351..aba8061 100644
--- a/Language/Functions/syntax_t12.dart
+++ b/Language/Functions/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t13.dart b/Language/Functions/syntax_t13.dart
index 47975f0..6c01f91 100644
--- a/Language/Functions/syntax_t13.dart
+++ b/Language/Functions/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t14.dart b/Language/Functions/syntax_t14.dart
index 41c9ba0..1e11412 100644
--- a/Language/Functions/syntax_t14.dart
+++ b/Language/Functions/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t15.dart b/Language/Functions/syntax_t15.dart
index 683eae1..0e5e2a1 100644
--- a/Language/Functions/syntax_t15.dart
+++ b/Language/Functions/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t16.dart b/Language/Functions/syntax_t16.dart
index f8c3b04..279c193 100644
--- a/Language/Functions/syntax_t16.dart
+++ b/Language/Functions/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t17.dart b/Language/Functions/syntax_t17.dart
index eeef6b9..8d94b4b 100644
--- a/Language/Functions/syntax_t17.dart
+++ b/Language/Functions/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t18.dart b/Language/Functions/syntax_t18.dart
index 14c637e..b5d884f 100644
--- a/Language/Functions/syntax_t18.dart
+++ b/Language/Functions/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t19.dart b/Language/Functions/syntax_t19.dart
index 1011d14..ddfc165 100644
--- a/Language/Functions/syntax_t19.dart
+++ b/Language/Functions/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t20.dart b/Language/Functions/syntax_t20.dart
index 6891f68..c6e1de5 100644
--- a/Language/Functions/syntax_t20.dart
+++ b/Language/Functions/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t21.dart b/Language/Functions/syntax_t21.dart
index 08d99f9..cae3356 100644
--- a/Language/Functions/syntax_t21.dart
+++ b/Language/Functions/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t22.dart b/Language/Functions/syntax_t22.dart
index 9691771..38b56dd 100644
--- a/Language/Functions/syntax_t22.dart
+++ b/Language/Functions/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t23.dart b/Language/Functions/syntax_t23.dart
index 744dbb3..608acf7 100644
--- a/Language/Functions/syntax_t23.dart
+++ b/Language/Functions/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t24.dart b/Language/Functions/syntax_t24.dart
index 01f3259..4cec694 100644
--- a/Language/Functions/syntax_t24.dart
+++ b/Language/Functions/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t25.dart b/Language/Functions/syntax_t25.dart
index e4c1dcf..206ea7e 100644
--- a/Language/Functions/syntax_t25.dart
+++ b/Language/Functions/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t28.dart b/Language/Functions/syntax_t28.dart
index d140e33..8cdba62 100644
--- a/Language/Functions/syntax_t28.dart
+++ b/Language/Functions/syntax_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t29.dart b/Language/Functions/syntax_t29.dart
index 34fe647..4ba968d 100644
--- a/Language/Functions/syntax_t29.dart
+++ b/Language/Functions/syntax_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t30.dart b/Language/Functions/syntax_t30.dart
index 1796885..7967ca5 100644
--- a/Language/Functions/syntax_t30.dart
+++ b/Language/Functions/syntax_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t31.dart b/Language/Functions/syntax_t31.dart
index 2948614..04312a7 100644
--- a/Language/Functions/syntax_t31.dart
+++ b/Language/Functions/syntax_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t32.dart b/Language/Functions/syntax_t32.dart
index 6f50b14..29c97c3 100644
--- a/Language/Functions/syntax_t32.dart
+++ b/Language/Functions/syntax_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Functions include function declarations, methods, getters,

  * setters, constructors and function literals.

diff --git a/Language/Functions/syntax_t33.dart b/Language/Functions/syntax_t33.dart
index 307f5e6..9c31b5c 100644
--- a/Language/Functions/syntax_t33.dart
+++ b/Language/Functions/syntax_t33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t34.dart b/Language/Functions/syntax_t34.dart
index 9c8e74e..d59ee3c 100644
--- a/Language/Functions/syntax_t34.dart
+++ b/Language/Functions/syntax_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t35.dart b/Language/Functions/syntax_t35.dart
index caaa093..1a57b94 100644
--- a/Language/Functions/syntax_t35.dart
+++ b/Language/Functions/syntax_t35.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t36.dart b/Language/Functions/syntax_t36.dart
index 1ae1035..8b5db26 100644
--- a/Language/Functions/syntax_t36.dart
+++ b/Language/Functions/syntax_t36.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t37.dart b/Language/Functions/syntax_t37.dart
index 971c4e3..f9cbe3f 100644
--- a/Language/Functions/syntax_t37.dart
+++ b/Language/Functions/syntax_t37.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t38.dart b/Language/Functions/syntax_t38.dart
index 29b5e17..2e5ddf9 100644
--- a/Language/Functions/syntax_t38.dart
+++ b/Language/Functions/syntax_t38.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t39.dart b/Language/Functions/syntax_t39.dart
index 778f8fb..c2bb617 100644
--- a/Language/Functions/syntax_t39.dart
+++ b/Language/Functions/syntax_t39.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t40.dart b/Language/Functions/syntax_t40.dart
index 2fec757..9e87ce9 100644
--- a/Language/Functions/syntax_t40.dart
+++ b/Language/Functions/syntax_t40.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t41.dart b/Language/Functions/syntax_t41.dart
index e16fb64..c45b3c8 100644
--- a/Language/Functions/syntax_t41.dart
+++ b/Language/Functions/syntax_t41.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t42.dart b/Language/Functions/syntax_t42.dart
index 3926a19..9d793af 100644
--- a/Language/Functions/syntax_t42.dart
+++ b/Language/Functions/syntax_t42.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t43.dart b/Language/Functions/syntax_t43.dart
index 5f7f725..b9dfa99 100644
--- a/Language/Functions/syntax_t43.dart
+++ b/Language/Functions/syntax_t43.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t44.dart b/Language/Functions/syntax_t44.dart
index b88b0af..27bd530 100644
--- a/Language/Functions/syntax_t44.dart
+++ b/Language/Functions/syntax_t44.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t45.dart b/Language/Functions/syntax_t45.dart
index b838f6b..b7786b6 100644
--- a/Language/Functions/syntax_t45.dart
+++ b/Language/Functions/syntax_t45.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t46.dart b/Language/Functions/syntax_t46.dart
index 8cce065..b22420b 100644
--- a/Language/Functions/syntax_t46.dart
+++ b/Language/Functions/syntax_t46.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Functions/syntax_t47.dart b/Language/Functions/syntax_t47.dart
index fa39b9b..9884ead 100644
--- a/Language/Functions/syntax_t47.dart
+++ b/Language/Functions/syntax_t47.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Functions include function declarations, methods, getters,
  * setters, constructors and function literals.
diff --git a/Language/Generics/FutureOr_A01_t01.dart b/Language/Generics/FutureOr_A01_t01.dart
index f37d5c9..f3ec903 100644
--- a/Language/Generics/FutureOr_A01_t01.dart
+++ b/Language/Generics/FutureOr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/FutureOr_A01_t02.dart b/Language/Generics/FutureOr_A01_t02.dart
index 4bf8698..fb10c7f 100644
--- a/Language/Generics/FutureOr_A01_t02.dart
+++ b/Language/Generics/FutureOr_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/Superbounded_types/class_A01_t01.dart b/Language/Generics/Superbounded_types/class_A01_t01.dart
index f617334..b81a499 100644
--- a/Language/Generics/Superbounded_types/class_A01_t01.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/class_A01_t02.dart b/Language/Generics/Superbounded_types/class_A01_t02.dart
index 2abb66b..914c6d8 100644
--- a/Language/Generics/Superbounded_types/class_A01_t02.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/class_A01_t03.dart b/Language/Generics/Superbounded_types/class_A01_t03.dart
index 2358a7b..03a24e6 100644
--- a/Language/Generics/Superbounded_types/class_A01_t03.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/class_A01_t04.dart b/Language/Generics/Superbounded_types/class_A01_t04.dart
index f8cbf4c..bdec7b8 100644
--- a/Language/Generics/Superbounded_types/class_A01_t04.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A01_t05.dart b/Language/Generics/Superbounded_types/class_A01_t05.dart
index 0913723..0219091 100644
--- a/Language/Generics/Superbounded_types/class_A01_t05.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A01_t06.dart b/Language/Generics/Superbounded_types/class_A01_t06.dart
index 0dd5cf4..201b68d 100644
--- a/Language/Generics/Superbounded_types/class_A01_t06.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A01_t07.dart b/Language/Generics/Superbounded_types/class_A01_t07.dart
index 4705da3..2b1b422 100644
--- a/Language/Generics/Superbounded_types/class_A01_t07.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A01_t08.dart b/Language/Generics/Superbounded_types/class_A01_t08.dart
index c83a069..43ad2df 100644
--- a/Language/Generics/Superbounded_types/class_A01_t08.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/class_A01_t09.dart b/Language/Generics/Superbounded_types/class_A01_t09.dart
index 17c2f39..3a87c63 100644
--- a/Language/Generics/Superbounded_types/class_A01_t09.dart
+++ b/Language/Generics/Superbounded_types/class_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/class_A02_t01.dart b/Language/Generics/Superbounded_types/class_A02_t01.dart
index 9c71ac6..c4cad88 100644
--- a/Language/Generics/Superbounded_types/class_A02_t01.dart
+++ b/Language/Generics/Superbounded_types/class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A02_t02.dart b/Language/Generics/Superbounded_types/class_A02_t02.dart
index 41bcf48..0abbce3 100644
--- a/Language/Generics/Superbounded_types/class_A02_t02.dart
+++ b/Language/Generics/Superbounded_types/class_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A02_t03.dart b/Language/Generics/Superbounded_types/class_A02_t03.dart
index a69a938..51d7735 100644
--- a/Language/Generics/Superbounded_types/class_A02_t03.dart
+++ b/Language/Generics/Superbounded_types/class_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A02_t04.dart b/Language/Generics/Superbounded_types/class_A02_t04.dart
index bdf3bbb..a053391 100644
--- a/Language/Generics/Superbounded_types/class_A02_t04.dart
+++ b/Language/Generics/Superbounded_types/class_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t01.dart b/Language/Generics/Superbounded_types/class_A03_t01.dart
index 156917b..12ea624 100644
--- a/Language/Generics/Superbounded_types/class_A03_t01.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t02.dart b/Language/Generics/Superbounded_types/class_A03_t02.dart
index 2270450..b4738ac 100644
--- a/Language/Generics/Superbounded_types/class_A03_t02.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t03.dart b/Language/Generics/Superbounded_types/class_A03_t03.dart
index 7fb77ab..d20c44d 100644
--- a/Language/Generics/Superbounded_types/class_A03_t03.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t04.dart b/Language/Generics/Superbounded_types/class_A03_t04.dart
index 21ec76d..66f2954 100644
--- a/Language/Generics/Superbounded_types/class_A03_t04.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t05.dart b/Language/Generics/Superbounded_types/class_A03_t05.dart
index 75efc71..962b25c 100644
--- a/Language/Generics/Superbounded_types/class_A03_t05.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A03_t06.dart b/Language/Generics/Superbounded_types/class_A03_t06.dart
index edf2445..e0efca5 100644
--- a/Language/Generics/Superbounded_types/class_A03_t06.dart
+++ b/Language/Generics/Superbounded_types/class_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion AIt is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A04_t01.dart b/Language/Generics/Superbounded_types/class_A04_t01.dart
index 02730f5..cb0ecb9 100644
--- a/Language/Generics/Superbounded_types/class_A04_t01.dart
+++ b/Language/Generics/Superbounded_types/class_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A04_t02.dart b/Language/Generics/Superbounded_types/class_A04_t02.dart
index b94fa1f..57804ab 100644
--- a/Language/Generics/Superbounded_types/class_A04_t02.dart
+++ b/Language/Generics/Superbounded_types/class_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A04_t03.dart b/Language/Generics/Superbounded_types/class_A04_t03.dart
index 66aacbe..8f7fb73 100644
--- a/Language/Generics/Superbounded_types/class_A04_t03.dart
+++ b/Language/Generics/Superbounded_types/class_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a parameterized type [T] is
  * super-bounded when it is used in any of the following ways:
diff --git a/Language/Generics/Superbounded_types/class_A05_t01.dart b/Language/Generics/Superbounded_types/class_A05_t01.dart
index ea19854..2ac5ecf 100644
--- a/Language/Generics/Superbounded_types/class_A05_t01.dart
+++ b/Language/Generics/Superbounded_types/class_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * Types of members from super-bounded class types are computed using the same
  * rules as types of members from other types. Types of function applications
diff --git a/Language/Generics/Superbounded_types/function_A01_t01.dart b/Language/Generics/Superbounded_types/function_A01_t01.dart
index d1179f9..ca093ec 100644
--- a/Language/Generics/Superbounded_types/function_A01_t01.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/function_A01_t02.dart b/Language/Generics/Superbounded_types/function_A01_t02.dart
index b83100b..2ceb9da 100644
--- a/Language/Generics/Superbounded_types/function_A01_t02.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/function_A01_t03.dart b/Language/Generics/Superbounded_types/function_A01_t03.dart
index dd44803..b7b185d 100644
--- a/Language/Generics/Superbounded_types/function_A01_t03.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/function_A01_t04.dart b/Language/Generics/Superbounded_types/function_A01_t04.dart
index 81680e3..096eb7d 100644
--- a/Language/Generics/Superbounded_types/function_A01_t04.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/function_A01_t05.dart b/Language/Generics/Superbounded_types/function_A01_t05.dart
index 9899c9a..ddab56d 100644
--- a/Language/Generics/Superbounded_types/function_A01_t05.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/function_A01_t06.dart b/Language/Generics/Superbounded_types/function_A01_t06.dart
index 91b2510..a893ea3 100644
--- a/Language/Generics/Superbounded_types/function_A01_t06.dart
+++ b/Language/Generics/Superbounded_types/function_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef1_A01_t01.dart b/Language/Generics/Superbounded_types/typedef1_A01_t01.dart
index f3fcdc6..f3c0de2 100644
--- a/Language/Generics/Superbounded_types/typedef1_A01_t01.dart
+++ b/Language/Generics/Superbounded_types/typedef1_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef1_A01_t02.dart b/Language/Generics/Superbounded_types/typedef1_A01_t02.dart
index 53c1a31..8dd1409 100644
--- a/Language/Generics/Superbounded_types/typedef1_A01_t02.dart
+++ b/Language/Generics/Superbounded_types/typedef1_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef1_A01_t03.dart b/Language/Generics/Superbounded_types/typedef1_A01_t03.dart
index 5f2ecb6..64497df 100644
--- a/Language/Generics/Superbounded_types/typedef1_A01_t03.dart
+++ b/Language/Generics/Superbounded_types/typedef1_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef1_A01_t04.dart b/Language/Generics/Superbounded_types/typedef1_A01_t04.dart
index e4c9d41..0339ede 100644
--- a/Language/Generics/Superbounded_types/typedef1_A01_t04.dart
+++ b/Language/Generics/Superbounded_types/typedef1_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef2_A01_t01.dart b/Language/Generics/Superbounded_types/typedef2_A01_t01.dart
index ec378fb..be52cdf 100644
--- a/Language/Generics/Superbounded_types/typedef2_A01_t01.dart
+++ b/Language/Generics/Superbounded_types/typedef2_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef2_A01_t02.dart b/Language/Generics/Superbounded_types/typedef2_A01_t02.dart
index f1ed4b3..6c3b845 100644
--- a/Language/Generics/Superbounded_types/typedef2_A01_t02.dart
+++ b/Language/Generics/Superbounded_types/typedef2_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef2_A01_t03.dart b/Language/Generics/Superbounded_types/typedef2_A01_t03.dart
index 4560066..de6aa33 100644
--- a/Language/Generics/Superbounded_types/typedef2_A01_t03.dart
+++ b/Language/Generics/Superbounded_types/typedef2_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef2_A01_t04.dart b/Language/Generics/Superbounded_types/typedef2_A01_t04.dart
index 10d16da..bfb2b40 100644
--- a/Language/Generics/Superbounded_types/typedef2_A01_t04.dart
+++ b/Language/Generics/Superbounded_types/typedef2_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t01.dart b/Language/Generics/Superbounded_types/typedef3_A01_t01.dart
index ef6a98b..68052ce 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t01.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t02.dart b/Language/Generics/Superbounded_types/typedef3_A01_t02.dart
index 3432d4d..0ec3e68 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t02.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t03.dart b/Language/Generics/Superbounded_types/typedef3_A01_t03.dart
index 6fd8a87..ab88352 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t03.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t04.dart b/Language/Generics/Superbounded_types/typedef3_A01_t04.dart
index 34ebcec..7e4f7ca 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t04.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t05.dart b/Language/Generics/Superbounded_types/typedef3_A01_t05.dart
index 73496e7..2e482a5 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t05.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/Superbounded_types/typedef3_A01_t06.dart b/Language/Generics/Superbounded_types/typedef3_A01_t06.dart
index 8716c52..badb18f 100644
--- a/Language/Generics/Superbounded_types/typedef3_A01_t06.dart
+++ b/Language/Generics/Superbounded_types/typedef3_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any use of a type [T] which is not well-bounded is a
  * compile-time error.
diff --git a/Language/Generics/class_A01_t01.dart b/Language/Generics/class_A01_t01.dart
index 0e7618b..c446f20 100644
--- a/Language/Generics/class_A01_t01.dart
+++ b/Language/Generics/class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A01_t02.dart b/Language/Generics/class_A01_t02.dart
index 85e5552..2ad2cc7 100644
--- a/Language/Generics/class_A01_t02.dart
+++ b/Language/Generics/class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A01_t03.dart b/Language/Generics/class_A01_t03.dart
index 26d7fdc..01171b4 100644
--- a/Language/Generics/class_A01_t03.dart
+++ b/Language/Generics/class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A01_t04.dart b/Language/Generics/class_A01_t04.dart
index 7379da6..06cc475 100644
--- a/Language/Generics/class_A01_t04.dart
+++ b/Language/Generics/class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A02_t01.dart b/Language/Generics/class_A02_t01.dart
index 51d46fd..5ccc5c3 100644
--- a/Language/Generics/class_A02_t01.dart
+++ b/Language/Generics/class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A03_t01.dart b/Language/Generics/class_A03_t01.dart
index 2cc6133..153618c 100644
--- a/Language/Generics/class_A03_t01.dart
+++ b/Language/Generics/class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A03_t02.dart b/Language/Generics/class_A03_t02.dart
index a345e17..ab5ae2f 100644
--- a/Language/Generics/class_A03_t02.dart
+++ b/Language/Generics/class_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic class declaration introduces a generic class into the 
  * enclosing library scope. A generic class is a mapping that accepts a list of
diff --git a/Language/Generics/class_A04_t01.dart b/Language/Generics/class_A04_t01.dart
index e0fd5f4..d3d7d62 100644
--- a/Language/Generics/class_A04_t01.dart
+++ b/Language/Generics/class_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/function_A01_t01.dart b/Language/Generics/function_A01_t01.dart
index 386888a..273d560 100644
--- a/Language/Generics/function_A01_t01.dart
+++ b/Language/Generics/function_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/function_A02_t01.dart b/Language/Generics/function_A02_t01.dart
index 51b0a14..b20bf19 100644
--- a/Language/Generics/function_A02_t01.dart
+++ b/Language/Generics/function_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic function declaration introduces a generic function into
  * the enclosing scope. Consider a function invocation expression of the form
diff --git a/Language/Generics/function_A03_t01.dart b/Language/Generics/function_A03_t01.dart
index 8179f74..17501df 100644
--- a/Language/Generics/function_A03_t01.dart
+++ b/Language/Generics/function_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic function declaration introduces a generic function into
  * the enclosing scope. Consider a function invocation expression of the form
diff --git a/Language/Generics/parameter_A01_t01.dart b/Language/Generics/parameter_A01_t01.dart
index 479d9d3..d471fc4 100644
--- a/Language/Generics/parameter_A01_t01.dart
+++ b/Language/Generics/parameter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A01_t02.dart b/Language/Generics/parameter_A01_t02.dart
index 0ae5d68..a776df8 100644
--- a/Language/Generics/parameter_A01_t02.dart
+++ b/Language/Generics/parameter_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A01_t03.dart b/Language/Generics/parameter_A01_t03.dart
index 728726b..9bb8b14 100644
--- a/Language/Generics/parameter_A01_t03.dart
+++ b/Language/Generics/parameter_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A01_t04.dart b/Language/Generics/parameter_A01_t04.dart
index 5a44ac1..e1cbf33 100644
--- a/Language/Generics/parameter_A01_t04.dart
+++ b/Language/Generics/parameter_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A01_t05.dart b/Language/Generics/parameter_A01_t05.dart
index cfc9796..0348cfc 100644
--- a/Language/Generics/parameter_A01_t05.dart
+++ b/Language/Generics/parameter_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t01.dart b/Language/Generics/parameter_A02_t01.dart
index c0ddca2..bc0700d 100644
--- a/Language/Generics/parameter_A02_t01.dart
+++ b/Language/Generics/parameter_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t02.dart b/Language/Generics/parameter_A02_t02.dart
index 477be7a..730c176 100644
--- a/Language/Generics/parameter_A02_t02.dart
+++ b/Language/Generics/parameter_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t03.dart b/Language/Generics/parameter_A02_t03.dart
index 0676a83..0d74bac 100644
--- a/Language/Generics/parameter_A02_t03.dart
+++ b/Language/Generics/parameter_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t04.dart b/Language/Generics/parameter_A02_t04.dart
index cf40322..36ce3d3 100644
--- a/Language/Generics/parameter_A02_t04.dart
+++ b/Language/Generics/parameter_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t05.dart b/Language/Generics/parameter_A02_t05.dart
index c390c21..9570ab9 100644
--- a/Language/Generics/parameter_A02_t05.dart
+++ b/Language/Generics/parameter_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A02_t06.dart b/Language/Generics/parameter_A02_t06.dart
index 1dbdc33..1a30547 100644
--- a/Language/Generics/parameter_A02_t06.dart
+++ b/Language/Generics/parameter_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type parameter T may be suffixed with an extends clause that
  * specifies the upper bound for T. If no extends clause is present, the upper
diff --git a/Language/Generics/parameter_A03_t01.dart b/Language/Generics/parameter_A03_t01.dart
index 76f8006..e7f2225 100644
--- a/Language/Generics/parameter_A03_t01.dart
+++ b/Language/Generics/parameter_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A03_t02.dart b/Language/Generics/parameter_A03_t02.dart
index 9d9c081..ab0e98d 100644
--- a/Language/Generics/parameter_A03_t02.dart
+++ b/Language/Generics/parameter_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A03_t03.dart b/Language/Generics/parameter_A03_t03.dart
index bab4302..1d9be96 100644
--- a/Language/Generics/parameter_A03_t03.dart
+++ b/Language/Generics/parameter_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A03_t04.dart b/Language/Generics/parameter_A03_t04.dart
index c6a6208..97daeb2 100644
--- a/Language/Generics/parameter_A03_t04.dart
+++ b/Language/Generics/parameter_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A03_t05.dart b/Language/Generics/parameter_A03_t05.dart
index 100c35a..6537d95 100644
--- a/Language/Generics/parameter_A03_t05.dart
+++ b/Language/Generics/parameter_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A04_t01.dart b/Language/Generics/parameter_A04_t01.dart
index 93791c4..f2fbfbc 100644
--- a/Language/Generics/parameter_A04_t01.dart
+++ b/Language/Generics/parameter_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A04_t02.dart b/Language/Generics/parameter_A04_t02.dart
index 46b528e..76af8de 100644
--- a/Language/Generics/parameter_A04_t02.dart
+++ b/Language/Generics/parameter_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A04_t03.dart b/Language/Generics/parameter_A04_t03.dart
index db1b176..0f38042 100644
--- a/Language/Generics/parameter_A04_t03.dart
+++ b/Language/Generics/parameter_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A04_t04.dart b/Language/Generics/parameter_A04_t04.dart
index 9d49050..d75d753 100644
--- a/Language/Generics/parameter_A04_t04.dart
+++ b/Language/Generics/parameter_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A04_t05.dart b/Language/Generics/parameter_A04_t05.dart
index 7f526b7..ce04b42 100644
--- a/Language/Generics/parameter_A04_t05.dart
+++ b/Language/Generics/parameter_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A05_t01.dart b/Language/Generics/parameter_A05_t01.dart
index a9a5c2a..7a47817 100644
--- a/Language/Generics/parameter_A05_t01.dart
+++ b/Language/Generics/parameter_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A05_t02.dart b/Language/Generics/parameter_A05_t02.dart
index 866374b..64c82fa 100644
--- a/Language/Generics/parameter_A05_t02.dart
+++ b/Language/Generics/parameter_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A05_t03.dart b/Language/Generics/parameter_A05_t03.dart
index a2a30a1..47b05fe 100644
--- a/Language/Generics/parameter_A05_t03.dart
+++ b/Language/Generics/parameter_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  *    typeParameter ::= metadata identifier (extends typeNotVoid)?
diff --git a/Language/Generics/parameter_A06_t01.dart b/Language/Generics/parameter_A06_t01.dart
index d43628f..81b4ce7 100644
--- a/Language/Generics/parameter_A06_t01.dart
+++ b/Language/Generics/parameter_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type parameter is considered to be a malformed type when
  * referenced by a static member.
diff --git a/Language/Generics/parameter_A06_t02.dart b/Language/Generics/parameter_A06_t02.dart
index 0321de0..bf73300 100644
--- a/Language/Generics/parameter_A06_t02.dart
+++ b/Language/Generics/parameter_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type parameter is considered to be a malformed type when
  * referenced by a static member.
diff --git a/Language/Generics/parameter_A06_t03.dart b/Language/Generics/parameter_A06_t03.dart
index f9a1e3e..08fc40d 100644
--- a/Language/Generics/parameter_A06_t03.dart
+++ b/Language/Generics/parameter_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type parameter is considered to be a malformed type when
  * referenced by a static member.
diff --git a/Language/Generics/parameter_A07_t01.dart b/Language/Generics/parameter_A07_t01.dart
index 80fd7480..f8414aa 100644
--- a/Language/Generics/parameter_A07_t01.dart
+++ b/Language/Generics/parameter_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used to name a constructor in an
  * instance creation expression
diff --git a/Language/Generics/parameter_A07_t02.dart b/Language/Generics/parameter_A07_t02.dart
index 05b5390..0b20f32 100644
--- a/Language/Generics/parameter_A07_t02.dart
+++ b/Language/Generics/parameter_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used to name a constructor in an
  * instance creation expression
diff --git a/Language/Generics/parameter_A08_t01.dart b/Language/Generics/parameter_A08_t01.dart
index 65a4bcd..4a80df6 100644
--- a/Language/Generics/parameter_A08_t01.dart
+++ b/Language/Generics/parameter_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a superclass or superinterface
  * @description Checks that class type parameter cannot be used as a superclass
diff --git a/Language/Generics/parameter_A08_t02.dart b/Language/Generics/parameter_A08_t02.dart
index bff6e4b..22ee8a0 100644
--- a/Language/Generics/parameter_A08_t02.dart
+++ b/Language/Generics/parameter_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a superclass or superinterface
  * @description Checks that class type parameter cannot be used as a
diff --git a/Language/Generics/parameter_A09_t01.dart b/Language/Generics/parameter_A09_t01.dart
index 3fdd266..d92ceda 100644
--- a/Language/Generics/parameter_A09_t01.dart
+++ b/Language/Generics/parameter_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a generic type
  * @description Checks that class type parameter cannot be used as a generic
diff --git a/Language/Generics/parameter_A09_t02.dart b/Language/Generics/parameter_A09_t02.dart
index a3c2baa..bfa1eba 100644
--- a/Language/Generics/parameter_A09_t02.dart
+++ b/Language/Generics/parameter_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a generic type
  * @description Checks that function type parameter cannot be used as a generic
diff --git a/Language/Generics/parameter_A09_t03.dart b/Language/Generics/parameter_A09_t03.dart
index 5afd3bb..fb87e72 100644
--- a/Language/Generics/parameter_A09_t03.dart
+++ b/Language/Generics/parameter_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a generic type
  * @description Checks that nonfunction type alias parameter cannot be used as a
diff --git a/Language/Generics/parameter_A09_t04.dart b/Language/Generics/parameter_A09_t04.dart
index 23df461..a90ec18 100644
--- a/Language/Generics/parameter_A09_t04.dart
+++ b/Language/Generics/parameter_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a generic type
  * @description Checks that function type alias parameter cannot be used as a
diff --git a/Language/Generics/parameter_A09_t05.dart b/Language/Generics/parameter_A09_t05.dart
index a96ec7f..350e057 100644
--- a/Language/Generics/parameter_A09_t05.dart
+++ b/Language/Generics/parameter_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type parameter cannot be used as a generic type
  * @description Checks that function type alias parameter cannot be used as a
diff --git a/Language/Generics/scope_t01.dart b/Language/Generics/scope_t01.dart
index 8ff3cf5..4621bd4 100644
--- a/Language/Generics/scope_t01.dart
+++ b/Language/Generics/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The type parameters of a generic G are in scope in the bounds of
  * all of the type parameters of G. The type parameters of a generic class
diff --git a/Language/Generics/scope_t02.dart b/Language/Generics/scope_t02.dart
index 93caaf9..c21f26f 100644
--- a/Language/Generics/scope_t02.dart
+++ b/Language/Generics/scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The type parameters of a generic G are in scope in the bounds of
  * all of the type parameters of G. The type parameters of a generic class
diff --git a/Language/Generics/scope_t03.dart b/Language/Generics/scope_t03.dart
index d4d3b44..53b7f4c 100644
--- a/Language/Generics/scope_t03.dart
+++ b/Language/Generics/scope_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The type parameters of a generic G are in scope in the bounds of
  * all of the type parameters of G. The type parameters of a generic class
diff --git a/Language/Generics/scope_t06.dart b/Language/Generics/scope_t06.dart
index 59fe08a..e9da606 100644
--- a/Language/Generics/scope_t06.dart
+++ b/Language/Generics/scope_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The type parameters of a generic G are in scope in the bounds of
  * all of the type parameters of G. The type parameters of a generic class
diff --git a/Language/Generics/scope_t07.dart b/Language/Generics/scope_t07.dart
index 54afdd3..b787ee6 100644
--- a/Language/Generics/scope_t07.dart
+++ b/Language/Generics/scope_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The type parameters of a generic G are in scope in the bounds of
  * all of the type parameters of G. The type parameters of a generic class
diff --git a/Language/Generics/syntax_t01.dart b/Language/Generics/syntax_t01.dart
index 17f5701..6951c96 100644
--- a/Language/Generics/syntax_t01.dart
+++ b/Language/Generics/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t02.dart b/Language/Generics/syntax_t02.dart
index 7ef482b..ffc211a 100644
--- a/Language/Generics/syntax_t02.dart
+++ b/Language/Generics/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t03.dart b/Language/Generics/syntax_t03.dart
index 75a232b..ef8fac2 100644
--- a/Language/Generics/syntax_t03.dart
+++ b/Language/Generics/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t04.dart b/Language/Generics/syntax_t04.dart
index a9d998d..73c8a77 100644
--- a/Language/Generics/syntax_t04.dart
+++ b/Language/Generics/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t05.dart b/Language/Generics/syntax_t05.dart
index 7ad7ae9..892a1e8 100644
--- a/Language/Generics/syntax_t05.dart
+++ b/Language/Generics/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t06.dart b/Language/Generics/syntax_t06.dart
index a12569f..ef4f4f6 100644
--- a/Language/Generics/syntax_t06.dart
+++ b/Language/Generics/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t07.dart b/Language/Generics/syntax_t07.dart
index 0a535f7..22305a3 100644
--- a/Language/Generics/syntax_t07.dart
+++ b/Language/Generics/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t08.dart b/Language/Generics/syntax_t08.dart
index 31a4fe5..273d2c8 100644
--- a/Language/Generics/syntax_t08.dart
+++ b/Language/Generics/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t09.dart b/Language/Generics/syntax_t09.dart
index 7b2db47..20f9e1e 100644
--- a/Language/Generics/syntax_t09.dart
+++ b/Language/Generics/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t10.dart b/Language/Generics/syntax_t10.dart
index 09cad97..171f870 100644
--- a/Language/Generics/syntax_t10.dart
+++ b/Language/Generics/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t11.dart b/Language/Generics/syntax_t11.dart
index a5a40fe..74a164f 100644
--- a/Language/Generics/syntax_t11.dart
+++ b/Language/Generics/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t12.dart b/Language/Generics/syntax_t12.dart
index e33412c..479287d 100644
--- a/Language/Generics/syntax_t12.dart
+++ b/Language/Generics/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t13.dart b/Language/Generics/syntax_t13.dart
index f1ce562..462af64 100644
--- a/Language/Generics/syntax_t13.dart
+++ b/Language/Generics/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t14.dart b/Language/Generics/syntax_t14.dart
index c3a2f7f..688247e 100644
--- a/Language/Generics/syntax_t14.dart
+++ b/Language/Generics/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t15.dart b/Language/Generics/syntax_t15.dart
index 662998e..9f1fc74 100644
--- a/Language/Generics/syntax_t15.dart
+++ b/Language/Generics/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A class declaration, type alias, or function [G] may be generic,

  * that is, [G] may have formal type parameters declared.

diff --git a/Language/Generics/syntax_t16.dart b/Language/Generics/syntax_t16.dart
index b825669..aee7ca2 100644
--- a/Language/Generics/syntax_t16.dart
+++ b/Language/Generics/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t17.dart b/Language/Generics/syntax_t17.dart
index 9fe83d6..0baf384 100644
--- a/Language/Generics/syntax_t17.dart
+++ b/Language/Generics/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t18.dart b/Language/Generics/syntax_t18.dart
index dd61572..41eb257 100644
--- a/Language/Generics/syntax_t18.dart
+++ b/Language/Generics/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t19.dart b/Language/Generics/syntax_t19.dart
index e215fd2..1f6d7f5 100644
--- a/Language/Generics/syntax_t19.dart
+++ b/Language/Generics/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t20.dart b/Language/Generics/syntax_t20.dart
index 1ee9b36..1afc403 100644
--- a/Language/Generics/syntax_t20.dart
+++ b/Language/Generics/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t21.dart b/Language/Generics/syntax_t21.dart
index ac3e8af..79b2f43 100644
--- a/Language/Generics/syntax_t21.dart
+++ b/Language/Generics/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t22.dart b/Language/Generics/syntax_t22.dart
index f49b852..e1220e9 100644
--- a/Language/Generics/syntax_t22.dart
+++ b/Language/Generics/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t23.dart b/Language/Generics/syntax_t23.dart
index d8bf2a7..62637c9 100644
--- a/Language/Generics/syntax_t23.dart
+++ b/Language/Generics/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t24.dart b/Language/Generics/syntax_t24.dart
index aa6fd66..ef1fa9d 100644
--- a/Language/Generics/syntax_t24.dart
+++ b/Language/Generics/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t25.dart b/Language/Generics/syntax_t25.dart
index 9767ef4..9ead386 100644
--- a/Language/Generics/syntax_t25.dart
+++ b/Language/Generics/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A class declaration, type alias, or function [G] may be generic,
  * that is, [G] may have formal type parameters declared.
diff --git a/Language/Generics/syntax_t26_A01.dart b/Language/Generics/syntax_t26_A01.dart
index 2b296d0..360f25a 100644
--- a/Language/Generics/syntax_t26_A01.dart
+++ b/Language/Generics/syntax_t26_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t26_A02.dart b/Language/Generics/syntax_t26_A02.dart
index 37d9b0e..5bd4435 100644
--- a/Language/Generics/syntax_t26_A02.dart
+++ b/Language/Generics/syntax_t26_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t27.dart b/Language/Generics/syntax_t27.dart
index 20fd2ae..905b69c 100644
--- a/Language/Generics/syntax_t27.dart
+++ b/Language/Generics/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t28.dart b/Language/Generics/syntax_t28.dart
index dd67e92..aed0dda 100644
--- a/Language/Generics/syntax_t28.dart
+++ b/Language/Generics/syntax_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t29.dart b/Language/Generics/syntax_t29.dart
index 1d2873f..82d687d 100644
--- a/Language/Generics/syntax_t29.dart
+++ b/Language/Generics/syntax_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t30.dart b/Language/Generics/syntax_t30.dart
index a69c3ee..7c52341 100644
--- a/Language/Generics/syntax_t30.dart
+++ b/Language/Generics/syntax_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/syntax_t31.dart b/Language/Generics/syntax_t31.dart
index f3179ed..29ab503 100644
--- a/Language/Generics/syntax_t31.dart
+++ b/Language/Generics/syntax_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/typedef_A01_t01.dart b/Language/Generics/typedef_A01_t01.dart
index 76c5de8..168e274 100644
--- a/Language/Generics/typedef_A01_t01.dart
+++ b/Language/Generics/typedef_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t02.dart b/Language/Generics/typedef_A01_t02.dart
index 4170f7f..957fa5a 100644
--- a/Language/Generics/typedef_A01_t02.dart
+++ b/Language/Generics/typedef_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t03.dart b/Language/Generics/typedef_A01_t03.dart
index 748ba65..52376ec 100644
--- a/Language/Generics/typedef_A01_t03.dart
+++ b/Language/Generics/typedef_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t04.dart b/Language/Generics/typedef_A01_t04.dart
index c03a2bb..5cff20d 100644
--- a/Language/Generics/typedef_A01_t04.dart
+++ b/Language/Generics/typedef_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t05.dart b/Language/Generics/typedef_A01_t05.dart
index efdfc4f..ce2318f 100644
--- a/Language/Generics/typedef_A01_t05.dart
+++ b/Language/Generics/typedef_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t06.dart b/Language/Generics/typedef_A01_t06.dart
index dd5da60..93627d6 100644
--- a/Language/Generics/typedef_A01_t06.dart
+++ b/Language/Generics/typedef_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t07.dart b/Language/Generics/typedef_A01_t07.dart
index f584275..7c3fdd4 100644
--- a/Language/Generics/typedef_A01_t07.dart
+++ b/Language/Generics/typedef_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t08.dart b/Language/Generics/typedef_A01_t08.dart
index 355232f..7d6419d 100644
--- a/Language/Generics/typedef_A01_t08.dart
+++ b/Language/Generics/typedef_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t09.dart b/Language/Generics/typedef_A01_t09.dart
index 781ec02..0191599 100644
--- a/Language/Generics/typedef_A01_t09.dart
+++ b/Language/Generics/typedef_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t10.dart b/Language/Generics/typedef_A01_t10.dart
index 67a554d..bfa0d14 100644
--- a/Language/Generics/typedef_A01_t10.dart
+++ b/Language/Generics/typedef_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t11.dart b/Language/Generics/typedef_A01_t11.dart
index 3ed1fe8..bdb4136 100644
--- a/Language/Generics/typedef_A01_t11.dart
+++ b/Language/Generics/typedef_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A01_t12.dart b/Language/Generics/typedef_A01_t12.dart
index a7e6437..2de0d4b 100644
--- a/Language/Generics/typedef_A01_t12.dart
+++ b/Language/Generics/typedef_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A02_t01.dart b/Language/Generics/typedef_A02_t01.dart
index 33c3d0c..bf37c1d 100644
--- a/Language/Generics/typedef_A02_t01.dart
+++ b/Language/Generics/typedef_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A02_t02.dart b/Language/Generics/typedef_A02_t02.dart
index 2cd3f57..e4f8c56 100644
--- a/Language/Generics/typedef_A02_t02.dart
+++ b/Language/Generics/typedef_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A02_t03.dart b/Language/Generics/typedef_A02_t03.dart
index c619467..b53fbd4 100644
--- a/Language/Generics/typedef_A02_t03.dart
+++ b/Language/Generics/typedef_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A03_t01.dart b/Language/Generics/typedef_A03_t01.dart
index e797035..f7448a3 100644
--- a/Language/Generics/typedef_A03_t01.dart
+++ b/Language/Generics/typedef_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t01.dart b/Language/Generics/typedef_A04_t01.dart
index e5e06bc..3d1e05f 100644
--- a/Language/Generics/typedef_A04_t01.dart
+++ b/Language/Generics/typedef_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t02.dart b/Language/Generics/typedef_A04_t02.dart
index 9955f29..6a5915d 100644
--- a/Language/Generics/typedef_A04_t02.dart
+++ b/Language/Generics/typedef_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t03.dart b/Language/Generics/typedef_A04_t03.dart
index 3e1fd77..8a7e326 100644
--- a/Language/Generics/typedef_A04_t03.dart
+++ b/Language/Generics/typedef_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t04.dart b/Language/Generics/typedef_A04_t04.dart
index 3805b48..17022aa 100644
--- a/Language/Generics/typedef_A04_t04.dart
+++ b/Language/Generics/typedef_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t05.dart b/Language/Generics/typedef_A04_t05.dart
index afb7345..6334fbf 100644
--- a/Language/Generics/typedef_A04_t05.dart
+++ b/Language/Generics/typedef_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t06.dart b/Language/Generics/typedef_A04_t06.dart
index 9a36a33..1eca153 100644
--- a/Language/Generics/typedef_A04_t06.dart
+++ b/Language/Generics/typedef_A04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t07.dart b/Language/Generics/typedef_A04_t07.dart
index aabc830..37d53f8 100644
--- a/Language/Generics/typedef_A04_t07.dart
+++ b/Language/Generics/typedef_A04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t08.dart b/Language/Generics/typedef_A04_t08.dart
index f33bf02..a6316b2 100644
--- a/Language/Generics/typedef_A04_t08.dart
+++ b/Language/Generics/typedef_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A04_t09.dart b/Language/Generics/typedef_A04_t09.dart
index 02fb89e..6f54b76 100644
--- a/Language/Generics/typedef_A04_t09.dart
+++ b/Language/Generics/typedef_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A05_t01.dart b/Language/Generics/typedef_A05_t01.dart
index be67bf1..6ae59f2 100644
--- a/Language/Generics/typedef_A05_t01.dart
+++ b/Language/Generics/typedef_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A05_t02.dart b/Language/Generics/typedef_A05_t02.dart
index 4403380..98c3f49 100644
--- a/Language/Generics/typedef_A05_t02.dart
+++ b/Language/Generics/typedef_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A05_t03.dart b/Language/Generics/typedef_A05_t03.dart
index ab1e961..983317b 100644
--- a/Language/Generics/typedef_A05_t03.dart
+++ b/Language/Generics/typedef_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A05_t04.dart b/Language/Generics/typedef_A05_t04.dart
index e91d800..ec914aa 100644
--- a/Language/Generics/typedef_A05_t04.dart
+++ b/Language/Generics/typedef_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A05_t05.dart b/Language/Generics/typedef_A05_t05.dart
index 35cc3c1..29403e8 100644
--- a/Language/Generics/typedef_A05_t05.dart
+++ b/Language/Generics/typedef_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t01.dart b/Language/Generics/typedef_A06_t01.dart
index 075b82d..efd65da 100644
--- a/Language/Generics/typedef_A06_t01.dart
+++ b/Language/Generics/typedef_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t02.dart b/Language/Generics/typedef_A06_t02.dart
index ba10dfb..1ad48e9 100644
--- a/Language/Generics/typedef_A06_t02.dart
+++ b/Language/Generics/typedef_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t03.dart b/Language/Generics/typedef_A06_t03.dart
index 479ffab..95d64c9 100644
--- a/Language/Generics/typedef_A06_t03.dart
+++ b/Language/Generics/typedef_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t04.dart b/Language/Generics/typedef_A06_t04.dart
index eef8ec5..4c606a9 100644
--- a/Language/Generics/typedef_A06_t04.dart
+++ b/Language/Generics/typedef_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t05.dart b/Language/Generics/typedef_A06_t05.dart
index 94b87e3..81e0742 100644
--- a/Language/Generics/typedef_A06_t05.dart
+++ b/Language/Generics/typedef_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t06.dart b/Language/Generics/typedef_A06_t06.dart
index 3910148..76c0f85 100644
--- a/Language/Generics/typedef_A06_t06.dart
+++ b/Language/Generics/typedef_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t07.dart b/Language/Generics/typedef_A06_t07.dart
index b82f72e..a8d7248 100644
--- a/Language/Generics/typedef_A06_t07.dart
+++ b/Language/Generics/typedef_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t08.dart b/Language/Generics/typedef_A06_t08.dart
index a838bc3..8f4cc28 100644
--- a/Language/Generics/typedef_A06_t08.dart
+++ b/Language/Generics/typedef_A06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t09.dart b/Language/Generics/typedef_A06_t09.dart
index 5ff8ea2..cf6d2db 100644
--- a/Language/Generics/typedef_A06_t09.dart
+++ b/Language/Generics/typedef_A06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t10.dart b/Language/Generics/typedef_A06_t10.dart
index eefdc14..58fb366 100644
--- a/Language/Generics/typedef_A06_t10.dart
+++ b/Language/Generics/typedef_A06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t11.dart b/Language/Generics/typedef_A06_t11.dart
index 03da365..ec923fa 100644
--- a/Language/Generics/typedef_A06_t11.dart
+++ b/Language/Generics/typedef_A06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t12.dart b/Language/Generics/typedef_A06_t12.dart
index d6690f9..99cb441 100644
--- a/Language/Generics/typedef_A06_t12.dart
+++ b/Language/Generics/typedef_A06_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t13.dart b/Language/Generics/typedef_A06_t13.dart
index e0c2afc..9031ccb 100644
--- a/Language/Generics/typedef_A06_t13.dart
+++ b/Language/Generics/typedef_A06_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A06_t14.dart b/Language/Generics/typedef_A06_t14.dart
index dca3c45..f8e0f04 100644
--- a/Language/Generics/typedef_A06_t14.dart
+++ b/Language/Generics/typedef_A06_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A07_t01.dart b/Language/Generics/typedef_A07_t01.dart
index 0e6e8ab..fa447be 100644
--- a/Language/Generics/typedef_A07_t01.dart
+++ b/Language/Generics/typedef_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A07_t02.dart b/Language/Generics/typedef_A07_t02.dart
index 69fcbe4..2cad36b 100644
--- a/Language/Generics/typedef_A07_t02.dart
+++ b/Language/Generics/typedef_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A07_t03.dart b/Language/Generics/typedef_A07_t03.dart
index 7668a2a..2f190e4 100644
--- a/Language/Generics/typedef_A07_t03.dart
+++ b/Language/Generics/typedef_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A08_t01.dart b/Language/Generics/typedef_A08_t01.dart
index f548e58..1c44224 100644
--- a/Language/Generics/typedef_A08_t01.dart
+++ b/Language/Generics/typedef_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A08_t02.dart b/Language/Generics/typedef_A08_t02.dart
index c884044..e529c50 100644
--- a/Language/Generics/typedef_A08_t02.dart
+++ b/Language/Generics/typedef_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A08_t03.dart b/Language/Generics/typedef_A08_t03.dart
index 243c9a5..6a349a1 100644
--- a/Language/Generics/typedef_A08_t03.dart
+++ b/Language/Generics/typedef_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A08_t04.dart b/Language/Generics/typedef_A08_t04.dart
index 496fb98..74c0460 100644
--- a/Language/Generics/typedef_A08_t04.dart
+++ b/Language/Generics/typedef_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type alias is a declaration [D] of one of the following
  * forms:
diff --git a/Language/Generics/typedef_A09_t01.dart b/Language/Generics/typedef_A09_t01.dart
index 39e5ea7..3d164df 100644
--- a/Language/Generics/typedef_A09_t01.dart
+++ b/Language/Generics/typedef_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A09_t02.dart b/Language/Generics/typedef_A09_t02.dart
index c071def..d3255e7 100644
--- a/Language/Generics/typedef_A09_t02.dart
+++ b/Language/Generics/typedef_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A09_t03.dart b/Language/Generics/typedef_A09_t03.dart
index 5ffe091..d449dbc 100644
--- a/Language/Generics/typedef_A09_t03.dart
+++ b/Language/Generics/typedef_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A09_t04.dart b/Language/Generics/typedef_A09_t04.dart
index 6437e8b..d648cc6 100644
--- a/Language/Generics/typedef_A09_t04.dart
+++ b/Language/Generics/typedef_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A09_t05.dart b/Language/Generics/typedef_A09_t05.dart
index a095f5d..20e3441 100644
--- a/Language/Generics/typedef_A09_t05.dart
+++ b/Language/Generics/typedef_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A09_t06.dart b/Language/Generics/typedef_A09_t06.dart
index c1afffc..c405602 100644
--- a/Language/Generics/typedef_A09_t06.dart
+++ b/Language/Generics/typedef_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The requirement that satisfaction of the bounds on the formal type
  * parameters of a generic type alias [D] must imply satisfaction of all bounds
diff --git a/Language/Generics/typedef_A10_t01.dart b/Language/Generics/typedef_A10_t01.dart
index 2744f69..46313a2 100644
--- a/Language/Generics/typedef_A10_t01.dart
+++ b/Language/Generics/typedef_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/typedef_A10_t02.dart b/Language/Generics/typedef_A10_t02.dart
index e24eab3..d8fa775 100644
--- a/Language/Generics/typedef_A10_t02.dart
+++ b/Language/Generics/typedef_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Generics/typedef_A10_t03.dart b/Language/Generics/typedef_A10_t03.dart
index fc97076..e952234 100644
--- a/Language/Generics/typedef_A10_t03.dart
+++ b/Language/Generics/typedef_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A generic type is a type which is introduced by a generic class
  * declaration or a generic type alias, or it is the type [FutureOr].
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t01.dart
index 43b7756..662d8c5 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t02.dart
index b9bc90d..c88bd76 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t03.dart
index 0e1ebad..a7d8ffe 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t04.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t04.dart
index f65d7da..cd94b05 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t04.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t05.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t05.dart
index 4eed4a1..c60cb3b 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t05.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t06.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t06.dart
index c2060b8..9c0e439 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t06.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t07.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t07.dart
index b1d2a38..bbb3c55 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t07.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t08.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t08.dart
index 6c92e39..23b727a 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t08.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t09.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t09.dart
index 68438a6..30ed0aa 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t09.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t10.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t10.dart
index 474ce59..73c1250 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t10.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t11.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t11.dart
index 01892ea..70613d7 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t11.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t12.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t12.dart
index 225995a..07a270d 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t12.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t13.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t13.dart
index 4fc3b12..eccf53f 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t13.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t14.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t14.dart
index 8e70b30..cb5e8e2 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t14.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t01.dart
index 00725ac..3580c40 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interface I inherits any members of its superinterfaces that
  * are not overridden by members declared in I.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t02.dart
index 7964c68..307a424 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interface I inherits any members of its superinterfaces that
  * are not overridden by members declared in I.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t03.dart
index fae9215..555c5e2 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An interface I inherits any members of its superinterfaces that
  * are not overridden by members declared in I.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t04.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t04.dart
index 7f4bf6b..1fa94c8 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t04.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/not_overriden_members_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An interface I inherits any members of its superinterfaces that
  * are not overridden by members declared in I.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t01.dart
index 734d967..99d5821 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t02.dart
index a8cd34e..f1a52c6 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t03.dart
index 2b5fa77..a65a478 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t04.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t04.dart
index a011d99..e1dcdda 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t04.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t01.dart
index 2ec6fb9..10eedc2 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t02.dart
index 499a462..20ba572 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t03.dart
index 1df130a..1140788 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t04.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t04.dart
index 7596254..bc1e4ed 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t04.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t05.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t05.dart
index 3450087..b1f1248 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t05.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t06.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t06.dart
index 2944a99..e2d2c18 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t06.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t07.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t07.dart
index cd50619..8ff30f1 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t07.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t08.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t08.dart
index c85502c..c36836e 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t08.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t09.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t09.dart
index 6100d53..b92ef8a 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t09.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t10.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t10.dart
index 6bd2dfe..491c637 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t10.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t11.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t11.dart
index c1a45e3..9e013d6 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t11.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t12.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t12.dart
index 7567369..6e9bf40 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t12.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_getters_type_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t01.dart
index 5b1d65e..d4a2e15 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t02.dart
index 19b5368..06ce3ad 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t03.dart
index a80239c..71c5e38 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_members_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We define inherited(J, K) to be
  * the set of members m such that all of the following hold:
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01.dart
index cb35cd0..b26b1e7 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if m is a method and m' is a getter, or
  * if m is a getter and m' is a method.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t02.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t02.dart
index e8d0b13..ecfb58e 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t02.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if m is a method and m' is a getter, or
  * if m is a getter and m' is a method.
diff --git a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t03.dart b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t03.dart
index a0e02c5..5ea5558 100644
--- a/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t03.dart
+++ b/Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error if m is a method and m' is a getter, or
  * if m is a getter and m' is a method.
diff --git a/Language/Interfaces/Superinterfaces/definition_t01.dart b/Language/Interfaces/Superinterfaces/definition_t01.dart
index 0393e47..cf3131a 100644
--- a/Language/Interfaces/Superinterfaces/definition_t01.dart
+++ b/Language/Interfaces/Superinterfaces/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interface has a set of direct superinterfaces.
  * An interface J is a superinterface of an interface I iff either J is a
diff --git a/Language/Interfaces/Superinterfaces/definition_t03.dart b/Language/Interfaces/Superinterfaces/definition_t03.dart
index dd86e63..a45260ab3 100644
--- a/Language/Interfaces/Superinterfaces/definition_t03.dart
+++ b/Language/Interfaces/Superinterfaces/definition_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An interface has a set of direct superinterfaces.

  * An interface J is a superinterface of an interface I iff either J is a

diff --git a/Language/Interfaces/Superinterfaces/definition_t04.dart b/Language/Interfaces/Superinterfaces/definition_t04.dart
index 76c3fee..df20dfa 100644
--- a/Language/Interfaces/Superinterfaces/definition_t04.dart
+++ b/Language/Interfaces/Superinterfaces/definition_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An interface has a set of direct superinterfaces.

  * An interface J is a superinterface of an interface I iff either J is a

diff --git a/Language/Interfaces/Superinterfaces/definition_t05.dart b/Language/Interfaces/Superinterfaces/definition_t05.dart
index bcba2df..740cae9 100644
--- a/Language/Interfaces/Superinterfaces/definition_t05.dart
+++ b/Language/Interfaces/Superinterfaces/definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An interface has a set of direct superinterfaces.
  * An interface J is a superinterface of an interface I iff either J is a
diff --git a/Language/Interfaces/Superinterfaces/definition_t06.dart b/Language/Interfaces/Superinterfaces/definition_t06.dart
index 0b37a92..a2d285e 100644
--- a/Language/Interfaces/Superinterfaces/definition_t06.dart
+++ b/Language/Interfaces/Superinterfaces/definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An interface has a set of direct superinterfaces.
  * An interface J is a superinterface of an interface I iff either J is a
diff --git a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t01.dart b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t01.dart
index 8e1d721..6bb37b9 100644
--- a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t01.dart
+++ b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an interface is a superinterface

  * of itself.

diff --git a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t02.dart b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t02.dart
index 07d4f4b..37c53e5 100644
--- a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t02.dart
+++ b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an interface is a superinterface

  * of itself.

diff --git a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t03.dart b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t03.dart
index ed011ab..204fc78 100644
--- a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t03.dart
+++ b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if an interface is a superinterface

  * of itself.

diff --git a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t04.dart b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t04.dart
index 0e0082e..8043fa3 100644
--- a/Language/Interfaces/Superinterfaces/superinterface_of_itself_t04.dart
+++ b/Language/Interfaces/Superinterfaces/superinterface_of_itself_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an interface is a superinterface
  * of itself.
diff --git a/Language/Libraries_and_Scripts/Exports/implicit_hide_t01.dart b/Language/Libraries_and_Scripts/Exports/implicit_hide_t01.dart
index 8249653..5732153 100644
--- a/Language/Libraries_and_Scripts/Exports/implicit_hide_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/implicit_hide_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N would be
  * introduced into the exported namespace of L by exports of two libraries, L1
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01.dart
index a6a4e8b..517f89f 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the specified URI does not refer
  * to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib.dart
index df31dbb..47f8c4f 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Export_test_lib;
 export "invalid_uri_t01_lib2.dart";
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib2.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib2.dart
index 8e09c2b..e388117 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib2.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t01_lib2.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 var foo = 1;
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t02.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t02.dart
index de03d28..c64cdb2 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the specified URI does not refer
  * to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t03.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t03.dart
index 2dbb4da..a696fb0 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t03.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the specified URI does not refer
  * to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Exports/invalid_uri_t03_part.dart b/Language/Libraries_and_Scripts/Exports/invalid_uri_t03_part.dart
index dd62cb3..87dd751 100644
--- a/Language/Libraries_and_Scripts/Exports/invalid_uri_t03_part.dart
+++ b/Language/Libraries_and_Scripts/Exports/invalid_uri_t03_part.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of my_lib;
 
diff --git a/Language/Libraries_and_Scripts/Exports/public_namespace_t01.dart b/Language/Libraries_and_Scripts/Exports/public_namespace_t01.dart
index e4f39d3..50a3752 100644
--- a/Language/Libraries_and_Scripts/Exports/public_namespace_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/public_namespace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library always exports all names and all declarations in its
  * public namespace. In addition, a library may choose to re-export additional
diff --git a/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib.dart b/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib.dart
index 1b7b40f..66f9764 100644
--- a/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A02_t01_lib;
 
diff --git a/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib2.dart b/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib2.dart
index 89cd239..4583abb 100644
--- a/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib2.dart
+++ b/Language/Libraries_and_Scripts/Exports/public_namespace_t01_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A02_t01_lib2;
 
diff --git a/Language/Libraries_and_Scripts/Exports/reexport__itself_t01.dart b/Language/Libraries_and_Scripts/Exports/reexport__itself_t01.dart
index e5561a5..cff2027 100644
--- a/Language/Libraries_and_Scripts/Exports/reexport__itself_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/reexport__itself_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For each entry mapping key k to declaration d in N Sn an entry
  * mapping k to d is added to the exported namespace of L unless a top-level
diff --git a/Language/Libraries_and_Scripts/Exports/reexport__itself_t02.dart b/Language/Libraries_and_Scripts/Exports/reexport__itself_t02.dart
index 55634ab..9d8fd51 100644
--- a/Language/Libraries_and_Scripts/Exports/reexport__itself_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/reexport__itself_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For each entry mapping key k to declaration d in N Sn an entry
  * mapping k to d is added to the exported namespace of L unless a top-level
diff --git a/Language/Libraries_and_Scripts/Exports/reexport_lib.dart b/Language/Libraries_and_Scripts/Exports/reexport_lib.dart
index fdd9e04..9e0de9a 100644
--- a/Language/Libraries_and_Scripts/Exports/reexport_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/reexport_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library Exports_A04_lib;
 
 export "reexport_lib_p1.dart";
diff --git a/Language/Libraries_and_Scripts/Exports/reexport_t01.dart b/Language/Libraries_and_Scripts/Exports/reexport_t01.dart
index 3bf9881..7ef3970 100644
--- a/Language/Libraries_and_Scripts/Exports/reexport_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/reexport_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a name N is re-exported by a library
  * L and N is introduced into the export namespace of L by more than one export.
diff --git a/Language/Libraries_and_Scripts/Exports/reexport_t02.dart b/Language/Libraries_and_Scripts/Exports/reexport_t02.dart
index 50aca9a..797ff85 100644
--- a/Language/Libraries_and_Scripts/Exports/reexport_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/reexport_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a name N is re-exported by a library

  * L and N is introduced into the export namespace of L by more than one export.

diff --git a/Language/Libraries_and_Scripts/Exports/same_name_t01.dart b/Language/Libraries_and_Scripts/Exports/same_name_t01.dart
index 20aae10..1558949 100644
--- a/Language/Libraries_and_Scripts/Exports/same_name_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/same_name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is not an error or warning to export two different libraries
  * with the same name
diff --git a/Language/Libraries_and_Scripts/Exports/same_name_t02.dart b/Language/Libraries_and_Scripts/Exports/same_name_t02.dart
index 3bf7db4..9d513d3 100644
--- a/Language/Libraries_and_Scripts/Exports/same_name_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/same_name_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a static warning to export two different libraries with the
  * same name unless their name is the empty string.
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t01.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t01.dart
index 2389521..93af998 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let E be an export directive that refers to a URI via the string
  * s1. Evaluation of E proceeds as follows:
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib.dart
index 0c464bf..177df71 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t01_lib;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib2.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib2.dart
index c6f852b..c8f9838 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib2.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t01_lib2;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib3.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib3.dart
index 81db8b7..c33c6e3 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib3.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t01_lib3.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t01_lib3;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02.dart
index 34c7891..7296acc 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let E be an export directive that refers to a URI via the string
  * s1. Evaluation of E proceeds as follows:
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib.dart
index bcb1b84..e5afa48 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t02_lib;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib2.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib2.dart
index e186048..29452fb 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib2.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t02_lib2;
 export "show_hide_t02_lib22.dart" show foo, bar, boo, badaboo hide bar hide C; // exports only foo and boo
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib22.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib22.dart
index 4c6bc6b..5d2d081 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib22.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t02_lib22;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib3.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib3.dart
index 33af3b7..b5fd7ba 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib3.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib3.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t02_lib3;
 export "show_hide_t02_lib33.dart" hide foo, boo show foo, bar, badaboo, C; // exports only bar and C
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib33.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib33.dart
index e3eca45..70843c9 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib33.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t02_lib33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_A03_t02_lib33;
 
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t03.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t03.dart
index 8c2da8a..0da4a3e 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t03.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let E be an export directive that refers to a URI via the string
  * s1. Evaluation of E proceeds as follows:
diff --git a/Language/Libraries_and_Scripts/Exports/show_hide_t04.dart b/Language/Libraries_and_Scripts/Exports/show_hide_t04.dart
index aaae968..e2601ab 100644
--- a/Language/Libraries_and_Scripts/Exports/show_hide_t04.dart
+++ b/Language/Libraries_and_Scripts/Exports/show_hide_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let E be an export directive that refers to a URI via the string
  * s1. Evaluation of E proceeds as follows:
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_lib.dart
index e9867e0..bc14ec9 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_lib;
 
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t01.dart b/Language/Libraries_and_Scripts/Exports/syntax_t01.dart
index f78e193..b892322 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library L exports a namespace, meaning that the declarations in

  * the namespace are made available to other libraries if they choose to import

diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t01_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t01_lib.dart
index 6511669..2c32806 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 #export "syntax_lib.dart";
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t02.dart b/Language/Libraries_and_Scripts/Exports/syntax_t02.dart
index 3f06070..9d21821 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t02_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t02_lib.dart
index 529800d..70e86ae 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t02_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export "syntax_lib.dart" show hide hide show;
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t03.dart b/Language/Libraries_and_Scripts/Exports/syntax_t03.dart
index 03dda58..1b2f156 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t03_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t03_lib.dart
index 14762db..be1ef56 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t03_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export "syntax_lib.dart" show hide, show;
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t04.dart b/Language/Libraries_and_Scripts/Exports/syntax_t04.dart
index 585c9e7..a70cc9d 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library L exports a namespace, meaning that the declarations in

  * the namespace are made available to other libraries if they choose to import

diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t04_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t04_lib.dart
index 7442414..27e4c65 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t04_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t04_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export "syntax_lib.dart" show;
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t05.dart b/Language/Libraries_and_Scripts/Exports/syntax_t05.dart
index 926099c..f11290f 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library L exports a namespace, meaning that the declarations in

  * the namespace are made available to other libraries if they choose to import

diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t05_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t05_lib.dart
index 7844e12..e2db3c3 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t05_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t05_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export "syntax_lib.dart" hide;
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t06.dart b/Language/Libraries_and_Scripts/Exports/syntax_t06.dart
index 5628818..586c6e1 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library L exports a namespace, meaning that the declarations in

  * the namespace are made available to other libraries if they choose to import

diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t06_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t06_lib.dart
index bc107d4..e88b84a 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t06_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t06_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export "syntax_lib.dart"
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t07.dart b/Language/Libraries_and_Scripts/Exports/syntax_t07.dart
index 3dc6421..3afc5f2 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t07_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t07_lib.dart
index c6064a8..2580615 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t07_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t07_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export 'syntax_lib.dart';
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t08.dart b/Language/Libraries_and_Scripts/Exports/syntax_t08.dart
index ce3ae21..9a8cafc 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t08_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t08_lib.dart
index 58d4f30..6879b0a 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t08_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t08_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export '''syntax_lib.dart''';
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t09.dart b/Language/Libraries_and_Scripts/Exports/syntax_t09.dart
index d2f606e..9e55c25 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t09_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t09_lib.dart
index c2f48f1..9536c9d 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t09_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t09_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export """syntax_lib.dart""";
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t10.dart b/Language/Libraries_and_Scripts/Exports/syntax_t10.dart
index 7745a2d..ccd6dbe 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t10_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t10_lib.dart
index 8d97c36..3b8fcab 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t10_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t10_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export r"syntax_lib.dart";
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t11.dart b/Language/Libraries_and_Scripts/Exports/syntax_t11.dart
index 5460cc5..1b27613 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t11_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t11_lib.dart
index 000339c..c301608 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t11_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t11_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export r'syntax_lib.dart';
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t12.dart b/Language/Libraries_and_Scripts/Exports/syntax_t12.dart
index edd633f..800ebaf 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t12_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t12_lib.dart
index d169128..61c5f5a 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t12_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t12_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export r"""syntax_lib.dart""";
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t13.dart b/Language/Libraries_and_Scripts/Exports/syntax_t13.dart
index 86efed2..3a05f03 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t13_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t13_lib.dart
index fdf1429..6b70188 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t13_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t13_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Exports_test_lib;
 export r'''syntax_lib.dart''';
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t14.dart b/Language/Libraries_and_Scripts/Exports/syntax_t14.dart
index d4bf84c..4fc3d26 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t14_lib.dart b/Language/Libraries_and_Scripts/Exports/syntax_t14_lib.dart
index 7cb9fb1..253e7a9 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t14_lib.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t14_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Export_test_lib;
 @meta @meta2() export "syntax_lib.dart";
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t15.dart b/Language/Libraries_and_Scripts/Exports/syntax_t15.dart
index 7cc158a..c0d6ecf 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Exports/syntax_t16.dart b/Language/Libraries_and_Scripts/Exports/syntax_t16.dart
index 04d9676..b3863fd 100644
--- a/Language/Libraries_and_Scripts/Exports/syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/Exports/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library L exports a namespace, meaning that the declarations in
  * the namespace are made available to other libraries if they choose to import
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t01.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t01.dart
index 372be46..d54fcd7 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t02.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t02.dart
index a95c8ee..64feff4 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t03.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t03.dart
index aa2f7f3..64eccd3 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t04.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t04.dart
index a08dc08..9edd365 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t04.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t05.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t05.dart
index 4880d8f..f030d1f 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t05.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/dart_core_t06.dart b/Language/Libraries_and_Scripts/Imports/dart_core_t06.dart
index e66bb72..db092ee 100644
--- a/Language/Libraries_and_Scripts/Imports/dart_core_t06.dart
+++ b/Language/Libraries_and_Scripts/Imports/dart_core_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The dart core library dart:core is implicitly imported into
  * every dart library other than itself via an import clause of the form
diff --git a/Language/Libraries_and_Scripts/Imports/deferred_import_t01.dart b/Language/Libraries_and_Scripts/Imports/deferred_import_t01.dart
index 34c8020..0b8d955 100644
--- a/Language/Libraries_and_Scripts/Imports/deferred_import_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/deferred_import_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/deferred_import_t02.dart b/Language/Libraries_and_Scripts/Imports/deferred_import_t02.dart
index 561ef48..da3c905 100644
--- a/Language/Libraries_and_Scripts/Imports/deferred_import_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/deferred_import_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/implicit_hide_t01.dart b/Language/Libraries_and_Scripts/Imports/implicit_hide_t01.dart
index 6839e93..e84e577 100644
--- a/Language/Libraries_and_Scripts/Imports/implicit_hide_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/implicit_hide_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N would be introduced
  * into the top level scope of L by imports of two libraries, L1 and L2, and the
diff --git a/Language/Libraries_and_Scripts/Imports/implicit_hide_t02.dart b/Language/Libraries_and_Scripts/Imports/implicit_hide_t02.dart
index ac73ee8..9c642d2 100644
--- a/Language/Libraries_and_Scripts/Imports/implicit_hide_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/implicit_hide_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N would be introduced
  * into the top level scope of L by imports of two libraries, L1 and L2, and the
diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01.dart
index ff52814..ed416ff 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the specified URI of a deferred import
  * does not refer to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02.dart
index bccae63..fe5b7a9 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static warning if the specified URI of a deferred import
  * does not refer to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03.dart
index 31b32b2..bc99210 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the specified URI of a deferred import
  * does not refer to a library declaration.
diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_t01.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_t01.dart
index 105a094..aa6e9a4 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a URI x where the declaration of an imported

  * library is to be found. It is a compile-time error if the specified URI does

diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_t01_part.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_t01_part.dart
index dd62cb3..87dd751 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_t01_part.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_t01_part.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of my_lib;
 
diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_t02.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_t02.dart
index e27321f..0a5ecf4 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a URI x where the declaration of an imported

  * library is to be found. It is a compile-time error if the specified URI does

diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_t03.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_t03.dart
index 451d02e..1bcb168 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a URI x where the declaration of an imported

  * library is to be found. It is a compile-time error if the specified URI does

diff --git a/Language/Libraries_and_Scripts/Imports/invalid_uri_t03_lib.dart b/Language/Libraries_and_Scripts/Imports/invalid_uri_t03_lib.dart
index f2de62e..659bddf 100644
--- a/Language/Libraries_and_Scripts/Imports/invalid_uri_t03_lib.dart
+++ b/Language/Libraries_and_Scripts/Imports/invalid_uri_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Not really a library
  * @author rodionov
diff --git a/Language/Libraries_and_Scripts/Imports/library_name_t01.dart b/Language/Libraries_and_Scripts/Imports/library_name_t01.dart
index a5f3bdc..65839e8 100644
--- a/Language/Libraries_and_Scripts/Imports/library_name_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/library_name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is not a compile-time error to import two different libraries
  * with the same name
diff --git a/Language/Libraries_and_Scripts/Imports/library_name_t02.dart b/Language/Libraries_and_Scripts/Imports/library_name_t02.dart
index fef46e0..99479d5 100644
--- a/Language/Libraries_and_Scripts/Imports/library_name_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/library_name_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a static warning to import two different libraries with

  * the same name unless their name is the empty string.

diff --git a/Language/Libraries_and_Scripts/Imports/library_name_t03.dart b/Language/Libraries_and_Scripts/Imports/library_name_t03.dart
index 14de7cb..4c1f5a2 100644
--- a/Language/Libraries_and_Scripts/Imports/library_name_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/library_name_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning to import two different libraries with the
  * same name unless their name is the empty string.
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t01.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t01.dart
index a1e880e..b807117 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t02.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t02.dart
index fd4c816..afda583 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t03.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t03.dart
index e58a691..86e4695 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t04.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t04.dart
index 5b68660..6d0b98b 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t04.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t05.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t05.dart
index 092df6d..2f30577 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t05.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t06.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t06.dart
index a6bf113..1be2674 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t06.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t07.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t07.dart
index 5100661..b8c9d78 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t07.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The current library is the library currently being compiled. The

  * import modifies the import namespace of the current library in a manner that

diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t08.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t08.dart
index d68dcb6..4f586d1 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t08.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The current library is the library currently being compiled. The

  * import modifies the import namespace of the current library in a manner that

diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t09.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t09.dart
index de2d347..2dc8961 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t09.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t10.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t10.dart
index cde1111..8cf1792 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t10.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t11.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t11.dart
index 957d737..7c7afee 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t11.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t12.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t12.dart
index 141eb17..147457e 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t12.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t13.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t13.dart
index 95f5e5c..97d6f15 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t13.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t14.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t14.dart
index 957226b..ccd3a38 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t14.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t15.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t15.dart
index 6d6d4b0..64a9e20 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t15.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t16.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t16.dart
index 4120bbb..a196091 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t16.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t17.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t17.dart
index 0b6fff1..d6ea861 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t17.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t18.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t18.dart
index 0236608..240dd80 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t18.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t19.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t19.dart
index 99e1670..8347c43 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t19.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t20.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t20.dart
index be90550..b51ead8 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t20.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t21.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t21.dart
index 2012d30..7ab3c07 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t21.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t22.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t22.dart
index 93fb129..ea35d22 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t22.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t23.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t23.dart
index 480cf9e..37ac8e8 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t23.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t24.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t24.dart
index c6997ef..16c3da5 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t24.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t25.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t25.dart
index a4de261..01a8327 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t25.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t26.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t26.dart
index e24f1f0..cf93113 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t26.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The current library is the library currently being compiled. The

  * import modifies the import namespace of the current library in a manner that

diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t27.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t27.dart
index f5c775f..12641a4 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t27.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t28.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t28.dart
index 723dfce..3ff34c2 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t28.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/namespace_changes_t29.dart b/Language/Libraries_and_Scripts/Imports/namespace_changes_t29.dart
index b465d92..e39d50b 100644
--- a/Language/Libraries_and_Scripts/Imports/namespace_changes_t29.dart
+++ b/Language/Libraries_and_Scripts/Imports/namespace_changes_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The current library is the library currently being compiled. The
  * import modifies the import namespace of the current library in a manner that
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t01.dart b/Language/Libraries_and_Scripts/Imports/same_name_t01.dart
index 1322a40..31dbe2c 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t02.dart b/Language/Libraries_and_Scripts/Imports/same_name_t02.dart
index ab777b4..62486da 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t03.dart b/Language/Libraries_and_Scripts/Imports/same_name_t03.dart
index 6b1257e..d6ea580 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t04.dart b/Language/Libraries_and_Scripts/Imports/same_name_t04.dart
index d7a77c4..933bc2b 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t04.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t05.dart b/Language/Libraries_and_Scripts/Imports/same_name_t05.dart
index ed41d33..92bcbd7 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t05.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t06.dart b/Language/Libraries_and_Scripts/Imports/same_name_t06.dart
index 5be76bb..36f31aa 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t06.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t07.dart b/Language/Libraries_and_Scripts/Imports/same_name_t07.dart
index 38472b4..fc13a08 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t07.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If a name N is referenced by a library L and N is introduced into

  * the top level scope L by more than one import, and not all the imports denote

diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t08.dart b/Language/Libraries_and_Scripts/Imports/same_name_t08.dart
index 68d7c30..971520e 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t08.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t09.dart b/Language/Libraries_and_Scripts/Imports/same_name_t09.dart
index 4902fd3..68893d4 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t09.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t10.dart b/Language/Libraries_and_Scripts/Imports/same_name_t10.dart
index 0b9966d..a931a3e 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t10.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t11.dart b/Language/Libraries_and_Scripts/Imports/same_name_t11.dart
index efc3402..7da068c 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t11.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t12.dart b/Language/Libraries_and_Scripts/Imports/same_name_t12.dart
index ab3930f7..9eb5b4d 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t12.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t13.dart b/Language/Libraries_and_Scripts/Imports/same_name_t13.dart
index 286db6f..61b948d 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t13.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t14.dart b/Language/Libraries_and_Scripts/Imports/same_name_t14.dart
index 14fc090..b1a5e9d 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t14.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t15.dart b/Language/Libraries_and_Scripts/Imports/same_name_t15.dart
index 8221d41..f3025e4 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t15.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t16.dart b/Language/Libraries_and_Scripts/Imports/same_name_t16.dart
index 2cf6397..191d95f 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t16.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t17.dart b/Language/Libraries_and_Scripts/Imports/same_name_t17.dart
index cbec7ee..7037113 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t17.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If a name N is referenced by a library L and N is introduced into

  * the top level scope L by more than one import, and not all the imports denote

diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t18.dart b/Language/Libraries_and_Scripts/Imports/same_name_t18.dart
index a076a5d..b70dce2 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t18.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t19.dart b/Language/Libraries_and_Scripts/Imports/same_name_t19.dart
index 8529092..b3961e5 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t19.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t20.dart b/Language/Libraries_and_Scripts/Imports/same_name_t20.dart
index ff8edf3..203df15 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t20.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t21.dart b/Language/Libraries_and_Scripts/Imports/same_name_t21.dart
index fd09d1b..ae93952 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t21.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t22.dart b/Language/Libraries_and_Scripts/Imports/same_name_t22.dart
index d078f85..85ea393 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t22.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If a name N is referenced by a library L and N is introduced into

  * the top level scope L by more than one import, and not all the imports denote

diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t23.dart b/Language/Libraries_and_Scripts/Imports/same_name_t23.dart
index 96daa41..873e88c 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t23.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion If a name N is referenced by a library L and N is introduced into

  * the top level scope L by more than one import, and not all the imports denote

diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t24.dart b/Language/Libraries_and_Scripts/Imports/same_name_t24.dart
index bbfb992..b49a93c 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t24.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t25.dart b/Language/Libraries_and_Scripts/Imports/same_name_t25.dart
index 31a17e3..3348cea 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t25.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t26.dart b/Language/Libraries_and_Scripts/Imports/same_name_t26.dart
index a4d5b62..4f6bf52 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t26.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t27.dart b/Language/Libraries_and_Scripts/Imports/same_name_t27.dart
index a7d81d1..d68f84f 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t27.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t28.dart b/Language/Libraries_and_Scripts/Imports/same_name_t28.dart
index 07bc35c..356ebac 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t28.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t29.dart b/Language/Libraries_and_Scripts/Imports/same_name_t29.dart
index e1f2b60..f2f26ef 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t29.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t30.dart b/Language/Libraries_and_Scripts/Imports/same_name_t30.dart
index c10f9d2..3fb6c91 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t30.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t31.dart b/Language/Libraries_and_Scripts/Imports/same_name_t31.dart
index c66a1a3..3228bdc 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t31.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t32.dart b/Language/Libraries_and_Scripts/Imports/same_name_t32.dart
index ece822a..2cd4f58 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t32.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t33.dart b/Language/Libraries_and_Scripts/Imports/same_name_t33.dart
index 339a672..3717a25 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t33.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t34.dart b/Language/Libraries_and_Scripts/Imports/same_name_t34.dart
index 0a5f6db..904ac31 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t34.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t35.dart b/Language/Libraries_and_Scripts/Imports/same_name_t35.dart
index aeb4600..c722582 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t35.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t35.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t36.dart b/Language/Libraries_and_Scripts/Imports/same_name_t36.dart
index 366d676..4cceb60 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t36.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t36.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t37.dart b/Language/Libraries_and_Scripts/Imports/same_name_t37.dart
index 905ea21..079f86e 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t37.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t37.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t38.dart b/Language/Libraries_and_Scripts/Imports/same_name_t38.dart
index 948523f..d586d98 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t38.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t38.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t39.dart b/Language/Libraries_and_Scripts/Imports/same_name_t39.dart
index a0a65f5..e0a453f 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t39.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t39.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/same_name_t40.dart b/Language/Libraries_and_Scripts/Imports/same_name_t40.dart
index fd9e454..74389ed 100644
--- a/Language/Libraries_and_Scripts/Imports/same_name_t40.dart
+++ b/Language/Libraries_and_Scripts/Imports/same_name_t40.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a name N is referenced by a library L and N is introduced into
  * the top level scope L by more than one import, and not all the imports denote
diff --git a/Language/Libraries_and_Scripts/Imports/static_type_t01.dart b/Language/Libraries_and_Scripts/Imports/static_type_t01.dart
index 0b15111..0f48849 100644
--- a/Language/Libraries_and_Scripts/Imports/static_type_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of the prefix object p is a unique interface type
  * that has those members whose names and signatures are listed above.
diff --git a/Language/Libraries_and_Scripts/Imports/static_type_t02.dart b/Language/Libraries_and_Scripts/Imports/static_type_t02.dart
index 04994e4..fd63af1 100644
--- a/Language/Libraries_and_Scripts/Imports/static_type_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of the prefix object p is a unique interface type
  * that has those members whose names and signatures are listed above.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t01.dart b/Language/Libraries_and_Scripts/Imports/syntax_t01.dart
index 7c2cd16..f31f5db 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t02.dart b/Language/Libraries_and_Scripts/Imports/syntax_t02.dart
index 31b44d1..221f909 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t03.dart b/Language/Libraries_and_Scripts/Imports/syntax_t03.dart
index f428e20..7a5d78b 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t04.dart b/Language/Libraries_and_Scripts/Imports/syntax_t04.dart
index d0bc599..2cd9985 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t05.dart b/Language/Libraries_and_Scripts/Imports/syntax_t05.dart
index 50a8014..bc84722 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t06.dart b/Language/Libraries_and_Scripts/Imports/syntax_t06.dart
index 51590e5..61ee62a 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t07.dart b/Language/Libraries_and_Scripts/Imports/syntax_t07.dart
index 6670c4c..f5a06c4 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t08.dart b/Language/Libraries_and_Scripts/Imports/syntax_t08.dart
index 67db27c..3f5081e 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t09.dart b/Language/Libraries_and_Scripts/Imports/syntax_t09.dart
index 064612f..5b6c914 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t10.dart b/Language/Libraries_and_Scripts/Imports/syntax_t10.dart
index b23c185..5ce8c9d 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t11.dart b/Language/Libraries_and_Scripts/Imports/syntax_t11.dart
index 9b3efe2..174a14a 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t12.dart b/Language/Libraries_and_Scripts/Imports/syntax_t12.dart
index c798800..e7f45ce 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t13.dart b/Language/Libraries_and_Scripts/Imports/syntax_t13.dart
index a8c8293..fbbadcb 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t14.dart b/Language/Libraries_and_Scripts/Imports/syntax_t14.dart
index 4be0dba..fccd77d 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t15.dart b/Language/Libraries_and_Scripts/Imports/syntax_t15.dart
index fa9a12b..1f39d64 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib1.dart b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib1.dart
index 3219b01..1f49486 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib1.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Imports_A01_t18_lib1;
 
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib2.dart b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib2.dart
index 703e659..21f7c96 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib2.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Imports_A01_t18_lib2;
 
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib3.dart b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib3.dart
index e9f594b..7d40b92 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib3.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib3.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Imports_A01_t18_lib3;
 
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib4.dart b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib4.dart
index efd4d20..20c7f65 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t15_lib4.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t15_lib4.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Imports_A01_t18_lib4;
 
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t16.dart b/Language/Libraries_and_Scripts/Imports/syntax_t16.dart
index baf4996..26f88a4 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t17.dart b/Language/Libraries_and_Scripts/Imports/syntax_t17.dart
index 9e1c351..dedae05 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t17.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t18.dart b/Language/Libraries_and_Scripts/Imports/syntax_t18.dart
index f638756..60808b9 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t18.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t19.dart b/Language/Libraries_and_Scripts/Imports/syntax_t19.dart
index 0af8a18..5aad3c3 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t19.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t20.dart b/Language/Libraries_and_Scripts/Imports/syntax_t20.dart
index bb18d01..7c9e3f3 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t20.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t21.dart b/Language/Libraries_and_Scripts/Imports/syntax_t21.dart
index de830a2..314bf01 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t21.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t22.dart b/Language/Libraries_and_Scripts/Imports/syntax_t22.dart
index 1a0b781..7f1a12f 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t22.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t23.dart b/Language/Libraries_and_Scripts/Imports/syntax_t23.dart
index f6841ef..736f458 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t23.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t24.dart b/Language/Libraries_and_Scripts/Imports/syntax_t24.dart
index f5411d3..c21b8d4 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t24.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t25.dart b/Language/Libraries_and_Scripts/Imports/syntax_t25.dart
index 9bed690..2880161 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t25.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t26.dart b/Language/Libraries_and_Scripts/Imports/syntax_t26.dart
index 82de22c..881e3d9 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t26.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t27.dart b/Language/Libraries_and_Scripts/Imports/syntax_t27.dart
index f7b7c60..2a1f1a1 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t27.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t27.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t28.dart b/Language/Libraries_and_Scripts/Imports/syntax_t28.dart
index b15334b..17577b9 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t28.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t29.dart b/Language/Libraries_and_Scripts/Imports/syntax_t29.dart
index 5b04cd0..78e70dd 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t29.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t30.dart b/Language/Libraries_and_Scripts/Imports/syntax_t30.dart
index 4612797..1c16d96 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t30.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t31.dart b/Language/Libraries_and_Scripts/Imports/syntax_t31.dart
index 3076d70..a357b84 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t31.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t32.dart b/Language/Libraries_and_Scripts/Imports/syntax_t32.dart
index 215b5a2..a71849f 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t32.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t33.dart b/Language/Libraries_and_Scripts/Imports/syntax_t33.dart
index ae4ed28..628681d 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t33.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t34.dart b/Language/Libraries_and_Scripts/Imports/syntax_t34.dart
index 50a1362..d326e6d 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t34.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t34.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t35.dart b/Language/Libraries_and_Scripts/Imports/syntax_t35.dart
index d042ff8..742bfc1 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t35.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t35.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t36.dart b/Language/Libraries_and_Scripts/Imports/syntax_t36.dart
index b687293..9a26267 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t36.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t36.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t37.dart b/Language/Libraries_and_Scripts/Imports/syntax_t37.dart
index 8cc025a..3055c99 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t37.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t37.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t38.dart b/Language/Libraries_and_Scripts/Imports/syntax_t38.dart
index b18e081..cc750d7 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t38.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t38.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t39.dart b/Language/Libraries_and_Scripts/Imports/syntax_t39.dart
index c6b0c3c..328c40f 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t39.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t39.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t40.dart b/Language/Libraries_and_Scripts/Imports/syntax_t40.dart
index 9cbf8aa..6339178 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t40.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t40.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t41.dart b/Language/Libraries_and_Scripts/Imports/syntax_t41.dart
index 60b44c3..fc8d0d8 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t41.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t41.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t42.dart b/Language/Libraries_and_Scripts/Imports/syntax_t42.dart
index d42a174..ed565d5 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t42.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t42.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t43.dart b/Language/Libraries_and_Scripts/Imports/syntax_t43.dart
index f8289c2..63761f3 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t43.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t43.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion An import specifies a library to be used in the scope of another

  * library.

diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t44.dart b/Language/Libraries_and_Scripts/Imports/syntax_t44.dart
index c4f5e58..1713bbf 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t44.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t44.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Imports/syntax_t45.dart b/Language/Libraries_and_Scripts/Imports/syntax_t45.dart
index 93378f6..1bbaadc 100644
--- a/Language/Libraries_and_Scripts/Imports/syntax_t45.dart
+++ b/Language/Libraries_and_Scripts/Imports/syntax_t45.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An import specifies a library to be used in the scope of another
  * library.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t01.dart b/Language/Libraries_and_Scripts/Parts/compilation_t01.dart
index 160b7d4..b5d6ebe 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t01.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Compiling a part directive of the form part s; causes the Dart

  * system to attempt to compile the contents of the URI that is the value of s.

diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t02.dart b/Language/Libraries_and_Scripts/Parts/compilation_t02.dart
index 099afbc..7665213 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t02.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a static warning if the referenced part declaration p names

  * a library other than the current library as the library to which p belongs.

diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t03.dart b/Language/Libraries_and_Scripts/Parts/compilation_t03.dart
index 1fb6d94..9349457 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t03.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t04.dart b/Language/Libraries_and_Scripts/Parts/compilation_t04.dart
index 2bd8106..c6e46ad 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t04.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t05.dart b/Language/Libraries_and_Scripts/Parts/compilation_t05.dart
index 5247ec5..f0c4e82 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t05.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t06.dart b/Language/Libraries_and_Scripts/Parts/compilation_t06.dart
index b4125fb..d6cd2f8 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t06.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t07.dart b/Language/Libraries_and_Scripts/Parts/compilation_t07.dart
index 1b433c8..d271870 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t07.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Compiling a part directive of the form part s; causes the Dart

  * system to attempt to compile the contents of the URI that is the value of s.

diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t08.dart b/Language/Libraries_and_Scripts/Parts/compilation_t08.dart
index 3565425..9deb9e4 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t08.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t09.dart b/Language/Libraries_and_Scripts/Parts/compilation_t09.dart
index 7191579..601054c 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t09.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t10.dart b/Language/Libraries_and_Scripts/Parts/compilation_t10.dart
index 8bc79c6..71bd36d 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t10.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t11.dart b/Language/Libraries_and_Scripts/Parts/compilation_t11.dart
index dd6f2aa..2efe686 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t11.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t12.dart b/Language/Libraries_and_Scripts/Parts/compilation_t12.dart
index b089c9d..f67a4ad 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t12.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t13.dart b/Language/Libraries_and_Scripts/Parts/compilation_t13.dart
index 8fa6c58..88bb875 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t13.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t14.dart b/Language/Libraries_and_Scripts/Parts/compilation_t14.dart
index 057580c..3cbae3f 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t14.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/compilation_t15.dart b/Language/Libraries_and_Scripts/Parts/compilation_t15.dart
index c2a7aa3..320b8ae 100644
--- a/Language/Libraries_and_Scripts/Parts/compilation_t15.dart
+++ b/Language/Libraries_and_Scripts/Parts/compilation_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Compiling a part directive of the form part s; causes the Dart
  * system to attempt to compile the contents of the URI that is the value of s.
diff --git a/Language/Libraries_and_Scripts/Parts/static_warning_t01.dart b/Language/Libraries_and_Scripts/Parts/static_warning_t01.dart
index f818660..c35052d 100644
--- a/Language/Libraries_and_Scripts/Parts/static_warning_t01.dart
+++ b/Language/Libraries_and_Scripts/Parts/static_warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the referenced part declaration p names
  * a library other than the current library as the library to which p belongs.
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t01.dart b/Language/Libraries_and_Scripts/Parts/syntax_t01.dart
index f41dc3f..195f52f 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t02.dart b/Language/Libraries_and_Scripts/Parts/syntax_t02.dart
index 8a86b10..aecb062 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t03.dart b/Language/Libraries_and_Scripts/Parts/syntax_t03.dart
index 7f70b42..a1df426 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t04.dart b/Language/Libraries_and_Scripts/Parts/syntax_t04.dart
index bacdd7d..7a0fd0e 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t05.dart b/Language/Libraries_and_Scripts/Parts/syntax_t05.dart
index c762632..bc48975 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t06.dart b/Language/Libraries_and_Scripts/Parts/syntax_t06.dart
index 1b60798..5f91116 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t07.dart b/Language/Libraries_and_Scripts/Parts/syntax_t07.dart
index 1913af9..c5e57fa 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Parts/syntax_t08.dart b/Language/Libraries_and_Scripts/Parts/syntax_t08.dart
index 7db0b83..fbc2d16 100644
--- a/Language/Libraries_and_Scripts/Parts/syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/Parts/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library may be divided into parts, each of which can be stored
  * in a separate location. A library identifies its parts by listing them via
diff --git a/Language/Libraries_and_Scripts/Scripts/library7.dart b/Language/Libraries_and_Scripts/Scripts/library7.dart
index 4378ce1..bc98b31 100644
--- a/Language/Libraries_and_Scripts/Scripts/library7.dart
+++ b/Language/Libraries_and_Scripts/Scripts/library7.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library library7;
 
 int i7 = 7;
diff --git a/Language/Libraries_and_Scripts/Scripts/library8.dart b/Language/Libraries_and_Scripts/Scripts/library8.dart
index e875014..89a8e55 100644
--- a/Language/Libraries_and_Scripts/Scripts/library8.dart
+++ b/Language/Libraries_and_Scripts/Scripts/library8.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library library8;
 import "library7.dart" as main;
 
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t01.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t01.dart
index 98b917b..c3fe93c 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t02.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t02.dart
index 4cf5a0d..d0f135d 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t03.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t03.dart
index 600d5b5..1d1510b 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t04.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t04.dart
index cac58e1..e728738 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t04.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t05.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t05.dart
index 69c986f..525b1ae 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t05.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t06.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t06.dart
index ffc83b9..5004a05 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t06.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_declaration_t07.dart b/Language/Libraries_and_Scripts/Scripts/main_declaration_t07.dart
index fcbd20b..973856d 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_declaration_t07.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_declaration_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01.dart
index d860fb2..9be3f8c 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t02.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t02.dart
index 2106806..357ec82 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03.dart
index d3010e1..1babaf7 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t04.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t04.dart
index 12ac8e9..f5f463f 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t04.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t05.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t05.dart
index 84862a1..b40050a 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t05.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t06.dart b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t06.dart
index 53d16b0..b158249 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t06.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation is free to provide additional arguments allowed
  * by the signature of main (the above rules ensure that the corresponding
diff --git a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t01.dart b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t01.dart
index 198ad29..2de7ab3 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t02.dart b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t02.dart
index 9d7c825..47f21af 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t03.dart b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t03.dart
index 53a761d..cd2ad42 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_parameter_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t01.dart b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t01.dart
index 0bfcfc9..65f81a2 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t02.dart b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t02.dart
index 3e18860..4251539 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03.dart b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03.dart
index 41b4021..aa4040b 100644
--- a/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main.
  * ...
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t01.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t01.dart
index 30256fe..4465c09 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t01.dart
@@ -1,11 +1,10 @@
 library Script_A01_t01;
 #! scripts tag    // error
 
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t02.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t02.dart
index 956fc9e..7b68d18 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t02.dart
@@ -1,10 +1,9 @@
 part "../Parts/part_0.dart";
 #! scripts tag    // error
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t03.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t03.dart
index 9f7d86e..cfece93 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t03.dart
@@ -1,11 +1,10 @@
 import "library1.dart";
 #! scripts tag    // error
 
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t04.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t04.dart
index 2686e8c..77d0993 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t04.dart
@@ -1,11 +1,10 @@
 class C {}

 #! scripts tag    // error

 

-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t05.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t05.dart
index b9b2a5e..76937bc 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t05.dart
@@ -1,9 +1,8 @@
 #! scripts tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t06.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t06.dart
index 7c6b916..3e272bc 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t06.dart
@@ -1,9 +1,8 @@
 #! scripts tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t07.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t07.dart
index 90d4bbe..8a46d65 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t07.dart
@@ -1,9 +1,8 @@
 #! scripts tag

-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t08.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t08.dart
index 82ec0cd..733a515 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t08.dart
@@ -1,9 +1,8 @@
 #! scripts tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t09.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t09.dart
index 12f29e3..9969675 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t09.dart
@@ -1,9 +1,8 @@
 #! scripts tag

-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t10.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t10.dart
index 181bf8f..58a75e6 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t10.dart
@@ -1,9 +1,8 @@
 #! scripts tag

-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t11.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t11.dart
index 64bcd94..b1db337 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t11.dart
@@ -1,9 +1,8 @@
 #! scripts tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t12.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t12.dart
index c1cd19d..f82b076 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t13.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t13.dart
index 8dc0360..d3192fe 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t13.dart
@@ -1,11 +1,10 @@
 #! script tag 1
 #! script tag 2
 
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t14.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t14.dart
index 32ab9f4..831d472 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t14.dart
@@ -1,9 +1,8 @@
 #! script tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t15.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t15.dart
index fae68d7..5b2e8a5 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t15.dart
@@ -1,9 +1,8 @@
 #! script tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t16.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t16.dart
index 6ceae5b..d770d64 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t16.dart
@@ -1,9 +1,8 @@
 #! script tag
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t17.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t17.dart
index e402724..3aaf97b 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t17.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/syntax_t18.dart b/Language/Libraries_and_Scripts/Scripts/syntax_t18.dart
index b87455b..0ee0c03 100644
--- a/Language/Libraries_and_Scripts/Scripts/syntax_t18.dart
+++ b/Language/Libraries_and_Scripts/Scripts/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_main_t01.dart b/Language/Libraries_and_Scripts/Scripts/top_level_main_t01.dart
index d9cef9f..c3641d7 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_main_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_main_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a run time error if S does not declare or export either:
  * • A top-level function named main, or
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_main_t02.dart b/Language/Libraries_and_Scripts/Scripts/top_level_main_t02.dart
index e7120cb..46cb244 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_main_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_main_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a run time error if S does not declare or export either:
  * • A top-level function named main, or
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_main_t03.dart b/Language/Libraries_and_Scripts/Scripts/top_level_main_t03.dart
index 05f3556..f9e9003 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_main_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_main_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a run time error if S does not declare or export either:
  * • A top-level function named main, or
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_main_t04.dart b/Language/Libraries_and_Scripts/Scripts/top_level_main_t04.dart
index 33253b4..99a3f9b 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_main_t04.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_main_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a run time error if S does not declare or export either:
  * • A top-level function named main, or
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_main_t05.dart b/Language/Libraries_and_Scripts/Scripts/top_level_main_t05.dart
index 62ed03b..03a0e81 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_main_t05.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_main_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let L be a library that exports a declaration D named main. It is
  * a compile-time error unless D is a function declaration.
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01.dart
index 1181636..72a9e08 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t02.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t02.dart
index c6b712a..7692ac7 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t03.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t03.dart
index 0ad5848..043311d 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t04.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t04.dart
index 435acec..0b98bc9 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t05.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t05.dart
index 4c3d915..e83be67 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t06.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t06.dart
index c7dd436..74f477c 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t07.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t07.dart
index 95df52b..8be7ae6 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t08.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t08.dart
index a50430e..c8adf9b 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t09.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t09.dart
index 2778a34..8432fc4 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t10.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t10.dart
index 488cb64..79e7a46 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t11.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t11.dart
index bae3244..6a3332f 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t12.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t12.dart
index 4dda13b..b63c395 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t13.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t13.dart
index 4a2ad0c..288e25d 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t14.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t14.dart
index 39f8f05..8e157f6 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t15.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t15.dart
index 20dec3e..f828d7c 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t16.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t16.dart
index 006f025..acf9a4f 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t17.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t17.dart
index f8241ca..7d48886 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t17.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A script is a library whose exported namespace includes a

  * top-level function main().

diff --git a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t18.dart b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t18.dart
index 6f70fe8..c818b70 100644
--- a/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t18.dart
+++ b/Language/Libraries_and_Scripts/Scripts/top_level_syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A script is a library whose exported namespace includes a
  * top-level function main().
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t01.dart b/Language/Libraries_and_Scripts/URIs/syntax_t01.dart
index 7f2a11e..b8afc4e 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t02.dart b/Language/Libraries_and_Scripts/URIs/syntax_t02.dart
index 8a22ca7..e92ad96 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t03.dart b/Language/Libraries_and_Scripts/URIs/syntax_t03.dart
index f48c456..a174fb2 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t04.dart b/Language/Libraries_and_Scripts/URIs/syntax_t04.dart
index f1a1ca2..96e58e3 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t05.dart b/Language/Libraries_and_Scripts/URIs/syntax_t05.dart
index 266d65c..b5d9dc8 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t06.dart b/Language/Libraries_and_Scripts/URIs/syntax_t06.dart
index c33ad17..6fdaa64 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t06_lib.dart b/Language/Libraries_and_Scripts/URIs/syntax_t06_lib.dart
index 6dec6e1..2a5912e 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t06_lib.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t06_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library URIs_A01;
 export """library1.dart""";
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t07.dart b/Language/Libraries_and_Scripts/URIs/syntax_t07.dart
index 948f3ad..4c0d719 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t07_lib.dart b/Language/Libraries_and_Scripts/URIs/syntax_t07_lib.dart
index f6fe0fd..225510d 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t07_lib.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t07_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library URIs_A01;
 export r"library1.dart";
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t08.dart b/Language/Libraries_and_Scripts/URIs/syntax_t08.dart
index d6c3d8a..f65191d 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t08_lib.dart b/Language/Libraries_and_Scripts/URIs/syntax_t08_lib.dart
index 8ae95f0..5db35be 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t08_lib.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t08_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library URIs_A01;
 export r'''library1.dart''';
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t09.dart b/Language/Libraries_and_Scripts/URIs/syntax_t09.dart
index d8b520f..260dab5 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t09_lib.dart b/Language/Libraries_and_Scripts/URIs/syntax_t09_lib.dart
index b3677cb..0a53fd3 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t09_lib.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t09_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library URIs_A01;
 export "library1" ".dart";
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t10.dart b/Language/Libraries_and_Scripts/URIs/syntax_t10.dart
index 4b35cd7..da65527 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t10_lib.dart b/Language/Libraries_and_Scripts/URIs/syntax_t10_lib.dart
index 1d041ee..a1fe170 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t10_lib.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t10_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library URIs_A01;
 export '''library1''' '''.dart''';
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t11.dart b/Language/Libraries_and_Scripts/URIs/syntax_t11.dart
index 0bdcbdc..a223a6a 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t12.dart b/Language/Libraries_and_Scripts/URIs/syntax_t12.dart
index f933a0c..1ffb386 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t13.dart b/Language/Libraries_and_Scripts/URIs/syntax_t13.dart
index 6e3f0ce..9c3b87d 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t14.dart b/Language/Libraries_and_Scripts/URIs/syntax_t14.dart
index e65a461..1abe9e9 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/URIs/syntax_t15.dart b/Language/Libraries_and_Scripts/URIs/syntax_t15.dart
index c78d295..26540e4 100644
--- a/Language/Libraries_and_Scripts/URIs/syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/URIs/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion URIs are specified by means of string literals:
  * uri:
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t01.dart b/Language/Libraries_and_Scripts/definition_syntax_t01.dart
index 2f1a256..322a4b4 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t01_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t01_lib.dart
index b9a8463..cb7a50b 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t01_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 library Definition_Syntax_t01_lib;
 library Definition_Syntax_t01_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t02.dart b/Language/Libraries_and_Scripts/definition_syntax_t02.dart
index d6df5e6..7179326 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion libraryDefinition:
  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t02_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t02_lib.dart
index 4aa8410..319a9de 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t02_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library Definition_Syntax_t02_lib;
 
 int libVar = 0;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t03.dart b/Language/Libraries_and_Scripts/definition_syntax_t03.dart
index b93f20a..9202def 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t03_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t03_lib.dart
index 0640610..93d3cb3 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t03_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 import 'definition_syntax_t02_lib.dart';
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t04.dart b/Language/Libraries_and_Scripts/definition_syntax_t04.dart
index cfb6c21..60998fc 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t04_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t04_lib.dart
index 1e463ec..e1eb281 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t04_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t04_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part "definition_syntax_t04_lib_p1.dart";
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t04_lib_p1.dart b/Language/Libraries_and_Scripts/definition_syntax_t04_lib_p1.dart
index 279644a..4b16358 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t04_lib_p1.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t04_lib_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 //library definition_syntax_t04_lib_p1; // unnecessary?
 part of Definition_Syntax_t04_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t05.dart b/Language/Libraries_and_Scripts/definition_syntax_t05.dart
index b2ceb22..312e572 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t05_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t05_lib.dart
index bf18c97..14a3297 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t05_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t05_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Definition_Syntax_t05_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t06.dart b/Language/Libraries_and_Scripts/definition_syntax_t06.dart
index f5dfcb2..78b59c1 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t06_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t06_lib.dart
index bca6b27..f2dc3a7 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t06_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t06_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 var x = 1;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t07.dart b/Language/Libraries_and_Scripts/definition_syntax_t07.dart
index 1b80708..3903563 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t07_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t07_lib.dart
index 309b8cb..4d6adc2 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t07_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t07_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Definition_Syntax_t07_lib;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t07_lib_p1.dart b/Language/Libraries_and_Scripts/definition_syntax_t07_lib_p1.dart
index fe78253..265c29e 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t07_lib_p1.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t07_lib_p1.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Definition_Syntax_t07_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t08.dart b/Language/Libraries_and_Scripts/definition_syntax_t08.dart
index 17d98dd..f5b6c882 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t08_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t08_lib.dart
index 88200de..4eca31a 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t08_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t08_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Definition_Syntax_t08_lib;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t09.dart b/Language/Libraries_and_Scripts/definition_syntax_t09.dart
index c0c2c00..c3f661b 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t09_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t09_lib.dart
index 1c7dc12..cd94fb7 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t09_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t09_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Definition_Syntax_t09_lib;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t09_lib_p1.dart b/Language/Libraries_and_Scripts/definition_syntax_t09_lib_p1.dart
index cfe0ca3..8402bf3 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t09_lib_p1.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t09_lib_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Definition_Syntax_t09_lib;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t10.dart b/Language/Libraries_and_Scripts/definition_syntax_t10.dart
index d1a861a..f9091e4 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t10_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t10_lib.dart
index 46f767d..160166f 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t10_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t10_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Definition_Syntax_t10_lib;
 library Definition_Syntax_t10_lib_too;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t11.dart b/Language/Libraries_and_Scripts/definition_syntax_t11.dart
index 690e59f..22ac5fd 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion libraryDefinition:
  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t11_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t11_lib.dart
index a66afe9..6cff8ed 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t11_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t11_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Library_with_all_directives;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p1.dart b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p1.dart
index 0b33052..5fb58a2 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p1.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Library_with_all_directives;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p2.dart b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p2.dart
index 2526bea..cc78696 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p2.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Library_with_all_directives;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p3.dart b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p3.dart
index 8280ae6..9439c0b 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p3.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t11_lib_p3.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Library_with_all_directives;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t12.dart b/Language/Libraries_and_Scripts/definition_syntax_t12.dart
index 4379ece..8f496e1 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion libraryDefinition:
  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t12_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t12_lib.dart
index 5e10306..a64538f 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t12_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t12_lib.dart
@@ -1,9 +1,8 @@
 #!script
-/*
- * 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.
- */
+// 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.
+
 
 library foo;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13.dart b/Language/Libraries_and_Scripts/definition_syntax_t13.dart
index 88bc48e..bb62160 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion libraryDefinition:
  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p1.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p1.dart
index 496e1d1..5b206a2 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p1.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library library1;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p2.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p2.dart
index 26e4c43..529d87f 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p2.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library id1234567;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p3.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p3.dart
index 1c17b85..f49bff0 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p3.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p3.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library ___;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p4.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p4.dart
index b793560..b4fd402 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p4.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p4.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library lib.rary;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p5.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p5.dart
index bdc7ffb..7dfaa4c 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p5.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p5.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library id12.id34;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t13_p6.dart b/Language/Libraries_and_Scripts/definition_syntax_t13_p6.dart
index 838027b..705d109 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t13_p6.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t13_p6.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library ___._;
 
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t14.dart b/Language/Libraries_and_Scripts/definition_syntax_t14.dart
index bcc4eb9..2c3a8b2 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t14_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t14_lib.dart
index 84febc0..927c9d1 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t14_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t14_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 @meta library Libraries_and_Scripts_A03_t02_lib;
 
 const int meta = 1;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t15.dart b/Language/Libraries_and_Scripts/definition_syntax_t15.dart
index 35372d6..ef33da1 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t15_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t15_lib.dart
index 1865b80..47db362 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t15_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t15_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library (Libraries_and_Scripts_A03_t03_lib);
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t16.dart b/Language/Libraries_and_Scripts/definition_syntax_t16.dart
index d05b519..9c89e02 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion libraryDefinition:
  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t16_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t16_lib.dart
index e5106cd..f61c206 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t16_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t16_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 library Libraries_and_Scripts_A03_t04_lib
 
 int libVar = 1;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t17.dart b/Language/Libraries_and_Scripts/definition_syntax_t17.dart
index 979397e..4e4a897 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t17.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t17_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t17_lib.dart
index d31a151..6c664d8 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t17_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t17_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library "Libraries_and_Scripts_A03_t05_lib".trim();
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t18.dart b/Language/Libraries_and_Scripts/definition_syntax_t18.dart
index d4c104d..65bba29 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t18.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t18_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t18_lib.dart
index a349f39..f796952 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t18_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t18_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t19.dart b/Language/Libraries_and_Scripts/definition_syntax_t19.dart
index 99f16e1..2d8f489 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t19.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t19_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t19_lib.dart
index c6f662e..9767b4f 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t19_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t19_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library "Libraries_and_Scripts_A03_t07_lib";
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t20.dart b/Language/Libraries_and_Scripts/definition_syntax_t20.dart
index 4de6a0b..7e7560e 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t20.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t20_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t20_lib.dart
index d1d774d..cfe5e52 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t20_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t20_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library 'Libraries_and_Scripts_A03_t08_lib';
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t21.dart b/Language/Libraries_and_Scripts/definition_syntax_t21.dart
index 02485d7..ca04e1b 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t21.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t21_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t21_lib.dart
index 396e1dc..d03d082 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t21_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t21_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library 5 + 12;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t22.dart b/Language/Libraries_and_Scripts/definition_syntax_t22.dart
index a4d651b..8628e57 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t22.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t22_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t22_lib.dart
index 8b7dc61..eb5c657 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t22_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t22_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library [Libraries_and_Scripts_A03_t10_lib];
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t23.dart b/Language/Libraries_and_Scripts/definition_syntax_t23.dart
index f24e795..d82844d 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t23.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t23_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t23_lib.dart
index 11a6ebb..db7a328 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t23_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t23_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library <Libraries_and_Scripts_A03_t11_lib>;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t24.dart b/Language/Libraries_and_Scripts/definition_syntax_t24.dart
index 44d7977..5ee4988 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t24.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t24.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t24_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t24_lib.dart
index 3bcc804..4127b72 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t24_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t24_lib.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library {Libraries_and_Scripts_A03_t12_lib};
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t25.dart b/Language/Libraries_and_Scripts/definition_syntax_t25.dart
index 4a0bfa0..3e4816b 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t25.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t25.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t25_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t25_lib.dart
index a6248f0..4589deb 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t25_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t25_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library '''Libraries_and_Scripts_A03_t13_lib''';
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t26.dart b/Language/Libraries_and_Scripts/definition_syntax_t26.dart
index 94d0af9..e73594e 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t26.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t26.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t26_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t26_lib.dart
index fd601e7..ffa7dcf 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t26_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t26_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library """Libraries_and_Scripts_A03_t14_lib""";
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t27.dart b/Language/Libraries_and_Scripts/definition_syntax_t27.dart
index 32aec7c..733a720 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t27.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t27.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t27_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t27_lib.dart
index c6a09f8..b0bde69 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t27_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t27_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library 13_Libraries_and_Scripts_A03_t15_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t28.dart b/Language/Libraries_and_Scripts/definition_syntax_t28.dart
index 85af330..142fe6c 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t28.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t28.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t29.dart b/Language/Libraries_and_Scripts/definition_syntax_t29.dart
index b90a000..6fa6754 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t29.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t29.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/definition_syntax_t29_lib.dart b/Language/Libraries_and_Scripts/definition_syntax_t29_lib.dart
index 4efa043..fdcaa4a 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t29_lib.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t29_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 library Libraries_унд_скриптз_A03_t15_lib;
diff --git a/Language/Libraries_and_Scripts/definition_syntax_t30.dart b/Language/Libraries_and_Scripts/definition_syntax_t30.dart
index 3d5502e..8c101fd 100644
--- a/Language/Libraries_and_Scripts/definition_syntax_t30.dart
+++ b/Language/Libraries_and_Scripts/definition_syntax_t30.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion libraryDefinition:

  *   scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*

diff --git a/Language/Libraries_and_Scripts/private_access_t01.dart b/Language/Libraries_and_Scripts/private_access_t01.dart
index 5ce6fc6..3a68b59 100644
--- a/Language/Libraries_and_Scripts/private_access_t01.dart
+++ b/Language/Libraries_and_Scripts/private_access_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Libraries are units of privacy. A private declaration declared
  * within a library L can only be accessed by code within L. Any attempt to
diff --git a/Language/Libraries_and_Scripts/private_access_t01_lib.dart b/Language/Libraries_and_Scripts/private_access_t01_lib.dart
index 7fd8fcb..f1aa3cd 100644
--- a/Language/Libraries_and_Scripts/private_access_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/private_access_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A05_t01_lib;
 
diff --git a/Language/Libraries_and_Scripts/private_access_t02.dart b/Language/Libraries_and_Scripts/private_access_t02.dart
index b3e005a..3b47efa 100644
--- a/Language/Libraries_and_Scripts/private_access_t02.dart
+++ b/Language/Libraries_and_Scripts/private_access_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Libraries are units of privacy. A private declaration declared
  * within a library L can only be accessed by code within L. Any attempt to
diff --git a/Language/Libraries_and_Scripts/private_access_t02_lib.dart b/Language/Libraries_and_Scripts/private_access_t02_lib.dart
index 2ee5e9e..393a2d5 100644
--- a/Language/Libraries_and_Scripts/private_access_t02_lib.dart
+++ b/Language/Libraries_and_Scripts/private_access_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A05_t02_lib;
 import "../../Utils/expect.dart";
diff --git a/Language/Libraries_and_Scripts/private_access_t03.dart b/Language/Libraries_and_Scripts/private_access_t03.dart
index f5e3275..11c2a48 100644
--- a/Language/Libraries_and_Scripts/private_access_t03.dart
+++ b/Language/Libraries_and_Scripts/private_access_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Libraries are units of privacy. A private declaration declared
  * within a library L can only be accessed by code within L. Any attempt to
diff --git a/Language/Libraries_and_Scripts/private_access_t03_lib.dart b/Language/Libraries_and_Scripts/private_access_t03_lib.dart
index 97f587c..5f9067a 100644
--- a/Language/Libraries_and_Scripts/private_access_t03_lib.dart
+++ b/Language/Libraries_and_Scripts/private_access_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A05_t03_lib;
 
diff --git a/Language/Libraries_and_Scripts/private_access_t04.dart b/Language/Libraries_and_Scripts/private_access_t04.dart
index 065fdae..78baf69 100644
--- a/Language/Libraries_and_Scripts/private_access_t04.dart
+++ b/Language/Libraries_and_Scripts/private_access_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Libraries are units of privacy. A private declaration declared
  * within a library L can only be accessed by code within L. Any attempt to
diff --git a/Language/Libraries_and_Scripts/private_access_t04_lib.dart b/Language/Libraries_and_Scripts/private_access_t04_lib.dart
index 60c3767..ee87508 100644
--- a/Language/Libraries_and_Scripts/private_access_t04_lib.dart
+++ b/Language/Libraries_and_Scripts/private_access_t04_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A05_t04_lib;
 
diff --git a/Language/Libraries_and_Scripts/private_access_t05.dart b/Language/Libraries_and_Scripts/private_access_t05.dart
index 1298872..48dd5be 100644
--- a/Language/Libraries_and_Scripts/private_access_t05.dart
+++ b/Language/Libraries_and_Scripts/private_access_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Libraries are units of privacy. A private declaration declared
  * within a library L can only be accessed by code within L. Any attempt to
diff --git a/Language/Libraries_and_Scripts/public_namespace_t01.dart b/Language/Libraries_and_Scripts/public_namespace_t01.dart
index 6008346..8433b7f 100644
--- a/Language/Libraries_and_Scripts/public_namespace_t01.dart
+++ b/Language/Libraries_and_Scripts/public_namespace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The public namespace of library L is the mapping that maps the
  * simple name of each public top level member m of L to m. The scope of a
diff --git a/Language/Libraries_and_Scripts/public_namespace_t01_lib.dart b/Language/Libraries_and_Scripts/public_namespace_t01_lib.dart
index e1214e0..aa1646a 100644
--- a/Language/Libraries_and_Scripts/public_namespace_t01_lib.dart
+++ b/Language/Libraries_and_Scripts/public_namespace_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A06_t01_lib;
 import "../../Utils/expect.dart";
diff --git a/Language/Libraries_and_Scripts/public_namespace_t01_p1_lib.dart b/Language/Libraries_and_Scripts/public_namespace_t01_p1_lib.dart
index 49f2b41..1b8ea74 100644
--- a/Language/Libraries_and_Scripts/public_namespace_t01_p1_lib.dart
+++ b/Language/Libraries_and_Scripts/public_namespace_t01_p1_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Libraries_and_Scripts_A06_t01_lib;
 
diff --git a/Language/Libraries_and_Scripts/public_namespace_t01_p2_lib.dart b/Language/Libraries_and_Scripts/public_namespace_t01_p2_lib.dart
index 0d3e311..2be1011 100644
--- a/Language/Libraries_and_Scripts/public_namespace_t01_p2_lib.dart
+++ b/Language/Libraries_and_Scripts/public_namespace_t01_p2_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of Libraries_and_Scripts_A06_t01_lib;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t01.dart b/Language/Libraries_and_Scripts/top_level_syntax_t01.dart
index 13fc015..a786917 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t01.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A library consists of (a possibly empty) set of imports, a set
  * of exports, and a set of top level declarations. A top level declaration
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t02.dart b/Language/Libraries_and_Scripts/top_level_syntax_t02.dart
index 46feceb..fe4a729 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t02.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t02_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t02_lib.dart
index eb928bd..3422ebd 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t02_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t02;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t03.dart b/Language/Libraries_and_Scripts/top_level_syntax_t03.dart
index 9f9a08c..a72b04a 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t03.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t03_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t03_lib.dart
index d74884f..b6a5c48 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t03_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t03_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t03;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t04.dart b/Language/Libraries_and_Scripts/top_level_syntax_t04.dart
index 4ec75fe..621233e 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t04.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t04_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t04_lib.dart
index e97d8fe..d583655 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t04_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t04_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t04;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t05.dart b/Language/Libraries_and_Scripts/top_level_syntax_t05.dart
index 5d696f5..b94b4f0 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t05.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t05_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t05_lib.dart
index e94051c..5d07743 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t05_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t05_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t05;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t06.dart b/Language/Libraries_and_Scripts/top_level_syntax_t06.dart
index 9bd086d..4a74cf4 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t06.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t06_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t06_lib.dart
index 176130c..3207089 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t06_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t06_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t06;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t07.dart b/Language/Libraries_and_Scripts/top_level_syntax_t07.dart
index ac5860c..a2133ec 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t07.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t07_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t07_lib.dart
index d9f876a..a4aafb9 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t07_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t07_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t07;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t08.dart b/Language/Libraries_and_Scripts/top_level_syntax_t08.dart
index d77fa32..e4a06c7 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t08.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t08_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t08_lib.dart
index 72a5b8b..fdd7247 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t08_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t08_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t08;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t09.dart b/Language/Libraries_and_Scripts/top_level_syntax_t09.dart
index df3121b..34c460d 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t09.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t09_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t09_lib.dart
index ad8e04b..f95c544 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t09_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t09_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t09;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t10.dart b/Language/Libraries_and_Scripts/top_level_syntax_t10.dart
index c1063fb..212a408 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t10.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t10_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t10_lib.dart
index 25b4008..71ef333 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t10_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t10_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t10;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t11.dart b/Language/Libraries_and_Scripts/top_level_syntax_t11.dart
index e7dbc03..110920e 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t11.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t11_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t11_lib.dart
index 445facc..584a824 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t11_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t11_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t11;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t12.dart b/Language/Libraries_and_Scripts/top_level_syntax_t12.dart
index 5adf837..3046e37 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t12.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t12_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t12_lib.dart
index 45e48e0..abe65d1 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t12_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t12_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t12;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t13.dart b/Language/Libraries_and_Scripts/top_level_syntax_t13.dart
index 770abda..9c34a2b 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t13.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t13_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t13_lib.dart
index 1697bb4..5d15371 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t13_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t13_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t13;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t14.dart b/Language/Libraries_and_Scripts/top_level_syntax_t14.dart
index ae42057..a6ca787 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t14.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t14_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t14_lib.dart
index 9ecb172..40c8e52 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t14_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t14_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t14;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t15.dart b/Language/Libraries_and_Scripts/top_level_syntax_t15.dart
index ef4626c..ff7d4d1 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t15.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t15_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t15_lib.dart
index 9551c04..7b673e6 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t15_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t15_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t15;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t16.dart b/Language/Libraries_and_Scripts/top_level_syntax_t16.dart
index 9f905a9..7d7d6c1 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t16.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t16_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t16_lib.dart
index bb6709c..40b6279 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t16_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t16_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t16;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t17.dart b/Language/Libraries_and_Scripts/top_level_syntax_t17.dart
index 1b56971..aff778d 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t17.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t17_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t17_lib.dart
index 8e88494..48c525d 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t17_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t17_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t17;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t18.dart b/Language/Libraries_and_Scripts/top_level_syntax_t18.dart
index c2442d7..66b3803 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t18.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t18_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t18_lib.dart
index 06afa63..ab82f94 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t18_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t18_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t18;
 
diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t19.dart b/Language/Libraries_and_Scripts/top_level_syntax_t19.dart
index ea2ed01..f5b06ec 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t19.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library consists of (a possibly empty) set of imports, a set

  * of exports, and a set of top level declarations. A top level declaration

diff --git a/Language/Libraries_and_Scripts/top_level_syntax_t19_lib.dart b/Language/Libraries_and_Scripts/top_level_syntax_t19_lib.dart
index 144e316..6dfc9dd 100644
--- a/Language/Libraries_and_Scripts/top_level_syntax_t19_lib.dart
+++ b/Language/Libraries_and_Scripts/top_level_syntax_t19_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Libraries_and_Scripts_A01_t19;
 
diff --git a/Language/Metadata/before_export_lib1.dart b/Language/Metadata/before_export_lib1.dart
index c8a8d9b..b1da2d2 100644
--- a/Language/Metadata/before_export_lib1.dart
+++ b/Language/Metadata/before_export_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_export_lib1;
 
diff --git a/Language/Metadata/before_export_lib2.dart b/Language/Metadata/before_export_lib2.dart
index c4cb627..db2ffbd 100644
--- a/Language/Metadata/before_export_lib2.dart
+++ b/Language/Metadata/before_export_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_export_lib2;
 
diff --git a/Language/Metadata/before_export_lib3.dart b/Language/Metadata/before_export_lib3.dart
index 86c857e..0acdff5 100644
--- a/Language/Metadata/before_export_lib3.dart
+++ b/Language/Metadata/before_export_lib3.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 // SharedOptions=--enable-experiment=generic-metadata
 library before_export_lib3;
 
diff --git a/Language/Metadata/before_export_t01.dart b/Language/Metadata/before_export_t01.dart
index 6fbca3c..317ff7c 100644
--- a/Language/Metadata/before_export_t01.dart
+++ b/Language/Metadata/before_export_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Metadata can appear before  ...  export ...
  * @description Check that metadata is allowed before export directive
diff --git a/Language/Metadata/before_export_t02.dart b/Language/Metadata/before_export_t02.dart
index 82c9708..f546623 100644
--- a/Language/Metadata/before_export_t02.dart
+++ b/Language/Metadata/before_export_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Metadata can appear before  ...  export ...
  * @description Check that metadata is allowed before export directive
diff --git a/Language/Metadata/before_part_directive_lib.dart b/Language/Metadata/before_part_directive_lib.dart
index 57eaa78..aa02f1a 100644
--- a/Language/Metadata/before_part_directive_lib.dart
+++ b/Language/Metadata/before_part_directive_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_part_directive_lib;
 @Deprecated("") @X<int>(42)
diff --git a/Language/Metadata/before_part_directive_lib_part.dart b/Language/Metadata/before_part_directive_lib_part.dart
index 0079e95..dd89e22 100644
--- a/Language/Metadata/before_part_directive_lib_part.dart
+++ b/Language/Metadata/before_part_directive_lib_part.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 
 part of before_part_directive_lib;
 
diff --git a/Language/Metadata/before_part_directive_t01.dart b/Language/Metadata/before_part_directive_t01.dart
index 116056c..c51e365 100644
--- a/Language/Metadata/before_part_directive_t01.dart
+++ b/Language/Metadata/before_part_directive_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Metadata can appear before  ...  part directive ...
  * @description Check that metadata is allowed before part directive
diff --git a/Language/Metadata/before_part_header_lib1.dart b/Language/Metadata/before_part_header_lib1.dart
index 6fca084..ff9d846 100644
--- a/Language/Metadata/before_part_header_lib1.dart
+++ b/Language/Metadata/before_part_header_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_lib2;
 part 'before_part_header_lib1_p01.dart';
diff --git a/Language/Metadata/before_part_header_lib1_p01.dart b/Language/Metadata/before_part_header_lib1_p01.dart
index 9471fe1..8aa0b8d 100644
--- a/Language/Metadata/before_part_header_lib1_p01.dart
+++ b/Language/Metadata/before_part_header_lib1_p01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 @Deprecated('before_lib2_p01') @A<int>(42)
 part of before_lib2;
diff --git a/Language/Metadata/before_part_header_t01.dart b/Language/Metadata/before_part_header_t01.dart
index a718445..afdf310 100644
--- a/Language/Metadata/before_part_header_t01.dart
+++ b/Language/Metadata/before_part_header_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  part header ...
  * @description Check that metadata is allowed before part header
diff --git a/Language/Metadata/places_lib.dart b/Language/Metadata/places_lib.dart
index 764f14a..fbef513 100644
--- a/Language/Metadata/places_lib.dart
+++ b/Language/Metadata/places_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 
 @Deprecated('places_lib')
 library places_lib;
\ No newline at end of file
diff --git a/Language/Metadata/places_t01.dart b/Language/Metadata/places_t01.dart
index 6d2b8df..86bc9fd 100644
--- a/Language/Metadata/places_t01.dart
+++ b/Language/Metadata/places_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 // ignore: deprecated_member_use_from_same_package
 /**
  * @assertion
diff --git a/Language/Metadata/places_t02.dart b/Language/Metadata/places_t02.dart
index a454185..b9fb0ee 100644
--- a/Language/Metadata/places_t02.dart
+++ b/Language/Metadata/places_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  *  Metadata can appear before a library, part header, class, typedef, type
diff --git a/Language/Metadata/syntax_lib1.dart b/Language/Metadata/syntax_lib1.dart
index d078e59..d1c1fe3 100644
--- a/Language/Metadata/syntax_lib1.dart
+++ b/Language/Metadata/syntax_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library syntax_lib1;
 
diff --git a/Language/Metadata/syntax_lib2.dart b/Language/Metadata/syntax_lib2.dart
index 045c32d..ebe4bdb 100644
--- a/Language/Metadata/syntax_lib2.dart
+++ b/Language/Metadata/syntax_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library syntax_lib2;
 
diff --git a/Language/Metadata/syntax_t01.dart b/Language/Metadata/syntax_t01.dart
index 3838b06..dad132b 100644
--- a/Language/Metadata/syntax_t01.dart
+++ b/Language/Metadata/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t02.dart b/Language/Metadata/syntax_t02.dart
index 2126753..d896e43 100644
--- a/Language/Metadata/syntax_t02.dart
+++ b/Language/Metadata/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t03.dart b/Language/Metadata/syntax_t03.dart
index 4a38785..f9baffb 100644
--- a/Language/Metadata/syntax_t03.dart
+++ b/Language/Metadata/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t04.dart b/Language/Metadata/syntax_t04.dart
index 3385d23..23ede52 100644
--- a/Language/Metadata/syntax_t04.dart
+++ b/Language/Metadata/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t05.dart b/Language/Metadata/syntax_t05.dart
index e83e67c..6a2a234 100644
--- a/Language/Metadata/syntax_t05.dart
+++ b/Language/Metadata/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t06.dart b/Language/Metadata/syntax_t06.dart
index 03cc1cb..fae6475 100644
--- a/Language/Metadata/syntax_t06.dart
+++ b/Language/Metadata/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t07.dart b/Language/Metadata/syntax_t07.dart
index 8e022b7..4750895 100644
--- a/Language/Metadata/syntax_t07.dart
+++ b/Language/Metadata/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t08.dart b/Language/Metadata/syntax_t08.dart
index f9cba95..3970cd5 100644
--- a/Language/Metadata/syntax_t08.dart
+++ b/Language/Metadata/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t09.dart b/Language/Metadata/syntax_t09.dart
index 8e7eedb..5f3974d 100644
--- a/Language/Metadata/syntax_t09.dart
+++ b/Language/Metadata/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t10.dart b/Language/Metadata/syntax_t10.dart
index da19533..3cb1c68 100644
--- a/Language/Metadata/syntax_t10.dart
+++ b/Language/Metadata/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Metadata/syntax_t11.dart b/Language/Metadata/syntax_t11.dart
index 650160c..ebbad8e 100644
--- a/Language/Metadata/syntax_t11.dart
+++ b/Language/Metadata/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  *  metadata:
diff --git a/Language/Mixins/Mixin_Application/abstract_t01.dart b/Language/Mixins/Mixin_Application/abstract_t01.dart
index c122734..6e9f90d 100644
--- a/Language/Mixins/Mixin_Application/abstract_t01.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t02.dart b/Language/Mixins/Mixin_Application/abstract_t02.dart
index f8e5d62..34a9a90 100644
--- a/Language/Mixins/Mixin_Application/abstract_t02.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t03.dart b/Language/Mixins/Mixin_Application/abstract_t03.dart
index 79a1cd5..069daa0 100644
--- a/Language/Mixins/Mixin_Application/abstract_t03.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t04.dart b/Language/Mixins/Mixin_Application/abstract_t04.dart
index cd5c358..d5fbb67 100644
--- a/Language/Mixins/Mixin_Application/abstract_t04.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t05.dart b/Language/Mixins/Mixin_Application/abstract_t05.dart
index 7299b1a..7939752 100644
--- a/Language/Mixins/Mixin_Application/abstract_t05.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t06.dart b/Language/Mixins/Mixin_Application/abstract_t06.dart
index 5f3be12..9e0befd 100644
--- a/Language/Mixins/Mixin_Application/abstract_t06.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t07.dart b/Language/Mixins/Mixin_Application/abstract_t07.dart
index cde0cdc..adbdb83 100644
--- a/Language/Mixins/Mixin_Application/abstract_t07.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t08.dart b/Language/Mixins/Mixin_Application/abstract_t08.dart
index 9d1eb23..910f619 100644
--- a/Language/Mixins/Mixin_Application/abstract_t08.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t09.dart b/Language/Mixins/Mixin_Application/abstract_t09.dart
index 9405af3..cbcd200 100644
--- a/Language/Mixins/Mixin_Application/abstract_t09.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t10.dart b/Language/Mixins/Mixin_Application/abstract_t10.dart
index 648314b..049172f 100644
--- a/Language/Mixins/Mixin_Application/abstract_t10.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t11.dart b/Language/Mixins/Mixin_Application/abstract_t11.dart
index a29386c..fd24a2c 100644
--- a/Language/Mixins/Mixin_Application/abstract_t11.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t12.dart b/Language/Mixins/Mixin_Application/abstract_t12.dart
index 4fad486..94cdc53 100644
--- a/Language/Mixins/Mixin_Application/abstract_t12.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/abstract_t13.dart b/Language/Mixins/Mixin_Application/abstract_t13.dart
index 7ec5685..b0bb2f1 100644
--- a/Language/Mixins/Mixin_Application/abstract_t13.dart
+++ b/Language/Mixins/Mixin_Application/abstract_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The effect of a class definition of the form class C = M; or the
  * form class C<T1,...,Tn> = M; in library L is to introduce the name C into
diff --git a/Language/Mixins/Mixin_Application/deferred_lib.dart b/Language/Mixins/Mixin_Application/deferred_lib.dart
index 81843f8..7313a2c 100644
--- a/Language/Mixins/Mixin_Application/deferred_lib.dart
+++ b/Language/Mixins/Mixin_Application/deferred_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library deferred_lib;
 
 class A {
diff --git a/Language/Mixins/Mixin_Application/deferred_t01.dart b/Language/Mixins/Mixin_Application/deferred_t01.dart
index a242269..503768f 100644
--- a/Language/Mixins/Mixin_Application/deferred_t01.dart
+++ b/Language/Mixins/Mixin_Application/deferred_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the with clause of a mixin
  * application C includes a deferred type expression.
diff --git a/Language/Mixins/Mixin_Application/deferred_t02.dart b/Language/Mixins/Mixin_Application/deferred_t02.dart
index dbe72cc..2ca0dc0 100644
--- a/Language/Mixins/Mixin_Application/deferred_t02.dart
+++ b/Language/Mixins/Mixin_Application/deferred_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the with clause of a mixin
  * application C includes a deferred type expression.
diff --git a/Language/Mixins/Mixin_Application/deferred_t03.dart b/Language/Mixins/Mixin_Application/deferred_t03.dart
index 82a57bc..a37a2d4 100644
--- a/Language/Mixins/Mixin_Application/deferred_t03.dart
+++ b/Language/Mixins/Mixin_Application/deferred_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the with clause of a mixin
  * application C includes a deferred type expression.
diff --git a/Language/Mixins/Mixin_Application/error_t01.dart b/Language/Mixins/Mixin_Application/error_t01.dart
index 7eaf0b4..0fc6612 100644
--- a/Language/Mixins/Mixin_Application/error_t01.dart
+++ b/Language/Mixins/Mixin_Application/error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/error_t02.dart b/Language/Mixins/Mixin_Application/error_t02.dart
index 681d5fe..90b55a6 100644
--- a/Language/Mixins/Mixin_Application/error_t02.dart
+++ b/Language/Mixins/Mixin_Application/error_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/implicit_constructor_t01.dart b/Language/Mixins/Mixin_Application/implicit_constructor_t01.dart
index 6981c9e..f9c29b2 100644
--- a/Language/Mixins/Mixin_Application/implicit_constructor_t01.dart
+++ b/Language/Mixins/Mixin_Application/implicit_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For each generative constructor named
  * qi(Ti1 ai1,..., Tiki aiki), i ∈ 1..n of S, C has an implicitly declared
diff --git a/Language/Mixins/Mixin_Application/implicit_constructor_t02.dart b/Language/Mixins/Mixin_Application/implicit_constructor_t02.dart
index 45e7064..742a2b1 100644
--- a/Language/Mixins/Mixin_Application/implicit_constructor_t02.dart
+++ b/Language/Mixins/Mixin_Application/implicit_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion For each generative constructor named
  * qi(Ti1 ai1,..., Tiki aiki), i ∈ 1..n of S, C has an implicitly declared
diff --git a/Language/Mixins/Mixin_Application/implicit_constructor_t03.dart b/Language/Mixins/Mixin_Application/implicit_constructor_t03.dart
index 9b8f3c6..ec37c28 100644
--- a/Language/Mixins/Mixin_Application/implicit_constructor_t03.dart
+++ b/Language/Mixins/Mixin_Application/implicit_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For each generative constructor named
  * qi(Ti1 ai1,..., Tiki aiki), i ∈ 1..n of S, C has an implicitly declared
diff --git a/Language/Mixins/Mixin_Application/implicit_constructor_t04.dart b/Language/Mixins/Mixin_Application/implicit_constructor_t04.dart
index 4eb985c..03675fd 100644
--- a/Language/Mixins/Mixin_Application/implicit_constructor_t04.dart
+++ b/Language/Mixins/Mixin_Application/implicit_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For each generative constructor named
  * qi(Ti1 ai1,..., Tiki aiki), i ∈ 1..n of S, C has an implicitly declared
diff --git a/Language/Mixins/Mixin_Application/initializers_t01.dart b/Language/Mixins/Mixin_Application/initializers_t01.dart
index 581cf27..5a8efae 100644
--- a/Language/Mixins/Mixin_Application/initializers_t01.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/initializers_t02.dart b/Language/Mixins/Mixin_Application/initializers_t02.dart
index 3acd9b5..3975672 100644
--- a/Language/Mixins/Mixin_Application/initializers_t02.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/initializers_t03.dart b/Language/Mixins/Mixin_Application/initializers_t03.dart
index 12c1430..687e581 100644
--- a/Language/Mixins/Mixin_Application/initializers_t03.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/initializers_t04.dart b/Language/Mixins/Mixin_Application/initializers_t04.dart
index c2552bc..8d749fc 100644
--- a/Language/Mixins/Mixin_Application/initializers_t04.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/initializers_t05.dart b/Language/Mixins/Mixin_Application/initializers_t05.dart
index 74839ed..d7716c7 100644
--- a/Language/Mixins/Mixin_Application/initializers_t05.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/initializers_t06.dart b/Language/Mixins/Mixin_Application/initializers_t06.dart
index 19f33fe..bdc0b45 100644
--- a/Language/Mixins/Mixin_Application/initializers_t06.dart
+++ b/Language/Mixins/Mixin_Application/initializers_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If any of the instance fields of M (respectively, Mk) have
  * initializers, they are executed in the scope of M (respectively, Mk) to
diff --git a/Language/Mixins/Mixin_Application/interfaces_t01.dart b/Language/Mixins/Mixin_Application/interfaces_t01.dart
index 6726811..82c7f01 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t01.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t02.dart b/Language/Mixins/Mixin_Application/interfaces_t02.dart
index c11d8c1..76e57fc 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t02.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t03.dart b/Language/Mixins/Mixin_Application/interfaces_t03.dart
index 1b5ce33..5b8f7a5 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t03.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t04.dart b/Language/Mixins/Mixin_Application/interfaces_t04.dart
index 48c67e6..57f298f 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t04.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t05.dart b/Language/Mixins/Mixin_Application/interfaces_t05.dart
index c0ed012..eae54ed 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t05.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t06.dart b/Language/Mixins/Mixin_Application/interfaces_t06.dart
index 6fb4a30..a701dcd 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t06.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/interfaces_t07.dart b/Language/Mixins/Mixin_Application/interfaces_t07.dart
index e1895da..f0563f6 100644
--- a/Language/Mixins/Mixin_Application/interfaces_t07.dart
+++ b/Language/Mixins/Mixin_Application/interfaces_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the mixin application declares support for interfaces, the
  * resulting class implements those interfaces.
diff --git a/Language/Mixins/Mixin_Application/superclass_t01.dart b/Language/Mixins/Mixin_Application/superclass_t01.dart
index e228daa..9561ded 100644
--- a/Language/Mixins/Mixin_Application/superclass_t01.dart
+++ b/Language/Mixins/Mixin_Application/superclass_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile error to derive a mixin from a class which has a
  * superclass other than Object.
diff --git a/Language/Mixins/Mixin_Application/superclass_t02.dart b/Language/Mixins/Mixin_Application/superclass_t02.dart
index 9654f52..71ec0d7 100644
--- a/Language/Mixins/Mixin_Application/superclass_t02.dart
+++ b/Language/Mixins/Mixin_Application/superclass_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile error to derive a mixin from a class which has a
  * superclass other than Object.
diff --git a/Language/Mixins/Mixin_Application/superclass_t03.dart b/Language/Mixins/Mixin_Application/superclass_t03.dart
index 226336c..8e4207b 100644
--- a/Language/Mixins/Mixin_Application/superclass_t03.dart
+++ b/Language/Mixins/Mixin_Application/superclass_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error to derive a mixin from a class which has a
  * superclass other than Object.
diff --git a/Language/Mixins/Mixin_Application/superclass_t04.dart b/Language/Mixins/Mixin_Application/superclass_t04.dart
index 8a0f437..3833188 100644
--- a/Language/Mixins/Mixin_Application/superclass_t04.dart
+++ b/Language/Mixins/Mixin_Application/superclass_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile error to derive a mixin from a class which has a
  * superclass other than Object.
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t01.dart b/Language/Mixins/Mixin_Application/superinterfaces_t01.dart
index 2232350..ca76273 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t01.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t02.dart b/Language/Mixins/Mixin_Application/superinterfaces_t02.dart
index 6b0da6f..52869b8 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t02.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t03.dart b/Language/Mixins/Mixin_Application/superinterfaces_t03.dart
index bac218c..c21a601 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t03.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t04.dart b/Language/Mixins/Mixin_Application/superinterfaces_t04.dart
index d668c45..7decadd 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t04.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t05.dart b/Language/Mixins/Mixin_Application/superinterfaces_t05.dart
index 0063720..6c9c2e0 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t05.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t06.dart b/Language/Mixins/Mixin_Application/superinterfaces_t06.dart
index 22c86cc..71cfc82 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t06.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t07.dart b/Language/Mixins/Mixin_Application/superinterfaces_t07.dart
index 7d874ed..cf1726a 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t07.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t08.dart b/Language/Mixins/Mixin_Application/superinterfaces_t08.dart
index a9ab391..46c55d2 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t08.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t09.dart b/Language/Mixins/Mixin_Application/superinterfaces_t09.dart
index d5fd165..c9e4feb 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t09.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t10.dart b/Language/Mixins/Mixin_Application/superinterfaces_t10.dart
index 43727f7..ce15fff 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t10.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t11.dart b/Language/Mixins/Mixin_Application/superinterfaces_t11.dart
index f389648..84f1887 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t11.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t12.dart b/Language/Mixins/Mixin_Application/superinterfaces_t12.dart
index b66f1c8..ca2f860 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t12.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t13.dart b/Language/Mixins/Mixin_Application/superinterfaces_t13.dart
index 38f77cb..6357cf7 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t13.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/superinterfaces_t14.dart b/Language/Mixins/Mixin_Application/superinterfaces_t14.dart
index a4393b3..9003b41 100644
--- a/Language/Mixins/Mixin_Application/superinterfaces_t14.dart
+++ b/Language/Mixins/Mixin_Application/superinterfaces_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t01.dart b/Language/Mixins/Mixin_Application/syntax_t01.dart
index 4995ac4..274beac 100644
--- a/Language/Mixins/Mixin_Application/syntax_t01.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t02.dart b/Language/Mixins/Mixin_Application/syntax_t02.dart
index fe350e3..7f257b5 100644
--- a/Language/Mixins/Mixin_Application/syntax_t02.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t03.dart b/Language/Mixins/Mixin_Application/syntax_t03.dart
index e594a0b..b1c4eb4 100644
--- a/Language/Mixins/Mixin_Application/syntax_t03.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t04.dart b/Language/Mixins/Mixin_Application/syntax_t04.dart
index 1ae4758..c308ffc 100644
--- a/Language/Mixins/Mixin_Application/syntax_t04.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t05.dart b/Language/Mixins/Mixin_Application/syntax_t05.dart
index d441ef0..d2f687b 100644
--- a/Language/Mixins/Mixin_Application/syntax_t05.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t06.dart b/Language/Mixins/Mixin_Application/syntax_t06.dart
index 8925dfa..9d90c90 100644
--- a/Language/Mixins/Mixin_Application/syntax_t06.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t07.dart b/Language/Mixins/Mixin_Application/syntax_t07.dart
index 87cf285..52e55cb 100644
--- a/Language/Mixins/Mixin_Application/syntax_t07.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t08.dart b/Language/Mixins/Mixin_Application/syntax_t08.dart
index f0a0d53..aa31678 100644
--- a/Language/Mixins/Mixin_Application/syntax_t08.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t09.dart b/Language/Mixins/Mixin_Application/syntax_t09.dart
index 2514024..92ec2be 100644
--- a/Language/Mixins/Mixin_Application/syntax_t09.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t10.dart b/Language/Mixins/Mixin_Application/syntax_t10.dart
index 5ece776..caabda7 100644
--- a/Language/Mixins/Mixin_Application/syntax_t10.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/syntax_t11.dart b/Language/Mixins/Mixin_Application/syntax_t11.dart
index 5da8a12..5794d36 100644
--- a/Language/Mixins/Mixin_Application/syntax_t11.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A class may be defined as a mixin application.
  *
diff --git a/Language/Mixins/Mixin_Application/syntax_t12.dart b/Language/Mixins/Mixin_Application/syntax_t12.dart
index 888039f..fc00155 100644
--- a/Language/Mixins/Mixin_Application/syntax_t12.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A class may be defined as a mixin application.
  *
diff --git a/Language/Mixins/Mixin_Application/syntax_t13.dart b/Language/Mixins/Mixin_Application/syntax_t13.dart
index 27e28c9..575729d 100644
--- a/Language/Mixins/Mixin_Application/syntax_t13.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A class may be defined as a mixin application.
  *
diff --git a/Language/Mixins/Mixin_Application/syntax_t14.dart b/Language/Mixins/Mixin_Application/syntax_t14.dart
index 061e51b..185ede7 100644
--- a/Language/Mixins/Mixin_Application/syntax_t14.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A class may be defined as a mixin application.
  *
diff --git a/Language/Mixins/Mixin_Application/syntax_t15.dart b/Language/Mixins/Mixin_Application/syntax_t15.dart
index 3edaa91..a2a0c67 100644
--- a/Language/Mixins/Mixin_Application/syntax_t15.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A class may be defined as a mixin application.
  *
diff --git a/Language/Mixins/Mixin_Application/syntax_t16.dart b/Language/Mixins/Mixin_Application/syntax_t16.dart
index 1e3480f..092e851 100644
--- a/Language/Mixins/Mixin_Application/syntax_t16.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t17.dart b/Language/Mixins/Mixin_Application/syntax_t17.dart
index 4904a1b..b346b7c 100644
--- a/Language/Mixins/Mixin_Application/syntax_t17.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t18.dart b/Language/Mixins/Mixin_Application/syntax_t18.dart
index e9f3ba3..ddbfac1 100644
--- a/Language/Mixins/Mixin_Application/syntax_t18.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t19.dart b/Language/Mixins/Mixin_Application/syntax_t19.dart
index 5b8f1d5..d7ad1f7 100644
--- a/Language/Mixins/Mixin_Application/syntax_t19.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t20.dart b/Language/Mixins/Mixin_Application/syntax_t20.dart
index 84b21d6..570abde 100644
--- a/Language/Mixins/Mixin_Application/syntax_t20.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t21.dart b/Language/Mixins/Mixin_Application/syntax_t21.dart
index d92b0ba..9c62efc 100644
--- a/Language/Mixins/Mixin_Application/syntax_t21.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t22.dart b/Language/Mixins/Mixin_Application/syntax_t22.dart
index 8dfa4ce..e75330e 100644
--- a/Language/Mixins/Mixin_Application/syntax_t22.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t23.dart b/Language/Mixins/Mixin_Application/syntax_t23.dart
index fd32ae4..0a06a60 100644
--- a/Language/Mixins/Mixin_Application/syntax_t23.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * classDefinition:
diff --git a/Language/Mixins/Mixin_Application/syntax_t26.dart b/Language/Mixins/Mixin_Application/syntax_t26.dart
index 45a98ba..f7883b2 100644
--- a/Language/Mixins/Mixin_Application/syntax_t26.dart
+++ b/Language/Mixins/Mixin_Application/syntax_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be a class, M be a mixin with required superinterfaces
  * T1, . . . , Tn, combined superinterface MS, implemented interfaces
diff --git a/Language/Mixins/Mixin_Application/warning_t01.dart b/Language/Mixins/Mixin_Application/warning_t01.dart
index 173e5ae..d2b0572 100644
--- a/Language/Mixins/Mixin_Application/warning_t01.dart
+++ b/Language/Mixins/Mixin_Application/warning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/warning_t02.dart b/Language/Mixins/Mixin_Application/warning_t02.dart
index 5d4c1fa..2b5bf91 100644
--- a/Language/Mixins/Mixin_Application/warning_t02.dart
+++ b/Language/Mixins/Mixin_Application/warning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/warning_t03.dart b/Language/Mixins/Mixin_Application/warning_t03.dart
index 780efd6..464ed9d 100644
--- a/Language/Mixins/Mixin_Application/warning_t03.dart
+++ b/Language/Mixins/Mixin_Application/warning_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/warning_t04.dart b/Language/Mixins/Mixin_Application/warning_t04.dart
index b226928..636e984 100644
--- a/Language/Mixins/Mixin_Application/warning_t04.dart
+++ b/Language/Mixins/Mixin_Application/warning_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let K be a class declaration with the same constructors,
  * superclass and interfaces as C, and the instance members declared by M
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t01.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t01.dart
index 5c400d2..c004a8f 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t01.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t02.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t02.dart
index 7525f94..9b39f0d 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t02.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t03.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t03.dart
index 430e793..75c2f70 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t03.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t04.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t04.dart
index 6a041d3..459c4ef 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t04.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t05.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t05.dart
index 13f12cd..56a1a55 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t05.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t06.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t06.dart
index 96d974a..7683f7d 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t06.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t07.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t07.dart
index 85f7952..51355ba 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t07.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t08.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t08.dart
index 1669055..0c79601 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t08.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_mixin_type_t09.dart b/Language/Mixins/Mixin_Application/wrong_mixin_type_t09.dart
index ecfc855..6321239 100644
--- a/Language/Mixins/Mixin_Application/wrong_mixin_type_t09.dart
+++ b/Language/Mixins/Mixin_Application/wrong_mixin_type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t01.dart b/Language/Mixins/Mixin_Application/wrong_type_t01.dart
index 3d72bb1..7e05c17 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t01.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t02.dart b/Language/Mixins/Mixin_Application/wrong_type_t02.dart
index c896dcf..c78a796 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t02.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t03.dart b/Language/Mixins/Mixin_Application/wrong_type_t03.dart
index 940f391..bcf8f13 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t03.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t04.dart b/Language/Mixins/Mixin_Application/wrong_type_t04.dart
index f64af4a..7ade107 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t04.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t05.dart b/Language/Mixins/Mixin_Application/wrong_type_t05.dart
index 682697a..899db9b 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t05.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Application/wrong_type_t06.dart b/Language/Mixins/Mixin_Application/wrong_type_t06.dart
index e360482..9fe1164 100644
--- a/Language/Mixins/Mixin_Application/wrong_type_t06.dart
+++ b/Language/Mixins/Mixin_Application/wrong_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a class
  * C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Composition/order_t01.dart b/Language/Mixins/Mixin_Composition/order_t01.dart
index 5f41845..f09bdcd 100644
--- a/Language/Mixins/Mixin_Composition/order_t01.dart
+++ b/Language/Mixins/Mixin_Composition/order_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a
  * class C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/Mixin_Composition/order_t02.dart b/Language/Mixins/Mixin_Composition/order_t02.dart
index 04f7b2a..6462157 100644
--- a/Language/Mixins/Mixin_Composition/order_t02.dart
+++ b/Language/Mixins/Mixin_Composition/order_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A mixin application of the form S with M1,...,Mk; defines a
  * class C whose superclass is the application of the mixin composition
diff --git a/Language/Mixins/declaration_t01.dart b/Language/Mixins/declaration_t01.dart
index a58eeb3..caa9b04 100644
--- a/Language/Mixins/declaration_t01.dart
+++ b/Language/Mixins/declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error for the mixin declaration if the MS
  * class declaration would cause a compile-time error
diff --git a/Language/Mixins/declaring_constructor_t01.dart b/Language/Mixins/declaring_constructor_t01.dart
index 0d0b700..1eef1af 100644
--- a/Language/Mixins/declaring_constructor_t01.dart
+++ b/Language/Mixins/declaring_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t02.dart b/Language/Mixins/declaring_constructor_t02.dart
index 242e450..e7baef0 100644
--- a/Language/Mixins/declaring_constructor_t02.dart
+++ b/Language/Mixins/declaring_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t03.dart b/Language/Mixins/declaring_constructor_t03.dart
index 940d850..c5e7e90 100644
--- a/Language/Mixins/declaring_constructor_t03.dart
+++ b/Language/Mixins/declaring_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t04.dart b/Language/Mixins/declaring_constructor_t04.dart
index be6664f..0b0ad87 100644
--- a/Language/Mixins/declaring_constructor_t04.dart
+++ b/Language/Mixins/declaring_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t05.dart b/Language/Mixins/declaring_constructor_t05.dart
index 83cac0b..06c44a0 100644
--- a/Language/Mixins/declaring_constructor_t05.dart
+++ b/Language/Mixins/declaring_constructor_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t06.dart b/Language/Mixins/declaring_constructor_t06.dart
index 7259373..acb91d6 100644
--- a/Language/Mixins/declaring_constructor_t06.dart
+++ b/Language/Mixins/declaring_constructor_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t07.dart b/Language/Mixins/declaring_constructor_t07.dart
index 65b0b69..67d382b 100644
--- a/Language/Mixins/declaring_constructor_t07.dart
+++ b/Language/Mixins/declaring_constructor_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t08.dart b/Language/Mixins/declaring_constructor_t08.dart
index 6fa8c23..0de918f 100644
--- a/Language/Mixins/declaring_constructor_t08.dart
+++ b/Language/Mixins/declaring_constructor_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t09.dart b/Language/Mixins/declaring_constructor_t09.dart
index 5e266d7..e281d08 100644
--- a/Language/Mixins/declaring_constructor_t09.dart
+++ b/Language/Mixins/declaring_constructor_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t10.dart b/Language/Mixins/declaring_constructor_t10.dart
index 99dc037..8095273 100644
--- a/Language/Mixins/declaring_constructor_t10.dart
+++ b/Language/Mixins/declaring_constructor_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Mixins/declaring_constructor_t11.dart b/Language/Mixins/declaring_constructor_t11.dart
index dc0f839..8bc967c 100644
--- a/Language/Mixins/declaring_constructor_t11.dart
+++ b/Language/Mixins/declaring_constructor_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if a declared or derived mixin
  * explicitly declares a constructor which is not a factory constructor.
diff --git a/Language/Overview/Privacy/private_and_public_t01.dart b/Language/Overview/Privacy/private_and_public_t01.dart
index 9cd6bcf..b6fff96 100644
--- a/Language/Overview/Privacy/private_and_public_t01.dart
+++ b/Language/Overview/Privacy/private_and_public_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t02.dart b/Language/Overview/Privacy/private_and_public_t02.dart
index 979c1a5..577934d 100644
--- a/Language/Overview/Privacy/private_and_public_t02.dart
+++ b/Language/Overview/Privacy/private_and_public_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t04.dart b/Language/Overview/Privacy/private_and_public_t04.dart
index b6b9980..598f7ce 100644
--- a/Language/Overview/Privacy/private_and_public_t04.dart
+++ b/Language/Overview/Privacy/private_and_public_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t05.dart b/Language/Overview/Privacy/private_and_public_t05.dart
index 5fd12b7..4b66b7e 100644
--- a/Language/Overview/Privacy/private_and_public_t05.dart
+++ b/Language/Overview/Privacy/private_and_public_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t06.dart b/Language/Overview/Privacy/private_and_public_t06.dart
index e9ee450..1073980 100644
--- a/Language/Overview/Privacy/private_and_public_t06.dart
+++ b/Language/Overview/Privacy/private_and_public_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t07.dart b/Language/Overview/Privacy/private_and_public_t07.dart
index d809333..e4c26fc 100644
--- a/Language/Overview/Privacy/private_and_public_t07.dart
+++ b/Language/Overview/Privacy/private_and_public_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t08.dart b/Language/Overview/Privacy/private_and_public_t08.dart
index 95e987c..3a26402 100644
--- a/Language/Overview/Privacy/private_and_public_t08.dart
+++ b/Language/Overview/Privacy/private_and_public_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t09.dart b/Language/Overview/Privacy/private_and_public_t09.dart
index 3f39831..175fa7d 100644
--- a/Language/Overview/Privacy/private_and_public_t09.dart
+++ b/Language/Overview/Privacy/private_and_public_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t10.dart b/Language/Overview/Privacy/private_and_public_t10.dart
index b95388f..4d4cc8a 100644
--- a/Language/Overview/Privacy/private_and_public_t10.dart
+++ b/Language/Overview/Privacy/private_and_public_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t11.dart b/Language/Overview/Privacy/private_and_public_t11.dart
index 27e43ed..1e98c32 100644
--- a/Language/Overview/Privacy/private_and_public_t11.dart
+++ b/Language/Overview/Privacy/private_and_public_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t12.dart b/Language/Overview/Privacy/private_and_public_t12.dart
index 4b38722..2fbf041 100644
--- a/Language/Overview/Privacy/private_and_public_t12.dart
+++ b/Language/Overview/Privacy/private_and_public_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t13.dart b/Language/Overview/Privacy/private_and_public_t13.dart
index f2f5c55..66aa031 100644
--- a/Language/Overview/Privacy/private_and_public_t13.dart
+++ b/Language/Overview/Privacy/private_and_public_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private.
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t14.dart b/Language/Overview/Privacy/private_and_public_t14.dart
index 40b2957..ad4659a 100644
--- a/Language/Overview/Privacy/private_and_public_t14.dart
+++ b/Language/Overview/Privacy/private_and_public_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private.
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t15.dart b/Language/Overview/Privacy/private_and_public_t15.dart
index 46f5c0e..08f57b5 100644
--- a/Language/Overview/Privacy/private_and_public_t15.dart
+++ b/Language/Overview/Privacy/private_and_public_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t16.dart b/Language/Overview/Privacy/private_and_public_t16.dart
index 353e22f..e6736e2 100644
--- a/Language/Overview/Privacy/private_and_public_t16.dart
+++ b/Language/Overview/Privacy/private_and_public_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t17.dart b/Language/Overview/Privacy/private_and_public_t17.dart
index 55c9551..19e1740 100644
--- a/Language/Overview/Privacy/private_and_public_t17.dart
+++ b/Language/Overview/Privacy/private_and_public_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t18.dart b/Language/Overview/Privacy/private_and_public_t18.dart
index b960a1a..da7ff14 100644
--- a/Language/Overview/Privacy/private_and_public_t18.dart
+++ b/Language/Overview/Privacy/private_and_public_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private.
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t19.dart b/Language/Overview/Privacy/private_and_public_t19.dart
index f07d934..39ad237 100644
--- a/Language/Overview/Privacy/private_and_public_t19.dart
+++ b/Language/Overview/Privacy/private_and_public_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t20.dart b/Language/Overview/Privacy/private_and_public_t20.dart
index 3969376..d64c2d4 100644
--- a/Language/Overview/Privacy/private_and_public_t20.dart
+++ b/Language/Overview/Privacy/private_and_public_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t21.dart b/Language/Overview/Privacy/private_and_public_t21.dart
index 2a421ff..cf22bcb 100644
--- a/Language/Overview/Privacy/private_and_public_t21.dart
+++ b/Language/Overview/Privacy/private_and_public_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t21_lib.dart b/Language/Overview/Privacy/private_and_public_t21_lib.dart
index b80fb10..991ed81 100644
--- a/Language/Overview/Privacy/private_and_public_t21_lib.dart
+++ b/Language/Overview/Privacy/private_and_public_t21_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t22.dart b/Language/Overview/Privacy/private_and_public_t22.dart
index 31417e5..21484bf 100644
--- a/Language/Overview/Privacy/private_and_public_t22.dart
+++ b/Language/Overview/Privacy/private_and_public_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t23.dart b/Language/Overview/Privacy/private_and_public_t23.dart
index bae5fbf..7894401 100644
--- a/Language/Overview/Privacy/private_and_public_t23.dart
+++ b/Language/Overview/Privacy/private_and_public_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t24.dart b/Language/Overview/Privacy/private_and_public_t24.dart
index cac12c9..9eb5dfd 100644
--- a/Language/Overview/Privacy/private_and_public_t24.dart
+++ b/Language/Overview/Privacy/private_and_public_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Privacy/private_and_public_t25.dart b/Language/Overview/Privacy/private_and_public_t25.dart
index 489e489..6d9fcfc 100644
--- a/Language/Overview/Privacy/private_and_public_t25.dart
+++ b/Language/Overview/Privacy/private_and_public_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart supports two levels of privacy: public and private. 
  * A declaration is private iff its name is private, otherwise it is public.
diff --git a/Language/Overview/Scoping/conflicting_names_t01.dart b/Language/Overview/Scoping/conflicting_names_t01.dart
index 4d14a9e..b3905f3 100644
--- a/Language/Overview/Scoping/conflicting_names_t01.dart
+++ b/Language/Overview/Scoping/conflicting_names_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t02.dart b/Language/Overview/Scoping/conflicting_names_t02.dart
index 272e9fd..c7da818 100644
--- a/Language/Overview/Scoping/conflicting_names_t02.dart
+++ b/Language/Overview/Scoping/conflicting_names_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t04.dart b/Language/Overview/Scoping/conflicting_names_t04.dart
index 5c42444..c62a3a1 100644
--- a/Language/Overview/Scoping/conflicting_names_t04.dart
+++ b/Language/Overview/Scoping/conflicting_names_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t05.dart b/Language/Overview/Scoping/conflicting_names_t05.dart
index 767ffc4..85bdf7e 100644
--- a/Language/Overview/Scoping/conflicting_names_t05.dart
+++ b/Language/Overview/Scoping/conflicting_names_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t06.dart b/Language/Overview/Scoping/conflicting_names_t06.dart
index c57032f..154588b 100644
--- a/Language/Overview/Scoping/conflicting_names_t06.dart
+++ b/Language/Overview/Scoping/conflicting_names_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t09.dart b/Language/Overview/Scoping/conflicting_names_t09.dart
index 52d0341..9ad8672 100644
--- a/Language/Overview/Scoping/conflicting_names_t09.dart
+++ b/Language/Overview/Scoping/conflicting_names_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t11.dart b/Language/Overview/Scoping/conflicting_names_t11.dart
index 22b92cd..2168cc9 100644
--- a/Language/Overview/Scoping/conflicting_names_t11.dart
+++ b/Language/Overview/Scoping/conflicting_names_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t12.dart b/Language/Overview/Scoping/conflicting_names_t12.dart
index 5dff57a..d49e7a5 100644
--- a/Language/Overview/Scoping/conflicting_names_t12.dart
+++ b/Language/Overview/Scoping/conflicting_names_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t13.dart b/Language/Overview/Scoping/conflicting_names_t13.dart
index 4669e65..fda279a 100644
--- a/Language/Overview/Scoping/conflicting_names_t13.dart
+++ b/Language/Overview/Scoping/conflicting_names_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t15.dart b/Language/Overview/Scoping/conflicting_names_t15.dart
index 7baef00..532cd15 100644
--- a/Language/Overview/Scoping/conflicting_names_t15.dart
+++ b/Language/Overview/Scoping/conflicting_names_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t16.dart b/Language/Overview/Scoping/conflicting_names_t16.dart
index a421954..8f63a21 100644
--- a/Language/Overview/Scoping/conflicting_names_t16.dart
+++ b/Language/Overview/Scoping/conflicting_names_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t17.dart b/Language/Overview/Scoping/conflicting_names_t17.dart
index 9a0b9c2..05fdbe9 100644
--- a/Language/Overview/Scoping/conflicting_names_t17.dart
+++ b/Language/Overview/Scoping/conflicting_names_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t18.dart b/Language/Overview/Scoping/conflicting_names_t18.dart
index 62044c7..555ff9b 100644
--- a/Language/Overview/Scoping/conflicting_names_t18.dart
+++ b/Language/Overview/Scoping/conflicting_names_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t19.dart b/Language/Overview/Scoping/conflicting_names_t19.dart
index a30edab..683b39d 100644
--- a/Language/Overview/Scoping/conflicting_names_t19.dart
+++ b/Language/Overview/Scoping/conflicting_names_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t20.dart b/Language/Overview/Scoping/conflicting_names_t20.dart
index 5536ff4..71c557e 100644
--- a/Language/Overview/Scoping/conflicting_names_t20.dart
+++ b/Language/Overview/Scoping/conflicting_names_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t21.dart b/Language/Overview/Scoping/conflicting_names_t21.dart
index 41f48da..d1b83ea 100644
--- a/Language/Overview/Scoping/conflicting_names_t21.dart
+++ b/Language/Overview/Scoping/conflicting_names_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t25.dart b/Language/Overview/Scoping/conflicting_names_t25.dart
index 01ef982..bfc46b3 100644
--- a/Language/Overview/Scoping/conflicting_names_t25.dart
+++ b/Language/Overview/Scoping/conflicting_names_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t26.dart b/Language/Overview/Scoping/conflicting_names_t26.dart
index 0e3f4c3..6ba83a4 100644
--- a/Language/Overview/Scoping/conflicting_names_t26.dart
+++ b/Language/Overview/Scoping/conflicting_names_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t27.dart b/Language/Overview/Scoping/conflicting_names_t27.dart
index bbce7db..ed1ef42 100644
--- a/Language/Overview/Scoping/conflicting_names_t27.dart
+++ b/Language/Overview/Scoping/conflicting_names_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t28.dart b/Language/Overview/Scoping/conflicting_names_t28.dart
index f712aff..7ee6d8e 100644
--- a/Language/Overview/Scoping/conflicting_names_t28.dart
+++ b/Language/Overview/Scoping/conflicting_names_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t29.dart b/Language/Overview/Scoping/conflicting_names_t29.dart
index 68f2764..c567c53 100644
--- a/Language/Overview/Scoping/conflicting_names_t29.dart
+++ b/Language/Overview/Scoping/conflicting_names_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t30.dart b/Language/Overview/Scoping/conflicting_names_t30.dart
index 369fc87..e08d580 100644
--- a/Language/Overview/Scoping/conflicting_names_t30.dart
+++ b/Language/Overview/Scoping/conflicting_names_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t31.dart b/Language/Overview/Scoping/conflicting_names_t31.dart
index 2e672ee..da5f25b 100644
--- a/Language/Overview/Scoping/conflicting_names_t31.dart
+++ b/Language/Overview/Scoping/conflicting_names_t31.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t32.dart b/Language/Overview/Scoping/conflicting_names_t32.dart
index 0719f47..6a355ca 100644
--- a/Language/Overview/Scoping/conflicting_names_t32.dart
+++ b/Language/Overview/Scoping/conflicting_names_t32.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t33.dart b/Language/Overview/Scoping/conflicting_names_t33.dart
index 68aa19e..5cad400 100644
--- a/Language/Overview/Scoping/conflicting_names_t33.dart
+++ b/Language/Overview/Scoping/conflicting_names_t33.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t34.dart b/Language/Overview/Scoping/conflicting_names_t34.dart
index af42c54..9c001d6 100644
--- a/Language/Overview/Scoping/conflicting_names_t34.dart
+++ b/Language/Overview/Scoping/conflicting_names_t34.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t35.dart b/Language/Overview/Scoping/conflicting_names_t35.dart
index 7d29620..aaedc5f 100644
--- a/Language/Overview/Scoping/conflicting_names_t35.dart
+++ b/Language/Overview/Scoping/conflicting_names_t35.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t37.dart b/Language/Overview/Scoping/conflicting_names_t37.dart
index d38bc3e..fbea7b4 100644
--- a/Language/Overview/Scoping/conflicting_names_t37.dart
+++ b/Language/Overview/Scoping/conflicting_names_t37.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t38.dart b/Language/Overview/Scoping/conflicting_names_t38.dart
index d8d3495..42be223 100644
--- a/Language/Overview/Scoping/conflicting_names_t38.dart
+++ b/Language/Overview/Scoping/conflicting_names_t38.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t39.dart b/Language/Overview/Scoping/conflicting_names_t39.dart
index 629251a..ab7f2fa 100644
--- a/Language/Overview/Scoping/conflicting_names_t39.dart
+++ b/Language/Overview/Scoping/conflicting_names_t39.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t40.dart b/Language/Overview/Scoping/conflicting_names_t40.dart
index 0c2194d..d389b54 100644
--- a/Language/Overview/Scoping/conflicting_names_t40.dart
+++ b/Language/Overview/Scoping/conflicting_names_t40.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t41.dart b/Language/Overview/Scoping/conflicting_names_t41.dart
index 4fd0677..8fab2be 100644
--- a/Language/Overview/Scoping/conflicting_names_t41.dart
+++ b/Language/Overview/Scoping/conflicting_names_t41.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t43.dart b/Language/Overview/Scoping/conflicting_names_t43.dart
index 2ab569e..8cbc3b5 100644
--- a/Language/Overview/Scoping/conflicting_names_t43.dart
+++ b/Language/Overview/Scoping/conflicting_names_t43.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t44.dart b/Language/Overview/Scoping/conflicting_names_t44.dart
index 137c0c8..c2b3c77 100644
--- a/Language/Overview/Scoping/conflicting_names_t44.dart
+++ b/Language/Overview/Scoping/conflicting_names_t44.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if there is more than one entity 
  * with the same name declared in the same scope.
diff --git a/Language/Overview/Scoping/conflicting_names_t45.dart b/Language/Overview/Scoping/conflicting_names_t45.dart
index c763b90..d9f15d8 100644
--- a/Language/Overview/Scoping/conflicting_names_t45.dart
+++ b/Language/Overview/Scoping/conflicting_names_t45.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/conflicting_names_t46.dart b/Language/Overview/Scoping/conflicting_names_t46.dart
index 7b00668..43bb30b 100644
--- a/Language/Overview/Scoping/conflicting_names_t46.dart
+++ b/Language/Overview/Scoping/conflicting_names_t46.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if there is more than one entity 

  * with the same name declared in the same scope.

diff --git a/Language/Overview/Scoping/hiding_declaration_t01.dart b/Language/Overview/Scoping/hiding_declaration_t01.dart
index a6d6315..f3ce7d5 100644
--- a/Language/Overview/Scoping/hiding_declaration_t01.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t02.dart b/Language/Overview/Scoping/hiding_declaration_t02.dart
index 1b35e72..5b79dc4 100644
--- a/Language/Overview/Scoping/hiding_declaration_t02.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t03.dart b/Language/Overview/Scoping/hiding_declaration_t03.dart
index 21b53ff..47b779d 100644
--- a/Language/Overview/Scoping/hiding_declaration_t03.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t04.dart b/Language/Overview/Scoping/hiding_declaration_t04.dart
index 08d1217..2b94c57 100644
--- a/Language/Overview/Scoping/hiding_declaration_t04.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t05.dart b/Language/Overview/Scoping/hiding_declaration_t05.dart
index c02180e..4f393c6 100644
--- a/Language/Overview/Scoping/hiding_declaration_t05.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t06.dart b/Language/Overview/Scoping/hiding_declaration_t06.dart
index c2bff34..7dd7088 100644
--- a/Language/Overview/Scoping/hiding_declaration_t06.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t07.dart b/Language/Overview/Scoping/hiding_declaration_t07.dart
index 392f5ea..df32727 100644
--- a/Language/Overview/Scoping/hiding_declaration_t07.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t08.dart b/Language/Overview/Scoping/hiding_declaration_t08.dart
index 9e6c4f7..d9d00bf 100644
--- a/Language/Overview/Scoping/hiding_declaration_t08.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t11.dart b/Language/Overview/Scoping/hiding_declaration_t11.dart
index 70f7cf3..aa9433b 100644
--- a/Language/Overview/Scoping/hiding_declaration_t11.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t12.dart b/Language/Overview/Scoping/hiding_declaration_t12.dart
index b2a943a..b5c1455 100644
--- a/Language/Overview/Scoping/hiding_declaration_t12.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t13.dart b/Language/Overview/Scoping/hiding_declaration_t13.dart
index 2f19aca..b3f60d3 100644
--- a/Language/Overview/Scoping/hiding_declaration_t13.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t14.dart b/Language/Overview/Scoping/hiding_declaration_t14.dart
index 7891fe0..3defc1a 100644
--- a/Language/Overview/Scoping/hiding_declaration_t14.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t15.dart b/Language/Overview/Scoping/hiding_declaration_t15.dart
index a37222a..5a8dde3 100644
--- a/Language/Overview/Scoping/hiding_declaration_t15.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t16.dart b/Language/Overview/Scoping/hiding_declaration_t16.dart
index 147a960..465442b 100644
--- a/Language/Overview/Scoping/hiding_declaration_t16.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t19.dart b/Language/Overview/Scoping/hiding_declaration_t19.dart
index 3a3b578..beaccf4 100644
--- a/Language/Overview/Scoping/hiding_declaration_t19.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t22.dart b/Language/Overview/Scoping/hiding_declaration_t22.dart
index f0cec7b..2d58b95 100644
--- a/Language/Overview/Scoping/hiding_declaration_t22.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t25.dart b/Language/Overview/Scoping/hiding_declaration_t25.dart
index 6212032..8fa7da3 100644
--- a/Language/Overview/Scoping/hiding_declaration_t25.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t28.dart b/Language/Overview/Scoping/hiding_declaration_t28.dart
index b2d39e1..d56e9df 100644
--- a/Language/Overview/Scoping/hiding_declaration_t28.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t29.dart b/Language/Overview/Scoping/hiding_declaration_t29.dart
index 6084587..6d7d256 100644
--- a/Language/Overview/Scoping/hiding_declaration_t29.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/hiding_declaration_t32.dart b/Language/Overview/Scoping/hiding_declaration_t32.dart
index d8c3bb8..751e22a 100644
--- a/Language/Overview/Scoping/hiding_declaration_t32.dart
+++ b/Language/Overview/Scoping/hiding_declaration_t32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a declaration d named n is in the namespace induced by a 
  * scope S, then d hides any declaration named n that is available in the 
diff --git a/Language/Overview/Scoping/labels_t01.dart b/Language/Overview/Scoping/labels_t01.dart
index 5a69674..ce7bc16 100644
--- a/Language/Overview/Scoping/labels_t01.dart
+++ b/Language/Overview/Scoping/labels_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Labels are not included in the induced namespace of a scope; 
  * instead they have their own dedicated namespace.
diff --git a/Language/Overview/Scoping/names_introducing_t01.dart b/Language/Overview/Scoping/names_introducing_t01.dart
index a04abbd..af0aafa 100644
--- a/Language/Overview/Scoping/names_introducing_t01.dart
+++ b/Language/Overview/Scoping/names_introducing_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Names may be introduced into a scope by  declarations within the
  * scope or by other mechanisms such as imports or inheritance.
diff --git a/Language/Overview/Scoping/names_introducing_t02.dart b/Language/Overview/Scoping/names_introducing_t02.dart
index f398ec5..85b5a5c 100644
--- a/Language/Overview/Scoping/names_introducing_t02.dart
+++ b/Language/Overview/Scoping/names_introducing_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Names may be introduced into a scope by  declarations within the
  * scope or by other mechanisms such as imports or inheritance.
diff --git a/Language/Overview/Scoping/names_introducing_t03.dart b/Language/Overview/Scoping/names_introducing_t03.dart
index 2637827..84626fd 100644
--- a/Language/Overview/Scoping/names_introducing_t03.dart
+++ b/Language/Overview/Scoping/names_introducing_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Names may be introduced into a scope by  declarations within the
  * scope or by other mechanisms such as imports or inheritance.
diff --git a/Language/Overview/lib.dart b/Language/Overview/lib.dart
index 068b3d8..f52ba42 100644
--- a/Language/Overview/lib.dart
+++ b/Language/Overview/lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library Library;
 
diff --git a/Language/Overview/runtime_type_t01.dart b/Language/Overview/runtime_type_t01.dart
index 91f049a..a353fc8 100644
--- a/Language/Overview/runtime_type_t01.dart
+++ b/Language/Overview/runtime_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The run-time type of every object is represented as an instance
  * of class Type which can be obtained by calling the getter runtimeType 
diff --git a/Language/Overview/runtime_type_t02.dart b/Language/Overview/runtime_type_t02.dart
index 1ab7c68..ba635cb 100644
--- a/Language/Overview/runtime_type_t02.dart
+++ b/Language/Overview/runtime_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The run-time type of every object is represented as an instance
  * of class Type which can be obtained by calling the getter runtimeType 
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t01.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t01.dart
index c626475..7f141a0 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t01.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t02.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t02.dart
index 93ee144..929e886 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t02.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t03.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t03.dart
index 393a774..0bcd132 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t03.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t04.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t04.dart
index 789fbb1..fa669c6 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t04.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t05.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t05.dart
index 272b388..30569d2 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t05.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t06.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t06.dart
index 8f14a74..0905cbc 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t06.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t07.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t07.dart
index 9d54af4..d5e80f5 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t07.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t08.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t08.dart
index 8f02af9..a9e0400 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t08.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t09.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t09.dart
index 945eb09..1b8498c 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t09.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t10.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t10.dart
index f23ecd9..8f8f8e7 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t10.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t11.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t11.dart
index 41b0b2f..39940f0 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t11.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/documentation_t12.dart b/Language/Reference/Lexical_Rules/Comments/documentation_t12.dart
index 0f0c9e2..79390b7 100644
--- a/Language/Reference/Lexical_Rules/Comments/documentation_t12.dart
+++ b/Language/Reference/Lexical_Rules/Comments/documentation_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Documentation comments are comments that begin with the tokens ///
  * or '/''*''*'.
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t01.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t01.dart
index dc93218..452846e 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t01.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t02.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t02.dart
index 1ea7e26..97fe264 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t02.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t03.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t03.dart
index dac0d03..6579495 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t03.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t04.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t04.dart
index 63ea28d..fa6e9c9 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t04.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t05.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t05.dart
index 788a99c..1fcfa50 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t05.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t06.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t06.dart
index b365e6b..a860ac4 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t06.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t07.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t07.dart
index f14355c..05b9728 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t07.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t08.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t08.dart
index 8a4e996..5358165 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t08.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t09.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t09.dart
index d61d0d9..5b9e2d5 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t09.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t10.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t10.dart
index 55d7a12..a778c1b 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t10.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/multi_line_t11.dart b/Language/Reference/Lexical_Rules/Comments/multi_line_t11.dart
index dad9dd3..d33d61c 100644
--- a/Language/Reference/Lexical_Rules/Comments/multi_line_t11.dart
+++ b/Language/Reference/Lexical_Rules/Comments/multi_line_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A multi-line comment begins with the token '/*' and ends with the
  * token '*/'. Everything between '/*' and '*/' must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t01.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t01.dart
index 16011a5..ae17107 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t01.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t02.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t02.dart
index 4a4e599..3ffbca0 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t02.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t03.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t03.dart
index 08f3ad7..3e2d199 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t03.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t04.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t04.dart
index 0bade4d..d179c64 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t04.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t05.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t05.dart
index def4bff..06317c1 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t05.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t06.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t06.dart
index d9c7056..a870dfe 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t06.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t07.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t07.dart
index 7cdb523..5f8369f 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t07.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t08.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t08.dart
index 17d2439..b6ff241 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t08.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t09.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t09.dart
index 40d0a8a..8ea7a93 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t09.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t10.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t10.dart
index e3720a7..ef6fecc 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t10.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t11.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t11.dart
index ac350de..2a42d81 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t11.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Comments/single_line_t12.dart b/Language/Reference/Lexical_Rules/Comments/single_line_t12.dart
index 27e72f7..8f5621d 100644
--- a/Language/Reference/Lexical_Rules/Comments/single_line_t12.dart
+++ b/Language/Reference/Lexical_Rules/Comments/single_line_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A single line comment begins with the token //.
  * Everything between // and the end of line must be ignored by the Dart
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_lib.dart
index 6946844..4e04c27 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of assert;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t01.dart
index 24ec96f..1364080 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t02.dart
index c8c8bf9..5dcc81c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "assert" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t03.dart
index 92cf60c..1a314a6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t04.dart
index f0586ff..3925643 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t05.dart
index e0eaec2..2f100e1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "assert" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t06.dart
index ca14d22..581334b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "assert" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t07.dart
index a221847..120f515 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t08.dart
index 505ea2f..38daaf1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t09.dart
index b4e6015..f93814b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "assert" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t10.dart
index 04da403..b8645c7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t11.dart
index f51842e..a14fc6c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t12.dart
index 7d21a93..836cc12 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/assert_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/assert_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "assert" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_lib.dart
index 570a9d4..6721531 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of break;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t01.dart
index afbdb29..e5c322e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t02.dart
index 0e4cfeb..ee346f2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "break" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t03.dart
index 1c8747d..0d06c00 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t04.dart
index 01ce98b..2551f61 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t05.dart
index 780a75a..e33cdd6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "break" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t06.dart
index f160d1b..a836aa6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "break" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t07.dart
index 62bc7d7..360785e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t08.dart
index 26a7bff..efb8850 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t09.dart
index e2983b8..3e7f751 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "break" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t10.dart
index c5e411d..5fe0bf3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t11.dart
index 5a19fe4..994a4b9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/break_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/break_t12.dart
index f395182..80121d3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/break_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/break_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "break" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_lib.dart
index e314f77..dd13ad4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of case;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t01.dart
index f204ab5..0f96916 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t02.dart
index 5ed99c6..a2fd93b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "case" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t03.dart
index b3a9f3d..403045f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t04.dart
index b5e70de..600d5e9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t05.dart
index def1f2f..59246f3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "case" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t06.dart
index 83bab12..08e523f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "case" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t07.dart
index aa51fdb..a404ddd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t08.dart
index 85fc777..bd08b95 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t09.dart
index 015cf4c..33be2e3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "case" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t10.dart
index 1aecfe7..cbd27b9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t11.dart
index bcd6d4f..affab5b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/case_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/case_t12.dart
index 5d38c80..d91f8f9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/case_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/case_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "case" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_lib.dart
index ba88107..b8d0efd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of catch;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t01.dart
index 08e6624..4877a0f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t02.dart
index d0b8ab3..2670ca5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "catch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t03.dart
index 6557867..bc26f59 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t04.dart
index 7069173..52e08c4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t05.dart
index 8b00f2b..cab4ff0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "catch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t06.dart
index 19d6ef9..944cb52 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "catch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t07.dart
index 0ab84f9..1cc571d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t08.dart
index f4a0735..bc26662 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t09.dart
index 6bb6c4e..460056d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "catch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t10.dart
index fc3ab12..3a8713c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t11.dart
index 5ed52bc..fd5d04e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t12.dart
index aab1d62..9c3738a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/catch_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/catch_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "catch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_lib.dart
index 955803d..0377c83 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of class;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t01.dart
index c762fcb..9936f47 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t02.dart
index a0e8d6a..f740d10 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "class" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t03.dart
index fcc1713..f61fe5c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t04.dart
index 39292f8..1fb0e09 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t05.dart
index cedcef6..da39e97 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "class" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t06.dart
index 2ce831e..e18520c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "class" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t07.dart
index 29e8b5d..103fe5e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t08.dart
index 0b82812..6383b72 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t09.dart
index 34ebf7f..5b42b1a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "class" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t10.dart
index ab89f7c..e72fdde 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t11.dart
index 8529d71..e9ae729 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/class_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/class_t12.dart
index fa4febf..51436b9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/class_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/class_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "class" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_lib.dart
index fffe130..089ebed 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of const;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t01.dart
index 3f3afca..3ad0889 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t02.dart
index caedc47..df1f768 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "const" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t03.dart
index 2d95539..b02c273 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t04.dart
index 785e6e2..a804427 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t05.dart
index f60ed8b..ba1287c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "const" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t06.dart
index 65852fb..baf07cf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "const" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t07.dart
index 9a9d966..ca1f696 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t08.dart
index b3aeb1b..7c1ff49 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t09.dart
index 89515fc..29ee2fe 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "const" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t10.dart
index f40a4fd..f3a3573 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t11.dart
index 88c29f6..c4e43d0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/const_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/const_t12.dart
index 65ec96f..242d9f2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/const_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/const_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "const" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_lib.dart
index 3a84f12..f4daf17 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of continue;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t01.dart
index 35b8fc8..f3447db 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t02.dart
index 234007a..4b03d4c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "continue" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t03.dart
index 70ddff5..8ed0c8c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t04.dart
index c84fd5a..72de07e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t05.dart
index a7db285..c0c4303 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "continue" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t06.dart
index 3abd009..08e2ac7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "continue" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t07.dart
index ef86941..6d35546 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t08.dart
index 7267e41..518cee4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t09.dart
index 8b8f697..178dbe4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "continue" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t10.dart
index fa782c6..9eb3df8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t11.dart
index bcee997..a2107d9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t12.dart
index f21be14..e9e9dea 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/continue_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/continue_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "continue" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_lib.dart
index 5ef6532..a120fad 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of default;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t01.dart
index 5c9b3b1..280ce94 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t02.dart
index 6cb1266..04697df 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "default" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t03.dart
index 8a81ebe..3feb84e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t04.dart
index badc15d..9b779a9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t05.dart
index 7adbcf6..8eee40a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "default" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t06.dart
index d0c0390..4d16279 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "default" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t07.dart
index 5125d1f..52c5baf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t08.dart
index 464f077..d6342c8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t09.dart
index 9fbc461..80d36ea 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "default" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t10.dart
index 53a80fa..a03ac41 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t11.dart
index 0529e7f..2ab4c28 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/default_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/default_t12.dart
index c9ab485..17ed92a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/default_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/default_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "default" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_lib.dart
index 29ab5df..dcb4812 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of do;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t01.dart
index 8c426ed..c99c866 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t02.dart
index 7dbbebc..480bbaa 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "do" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t03.dart
index 7333dfa..7faad63 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t04.dart
index 1a2f677..32b56d8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t05.dart
index 9c2bcce..429fc62 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "do" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t06.dart
index f0f3d84..c588300 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "do" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t07.dart
index 2fa492c..641e8d7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t08.dart
index e424853..d1a71c1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t09.dart
index 4dedf07..f59ad8d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "do" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t10.dart
index acc03cf..188d4b9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t11.dart
index 3cca29e..18ea2f9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/do_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/do_t12.dart
index 47a63e0..0d9c93e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/do_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/do_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "do" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_lib.dart
index 5fe16a7..b1922a3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of else;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t01.dart
index 36102e2..3d51614 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t02.dart
index 1f61c03..71119d2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "else" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t03.dart
index 64a91ed..95abcbd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t04.dart
index 0c5e822..d14ca77 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t05.dart
index ab7eecd..2b4d9bb 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "else" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t06.dart
index 6cc442f..4c5a47f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "else" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t07.dart
index 5c51160..231fe01 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t08.dart
index e68f839..1dbec4b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t09.dart
index cb5f5f0..e713102 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "else" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t10.dart
index f17fecf..4106f04 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t11.dart
index 3fea213..bd2b038 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/else_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/else_t12.dart
index 9e43ca0..95caa31 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/else_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/else_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "else" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_lib.dart
index dff49a3..47cade1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_lib.dart
@@ -1,6 +1,5 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 part of enum;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t01.dart
index 2489d45..e7eb320 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t01.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t02.dart
index 0d727be..23b14fb 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion "enum" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t03.dart
index 66e9a22..da054ab 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t03.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t04.dart
index 9ff7171..9ae9854 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t04.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t05.dart
index 9c9827f..b76a2cf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion "enum" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t06.dart
index 5149a71..a7af5e3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion "enum" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t07.dart
index 3bb24c0..8a5db34 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t07.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t08.dart
index dbed165..d023b58 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t08.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t09.dart
index 8eff075..bca2560 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion "enum" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t10.dart
index cae5097..6f3a8ae 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t10.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t11.dart
index b5e8a0b..8d5d6e5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t11.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t12.dart
index 6c6ee44..d3caab5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/enum_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/enum_t12.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2016, 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.

- */

+// Copyright (c) 2016, 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.
+

 /**

  * @assertion "enum" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_lib.dart
index 0b0eec4..3075abb 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of extends;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t01.dart
index 9b8b54a..b08e95e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t02.dart
index 09778fd..3695888 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "extends" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t03.dart
index 42dc499..81c406d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t04.dart
index 272f99a..53c3e1f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t05.dart
index 921b79d..5ae293b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "extends" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t06.dart
index dcb054f..3024033 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "extends" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t07.dart
index fc47463..217d8f5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t08.dart
index 88f320c..131252b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t09.dart
index 28714ff..075af4f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "extends" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t10.dart
index 885ffc2..2a8c298 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t11.dart
index ec47ca8..8f1fe57 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t12.dart
index ad32d08..0fbeb39 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/extends_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/extends_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "extends" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_lib.dart
index 4971887..caf9f51 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of false;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t01.dart
index cf887d3..b97fba0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t02.dart
index e67b988..e8caa2a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "false" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t03.dart
index f09dd10..f7cfbb2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t04.dart
index de07e73..57c861b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t05.dart
index 75351af..d09d021 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "false" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t06.dart
index 86d9d45..793f827 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "false" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t07.dart
index 333616b..6d8e5d1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t08.dart
index 3526d0d..c7897ae 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t09.dart
index dc92e32..b55ee28 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t10.dart
index 7188d67..d5c9944 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t11.dart
index 5b18bbb..4d55c5a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/false_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/false_t12.dart
index d6a0cf4..c3d87f0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/false_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/false_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "false" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_lib.dart
index 6806433..2c2597a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of final;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t01.dart
index c4b0103..11070f8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t02.dart
index a5443fa..df46206 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "final" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t03.dart
index 28caa58..c56a2a2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t04.dart
index 22cdb51..d6b1c0b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t05.dart
index 8bc3f9d..0dde5ea 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "final" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t06.dart
index a84c1d8..2480718 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "final" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t07.dart
index ac88d8f..f63d5b6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t08.dart
index 3fd591f..4153cda 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t09.dart
index 65fdcb3..8687a66 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "final" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t10.dart
index a827f19..24cbc57 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t11.dart
index b02c599..107cdc5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/final_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/final_t12.dart
index 1aa5e47..f47851b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/final_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/final_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "final" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_lib.dart
index 5f359ac..2b66879 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of finally;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t01.dart
index 7497b5e..25c7b16 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t02.dart
index 1a74f1b..6ef019f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "finally" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t03.dart
index 4433102..e0a520d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t04.dart
index 263ee42..c8cbda2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t05.dart
index 0570704..14ec646 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "finally" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t06.dart
index 6858c9a..67530c6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "finally" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t07.dart
index ee1f717..6de5d54 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t08.dart
index 237e964..01f3185 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t09.dart
index 39eaa22..38777ed 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "finally" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t10.dart
index 6de71df..fa242a0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t11.dart
index 4f41870..7cba627 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t12.dart
index 5b8de3d..c18692a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/finally_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/finally_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "finally" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_lib.dart
index 16303bc..c857c17 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of for;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t01.dart
index d2e535f..4a777b3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t02.dart
index 0c8dac8..faf6360 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "for" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t03.dart
index 3843e01..84d0559 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t04.dart
index b12425d..9cdf8dc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t05.dart
index ac9da2d..c0ed587 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "for" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t06.dart
index cebba29..19fa77f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "for" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t07.dart
index b85c3f6..151ee3a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t08.dart
index 545a07e..c9c8a7c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t09.dart
index 481bb5a..f3a59ab 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "for" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t10.dart
index 9118b63..a08fd27 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t11.dart
index 133ceb4..1f3fded 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/for_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/for_t12.dart
index 3f43013..3aa2ebf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/for_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/for_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "for" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_lib.dart
index c521ec8..8b76b8d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of if;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t01.dart
index 09a1c5a..35da6a5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t02.dart
index 031d280..bbda0d0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "if" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t03.dart
index f7e9717..1781daf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t04.dart
index c6fedd8..5244c0e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t05.dart
index f581afb..c097eab 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "if" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t06.dart
index 1fac9f6..af2cf1e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "if" is a reserved word.
  * A reserved word may not be used as an identifier;  it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t07.dart
index a1c8694..9094101 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t08.dart
index f427581..94bc5f2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t09.dart
index d56cb23..f8cfae4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t10.dart
index 7c14b55..12d0451 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t11.dart
index 94803ff..02c979d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/if_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/if_t12.dart
index 3da9626..442a30e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/if_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/if_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "if" is a reserved word.

  * A reserved word may not be used as an identifier;  it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_lib.dart
index 89e55a3..0dd2147 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of in;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t01.dart
index 7fda331..3ac2e3c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t02.dart
index 526cf06..4b93b6b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "in" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t03.dart
index dc7beba..43628c1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t04.dart
index f31d3c0..9e0044a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t05.dart
index b0a6031..1cbced2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "in" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t06.dart
index 1938e5e..8286f88 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "in" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t07.dart
index 531fc76..910dd82 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t08.dart
index 58b4a1b..8dd2c84 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t09.dart
index 4352456..3fdb217 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "in" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t10.dart
index 996cba2..807372c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t11.dart
index afe4a79..22f483d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/in_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/in_t12.dart
index 8eef51b..a873cf1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/in_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/in_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "in" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_lib.dart
index 3ae3854..ee1df07 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of is;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t01.dart
index 7fae83e..5121575 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t02.dart
index f579556..09a461a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "is" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t03.dart
index c0e6851..ff70331 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t04.dart
index cfae274..cae59ae 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t05.dart
index 9524889..2d53ac3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "is" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t06.dart
index 0a37419..e39a1cb 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "is" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t07.dart
index fbef69e..a037ed4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t08.dart
index e9decce..854de7f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t09.dart
index fab839d..06da51f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "is" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t10.dart
index c60dd60..6693efd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t11.dart
index 5afe5cd..b0e0152 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/is_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/is_t12.dart
index 89c2fd2..982fcd1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/is_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/is_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "is" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/lib.dart
index 06cfea0..99124c7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/lib.dart
@@ -1,6 +1,5 @@
-/*

- * 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.

- */

+// 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.
+

 library Reserved_words;

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_lib.dart
index 4612d26..62bc83a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of new;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t01.dart
index 8be06f4..53ff587 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t02.dart
index e074306..ee6a4e7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "new" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t03.dart
index 99f1859..9845492 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t04.dart
index 5cf9523..e299de6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t05.dart
index 58b0b6c..2137277 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "new" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t06.dart
index 9d2ada1..d9a94c4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "new" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t07.dart
index 3ce4211..175b9da 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t08.dart
index 8156a5c..add506f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t09.dart
index 80cf7bb..614ce0c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "new" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t10.dart
index ff4f4f4..d84e215 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t11.dart
index 89f61a6..9caf93f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/new_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/new_t12.dart
index 41a22ed..656bfe9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/new_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/new_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "new" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_lib.dart
index f56a0aa..e42dd94 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of null;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t01.dart
index 26da369..7fdad75 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t02.dart
index af9360f..8de4efe 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "null" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t03.dart
index 243c378..b3cc376 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t04.dart
index 60f160c..e24574b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

   * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t05.dart
index 7d2bc87..63e9135 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "null" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t06.dart
index fe6ef00..4bb0ff3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "null" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t07.dart
index dc0040c..98492dd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t08.dart
index e158453..b91aec9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t09.dart
index 1464eec..8325327 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "null" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t10.dart
index a3baef7..468e25d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t11.dart
index 7c684e7..fe8f9f3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/null_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/null_t12.dart
index 0cbc031..39e4239 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/null_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/null_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "null" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_lib.dart
index 3ed1e56..e2aaf2c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of rethrow;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t01.dart
index ca5f92d..cf43cdf 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t02.dart
index 26bb023..4ce08ed 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "rethrow" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t03.dart
index 111e5fc..dcd06b3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t04.dart
index 9e43f4d..27297ac 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t05.dart
index 3d7a9a3..de0c92c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "rethrow" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t06.dart
index acfbc37..1c475d2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "rethrow" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t07.dart
index 5c7ce3e..f274f19 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t08.dart
index a9409fc..9768180 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t09.dart
index 4f01789..b522a30 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "rethrow" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t10.dart
index 0caab6e..9eb23fa 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t11.dart
index de6798c..513f534 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t12.dart
index ed2e005..c3d707f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "rethrow" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_lib.dart
index 8f1a32d..edfb875 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of return;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t01.dart
index eb9a202..e74869c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t02.dart
index 4ae0094..9964969 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "return" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t03.dart
index 985b912..c712e94 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t04.dart
index e0208aa..09066f9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t05.dart
index 90cff12..9ffd712 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "return" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t06.dart
index baf6db0..b06e9a3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "return" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t07.dart
index 6bfb896..7096049 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t08.dart
index 9fcc5c8..78686b0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t09.dart
index 5d02b47..0fe7615 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "return" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t10.dart
index d2e974e..08b9641 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t11.dart
index 9951af0..423df1b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/return_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/return_t12.dart
index 629d2a9..92f35c9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/return_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/return_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "return" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_lib.dart
index 7870227..aa2598d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of super;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t01.dart
index b89058f..ddc6255 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t02.dart
index 951d3c2..520c0e2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "super" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t03.dart
index 9e17b3c..44d3f7a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t04.dart
index 49209b0..2f4e68b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t05.dart
index 4ff2a15..22864ee 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "super" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t06.dart
index f434659..522c1ba 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "super" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t07.dart
index 53803bb..838e269 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t08.dart
index 77ad28b..6012508 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t09.dart
index 30f3637..4891e4d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "super" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t10.dart
index 20ad80e..706bc25 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t11.dart
index 0e7c9a4..b2320c5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/super_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/super_t12.dart
index a71b0e2..1351c83 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/super_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/super_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "super" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_lib.dart
index 57fee2a..753f559 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of switch;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t01.dart
index 763ab16..fb1ac99 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t02.dart
index cad7e68..393a84f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "switch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t03.dart
index 10535bd..a3a0eb4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t04.dart
index 38e019b..becdaae 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t05.dart
index 8a11fd9..fbf68b4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "switch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t06.dart
index d35adf3..928bb8b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "switch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t07.dart
index f401753..bd0f7d9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t08.dart
index c259859..d9dd45c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t09.dart
index 5f477bc..f543855 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "switch" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t10.dart
index 60be5ce..b7f785f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t11.dart
index b79dd2e..ed7d0cd 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t12.dart
index 7b61907..74fe498 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/switch_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/switch_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "switch" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_lib.dart
index 556912b..0a45293 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of this;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t01.dart
index 3edc172..2d7504e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t02.dart
index 092e718..bf07f4f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "this" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t03.dart
index 2f1de65..a17d858 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t04.dart
index 4e3d022..ed05636 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t05.dart
index ebf6ab8..9f2cb6a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "this" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t06.dart
index bf17705..9bda918 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "this" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t07.dart
index 71c90a1..7a97365 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t08.dart
index 5b1b6d2..dff856a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t09.dart
index e9ed9cf..950c89a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "this" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t10.dart
index 41f0688..b6ec116 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t11.dart
index b9e1d0a..1d11991 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/this_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/this_t12.dart
index 81e1b20..37c88cc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/this_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/this_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "this" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_lib.dart
index 2d9f8eb..5a2a013 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of throw;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t01.dart
index aec511a..cd144fe 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t02.dart
index 1bda235..0755d61 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "throw" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t03.dart
index a89f251..f198a69 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t04.dart
index 0f6238a..5b31ff7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t05.dart
index 54a18dc..fb44a3f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "throw" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t06.dart
index 771a372..95d4d52 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "throw" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t07.dart
index 4bdf52c..b98485b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t08.dart
index 580007e..dba1d0d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t09.dart
index fc5d0d9..36d8138 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t10.dart
index 4e76580..f11d20e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t11.dart
index 882ae6b..1727fd1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t12.dart
index df5bf9c..befe5d8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/throw_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/throw_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "throw" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_lib.dart
index 110d6cd..401ba83 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of true;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t01.dart
index f1cea73..6da8f97 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t02.dart
index c1d20aa..ccb801c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "true" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t03.dart
index ae53025..768c245 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t04.dart
index f50167a..7794d21 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t05.dart
index 9f76bf7..0c580f3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t06.dart
index 64eb3cf..21dd1b2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "true" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t07.dart
index 8da0309..f087fc4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t08.dart
index b42b875..3dad7e7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t09.dart
index 60c43aa..3400f25 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t10.dart
index e50a9c5..b25a9fa 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t11.dart
index 1e607e8..3838550 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/true_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/true_t12.dart
index 5316f0e..bd8b235 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/true_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/true_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "true" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_lib.dart
index 99fbba1..523d571 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of try;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t01.dart
index 53f73c1..8a920ca 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t02.dart
index 3fefed2..9962abc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "try" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t03.dart
index 6536500..96c829c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t04.dart
index 6a86d5e..c9d6f44 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t05.dart
index cc45908..954d5bc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "try" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t06.dart
index 1205809..3abfd90 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "try" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t07.dart
index cce2363..5c27589 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t08.dart
index 36ad68d..aacb5fc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t09.dart
index 74145eb..2d0a904 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "try" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t10.dart
index 167aca3..b9704b4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t11.dart
index f47bf23..1235279 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/try_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/try_t12.dart
index dfa2a0f..c6492e1 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/try_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/try_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "try" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_lib.dart
index 9390072..9700b33 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of var;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t01.dart
index c4f3bd6..c76c61c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t02.dart
index b6705a7..e9083ac 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "var" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t03.dart
index cdaba7f..8a498f5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t04.dart
index 7f15e08..933b94a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t05.dart
index 928c12a..79e0f1a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "var" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t06.dart
index ac48eae..cad64f6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "var" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t07.dart
index e597350..ef22af0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t08.dart
index 476fede..7d3cd57 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t09.dart
index ace24c5..76c0956 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "var" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t10.dart
index dbbf91e..7ec38f6 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t11.dart
index df16770..cce3a59 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/var_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/var_t12.dart
index e18c731..32f16f7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/var_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/var_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "var" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_lib.dart
index dc5b151..bddc39f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of void;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t01.dart
index 59a8dff..4ecbfea 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t02.dart
index 3629952..abcd82b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "void" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t03.dart
index 7c5dc5c..c36b57e 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t04.dart
index 32d6cf6..1c85523 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t05.dart
index d3eb9a2..454decc 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "void" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t06.dart
index 4b38863..27640ce 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "void" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t07.dart
index 35debe7..ea582f8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t08.dart
index 35f6be6..00ca671 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t09.dart
index b01699a..ea2e33c 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "void" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t10.dart
index 2aa26c5..c660027 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t11.dart
index c809e41..a0f6b91 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/void_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/void_t12.dart
index a3ccee3..f4430e3 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/void_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/void_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "void" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_lib.dart
index e10e9b8..3f4bf89 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of while;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t01.dart
index e76011d..0915869 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t02.dart
index ae73a96..134bb5d 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "while" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t03.dart
index 8722799..5d161c7 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t04.dart
index 196e5c5..bf7f1d4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t05.dart
index 29693c3..df099d5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "while" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t06.dart
index d34b1aa..73f042b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "while" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t07.dart
index 13a5c33..7fe6937 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t08.dart
index 957aed6..b4f943a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t09.dart
index 20264a4..5798a11 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "while" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t10.dart
index f8d7baa..c0f32b2 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t11.dart
index e8e73ce..f2ca548 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/while_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/while_t12.dart
index 07e7053..826cab8 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/while_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/while_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "while" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t01.dart
index 96b460d..32f8428 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WHITESPACE:
  * ('\t' | ' ' | NEWLINE)+
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02.dart
index 8016147..cf40200 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WHITESPACE:
  * ('\t' | ' ' | NEWLINE)+
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03.dart
index 537762b..a344bb5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WHITESPACE:
  * ('\t' | ' ' | NEWLINE)+
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04.dart
index efbdced..1a2c82a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WHITESPACE:
  * ('\t' | ' ' | NEWLINE)+
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_lib.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_lib.dart
index c3b0b1c..bd92394 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_lib.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_lib.dart
@@ -1,6 +1,5 @@
-/*
- * 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.
- */
+// 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.
+
 part of with;
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t01.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t01.dart
index cbd585e..0df1849 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t01.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t02.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t02.dart
index aa22861..5c42a9b 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t02.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "with" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t03.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t03.dart
index b71d91c..827dd8f 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t03.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t04.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t04.dart
index 9248607..9243e01 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t04.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t05.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t05.dart
index d2c4678..51b23b0 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t05.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "with" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t06.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t06.dart
index e5bdc0d..99ed6e9 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t06.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "with" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t07.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t07.dart
index c8b9ed9..684c52a 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t07.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t08.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t08.dart
index 0c8263a..820bd51 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t08.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t09.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t09.dart
index 6c99593..0a8a287 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t09.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion "with" is a reserved word.
  * A reserved word may not be used as an identifier; it is a compile-time error
diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t10.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t10.dart
index d4f621e..a625087 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t10.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t11.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t11.dart
index 0a4644a..c07c2e5 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t11.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/Reserved_Words/with_t12.dart b/Language/Reference/Lexical_Rules/Reserved_Words/with_t12.dart
index 1ffbb0a..380dfc4 100644
--- a/Language/Reference/Lexical_Rules/Reserved_Words/with_t12.dart
+++ b/Language/Reference/Lexical_Rules/Reserved_Words/with_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion "with" is a reserved word.

  * A reserved word may not be used as an identifier; it is a compile-time error

diff --git a/Language/Reference/Lexical_Rules/unicode_t01.dart b/Language/Reference/Lexical_Rules/unicode_t01.dart
index e248cc1..e4e1f5a 100644
--- a/Language/Reference/Lexical_Rules/unicode_t01.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t02.dart b/Language/Reference/Lexical_Rules/unicode_t02.dart
index 87d8933..7aabf1d 100644
--- a/Language/Reference/Lexical_Rules/unicode_t02.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t03.dart b/Language/Reference/Lexical_Rules/unicode_t03.dart
index 348dc98..1d23486 100644
--- a/Language/Reference/Lexical_Rules/unicode_t03.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t04.dart b/Language/Reference/Lexical_Rules/unicode_t04.dart
index 51d8f4c..e783d3c 100644
--- a/Language/Reference/Lexical_Rules/unicode_t04.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t05.dart b/Language/Reference/Lexical_Rules/unicode_t05.dart
index 8918645..e52e93c 100644
--- a/Language/Reference/Lexical_Rules/unicode_t05.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t06.dart b/Language/Reference/Lexical_Rules/unicode_t06.dart
index 4a5562b..21a5da7 100644
--- a/Language/Reference/Lexical_Rules/unicode_t06.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t07.dart b/Language/Reference/Lexical_Rules/unicode_t07.dart
index a864536..2d9de73 100644
--- a/Language/Reference/Lexical_Rules/unicode_t07.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t08.dart b/Language/Reference/Lexical_Rules/unicode_t08.dart
index 3d1bcfb..8f746fc 100644
--- a/Language/Reference/Lexical_Rules/unicode_t08.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/unicode_t09.dart b/Language/Reference/Lexical_Rules/unicode_t09.dart
index 5befeb0..16af550 100644
--- a/Language/Reference/Lexical_Rules/unicode_t09.dart
+++ b/Language/Reference/Lexical_Rules/unicode_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t01.dart b/Language/Reference/Lexical_Rules/whitespace_t01.dart
index efbb9c5..31923c3 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t01.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t02.dart b/Language/Reference/Lexical_Rules/whitespace_t02.dart
index 34c516a..4eebc2a 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t02.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t03.dart b/Language/Reference/Lexical_Rules/whitespace_t03.dart
index e6be13e..53067f8 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t03.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t04.dart b/Language/Reference/Lexical_Rules/whitespace_t04.dart
index 04365fa..84e960b 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t04.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t05.dart b/Language/Reference/Lexical_Rules/whitespace_t05.dart
index 94afa0d..5ee5232 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t05.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t06.dart b/Language/Reference/Lexical_Rules/whitespace_t06.dart
index 4532ce3..41e1fb2 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t06.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t07.dart b/Language/Reference/Lexical_Rules/whitespace_t07.dart
index 41ad224..a95e376 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t07.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t08.dart b/Language/Reference/Lexical_Rules/whitespace_t08.dart
index 1e19b62..d3781df 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t08.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t09.dart b/Language/Reference/Lexical_Rules/whitespace_t09.dart
index 9eda9c2..3442ed9 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t09.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t10.dart b/Language/Reference/Lexical_Rules/whitespace_t10.dart
index f162978..7208848 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t10.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Lexical_Rules/whitespace_t11.dart b/Language/Reference/Lexical_Rules/whitespace_t11.dart
index 50d00a4..9173d20 100644
--- a/Language/Reference/Lexical_Rules/whitespace_t11.dart
+++ b/Language/Reference/Lexical_Rules/whitespace_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Dart source text is represented as a sequence of Unicode code
  * points.
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t01.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t01.dart
index cbdcc82..4e348c6 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t02.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t02.dart
index 3152970..2162c2e 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t03.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t03.dart
index 5b8109a..2530399 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t04.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t04.dart
index 75b6c98..35f7f5c 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t05.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t05.dart
index 57eeaad..e1f9335 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t06.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t06.dart
index 117b0f2..ba0f050 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t07.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t07.dart
index 3b96bc9..f463bf4 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t07.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t08.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t08.dart
index d4285dc..abb3d91 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t08.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t09.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t09.dart
index 5ce89fa..5bc476e 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t09.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t10.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t10.dart
index 34380d8..711188b 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t10.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t11.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t11.dart
index d5e6902..fa8a117 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t11.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t12.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t12.dart
index b72dde5..6540357 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t12.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t13.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t13.dart
index c01340b..f22151e 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t13.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_01_assignment_t14.dart b/Language/Reference/Operator_Precedence/precedence_01_assignment_t14.dart
index 0d5674d..a157d75 100644
--- a/Language/Reference/Operator_Precedence/precedence_01_assignment_t14.dart
+++ b/Language/Reference/Operator_Precedence/precedence_01_assignment_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_02_cascade_t01.dart b/Language/Reference/Operator_Precedence/precedence_02_cascade_t01.dart
index 3dba831..77f1e32 100644
--- a/Language/Reference/Operator_Precedence/precedence_02_cascade_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_02_cascade_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_03_conditional_t01.dart b/Language/Reference/Operator_Precedence/precedence_03_conditional_t01.dart
index cedd715..e9d3e7d 100644
--- a/Language/Reference/Operator_Precedence/precedence_03_conditional_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_03_conditional_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_04_if_null_t01.dart b/Language/Reference/Operator_Precedence/precedence_04_if_null_t01.dart
index ca03321..c44db03 100644
--- a/Language/Reference/Operator_Precedence/precedence_04_if_null_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_04_if_null_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_04_if_null_t02.dart b/Language/Reference/Operator_Precedence/precedence_04_if_null_t02.dart
index cbbbfac..34b9f85 100644
--- a/Language/Reference/Operator_Precedence/precedence_04_if_null_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_04_if_null_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_05_logical_or_t01.dart b/Language/Reference/Operator_Precedence/precedence_05_logical_or_t01.dart
index 5faa8c2..4c3be07 100644
--- a/Language/Reference/Operator_Precedence/precedence_05_logical_or_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_05_logical_or_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_05_logical_or_t02.dart b/Language/Reference/Operator_Precedence/precedence_05_logical_or_t02.dart
index efcdc07..ec79ec4 100644
--- a/Language/Reference/Operator_Precedence/precedence_05_logical_or_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_05_logical_or_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_06_logical_and_t01.dart b/Language/Reference/Operator_Precedence/precedence_06_logical_and_t01.dart
index 68ebc59..ca7ab1a 100644
--- a/Language/Reference/Operator_Precedence/precedence_06_logical_and_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_06_logical_and_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_06_logical_and_t02.dart b/Language/Reference/Operator_Precedence/precedence_06_logical_and_t02.dart
index 1f59df0..de09784 100644
--- a/Language/Reference/Operator_Precedence/precedence_06_logical_and_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_06_logical_and_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_07_equality_t01.dart b/Language/Reference/Operator_Precedence/precedence_07_equality_t01.dart
index b59deb5..1e2f858 100644
--- a/Language/Reference/Operator_Precedence/precedence_07_equality_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_07_equality_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_07_equality_t02.dart b/Language/Reference/Operator_Precedence/precedence_07_equality_t02.dart
index 7b0c862..a124524 100644
--- a/Language/Reference/Operator_Precedence/precedence_07_equality_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_07_equality_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_07_equality_t03.dart b/Language/Reference/Operator_Precedence/precedence_07_equality_t03.dart
index 0481933..ee73d1f 100644
--- a/Language/Reference/Operator_Precedence/precedence_07_equality_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_07_equality_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_07_equality_t04.dart b/Language/Reference/Operator_Precedence/precedence_07_equality_t04.dart
index 9e8ff1c..41c6602 100644
--- a/Language/Reference/Operator_Precedence/precedence_07_equality_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_07_equality_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_07_equality_t05.dart b/Language/Reference/Operator_Precedence/precedence_07_equality_t05.dart
index c723026..cbea5af 100644
--- a/Language/Reference/Operator_Precedence/precedence_07_equality_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_07_equality_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t01.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t01.dart
index 940c57e..93ae319 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t02.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t02.dart
index 90d86a6..e9e2d18 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t03.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t03.dart
index 80e8063..a8c857e 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t04.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t04.dart
index ec7ed54..0249023 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t05.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t05.dart
index 4f2fff4..401a1cf 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t06.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t06.dart
index fbefa26..658aeb7 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t07.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t07.dart
index b2daaa4..d2354cd 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t07.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t08.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t08.dart
index 2b1774d..6287b85 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t08.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t09.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t09.dart
index b064239..ac6daa3 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t09.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t10.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t10.dart
index 0de937a..cabd41f 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t10.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t11.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t11.dart
index 5970b0b..9915580 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t11.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t12.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t12.dart
index d4e5afb..9eae87d 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t12.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t13.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t13.dart
index c3e357c..0ea046a 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t13.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t14.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t14.dart
index 2dd53f2..45cf09f 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t14.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t15.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t15.dart
index a546b32..28bf7fc 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t15.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t16.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t16.dart
index 598f5b3..f0b5c97 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t16.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t17.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t17.dart
index 0646432..331d89e 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t17.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_08_relational_t18.dart b/Language/Reference/Operator_Precedence/precedence_08_relational_t18.dart
index 8ad0a32..0c65302 100644
--- a/Language/Reference/Operator_Precedence/precedence_08_relational_t18.dart
+++ b/Language/Reference/Operator_Precedence/precedence_08_relational_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t01.dart b/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t01.dart
index fab61ee..c0f953b 100644
--- a/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t02.dart b/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t02.dart
index ca3f05f..6e8eaf9 100644
--- a/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_09_bitwise_or_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t01.dart b/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t01.dart
index 9dae9d6..a457617 100644
--- a/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t02.dart b/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t02.dart
index d67e84d..c28ffc5 100644
--- a/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_10_bitwise_xor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t01.dart b/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t01.dart
index 1597053..2feddca 100644
--- a/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t02.dart b/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t02.dart
index 10bdfce..455a012 100644
--- a/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_11_bitwise_and_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_12_Shift_t01.dart b/Language/Reference/Operator_Precedence/precedence_12_Shift_t01.dart
index d00a6a4..6bd9b02 100644
--- a/Language/Reference/Operator_Precedence/precedence_12_Shift_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_12_Shift_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_12_Shift_t02.dart b/Language/Reference/Operator_Precedence/precedence_12_Shift_t02.dart
index 0a85bf6..e7d580f 100644
--- a/Language/Reference/Operator_Precedence/precedence_12_Shift_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_12_Shift_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_12_Shift_t03.dart b/Language/Reference/Operator_Precedence/precedence_12_Shift_t03.dart
index 74c1958..746c7ec 100644
--- a/Language/Reference/Operator_Precedence/precedence_12_Shift_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_12_Shift_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_12_Shift_t04.dart b/Language/Reference/Operator_Precedence/precedence_12_Shift_t04.dart
index 06fbb95..9039cb1 100644
--- a/Language/Reference/Operator_Precedence/precedence_12_Shift_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_12_Shift_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t01.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t01.dart
index 279ef58..c782859 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t02.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t02.dart
index c5ad962..4d4ecd6 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t03.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t03.dart
index 42aae14..abb59a1 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t04.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t04.dart
index de1126f..dd634e0 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t05.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t05.dart
index 9f82cfd..d6dc1fc 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_13_additive_t06.dart b/Language/Reference/Operator_Precedence/precedence_13_additive_t06.dart
index 329062b..4d07c32 100644
--- a/Language/Reference/Operator_Precedence/precedence_13_additive_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_13_additive_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t01.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t01.dart
index f36ecce..1f8c146 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t02.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t02.dart
index 957abcc..c35baad 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t03.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t03.dart
index a99fc83..ec77626 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t04.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t04.dart
index a9ff477..8411ca8 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t05.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t05.dart
index 3936d13..a5f66d8 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t06.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t06.dart
index 0e6b5cf..83a0bc6 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t07.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t07.dart
index 822bb63..937daed 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t07.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t08.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t08.dart
index 5bc55c9..23003f3 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t08.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t09.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t09.dart
index 2689963..040608d 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t09.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t10.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t10.dart
index faaafb6..b3c7b09 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t10.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t11.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t11.dart
index f1da9c5..86feccb 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t11.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t12.dart b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t12.dart
index 86da054..4d3abda 100644
--- a/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t12.dart
+++ b/Language/Reference/Operator_Precedence/precedence_14_multiplicative_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t01.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t01.dart
index 8a9af5f..45c1e7f 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t02.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t02.dart
index 0e3ff42..60691a9 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t03.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t03.dart
index de067dc..50b06f9 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04.dart
index da365d4..1d13e85 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t05.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t05.dart
index 2f5b0bd..154cb56 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t06.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t06.dart
index 96636f0..6200bc4 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t07.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t07.dart
index 4ae2bcb..0a7f509 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t07.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08.dart
index dd38222..ee63408 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t09.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t09.dart
index 16cfffe..d5da534 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t09.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t10.dart b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t10.dart
index 6573dd0..4b36798 100644
--- a/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t10.dart
+++ b/Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t01.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t01.dart
index d5b3112..33f082f 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t02.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t02.dart
index a7299c4..6060f40 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t03.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t03.dart
index 1fb62e0..f493f90 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t04.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t04.dart
index 0d4f555..e489e01 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t05.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t05.dart
index d88be32..45428e0 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t06.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t06.dart
index 4aba09e..5208ce3 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t07.dart b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t07.dart
index e127b61..088e81a 100644
--- a/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t07.dart
+++ b/Language/Reference/Operator_Precedence/precedence_16_unary_postfix_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * Description    Operator                          Associativity Precedence
diff --git a/Language/Reference/Operator_Precedence/precedence_t01.dart b/Language/Reference/Operator_Precedence/precedence_t01.dart
index f93206d..874e819 100644
--- a/Language/Reference/Operator_Precedence/precedence_t01.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar
diff --git a/Language/Reference/Operator_Precedence/precedence_t02.dart b/Language/Reference/Operator_Precedence/precedence_t02.dart
index 99878bf..2e924fd 100644
--- a/Language/Reference/Operator_Precedence/precedence_t02.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar
diff --git a/Language/Reference/Operator_Precedence/precedence_t03.dart b/Language/Reference/Operator_Precedence/precedence_t03.dart
index c2f62a6..5eeabac 100644
--- a/Language/Reference/Operator_Precedence/precedence_t03.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar
diff --git a/Language/Reference/Operator_Precedence/precedence_t04.dart b/Language/Reference/Operator_Precedence/precedence_t04.dart
index e322e62..bbd7094 100644
--- a/Language/Reference/Operator_Precedence/precedence_t04.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar
diff --git a/Language/Reference/Operator_Precedence/precedence_t05.dart b/Language/Reference/Operator_Precedence/precedence_t05.dart
index 064fe2e..6d421a6 100644
--- a/Language/Reference/Operator_Precedence/precedence_t05.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar
diff --git a/Language/Reference/Operator_Precedence/precedence_t06.dart b/Language/Reference/Operator_Precedence/precedence_t06.dart
index 396d952..7a92c22 100644
--- a/Language/Reference/Operator_Precedence/precedence_t06.dart
+++ b/Language/Reference/Operator_Precedence/precedence_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Operator precedence is given implicitly by the grammar.
  * @description Checks that operator precedence given implicitly by the grammar 
diff --git a/Language/Statements/Assert/execution_t01.dart b/Language/Statements/Assert/execution_t01.dart
index 6018e9b..9a5fe91 100644
--- a/Language/Statements/Assert/execution_t01.dart
+++ b/Language/Statements/Assert/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t02.dart b/Language/Statements/Assert/execution_t02.dart
index 9b6be11..c954dab 100644
--- a/Language/Statements/Assert/execution_t02.dart
+++ b/Language/Statements/Assert/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t03.dart b/Language/Statements/Assert/execution_t03.dart
index 5d3b224..421cf26 100644
--- a/Language/Statements/Assert/execution_t03.dart
+++ b/Language/Statements/Assert/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t04.dart b/Language/Statements/Assert/execution_t04.dart
index 53e51cf..faf6b2c 100644
--- a/Language/Statements/Assert/execution_t04.dart
+++ b/Language/Statements/Assert/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t05.dart b/Language/Statements/Assert/execution_t05.dart
index 9008b02..3114957 100644
--- a/Language/Statements/Assert/execution_t05.dart
+++ b/Language/Statements/Assert/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t06.dart b/Language/Statements/Assert/execution_t06.dart
index 66275a6..c2a72eb 100644
--- a/Language/Statements/Assert/execution_t06.dart
+++ b/Language/Statements/Assert/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t08.dart b/Language/Statements/Assert/execution_t08.dart
index 0804021..b8d9241 100644
--- a/Language/Statements/Assert/execution_t08.dart
+++ b/Language/Statements/Assert/execution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t09.dart b/Language/Statements/Assert/execution_t09.dart
index f4defd0..e3c52a6 100644
--- a/Language/Statements/Assert/execution_t09.dart
+++ b/Language/Statements/Assert/execution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t10.dart b/Language/Statements/Assert/execution_t10.dart
index a7b3443..1752adf 100644
--- a/Language/Statements/Assert/execution_t10.dart
+++ b/Language/Statements/Assert/execution_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/execution_t11.dart b/Language/Statements/Assert/execution_t11.dart
index 1476742..25f06fc 100644
--- a/Language/Statements/Assert/execution_t11.dart
+++ b/Language/Statements/Assert/execution_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of an assert statement assert(e);
  * proceeds as follows:
diff --git a/Language/Statements/Assert/production_mode_t01.dart b/Language/Statements/Assert/production_mode_t01.dart
index 89e1265..a57dd67 100644
--- a/Language/Statements/Assert/production_mode_t01.dart
+++ b/Language/Statements/Assert/production_mode_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion When assertions are not enabled, execution of an assertion
  * immediately completes normally
diff --git a/Language/Statements/Assert/syntax_t01.dart b/Language/Statements/Assert/syntax_t01.dart
index 189621f..825c630 100644
--- a/Language/Statements/Assert/syntax_t01.dart
+++ b/Language/Statements/Assert/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An assert statement is used to disrupt normal execution if a

  * given boolean condition does not hold.

diff --git a/Language/Statements/Assert/syntax_t02.dart b/Language/Statements/Assert/syntax_t02.dart
index 83232cc..6c3f754 100644
--- a/Language/Statements/Assert/syntax_t02.dart
+++ b/Language/Statements/Assert/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An assert statement is used to disrupt normal execution if a

  * given boolean condition does not hold.

diff --git a/Language/Statements/Assert/syntax_t03.dart b/Language/Statements/Assert/syntax_t03.dart
index 5ab701e..49df886 100644
--- a/Language/Statements/Assert/syntax_t03.dart
+++ b/Language/Statements/Assert/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An assert statement is used to disrupt normal execution if a

  * given boolean condition does not hold.

diff --git a/Language/Statements/Assert/syntax_t04.dart b/Language/Statements/Assert/syntax_t04.dart
index 6ad61cc..41f7e1e 100644
--- a/Language/Statements/Assert/syntax_t04.dart
+++ b/Language/Statements/Assert/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An assert statement is used to disrupt normal execution if a

  * given boolean condition does not hold.

diff --git a/Language/Statements/Assert/syntax_t05.dart b/Language/Statements/Assert/syntax_t05.dart
index e9f3d40..62317ce 100644
--- a/Language/Statements/Assert/syntax_t05.dart
+++ b/Language/Statements/Assert/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion An assert statement is used to disrupt normal execution if a

  * given boolean condition does not hold.

diff --git a/Language/Statements/Assert/syntax_t06.dart b/Language/Statements/Assert/syntax_t06.dart
index a3f5fbc..d645d7d 100644
--- a/Language/Statements/Assert/syntax_t06.dart
+++ b/Language/Statements/Assert/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An assert statement is used to disrupt normal execution if a
  * given boolean condition does not hold.
diff --git a/Language/Statements/Assert/type_t02.dart b/Language/Statements/Assert/type_t02.dart
index 2a74a76..e859f74 100644
--- a/Language/Statements/Assert/type_t02.dart
+++ b/Language/Statements/Assert/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t03.dart b/Language/Statements/Assert/type_t03.dart
index 0244078..f1c30a3 100644
--- a/Language/Statements/Assert/type_t03.dart
+++ b/Language/Statements/Assert/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t04.dart b/Language/Statements/Assert/type_t04.dart
index 28fed2c..e52e0fe 100644
--- a/Language/Statements/Assert/type_t04.dart
+++ b/Language/Statements/Assert/type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t05.dart b/Language/Statements/Assert/type_t05.dart
index d202d4a..48b2d5f 100644
--- a/Language/Statements/Assert/type_t05.dart
+++ b/Language/Statements/Assert/type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t06.dart b/Language/Statements/Assert/type_t06.dart
index a97a36e..430177a 100644
--- a/Language/Statements/Assert/type_t06.dart
+++ b/Language/Statements/Assert/type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t07.dart b/Language/Statements/Assert/type_t07.dart
index 8014315..4f215fd 100644
--- a/Language/Statements/Assert/type_t07.dart
+++ b/Language/Statements/Assert/type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t08.dart b/Language/Statements/Assert/type_t08.dart
index 31e542f..8e9d94f 100644
--- a/Language/Statements/Assert/type_t08.dart
+++ b/Language/Statements/Assert/type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to either bool or () -> bool.
diff --git a/Language/Statements/Assert/type_t09.dart b/Language/Statements/Assert/type_t09.dart
index 7da09fa..2a6e1a4 100644
--- a/Language/Statements/Assert/type_t09.dart
+++ b/Language/Statements/Assert/type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if the type of [c] may not be assigned
  * to [bool].
diff --git a/Language/Statements/Blocks/execution_t01.dart b/Language/Statements/Blocks/execution_t01.dart
index 1a8e2f7..c5638b9 100644
--- a/Language/Statements/Blocks/execution_t01.dart
+++ b/Language/Statements/Blocks/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/execution_t02.dart b/Language/Statements/Blocks/execution_t02.dart
index 54e4c9b..c7cd99e 100644
--- a/Language/Statements/Blocks/execution_t02.dart
+++ b/Language/Statements/Blocks/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/execution_t03.dart b/Language/Statements/Blocks/execution_t03.dart
index 1205040..4efd238 100644
--- a/Language/Statements/Blocks/execution_t03.dart
+++ b/Language/Statements/Blocks/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/execution_t04.dart b/Language/Statements/Blocks/execution_t04.dart
index 96ea164..22d636a 100644
--- a/Language/Statements/Blocks/execution_t04.dart
+++ b/Language/Statements/Blocks/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/execution_t05.dart b/Language/Statements/Blocks/execution_t05.dart
index 1d89270..c6b4eb7 100644
--- a/Language/Statements/Blocks/execution_t05.dart
+++ b/Language/Statements/Blocks/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/execution_t06.dart b/Language/Statements/Blocks/execution_t06.dart
index 1b8259a..c221c38 100644
--- a/Language/Statements/Blocks/execution_t06.dart
+++ b/Language/Statements/Blocks/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement supports sequencing of code.
  * Execution of a block statement { s1, ... , sn } proceeds as follows:
diff --git a/Language/Statements/Blocks/scope_t01.dart b/Language/Statements/Blocks/scope_t01.dart
index 779c1da..764598e 100644
--- a/Language/Statements/Blocks/scope_t01.dart
+++ b/Language/Statements/Blocks/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A block statement introduces a new scope, which is nested in the
  * lexically enclosing scope in which the block statement appears.
diff --git a/Language/Statements/Break/async_loop_t01.dart b/Language/Statements/Break/async_loop_t01.dart
index de5d8be..6e2d410 100644
--- a/Language/Statements/Break/async_loop_t01.dart
+++ b/Language/Statements/Break/async_loop_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If sE is an asynchronous for loop, its associated
  * stream subscription is canceled.
diff --git a/Language/Statements/Break/async_loop_t02.dart b/Language/Statements/Break/async_loop_t02.dart
index 3e7d7e4..cba45dc 100644
--- a/Language/Statements/Break/async_loop_t02.dart
+++ b/Language/Statements/Break/async_loop_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If sE is an asynchronous for loop, its associated
  * stream subscription is canceled.
diff --git a/Language/Statements/Break/async_loops_t01.dart b/Language/Statements/Break/async_loops_t01.dart
index 9b82b22..f549cc8 100644
--- a/Language/Statements/Break/async_loops_t01.dart
+++ b/Language/Statements/Break/async_loops_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t02.dart b/Language/Statements/Break/async_loops_t02.dart
index 9545df1..354e997 100644
--- a/Language/Statements/Break/async_loops_t02.dart
+++ b/Language/Statements/Break/async_loops_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t03.dart b/Language/Statements/Break/async_loops_t03.dart
index c4db24c..44cb0b4 100644
--- a/Language/Statements/Break/async_loops_t03.dart
+++ b/Language/Statements/Break/async_loops_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t04.dart b/Language/Statements/Break/async_loops_t04.dart
index a317617..fce60ba 100644
--- a/Language/Statements/Break/async_loops_t04.dart
+++ b/Language/Statements/Break/async_loops_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t05.dart b/Language/Statements/Break/async_loops_t05.dart
index 2f9e7bc..e2ed62d 100644
--- a/Language/Statements/Break/async_loops_t05.dart
+++ b/Language/Statements/Break/async_loops_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t06.dart b/Language/Statements/Break/async_loops_t06.dart
index 56e6ad9..8a8ce83 100644
--- a/Language/Statements/Break/async_loops_t06.dart
+++ b/Language/Statements/Break/async_loops_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t07.dart b/Language/Statements/Break/async_loops_t07.dart
index 1652a12..bb923cf 100644
--- a/Language/Statements/Break/async_loops_t07.dart
+++ b/Language/Statements/Break/async_loops_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t08.dart b/Language/Statements/Break/async_loops_t08.dart
index b569582..15679aa 100644
--- a/Language/Statements/Break/async_loops_t08.dart
+++ b/Language/Statements/Break/async_loops_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t09.dart b/Language/Statements/Break/async_loops_t09.dart
index bb03d64..0d7b75e 100644
--- a/Language/Statements/Break/async_loops_t09.dart
+++ b/Language/Statements/Break/async_loops_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/async_loops_t10.dart b/Language/Statements/Break/async_loops_t10.dart
index 54470db..be2b960 100644
--- a/Language/Statements/Break/async_loops_t10.dart
+++ b/Language/Statements/Break/async_loops_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Furthermore, let ak be the set of asynchronous for loops and
  * yield-each statements enclosing sb that are enclosed in sE , 1 ≤ k ≤ m,
diff --git a/Language/Statements/Break/execution_t01.dart b/Language/Statements/Break/execution_t01.dart
index 0590935..6b920b9 100644
--- a/Language/Statements/Break/execution_t01.dart
+++ b/Language/Statements/Break/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t02.dart b/Language/Statements/Break/execution_t02.dart
index 2ea201f..7dac461 100644
--- a/Language/Statements/Break/execution_t02.dart
+++ b/Language/Statements/Break/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t03.dart b/Language/Statements/Break/execution_t03.dart
index d9a9714..4c742cb 100644
--- a/Language/Statements/Break/execution_t03.dart
+++ b/Language/Statements/Break/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t04.dart b/Language/Statements/Break/execution_t04.dart
index eb8269c..4598858 100644
--- a/Language/Statements/Break/execution_t04.dart
+++ b/Language/Statements/Break/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t05.dart b/Language/Statements/Break/execution_t05.dart
index 7ecbc07..8db98dd 100644
--- a/Language/Statements/Break/execution_t05.dart
+++ b/Language/Statements/Break/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t06.dart b/Language/Statements/Break/execution_t06.dart
index 292ffa2..57e9ae0 100644
--- a/Language/Statements/Break/execution_t06.dart
+++ b/Language/Statements/Break/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t07.dart b/Language/Statements/Break/execution_t07.dart
index 8304149..6475449 100644
--- a/Language/Statements/Break/execution_t07.dart
+++ b/Language/Statements/Break/execution_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t08.dart b/Language/Statements/Break/execution_t08.dart
index 080fb92..d5f28d0 100644
--- a/Language/Statements/Break/execution_t08.dart
+++ b/Language/Statements/Break/execution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/execution_t09.dart b/Language/Statements/Break/execution_t09.dart
index 6e73c34..1d7dc47 100644
--- a/Language/Statements/Break/execution_t09.dart
+++ b/Language/Statements/Break/execution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1, ..., sn be those try statements that are both enclosed in
  * sE and that enclose sb, and that have a finally clause. Lastly, let fj be the
diff --git a/Language/Statements/Break/label_t01.dart b/Language/Statements/Break/label_t01.dart
index 84d22d2..67b4cdd 100644
--- a/Language/Statements/Break/label_t01.dart
+++ b/Language/Statements/Break/label_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t02.dart b/Language/Statements/Break/label_t02.dart
index 93d0280..82ecbb9 100644
--- a/Language/Statements/Break/label_t02.dart
+++ b/Language/Statements/Break/label_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t03.dart b/Language/Statements/Break/label_t03.dart
index f81ec8d..f74ca9a 100644
--- a/Language/Statements/Break/label_t03.dart
+++ b/Language/Statements/Break/label_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t04.dart b/Language/Statements/Break/label_t04.dart
index df7c763..8b01d25 100644
--- a/Language/Statements/Break/label_t04.dart
+++ b/Language/Statements/Break/label_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t05.dart b/Language/Statements/Break/label_t05.dart
index f5c60a1..5e0ebd9 100644
--- a/Language/Statements/Break/label_t05.dart
+++ b/Language/Statements/Break/label_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t06.dart b/Language/Statements/Break/label_t06.dart
index 08f0875..ed79ce4 100644
--- a/Language/Statements/Break/label_t06.dart
+++ b/Language/Statements/Break/label_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t07.dart b/Language/Statements/Break/label_t07.dart
index 08f9ff8..563a8ac 100644
--- a/Language/Statements/Break/label_t07.dart
+++ b/Language/Statements/Break/label_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t08.dart b/Language/Statements/Break/label_t08.dart
index a31f83a..52535ae 100644
--- a/Language/Statements/Break/label_t08.dart
+++ b/Language/Statements/Break/label_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t09.dart b/Language/Statements/Break/label_t09.dart
index 27dc028..10795e0 100644
--- a/Language/Statements/Break/label_t09.dart
+++ b/Language/Statements/Break/label_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t10.dart b/Language/Statements/Break/label_t10.dart
index ba800ba..b4dfb9f 100644
--- a/Language/Statements/Break/label_t10.dart
+++ b/Language/Statements/Break/label_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t11.dart b/Language/Statements/Break/label_t11.dart
index 329c457..6ad8f53 100644
--- a/Language/Statements/Break/label_t11.dart
+++ b/Language/Statements/Break/label_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/label_t12.dart b/Language/Statements/Break/label_t12.dart
index a48360f..9bd0c9d 100644
--- a/Language/Statements/Break/label_t12.dart
+++ b/Language/Statements/Break/label_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sb be a break statement. If sb is of the form break L;, then
  * let sE be the the innermost labeled statement with label L enclosing sb. If
diff --git a/Language/Statements/Break/syntax_t01.dart b/Language/Statements/Break/syntax_t01.dart
index a6ddbda..f9360ba 100644
--- a/Language/Statements/Break/syntax_t01.dart
+++ b/Language/Statements/Break/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The break statement consists of the reserved word break and an
  * optional label.
diff --git a/Language/Statements/Break/syntax_t02.dart b/Language/Statements/Break/syntax_t02.dart
index bbab816..ea1b04f 100644
--- a/Language/Statements/Break/syntax_t02.dart
+++ b/Language/Statements/Break/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The break statement consists of the reserved word break and an

  * optional label.

diff --git a/Language/Statements/Continue/async_loops_t01.dart b/Language/Statements/Continue/async_loops_t01.dart
index 8fb6af7..cfa6f79 100644
--- a/Language/Statements/Continue/async_loops_t01.dart
+++ b/Language/Statements/Continue/async_loops_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t02.dart b/Language/Statements/Continue/async_loops_t02.dart
index 3fb6d30..d397c61 100644
--- a/Language/Statements/Continue/async_loops_t02.dart
+++ b/Language/Statements/Continue/async_loops_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t03.dart b/Language/Statements/Continue/async_loops_t03.dart
index 090c877..647f3e9 100644
--- a/Language/Statements/Continue/async_loops_t03.dart
+++ b/Language/Statements/Continue/async_loops_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t04.dart b/Language/Statements/Continue/async_loops_t04.dart
index c422147..9a0c2de 100644
--- a/Language/Statements/Continue/async_loops_t04.dart
+++ b/Language/Statements/Continue/async_loops_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t05.dart b/Language/Statements/Continue/async_loops_t05.dart
index b45ca98..54bb234 100644
--- a/Language/Statements/Continue/async_loops_t05.dart
+++ b/Language/Statements/Continue/async_loops_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t06.dart b/Language/Statements/Continue/async_loops_t06.dart
index e21aa39..73b7909 100644
--- a/Language/Statements/Continue/async_loops_t06.dart
+++ b/Language/Statements/Continue/async_loops_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t07.dart b/Language/Statements/Continue/async_loops_t07.dart
index 120cb68..2d6bdbc 100644
--- a/Language/Statements/Continue/async_loops_t07.dart
+++ b/Language/Statements/Continue/async_loops_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t08.dart b/Language/Statements/Continue/async_loops_t08.dart
index 644d951..2a0f315 100644
--- a/Language/Statements/Continue/async_loops_t08.dart
+++ b/Language/Statements/Continue/async_loops_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t09.dart b/Language/Statements/Continue/async_loops_t09.dart
index 7b49899..1914afe 100644
--- a/Language/Statements/Continue/async_loops_t09.dart
+++ b/Language/Statements/Continue/async_loops_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/async_loops_t10.dart b/Language/Statements/Continue/async_loops_t10.dart
index 39c5928..09b6a9e 100644
--- a/Language/Statements/Continue/async_loops_t10.dart
+++ b/Language/Statements/Continue/async_loops_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  If sE is an asynchronous for loop, let ak be the set of
  * asynchronous for loops and yield-each statements enclosing sc that are
diff --git a/Language/Statements/Continue/control_transfer_t01.dart b/Language/Statements/Continue/control_transfer_t01.dart
index 16e8b7b..a777d46 100644
--- a/Language/Statements/Continue/control_transfer_t01.dart
+++ b/Language/Statements/Continue/control_transfer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t02.dart b/Language/Statements/Continue/control_transfer_t02.dart
index ad0de2d..20cf810 100644
--- a/Language/Statements/Continue/control_transfer_t02.dart
+++ b/Language/Statements/Continue/control_transfer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t03.dart b/Language/Statements/Continue/control_transfer_t03.dart
index b2ca6e3..93dc0b0 100644
--- a/Language/Statements/Continue/control_transfer_t03.dart
+++ b/Language/Statements/Continue/control_transfer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t04.dart b/Language/Statements/Continue/control_transfer_t04.dart
index 04a11ec..2fbfb75 100644
--- a/Language/Statements/Continue/control_transfer_t04.dart
+++ b/Language/Statements/Continue/control_transfer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t05.dart b/Language/Statements/Continue/control_transfer_t05.dart
index bd6215c..1155241 100644
--- a/Language/Statements/Continue/control_transfer_t05.dart
+++ b/Language/Statements/Continue/control_transfer_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t06.dart b/Language/Statements/Continue/control_transfer_t06.dart
index 497a2b6..d09f085 100644
--- a/Language/Statements/Continue/control_transfer_t06.dart
+++ b/Language/Statements/Continue/control_transfer_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t07.dart b/Language/Statements/Continue/control_transfer_t07.dart
index 2ef9272..fe37729 100644
--- a/Language/Statements/Continue/control_transfer_t07.dart
+++ b/Language/Statements/Continue/control_transfer_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t08.dart b/Language/Statements/Continue/control_transfer_t08.dart
index 04fd3d2..1c907c2 100644
--- a/Language/Statements/Continue/control_transfer_t08.dart
+++ b/Language/Statements/Continue/control_transfer_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/control_transfer_t09.dart b/Language/Statements/Continue/control_transfer_t09.dart
index 779a969..a42ba5f 100644
--- a/Language/Statements/Continue/control_transfer_t09.dart
+++ b/Language/Statements/Continue/control_transfer_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let s1,...,sn be those try statements that are both enclosed in
  * sE and that enclose sc, and that have a finally clause. Lastly, let fj be
diff --git a/Language/Statements/Continue/label_t01.dart b/Language/Statements/Continue/label_t01.dart
index c12188e..6c2c9ce 100644
--- a/Language/Statements/Continue/label_t01.dart
+++ b/Language/Statements/Continue/label_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t02.dart b/Language/Statements/Continue/label_t02.dart
index b7ca93b..6451c36 100644
--- a/Language/Statements/Continue/label_t02.dart
+++ b/Language/Statements/Continue/label_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t03.dart b/Language/Statements/Continue/label_t03.dart
index df48027..5ce9b31 100644
--- a/Language/Statements/Continue/label_t03.dart
+++ b/Language/Statements/Continue/label_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t04.dart b/Language/Statements/Continue/label_t04.dart
index 8896d97..91274c4 100644
--- a/Language/Statements/Continue/label_t04.dart
+++ b/Language/Statements/Continue/label_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t05.dart b/Language/Statements/Continue/label_t05.dart
index c57d052..99db981 100644
--- a/Language/Statements/Continue/label_t05.dart
+++ b/Language/Statements/Continue/label_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t06.dart b/Language/Statements/Continue/label_t06.dart
index 9bdf0f5..028effb 100644
--- a/Language/Statements/Continue/label_t06.dart
+++ b/Language/Statements/Continue/label_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t07.dart b/Language/Statements/Continue/label_t07.dart
index 0a0a5c4..4301082 100644
--- a/Language/Statements/Continue/label_t07.dart
+++ b/Language/Statements/Continue/label_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t08.dart b/Language/Statements/Continue/label_t08.dart
index 0bcbcb2..f9e5bf5 100644
--- a/Language/Statements/Continue/label_t08.dart
+++ b/Language/Statements/Continue/label_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t09.dart b/Language/Statements/Continue/label_t09.dart
index f407666..2935248 100644
--- a/Language/Statements/Continue/label_t09.dart
+++ b/Language/Statements/Continue/label_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t10.dart b/Language/Statements/Continue/label_t10.dart
index 5030340..c06a6f8 100644
--- a/Language/Statements/Continue/label_t10.dart
+++ b/Language/Statements/Continue/label_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t11.dart b/Language/Statements/Continue/label_t11.dart
index 6d70da8..4f6f345 100644
--- a/Language/Statements/Continue/label_t11.dart
+++ b/Language/Statements/Continue/label_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t12.dart b/Language/Statements/Continue/label_t12.dart
index 24e9352..998980a 100644
--- a/Language/Statements/Continue/label_t12.dart
+++ b/Language/Statements/Continue/label_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t13.dart b/Language/Statements/Continue/label_t13.dart
index 5d2a523..1551a24 100644
--- a/Language/Statements/Continue/label_t13.dart
+++ b/Language/Statements/Continue/label_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t14.dart b/Language/Statements/Continue/label_t14.dart
index d473f6c..b754282 100644
--- a/Language/Statements/Continue/label_t14.dart
+++ b/Language/Statements/Continue/label_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t15.dart b/Language/Statements/Continue/label_t15.dart
index e3a888c..5e34717 100644
--- a/Language/Statements/Continue/label_t15.dart
+++ b/Language/Statements/Continue/label_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Let sc be a continue statement. If sc is of the form continue L;,

  * then let sE be the the innermost labeled do, for or while statement or case

diff --git a/Language/Statements/Continue/label_t16.dart b/Language/Statements/Continue/label_t16.dart
index f33be77..843f958 100644
--- a/Language/Statements/Continue/label_t16.dart
+++ b/Language/Statements/Continue/label_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/label_t17.dart b/Language/Statements/Continue/label_t17.dart
index 51cbe13..6844383 100644
--- a/Language/Statements/Continue/label_t17.dart
+++ b/Language/Statements/Continue/label_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let sc be a continue statement. If sc is of the form continue L;,
  * then let sE be the the innermost labeled do, for or while statement or case
diff --git a/Language/Statements/Continue/stream_utils.dart b/Language/Statements/Continue/stream_utils.dart
index 97a5588..d737ade 100644
--- a/Language/Statements/Continue/stream_utils.dart
+++ b/Language/Statements/Continue/stream_utils.dart
@@ -1,8 +1,8 @@
-/*
- * 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.
- *
+// 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.
+
+/**
  * @author a.semenov@unipro.ru
  */
 import 'dart:async';
diff --git a/Language/Statements/Continue/syntax_t01.dart b/Language/Statements/Continue/syntax_t01.dart
index 65f568c..609eb5c 100644
--- a/Language/Statements/Continue/syntax_t01.dart
+++ b/Language/Statements/Continue/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The continue statement consists of the reserved word continue and
  * an optional label.
diff --git a/Language/Statements/Continue/syntax_t02.dart b/Language/Statements/Continue/syntax_t02.dart
index 934e951..ebb7a3e 100644
--- a/Language/Statements/Continue/syntax_t02.dart
+++ b/Language/Statements/Continue/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The continue statement consists of the reserved word continue and
  * an optional label.
diff --git a/Language/Statements/Do/condition_type_t01.dart b/Language/Statements/Do/condition_type_t01.dart
index 23d6d3b..0204ff9 100644
--- a/Language/Statements/Do/condition_type_t01.dart
+++ b/Language/Statements/Do/condition_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e can not be assigned
  * to bool.
diff --git a/Language/Statements/Do/condition_type_t02.dart b/Language/Statements/Do/condition_type_t02.dart
index f2b4ddf..c8262a2 100644
--- a/Language/Statements/Do/condition_type_t02.dart
+++ b/Language/Statements/Do/condition_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e can not be assigned
  * to bool.
diff --git a/Language/Statements/Do/condition_type_t03.dart b/Language/Statements/Do/condition_type_t03.dart
index 491db9e..265a11c 100644
--- a/Language/Statements/Do/condition_type_t03.dart
+++ b/Language/Statements/Do/condition_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e can not be assigned
  * to bool.
diff --git a/Language/Statements/Do/execution_t01.dart b/Language/Statements/Do/execution_t01.dart
index b723413..75f165a 100644
--- a/Language/Statements/Do/execution_t01.dart
+++ b/Language/Statements/Do/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/execution_t02.dart b/Language/Statements/Do/execution_t02.dart
index 377051c..a24b992 100644
--- a/Language/Statements/Do/execution_t02.dart
+++ b/Language/Statements/Do/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/execution_t03.dart b/Language/Statements/Do/execution_t03.dart
index 561d01b..077d9df 100644
--- a/Language/Statements/Do/execution_t03.dart
+++ b/Language/Statements/Do/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/execution_t04.dart b/Language/Statements/Do/execution_t04.dart
index 7e857da..058f9b1 100644
--- a/Language/Statements/Do/execution_t04.dart
+++ b/Language/Statements/Do/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/execution_t05.dart b/Language/Statements/Do/execution_t05.dart
index c52229f..7bb929c 100644
--- a/Language/Statements/Do/execution_t05.dart
+++ b/Language/Statements/Do/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/execution_t06.dart b/Language/Statements/Do/execution_t06.dart
index e70a626..42e596b 100644
--- a/Language/Statements/Do/execution_t06.dart
+++ b/Language/Statements/Do/execution_t06.dart
@@ -1,8 +1,7 @@
-  /*
- * 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.
- */
+  // 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.
+
 /**
  * @assertion Execution of a do statement of the form do s while (e); proceeds
  * as follows:
diff --git a/Language/Statements/Do/syntax_t01.dart b/Language/Statements/Do/syntax_t01.dart
index cc635b1..6ac02b6 100644
--- a/Language/Statements/Do/syntax_t01.dart
+++ b/Language/Statements/Do/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t02.dart b/Language/Statements/Do/syntax_t02.dart
index 73b43b7..29edb3c 100644
--- a/Language/Statements/Do/syntax_t02.dart
+++ b/Language/Statements/Do/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t03.dart b/Language/Statements/Do/syntax_t03.dart
index a81802d..f190cf4 100644
--- a/Language/Statements/Do/syntax_t03.dart
+++ b/Language/Statements/Do/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t04.dart b/Language/Statements/Do/syntax_t04.dart
index 14642ab..f597add 100644
--- a/Language/Statements/Do/syntax_t04.dart
+++ b/Language/Statements/Do/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t05.dart b/Language/Statements/Do/syntax_t05.dart
index 8fd032e..71d00e5 100644
--- a/Language/Statements/Do/syntax_t05.dart
+++ b/Language/Statements/Do/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t06.dart b/Language/Statements/Do/syntax_t06.dart
index a80f9a1..5b4ee54 100644
--- a/Language/Statements/Do/syntax_t06.dart
+++ b/Language/Statements/Do/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Do/syntax_t07.dart b/Language/Statements/Do/syntax_t07.dart
index ca7585d..a7fffec 100644
--- a/Language/Statements/Do/syntax_t07.dart
+++ b/Language/Statements/Do/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The do statement supports conditional iteration, where the
  * condition is evaluated after the loop.
diff --git a/Language/Statements/Expression_Statements/syntax_t01.dart b/Language/Statements/Expression_Statements/syntax_t01.dart
index edef888..5ef9076 100644
--- a/Language/Statements/Expression_Statements/syntax_t01.dart
+++ b/Language/Statements/Expression_Statements/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t02.dart b/Language/Statements/Expression_Statements/syntax_t02.dart
index 4f49661..a8d8939 100644
--- a/Language/Statements/Expression_Statements/syntax_t02.dart
+++ b/Language/Statements/Expression_Statements/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t03.dart b/Language/Statements/Expression_Statements/syntax_t03.dart
index 1c573e3..04927a1 100644
--- a/Language/Statements/Expression_Statements/syntax_t03.dart
+++ b/Language/Statements/Expression_Statements/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t04.dart b/Language/Statements/Expression_Statements/syntax_t04.dart
index addecf2..2ed8b80 100644
--- a/Language/Statements/Expression_Statements/syntax_t04.dart
+++ b/Language/Statements/Expression_Statements/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t05.dart b/Language/Statements/Expression_Statements/syntax_t05.dart
index 2350050..d0bb750 100644
--- a/Language/Statements/Expression_Statements/syntax_t05.dart
+++ b/Language/Statements/Expression_Statements/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t06.dart b/Language/Statements/Expression_Statements/syntax_t06.dart
index 085ee6d..5a7b223 100644
--- a/Language/Statements/Expression_Statements/syntax_t06.dart
+++ b/Language/Statements/Expression_Statements/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t07.dart b/Language/Statements/Expression_Statements/syntax_t07.dart
index 750c89f..c38caf9 100644
--- a/Language/Statements/Expression_Statements/syntax_t07.dart
+++ b/Language/Statements/Expression_Statements/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t08.dart b/Language/Statements/Expression_Statements/syntax_t08.dart
index bb3692c..8c3a086 100644
--- a/Language/Statements/Expression_Statements/syntax_t08.dart
+++ b/Language/Statements/Expression_Statements/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/Expression_Statements/syntax_t12.dart b/Language/Statements/Expression_Statements/syntax_t12.dart
index 2291e3b..df1f61a 100644
--- a/Language/Statements/Expression_Statements/syntax_t12.dart
+++ b/Language/Statements/Expression_Statements/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression statement consists of an expression other than a
  * non-constant map literal that has no explicit type arguments.
diff --git a/Language/Statements/For/Asynchronous_For_in/enclosing_loop_t01.dart b/Language/Statements/For/Asynchronous_For_in/enclosing_loop_t01.dart
index 51acc4d..4c327d5 100644
--- a/Language/Statements/For/Asynchronous_For_in/enclosing_loop_t01.dart
+++ b/Language/Statements/For/Asynchronous_For_in/enclosing_loop_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let u be the stream associated with the immediately enclosing
  * asynchronous for loop or generator function, if any. If another event Eu
diff --git a/Language/Statements/For/Asynchronous_For_in/execution_t01.dart b/Language/Statements/For/Asynchronous_For_in/execution_t01.dart
index 1c5e2ff..ca63872 100644
--- a/Language/Statements/For/Asynchronous_For_in/execution_t01.dart
+++ b/Language/Statements/For/Asynchronous_For_in/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for-in statement of the form await for
  * (finalConstVarOrType? id in e) s proceeds as follows:
diff --git a/Language/Statements/For/Asynchronous_For_in/execution_t02.dart b/Language/Statements/For/Asynchronous_For_in/execution_t02.dart
index 21a836d..962c103 100644
--- a/Language/Statements/For/Asynchronous_For_in/execution_t02.dart
+++ b/Language/Statements/For/Asynchronous_For_in/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for-in statement of the form await for
  * (finalConstVarOrType? id in e) s proceeds as follows:
diff --git a/Language/Statements/For/Asynchronous_For_in/execution_t03.dart b/Language/Statements/For/Asynchronous_For_in/execution_t03.dart
index 9309e50..dd2d757 100644
--- a/Language/Statements/For/Asynchronous_For_in/execution_t03.dart
+++ b/Language/Statements/For/Asynchronous_For_in/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for-in statement of the form await for
  * (finalConstVarOrType? id in e) s proceeds as follows:
diff --git a/Language/Statements/For/Asynchronous_For_in/execution_t04.dart b/Language/Statements/For/Asynchronous_For_in/execution_t04.dart
index e47162d..eb51744 100644
--- a/Language/Statements/For/Asynchronous_For_in/execution_t04.dart
+++ b/Language/Statements/For/Asynchronous_For_in/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for-in statement of the form await for
  * (finalConstVarOrType? id in e) s proceeds as follows:
diff --git a/Language/Statements/For/Asynchronous_For_in/execution_t05.dart b/Language/Statements/For/Asynchronous_For_in/execution_t05.dart
index 13da9b3..b81b13d 100644
--- a/Language/Statements/For/Asynchronous_For_in/execution_t05.dart
+++ b/Language/Statements/For/Asynchronous_For_in/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for-in statement of the form await for
  * (finalConstVarOrType? id in e) s proceeds as follows:
diff --git a/Language/Statements/For/Asynchronous_For_in/syntax_t01.dart b/Language/Statements/For/Asynchronous_For_in/syntax_t01.dart
index fc4985b..a8ca5c1 100644
--- a/Language/Statements/For/Asynchronous_For_in/syntax_t01.dart
+++ b/Language/Statements/For/Asynchronous_For_in/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an asynchronous for-in statement
  * appears inside a synchronous function. It is a compile-time error if
diff --git a/Language/Statements/For/Asynchronous_For_in/syntax_t02.dart b/Language/Statements/For/Asynchronous_For_in/syntax_t02.dart
index 0920503..f03307f 100644
--- a/Language/Statements/For/Asynchronous_For_in/syntax_t02.dart
+++ b/Language/Statements/For/Asynchronous_For_in/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an asynchronous for-in statement
  * appears inside a synchronous function. It is a compile-time error if
diff --git a/Language/Statements/For/Asynchronous_For_in/syntax_t03.dart b/Language/Statements/For/Asynchronous_For_in/syntax_t03.dart
index bab6168..76aabc4 100644
--- a/Language/Statements/For/Asynchronous_For_in/syntax_t03.dart
+++ b/Language/Statements/For/Asynchronous_For_in/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if an asynchronous for-in statement
  * appears inside a synchronous function. It is a compile-time error if
diff --git a/Language/Statements/For/For_Loop/execution_t01.dart b/Language/Statements/For/For_Loop/execution_t01.dart
index 3f8de4e..58ce5ef 100644
--- a/Language/Statements/For/For_Loop/execution_t01.dart
+++ b/Language/Statements/For/For_Loop/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t02.dart b/Language/Statements/For/For_Loop/execution_t02.dart
index bb99135..a4e2e8c 100644
--- a/Language/Statements/For/For_Loop/execution_t02.dart
+++ b/Language/Statements/For/For_Loop/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t03.dart b/Language/Statements/For/For_Loop/execution_t03.dart
index 270312a..16c8d1b 100644
--- a/Language/Statements/For/For_Loop/execution_t03.dart
+++ b/Language/Statements/For/For_Loop/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t04.dart b/Language/Statements/For/For_Loop/execution_t04.dart
index 403ee5e..fd5fd30 100644
--- a/Language/Statements/For/For_Loop/execution_t04.dart
+++ b/Language/Statements/For/For_Loop/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t05.dart b/Language/Statements/For/For_Loop/execution_t05.dart
index 0341924..0a25668 100644
--- a/Language/Statements/For/For_Loop/execution_t05.dart
+++ b/Language/Statements/For/For_Loop/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t06.dart b/Language/Statements/For/For_Loop/execution_t06.dart
index 53b580f..0d3f67c 100644
--- a/Language/Statements/For/For_Loop/execution_t06.dart
+++ b/Language/Statements/For/For_Loop/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t07.dart b/Language/Statements/For/For_Loop/execution_t07.dart
index 7ad3a34..cb5a174 100644
--- a/Language/Statements/For/For_Loop/execution_t07.dart
+++ b/Language/Statements/For/For_Loop/execution_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t08.dart b/Language/Statements/For/For_Loop/execution_t08.dart
index bc4a18b..33ca7d1 100644
--- a/Language/Statements/For/For_Loop/execution_t08.dart
+++ b/Language/Statements/For/For_Loop/execution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t09.dart b/Language/Statements/For/For_Loop/execution_t09.dart
index de4244f..4dcb7a7 100644
--- a/Language/Statements/For/For_Loop/execution_t09.dart
+++ b/Language/Statements/For/For_Loop/execution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t10.dart b/Language/Statements/For/For_Loop/execution_t10.dart
index 821da6a..582a229 100644
--- a/Language/Statements/For/For_Loop/execution_t10.dart
+++ b/Language/Statements/For/For_Loop/execution_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_Loop/execution_t11.dart b/Language/Statements/For/For_Loop/execution_t11.dart
index 182899a..c2be19e 100644
--- a/Language/Statements/For/For_Loop/execution_t11.dart
+++ b/Language/Statements/For/For_Loop/execution_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a for statement of the form for (var v = e0; c; e) s
  * proceeds as follows:
diff --git a/Language/Statements/For/For_in/execution_t01.dart b/Language/Statements/For/For_in/execution_t01.dart
index fd043f3..64d2219 100644
--- a/Language/Statements/For/For_in/execution_t01.dart
+++ b/Language/Statements/For/For_in/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/For_in/execution_t02.dart b/Language/Statements/For/For_in/execution_t02.dart
index 5efcd42..f0ebff1 100644
--- a/Language/Statements/For/For_in/execution_t02.dart
+++ b/Language/Statements/For/For_in/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/For_in/execution_t03.dart b/Language/Statements/For/For_in/execution_t03.dart
index c3704ac..6c76854 100644
--- a/Language/Statements/For/For_in/execution_t03.dart
+++ b/Language/Statements/For/For_in/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/For_in/execution_t04.dart b/Language/Statements/For/For_in/execution_t04.dart
index b43e64a..0dc04fe 100644
--- a/Language/Statements/For/For_in/execution_t04.dart
+++ b/Language/Statements/For/For_in/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/For_in/execution_t05.dart b/Language/Statements/For/For_in/execution_t05.dart
index 7381746..3017184 100644
--- a/Language/Statements/For/For_in/execution_t05.dart
+++ b/Language/Statements/For/For_in/execution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/For_in/execution_t06.dart b/Language/Statements/For/For_in/execution_t06.dart
index 79b696a..cb8db41 100644
--- a/Language/Statements/For/For_in/execution_t06.dart
+++ b/Language/Statements/For/For_in/execution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A for statement of the form for (finalConstVarOrType? id in e) s
  * is equivalent to the following code:
diff --git a/Language/Statements/For/syntax_t01.dart b/Language/Statements/For/syntax_t01.dart
index a6d4cf8..1b7d4bd 100644
--- a/Language/Statements/For/syntax_t01.dart
+++ b/Language/Statements/For/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t02.dart b/Language/Statements/For/syntax_t02.dart
index 88f96c3..edd5446 100644
--- a/Language/Statements/For/syntax_t02.dart
+++ b/Language/Statements/For/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t03.dart b/Language/Statements/For/syntax_t03.dart
index b593e11..43f120b 100644
--- a/Language/Statements/For/syntax_t03.dart
+++ b/Language/Statements/For/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t04.dart b/Language/Statements/For/syntax_t04.dart
index 7a5e0c8..61b8b5a 100644
--- a/Language/Statements/For/syntax_t04.dart
+++ b/Language/Statements/For/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t05.dart b/Language/Statements/For/syntax_t05.dart
index ede0b3d..6febb89 100644
--- a/Language/Statements/For/syntax_t05.dart
+++ b/Language/Statements/For/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t06.dart b/Language/Statements/For/syntax_t06.dart
index bf967e8..b97ffe0 100644
--- a/Language/Statements/For/syntax_t06.dart
+++ b/Language/Statements/For/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t07.dart b/Language/Statements/For/syntax_t07.dart
index 1d3b62d..9881fae 100644
--- a/Language/Statements/For/syntax_t07.dart
+++ b/Language/Statements/For/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The for statement supports iteration.
  * forStatement:
diff --git a/Language/Statements/For/syntax_t08.dart b/Language/Statements/For/syntax_t08.dart
index 0851bf5..a43613f 100644
--- a/Language/Statements/For/syntax_t08.dart
+++ b/Language/Statements/For/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t09.dart b/Language/Statements/For/syntax_t09.dart
index 43ffed0..fc9b7bf 100644
--- a/Language/Statements/For/syntax_t09.dart
+++ b/Language/Statements/For/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t10.dart b/Language/Statements/For/syntax_t10.dart
index 26ceee2..8653db1 100644
--- a/Language/Statements/For/syntax_t10.dart
+++ b/Language/Statements/For/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t11.dart b/Language/Statements/For/syntax_t11.dart
index 84ecd0d..325ca47 100644
--- a/Language/Statements/For/syntax_t11.dart
+++ b/Language/Statements/For/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The for statement supports iteration.
  * forStatement:
diff --git a/Language/Statements/For/syntax_t12.dart b/Language/Statements/For/syntax_t12.dart
index e8dca39..ecc19d6 100644
--- a/Language/Statements/For/syntax_t12.dart
+++ b/Language/Statements/For/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t13.dart b/Language/Statements/For/syntax_t13.dart
index 68b1c9f..4c6f883 100644
--- a/Language/Statements/For/syntax_t13.dart
+++ b/Language/Statements/For/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The for statement supports iteration.
  * forStatement:
diff --git a/Language/Statements/For/syntax_t14.dart b/Language/Statements/For/syntax_t14.dart
index 483f813..703ab29 100644
--- a/Language/Statements/For/syntax_t14.dart
+++ b/Language/Statements/For/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t15.dart b/Language/Statements/For/syntax_t15.dart
index 55eaf67..d672924 100644
--- a/Language/Statements/For/syntax_t15.dart
+++ b/Language/Statements/For/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t16.dart b/Language/Statements/For/syntax_t16.dart
index 238e98b..3f7f735 100644
--- a/Language/Statements/For/syntax_t16.dart
+++ b/Language/Statements/For/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t17.dart b/Language/Statements/For/syntax_t17.dart
index 70f0c5a..134bce5 100644
--- a/Language/Statements/For/syntax_t17.dart
+++ b/Language/Statements/For/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t18.dart b/Language/Statements/For/syntax_t18.dart
index 12b2903..966ec20 100644
--- a/Language/Statements/For/syntax_t18.dart
+++ b/Language/Statements/For/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The for statement supports iteration.
  * forStatement:
diff --git a/Language/Statements/For/syntax_t19.dart b/Language/Statements/For/syntax_t19.dart
index ee41d33..42115c4 100644
--- a/Language/Statements/For/syntax_t19.dart
+++ b/Language/Statements/For/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The for statement supports iteration.

  * forStatement:

diff --git a/Language/Statements/For/syntax_t20.dart b/Language/Statements/For/syntax_t20.dart
index e64068e..f670255 100644
--- a/Language/Statements/For/syntax_t20.dart
+++ b/Language/Statements/For/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The for statement supports iteration.
  * forStatement:
diff --git a/Language/Statements/If/condition_evaluation_t01.dart b/Language/Statements/If/condition_evaluation_t01.dart
index 1b66e1e..b6b3b39 100644
--- a/Language/Statements/If/condition_evaluation_t01.dart
+++ b/Language/Statements/If/condition_evaluation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/condition_evaluation_t02.dart b/Language/Statements/If/condition_evaluation_t02.dart
index 4ed5772..c53fdf5 100644
--- a/Language/Statements/If/condition_evaluation_t02.dart
+++ b/Language/Statements/If/condition_evaluation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/condition_evaluation_t03.dart b/Language/Statements/If/condition_evaluation_t03.dart
index 23f14ba..95b0ed1 100644
--- a/Language/Statements/If/condition_evaluation_t03.dart
+++ b/Language/Statements/If/condition_evaluation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/execution_t01.dart b/Language/Statements/If/execution_t01.dart
index d8a1890..07a16a7 100644
--- a/Language/Statements/If/execution_t01.dart
+++ b/Language/Statements/If/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/execution_t02.dart b/Language/Statements/If/execution_t02.dart
index 9bd6591..508c561 100644
--- a/Language/Statements/If/execution_t02.dart
+++ b/Language/Statements/If/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/execution_t03.dart b/Language/Statements/If/execution_t03.dart
index 1b7ce3a..e248c8b 100644
--- a/Language/Statements/If/execution_t03.dart
+++ b/Language/Statements/If/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an if statement of the form if (b) s1 else s2
  * proceeds as follows:
diff --git a/Language/Statements/If/no_else_t01.dart b/Language/Statements/If/no_else_t01.dart
index 6cab7b6..0d948ab 100644
--- a/Language/Statements/If/no_else_t01.dart
+++ b/Language/Statements/If/no_else_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b)s1 is equivalent to the
  * if statement if (b)s1 else {}.
diff --git a/Language/Statements/If/syntax_t01.dart b/Language/Statements/If/syntax_t01.dart
index 37b296c..7a76266 100644
--- a/Language/Statements/If/syntax_t01.dart
+++ b/Language/Statements/If/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t02.dart b/Language/Statements/If/syntax_t02.dart
index b88f251..8a4c3c3 100644
--- a/Language/Statements/If/syntax_t02.dart
+++ b/Language/Statements/If/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t03.dart b/Language/Statements/If/syntax_t03.dart
index c1a879a..1d5fbe0 100644
--- a/Language/Statements/If/syntax_t03.dart
+++ b/Language/Statements/If/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t04.dart b/Language/Statements/If/syntax_t04.dart
index 4f32d04..5f75742 100644
--- a/Language/Statements/If/syntax_t04.dart
+++ b/Language/Statements/If/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t05.dart b/Language/Statements/If/syntax_t05.dart
index 7bf24e0..1dbf50e 100644
--- a/Language/Statements/If/syntax_t05.dart
+++ b/Language/Statements/If/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t06.dart b/Language/Statements/If/syntax_t06.dart
index 456eb19..8a8ba61 100644
--- a/Language/Statements/If/syntax_t06.dart
+++ b/Language/Statements/If/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t07.dart b/Language/Statements/If/syntax_t07.dart
index c7c8759..35558f2 100644
--- a/Language/Statements/If/syntax_t07.dart
+++ b/Language/Statements/If/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t08.dart b/Language/Statements/If/syntax_t08.dart
index bed3d03..1b6c6e5 100644
--- a/Language/Statements/If/syntax_t08.dart
+++ b/Language/Statements/If/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t09.dart b/Language/Statements/If/syntax_t09.dart
index 6d1772f..390cf28 100644
--- a/Language/Statements/If/syntax_t09.dart
+++ b/Language/Statements/If/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t10.dart b/Language/Statements/If/syntax_t10.dart
index 8116ab6..a0ccf2d 100644
--- a/Language/Statements/If/syntax_t10.dart
+++ b/Language/Statements/If/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t11.dart b/Language/Statements/If/syntax_t11.dart
index 12a04a1..f2e3d59 100644
--- a/Language/Statements/If/syntax_t11.dart
+++ b/Language/Statements/If/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/syntax_t12.dart b/Language/Statements/If/syntax_t12.dart
index 3a96d38..71993fc 100644
--- a/Language/Statements/If/syntax_t12.dart
+++ b/Language/Statements/If/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The if statement allows for conditional execution of statements.
  * ifStatement:
diff --git a/Language/Statements/If/type_t01.dart b/Language/Statements/If/type_t01.dart
index 956b648..f4229b6 100644
--- a/Language/Statements/If/type_t01.dart
+++ b/Language/Statements/If/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t02.dart b/Language/Statements/If/type_t02.dart
index 555256e..47497a0 100644
--- a/Language/Statements/If/type_t02.dart
+++ b/Language/Statements/If/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t03.dart b/Language/Statements/If/type_t03.dart
index 91de952..2198434 100644
--- a/Language/Statements/If/type_t03.dart
+++ b/Language/Statements/If/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t04.dart b/Language/Statements/If/type_t04.dart
index 24bf5f1..85780bd 100644
--- a/Language/Statements/If/type_t04.dart
+++ b/Language/Statements/If/type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t05.dart b/Language/Statements/If/type_t05.dart
index 57343c3..4e1187c 100644
--- a/Language/Statements/If/type_t05.dart
+++ b/Language/Statements/If/type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t06.dart b/Language/Statements/If/type_t06.dart
index a88bdae..d8f4e29 100644
--- a/Language/Statements/If/type_t06.dart
+++ b/Language/Statements/If/type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t07.dart b/Language/Statements/If/type_t07.dart
index 779e135..127f704 100644
--- a/Language/Statements/If/type_t07.dart
+++ b/Language/Statements/If/type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t08.dart b/Language/Statements/If/type_t08.dart
index 269b50b..5601df2 100644
--- a/Language/Statements/If/type_t08.dart
+++ b/Language/Statements/If/type_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/type_t09.dart b/Language/Statements/If/type_t09.dart
index 2d24954..d036e12 100644
--- a/Language/Statements/If/type_t09.dart
+++ b/Language/Statements/If/type_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An if statement of the form if (b) s1 else s2.
  * If:
diff --git a/Language/Statements/If/wrong_type_t01.dart b/Language/Statements/If/wrong_type_t01.dart
index 220c36f..4c26fca 100644
--- a/Language/Statements/If/wrong_type_t01.dart
+++ b/Language/Statements/If/wrong_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of the expression b may
  * not be assigned to bool.
diff --git a/Language/Statements/If/wrong_type_t02.dart b/Language/Statements/If/wrong_type_t02.dart
index d2bcdd6..bc499aa 100644
--- a/Language/Statements/If/wrong_type_t02.dart
+++ b/Language/Statements/If/wrong_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Checks that it is a static type warning if the expression
  * cannot be assigned to bool.
diff --git a/Language/Statements/Labels/namespace_t01.dart b/Language/Statements/Labels/namespace_t01.dart
index 9d74d13..50fee82 100644
--- a/Language/Statements/Labels/namespace_t01.dart
+++ b/Language/Statements/Labels/namespace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The namespace of labels is distinct from the one used for types,
  * functions and variables.
diff --git a/Language/Statements/Labels/scope_t01.dart b/Language/Statements/Labels/scope_t01.dart
index 13ccf49..46a2c3f 100644
--- a/Language/Statements/Labels/scope_t01.dart
+++ b/Language/Statements/Labels/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t02.dart b/Language/Statements/Labels/scope_t02.dart
index 3685d15..0d0d986 100644
--- a/Language/Statements/Labels/scope_t02.dart
+++ b/Language/Statements/Labels/scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t03.dart b/Language/Statements/Labels/scope_t03.dart
index b724b90..4c86ca2 100644
--- a/Language/Statements/Labels/scope_t03.dart
+++ b/Language/Statements/Labels/scope_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t04.dart b/Language/Statements/Labels/scope_t04.dart
index 20bc098..446772a 100644
--- a/Language/Statements/Labels/scope_t04.dart
+++ b/Language/Statements/Labels/scope_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t05.dart b/Language/Statements/Labels/scope_t05.dart
index 540701f..07fe1dd 100644
--- a/Language/Statements/Labels/scope_t05.dart
+++ b/Language/Statements/Labels/scope_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t06.dart b/Language/Statements/Labels/scope_t06.dart
index 8a0d863..cb20259 100644
--- a/Language/Statements/Labels/scope_t06.dart
+++ b/Language/Statements/Labels/scope_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/scope_t07.dart b/Language/Statements/Labels/scope_t07.dart
index a93cd76..81b9666 100644
--- a/Language/Statements/Labels/scope_t07.dart
+++ b/Language/Statements/Labels/scope_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The scope of a label that labels a statement s is s. The scope of
  * a label that labels a case clause of a switch statement s is s.
diff --git a/Language/Statements/Labels/syntax_t01.dart b/Language/Statements/Labels/syntax_t01.dart
index 990c3b4..7a60ba1 100644
--- a/Language/Statements/Labels/syntax_t01.dart
+++ b/Language/Statements/Labels/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A label is an identifier followed by a colon. A labeled statement
  * is a statement prefixed by a label L. A labeled case clause is a case clause
diff --git a/Language/Statements/Labels/syntax_t02.dart b/Language/Statements/Labels/syntax_t02.dart
index bf9e832..48fa913 100644
--- a/Language/Statements/Labels/syntax_t02.dart
+++ b/Language/Statements/Labels/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A label is an identifier followed by a colon. A labeled statement

  * is a statement prefixed by a label L. A labeled case clause is a case clause

diff --git a/Language/Statements/Labels/syntax_t03.dart b/Language/Statements/Labels/syntax_t03.dart
index ca93cc0..8a0dcc2 100644
--- a/Language/Statements/Labels/syntax_t03.dart
+++ b/Language/Statements/Labels/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A label is an identifier followed by a colon. A labeled statement
  * is a statement prefixed by a label L. A labeled case clause is a case clause
diff --git a/Language/Statements/Labels/syntax_t04.dart b/Language/Statements/Labels/syntax_t04.dart
index fa2df5d..bb04152 100644
--- a/Language/Statements/Labels/syntax_t04.dart
+++ b/Language/Statements/Labels/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A label is an identifier followed by a colon. A labeled statement

  * is a statement prefixed by a label L. A labeled case clause is a case clause

diff --git a/Language/Statements/Labels/syntax_t06.dart b/Language/Statements/Labels/syntax_t06.dart
index 03c4047..a970726 100644
--- a/Language/Statements/Labels/syntax_t06.dart
+++ b/Language/Statements/Labels/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A label is an identifier followed by a colon. A labeled statement
  * is a statement prefixed by a label L. A labeled case clause is a case clause
diff --git a/Language/Statements/Labels/syntax_t07.dart b/Language/Statements/Labels/syntax_t07.dart
index 734b96d..bdc8c9c 100644
--- a/Language/Statements/Labels/syntax_t07.dart
+++ b/Language/Statements/Labels/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A label is an identifier followed by a colon. A labeled statement

  * is a statement prefixed by a label L. A labeled case clause is a case clause

diff --git a/Language/Statements/Labels/syntax_t08.dart b/Language/Statements/Labels/syntax_t08.dart
index 5a9a212..678bbc1 100644
--- a/Language/Statements/Labels/syntax_t08.dart
+++ b/Language/Statements/Labels/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A label is an identifier followed by a colon. A labeled statement

  * is a statement prefixed by a label L. A labeled case clause is a case clause

diff --git a/Language/Statements/Labels/syntax_t09.dart b/Language/Statements/Labels/syntax_t09.dart
index 9d5ee07..3057e65 100644
--- a/Language/Statements/Labels/syntax_t09.dart
+++ b/Language/Statements/Labels/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A label is an identifier followed by a colon. A labeled statement
  * is a statement prefixed by a label L. A labeled case clause is a case clause
diff --git a/Language/Statements/Local_Function_Declaration/parameters_scope_t01.dart b/Language/Statements/Local_Function_Declaration/parameters_scope_t01.dart
index 2bedd33..466e6cb 100644
--- a/Language/Statements/Local_Function_Declaration/parameters_scope_t01.dart
+++ b/Language/Statements/Local_Function_Declaration/parameters_scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion As for all function declarations, the function is also made
  * available under its name in the function’s formal parameters scope.
diff --git a/Language/Statements/Local_Function_Declaration/parameters_scope_t02.dart b/Language/Statements/Local_Function_Declaration/parameters_scope_t02.dart
index 15b9b96..0ae585f 100644
--- a/Language/Statements/Local_Function_Declaration/parameters_scope_t02.dart
+++ b/Language/Statements/Local_Function_Declaration/parameters_scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion As for all function declarations, the function is also made
  * available under its name in the function’s formal parameters scope.
diff --git a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t01.dart b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t01.dart
index 1df4533..5f22c85 100644
--- a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t01.dart
+++ b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  It is a compile-time error to reference a local function

  * before its declaration.

diff --git a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t02.dart b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t02.dart
index 0ee321c..73419ae 100644
--- a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t02.dart
+++ b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile-time error to reference a local function
  * before its declaration.
diff --git a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t03.dart b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t03.dart
index 64bbe03..1cae84d 100644
--- a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t03.dart
+++ b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion  It is a compile-time error to reference a local function

  * before its declaration.

diff --git a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t04.dart b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t04.dart
index 137933d..3108e42 100644
--- a/Language/Statements/Local_Function_Declaration/reference_before_declaration_t04.dart
+++ b/Language/Statements/Local_Function_Declaration/reference_before_declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  It is a compile-time error to reference a local function
  * before its declaration.
diff --git a/Language/Statements/Local_Function_Declaration/scope_t01.dart b/Language/Statements/Local_Function_Declaration/scope_t01.dart
index bfcf71b..a245f0f 100644
--- a/Language/Statements/Local_Function_Declaration/scope_t01.dart
+++ b/Language/Statements/Local_Function_Declaration/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function declaration statement of one of the forms
  * id signature {statements} or T id signature {statements} causes a new
diff --git a/Language/Statements/Local_Function_Declaration/syntax_t01.dart b/Language/Statements/Local_Function_Declaration/syntax_t01.dart
index befe348..2666918 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t01.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function declaration statement declares a new local function.
  *   localFunctionDeclaration:
diff --git a/Language/Statements/Local_Function_Declaration/syntax_t02.dart b/Language/Statements/Local_Function_Declaration/syntax_t02.dart
index 4fffd81..999394f 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t02.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function declaration statement declares a new local function.

  *   localFunctionDeclaration:

diff --git a/Language/Statements/Local_Function_Declaration/syntax_t03.dart b/Language/Statements/Local_Function_Declaration/syntax_t03.dart
index 948501d..5ecd9a0 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t03.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function declaration statement declares a new local function.

  *   localFunctionDeclaration:

diff --git a/Language/Statements/Local_Function_Declaration/syntax_t04.dart b/Language/Statements/Local_Function_Declaration/syntax_t04.dart
index 12dade5..ff54ec7 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t04.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function declaration statement declares a new local function.
  *   localFunctionDeclaration:
diff --git a/Language/Statements/Local_Function_Declaration/syntax_t05.dart b/Language/Statements/Local_Function_Declaration/syntax_t05.dart
index 5a3bc15..c81beb0 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t05.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function declaration statement declares a new local function.
  *   localFunctionDeclaration:
diff --git a/Language/Statements/Local_Function_Declaration/syntax_t06.dart b/Language/Statements/Local_Function_Declaration/syntax_t06.dart
index e38ccf7..3910856 100644
--- a/Language/Statements/Local_Function_Declaration/syntax_t06.dart
+++ b/Language/Statements/Local_Function_Declaration/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function declaration statement declares a new local function.
  *   localFunctionDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/default_initializer_t01.dart b/Language/Statements/Local_Variable_Declaration/default_initializer_t01.dart
index 9092df4..e3d300d 100644
--- a/Language/Statements/Local_Variable_Declaration/default_initializer_t01.dart
+++ b/Language/Statements/Local_Variable_Declaration/default_initializer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement of the form var v; is equivalent
  * to var v = null;. A variable declaration statement of the form T v; is
diff --git a/Language/Statements/Local_Variable_Declaration/executing_t01.dart b/Language/Statements/Local_Variable_Declaration/executing_t01.dart
index 69653cb..a719a21 100644
--- a/Language/Statements/Local_Variable_Declaration/executing_t01.dart
+++ b/Language/Statements/Local_Variable_Declaration/executing_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Executing a variable declaration statement of one of the forms
  * var v = e;, T v = e;, const v = e;, const T v = e;, final v = e; or
diff --git a/Language/Statements/Local_Variable_Declaration/executing_t02.dart b/Language/Statements/Local_Variable_Declaration/executing_t02.dart
index cda786d..c4b7ac0 100644
--- a/Language/Statements/Local_Variable_Declaration/executing_t02.dart
+++ b/Language/Statements/Local_Variable_Declaration/executing_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Executing a variable declaration statement of one of the forms
  * var v = e;, T v = e;, const v = e;, const T v = e;, final v = e; or
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t01.dart b/Language/Statements/Local_Variable_Declaration/syntax_t01.dart
index a0afd5f..9d1e33c 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t01.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t02.dart b/Language/Statements/Local_Variable_Declaration/syntax_t02.dart
index 92b27eb..304134a 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t02.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t03.dart b/Language/Statements/Local_Variable_Declaration/syntax_t03.dart
index f1cf956..617ec07 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t03.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A variable declaration statement declares a new local variable.

  *   localVariableDeclaration:

diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t04.dart b/Language/Statements/Local_Variable_Declaration/syntax_t04.dart
index 521ed71..e17b454 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t04.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A variable declaration statement declares a new local variable.

  *   localVariableDeclaration:

diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t05.dart b/Language/Statements/Local_Variable_Declaration/syntax_t05.dart
index 86dc13a..70de830 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t05.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t06.dart b/Language/Statements/Local_Variable_Declaration/syntax_t06.dart
index 310e14c..4c83df3 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t06.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t07.dart b/Language/Statements/Local_Variable_Declaration/syntax_t07.dart
index 49d71be..a33ee14 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t07.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t08.dart b/Language/Statements/Local_Variable_Declaration/syntax_t08.dart
index 2ee3f62..b9f0f2a 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t08.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t11.dart b/Language/Statements/Local_Variable_Declaration/syntax_t11.dart
index 5948e0a..548ae81 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t11.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t12.dart b/Language/Statements/Local_Variable_Declaration/syntax_t12.dart
index ff4994a..da18e7c 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t12.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t13.dart b/Language/Statements/Local_Variable_Declaration/syntax_t13.dart
index 48e3bfd..6c51c0c 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t13.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A variable declaration statement declares a new local variable.

  *   localVariableDeclaration:

diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t14.dart b/Language/Statements/Local_Variable_Declaration/syntax_t14.dart
index 16c4879..0822ba7 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t14.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t15.dart b/Language/Statements/Local_Variable_Declaration/syntax_t15.dart
index 022fafb..2588ba4 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t15.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t18.dart b/Language/Statements/Local_Variable_Declaration/syntax_t18.dart
index e08d31e..7f957e4 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t18.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t19.dart b/Language/Statements/Local_Variable_Declaration/syntax_t19.dart
index 76badf4..bfef2ce 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t19.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Local_Variable_Declaration/syntax_t20.dart b/Language/Statements/Local_Variable_Declaration/syntax_t20.dart
index 0b1fcd7..8471e96 100644
--- a/Language/Statements/Local_Variable_Declaration/syntax_t20.dart
+++ b/Language/Statements/Local_Variable_Declaration/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration statement declares a new local variable.
  *   localVariableDeclaration:
diff --git a/Language/Statements/Rethrow/control_transfer_t01.dart b/Language/Statements/Rethrow/control_transfer_t01.dart
index d43867e..dd3ed9c 100644
--- a/Language/Statements/Rethrow/control_transfer_t01.dart
+++ b/Language/Statements/Rethrow/control_transfer_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, control is transferred to the nearest innermost
  * enclosing exception handler.
diff --git a/Language/Statements/Rethrow/control_transfer_t02.dart b/Language/Statements/Rethrow/control_transfer_t02.dart
index bfd3943..980e89a 100644
--- a/Language/Statements/Rethrow/control_transfer_t02.dart
+++ b/Language/Statements/Rethrow/control_transfer_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, control is transferred to the nearest innermost
  * enclosing exception handler.
diff --git a/Language/Statements/Rethrow/control_transfer_t03.dart b/Language/Statements/Rethrow/control_transfer_t03.dart
index 91ba5c3..c7fdae3 100644
--- a/Language/Statements/Rethrow/control_transfer_t03.dart
+++ b/Language/Statements/Rethrow/control_transfer_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, control is transferred to the nearest innermost
  * enclosing exception handler.
diff --git a/Language/Statements/Rethrow/control_transfer_t04.dart b/Language/Statements/Rethrow/control_transfer_t04.dart
index 37e0f39..cef8751 100644
--- a/Language/Statements/Rethrow/control_transfer_t04.dart
+++ b/Language/Statements/Rethrow/control_transfer_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, control is transferred to the nearest innermost
  * enclosing exception handler.
diff --git a/Language/Statements/Rethrow/control_transfer_t05.dart b/Language/Statements/Rethrow/control_transfer_t05.dart
index 938f994..9630506 100644
--- a/Language/Statements/Rethrow/control_transfer_t05.dart
+++ b/Language/Statements/Rethrow/control_transfer_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, control is transferred to the nearest innermost
  * enclosing exception handler.
diff --git a/Language/Statements/Rethrow/execution_t01.dart b/Language/Statements/Rethrow/execution_t01.dart
index 005881d..4d0607e 100644
--- a/Language/Statements/Rethrow/execution_t01.dart
+++ b/Language/Statements/Rethrow/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a rethrow statement proceeds as follows:
  * Let f be the immediately enclosing function, and let on T catch (p1, p2) be
diff --git a/Language/Statements/Rethrow/execution_t02.dart b/Language/Statements/Rethrow/execution_t02.dart
index 0d507e7..4fd55b2 100644
--- a/Language/Statements/Rethrow/execution_t02.dart
+++ b/Language/Statements/Rethrow/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a rethrow statement proceeds as follows:
  * Let f be the immediately enclosing function, and let on T catch (p1, p2) be
diff --git a/Language/Statements/Rethrow/execution_t03.dart b/Language/Statements/Rethrow/execution_t03.dart
index 318c49b..5034e2c 100644
--- a/Language/Statements/Rethrow/execution_t03.dart
+++ b/Language/Statements/Rethrow/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a rethrow statement proceeds as follows:
  * Let f be the immediately enclosing function, and let on T catch (p1, p2) be
diff --git a/Language/Statements/Rethrow/execution_t04.dart b/Language/Statements/Rethrow/execution_t04.dart
index 1d1dd40..bc627fd 100644
--- a/Language/Statements/Rethrow/execution_t04.dart
+++ b/Language/Statements/Rethrow/execution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a rethrow statement proceeds as follows:
  * Let f be the immediately enclosing function, and let on T catch (p1, p2) be
diff --git a/Language/Statements/Rethrow/on_catch_clause_t01.dart b/Language/Statements/Rethrow/on_catch_clause_t01.dart
index 6abd188..602bd97 100644
--- a/Language/Statements/Rethrow/on_catch_clause_t01.dart
+++ b/Language/Statements/Rethrow/on_catch_clause_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a rethrow statement is not enclosed
  * within an on-catch clause.
diff --git a/Language/Statements/Rethrow/on_catch_clause_t02.dart b/Language/Statements/Rethrow/on_catch_clause_t02.dart
index 60f87f7..8bf8e4e 100644
--- a/Language/Statements/Rethrow/on_catch_clause_t02.dart
+++ b/Language/Statements/Rethrow/on_catch_clause_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if a rethrow statement is not enclosed
  * within an on-catch clause.
diff --git a/Language/Statements/Return/execution_t01.dart b/Language/Statements/Return/execution_t01.dart
index e2b1588..db151b7 100644
--- a/Language/Statements/Return/execution_t01.dart
+++ b/Language/Statements/Return/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Executing a return statement return e; proceeds as follows:
  * First the expression e is evaluated, producing an object o. Next:
diff --git a/Language/Statements/Return/execution_t02.dart b/Language/Statements/Return/execution_t02.dart
index 8068d91..8487ef9 100644
--- a/Language/Statements/Return/execution_t02.dart
+++ b/Language/Statements/Return/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Executing a return statement return e; proceeds as follows:
  * First the expression e is evaluated, producing an object o. Next:
diff --git a/Language/Statements/Return/execution_t03.dart b/Language/Statements/Return/execution_t03.dart
index 295cafc..72ab6ef 100644
--- a/Language/Statements/Return/execution_t03.dart
+++ b/Language/Statements/Return/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Executing a return statement return e; proceeds as follows:
  * First the expression e is evaluated, producing an object o. Next:
diff --git a/Language/Statements/Return/generative_constructor_t01.dart b/Language/Statements/Return/generative_constructor_t01.dart
index bbb5c56..ba0877c 100644
--- a/Language/Statements/Return/generative_constructor_t01.dart
+++ b/Language/Statements/Return/generative_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a return statement of the form

  * return e; appears in a generative constructor.

diff --git a/Language/Statements/Return/generative_constructor_t02.dart b/Language/Statements/Return/generative_constructor_t02.dart
index 2473501..6a17e87 100644
--- a/Language/Statements/Return/generative_constructor_t02.dart
+++ b/Language/Statements/Return/generative_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a return statement of the form

  * return e; appears in a generative constructor.

diff --git a/Language/Statements/Return/generative_constructor_t03.dart b/Language/Statements/Return/generative_constructor_t03.dart
index 030617e..ed550c9 100644
--- a/Language/Statements/Return/generative_constructor_t03.dart
+++ b/Language/Statements/Return/generative_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if a return statement of the form

  * return e; appears in a generative constructor.

diff --git a/Language/Statements/Return/generator_function_t01.dart b/Language/Statements/Return/generator_function_t01.dart
index 2d0d6e6..da80270 100644
--- a/Language/Statements/Return/generator_function_t01.dart
+++ b/Language/Statements/Return/generator_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t02.dart b/Language/Statements/Return/generator_function_t02.dart
index 6bc40b7..58c8758 100644
--- a/Language/Statements/Return/generator_function_t02.dart
+++ b/Language/Statements/Return/generator_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t03.dart b/Language/Statements/Return/generator_function_t03.dart
index efca720..89b8d9e 100644
--- a/Language/Statements/Return/generator_function_t03.dart
+++ b/Language/Statements/Return/generator_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t04.dart b/Language/Statements/Return/generator_function_t04.dart
index 1afaf49..4fe6083 100644
--- a/Language/Statements/Return/generator_function_t04.dart
+++ b/Language/Statements/Return/generator_function_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t05.dart b/Language/Statements/Return/generator_function_t05.dart
index c5cb31f..4cc7507 100644
--- a/Language/Statements/Return/generator_function_t05.dart
+++ b/Language/Statements/Return/generator_function_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t06.dart b/Language/Statements/Return/generator_function_t06.dart
index 1ed39ac..73219fe 100644
--- a/Language/Statements/Return/generator_function_t06.dart
+++ b/Language/Statements/Return/generator_function_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t07.dart b/Language/Statements/Return/generator_function_t07.dart
index 2f9bd49..5bfd5bf 100644
--- a/Language/Statements/Return/generator_function_t07.dart
+++ b/Language/Statements/Return/generator_function_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/generator_function_t08.dart b/Language/Statements/Return/generator_function_t08.dart
index 9979615..ea9a33b 100644
--- a/Language/Statements/Return/generator_function_t08.dart
+++ b/Language/Statements/Return/generator_function_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a return statement of the form
  * return e; appears in a generator function.
diff --git a/Language/Statements/Return/many_return_statements_t01.dart b/Language/Statements/Return/many_return_statements_t01.dart
index 8771d54..99e332e 100644
--- a/Language/Statements/Return/many_return_statements_t01.dart
+++ b/Language/Statements/Return/many_return_statements_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if a function contains both one or more
  * return statements of the form return; and one or more return statements of
diff --git a/Language/Statements/Return/many_return_statements_t02.dart b/Language/Statements/Return/many_return_statements_t02.dart
index c8922e6..2c96f76 100644
--- a/Language/Statements/Return/many_return_statements_t02.dart
+++ b/Language/Statements/Return/many_return_statements_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error if a function contains both one or more
  * return statements of the form return; and one or more return statements of
diff --git a/Language/Statements/Return/many_return_statements_t03.dart b/Language/Statements/Return/many_return_statements_t03.dart
index 888367b..a1622ae 100644
--- a/Language/Statements/Return/many_return_statements_t03.dart
+++ b/Language/Statements/Return/many_return_statements_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if a function contains both one or more
  * return statements of the form return; and one or more return statements of
diff --git a/Language/Statements/Return/many_return_statements_t04.dart b/Language/Statements/Return/many_return_statements_t04.dart
index 66c204d..643f39c 100644
--- a/Language/Statements/Return/many_return_statements_t04.dart
+++ b/Language/Statements/Return/many_return_statements_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is no static warning if a function contains both one or more
  * return statements of the form return; and one or more return statements of
diff --git a/Language/Statements/Return/no_expression_function_t01.dart b/Language/Statements/Return/no_expression_function_t01.dart
index 2c39b16..dfea169 100644
--- a/Language/Statements/Return/no_expression_function_t01.dart
+++ b/Language/Statements/Return/no_expression_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t02.dart b/Language/Statements/Return/no_expression_function_t02.dart
index 1b08014..1bedab5 100644
--- a/Language/Statements/Return/no_expression_function_t02.dart
+++ b/Language/Statements/Return/no_expression_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t03.dart b/Language/Statements/Return/no_expression_function_t03.dart
index cef52ed..2bc77f9 100644
--- a/Language/Statements/Return/no_expression_function_t03.dart
+++ b/Language/Statements/Return/no_expression_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t04.dart b/Language/Statements/Return/no_expression_function_t04.dart
index 93a0e6d..0597efe 100644
--- a/Language/Statements/Return/no_expression_function_t04.dart
+++ b/Language/Statements/Return/no_expression_function_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t05.dart b/Language/Statements/Return/no_expression_function_t05.dart
index 1df2af5..6e5d84a 100644
--- a/Language/Statements/Return/no_expression_function_t05.dart
+++ b/Language/Statements/Return/no_expression_function_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t06.dart b/Language/Statements/Return/no_expression_function_t06.dart
index 006aead..74b9e48 100644
--- a/Language/Statements/Return/no_expression_function_t06.dart
+++ b/Language/Statements/Return/no_expression_function_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t07.dart b/Language/Statements/Return/no_expression_function_t07.dart
index 5cfb5ae..c43ffe3 100644
--- a/Language/Statements/Return/no_expression_function_t07.dart
+++ b/Language/Statements/Return/no_expression_function_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t08.dart b/Language/Statements/Return/no_expression_function_t08.dart
index 48d072b..48c01ab 100644
--- a/Language/Statements/Return/no_expression_function_t08.dart
+++ b/Language/Statements/Return/no_expression_function_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t09.dart b/Language/Statements/Return/no_expression_function_t09.dart
index e5e07e3..74dce0b 100644
--- a/Language/Statements/Return/no_expression_function_t09.dart
+++ b/Language/Statements/Return/no_expression_function_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t10.dart b/Language/Statements/Return/no_expression_function_t10.dart
index a2f6d5b..e79eed0 100644
--- a/Language/Statements/Return/no_expression_function_t10.dart
+++ b/Language/Statements/Return/no_expression_function_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t11.dart b/Language/Statements/Return/no_expression_function_t11.dart
index 8f5e922..81b5f19 100644
--- a/Language/Statements/Return/no_expression_function_t11.dart
+++ b/Language/Statements/Return/no_expression_function_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t12.dart b/Language/Statements/Return/no_expression_function_t12.dart
index 28e187e..8b62c85 100644
--- a/Language/Statements/Return/no_expression_function_t12.dart
+++ b/Language/Statements/Return/no_expression_function_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t13.dart b/Language/Statements/Return/no_expression_function_t13.dart
index 8e2177c..b065b0b 100644
--- a/Language/Statements/Return/no_expression_function_t13.dart
+++ b/Language/Statements/Return/no_expression_function_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t14.dart b/Language/Statements/Return/no_expression_function_t14.dart
index 7ef47ed..7168674 100644
--- a/Language/Statements/Return/no_expression_function_t14.dart
+++ b/Language/Statements/Return/no_expression_function_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t15.dart b/Language/Statements/Return/no_expression_function_t15.dart
index 99544aa..6c124e6 100644
--- a/Language/Statements/Return/no_expression_function_t15.dart
+++ b/Language/Statements/Return/no_expression_function_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_function_t16.dart b/Language/Statements/Return/no_expression_function_t16.dart
index d9e1f2b..8657f6e 100644
--- a/Language/Statements/Return/no_expression_function_t16.dart
+++ b/Language/Statements/Return/no_expression_function_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Consider a return statement s of the form return e?;
  * ...
diff --git a/Language/Statements/Return/no_expression_not_function_t01.dart b/Language/Statements/Return/no_expression_not_function_t01.dart
index 55c9533..df0bac5 100644
--- a/Language/Statements/Return/no_expression_not_function_t01.dart
+++ b/Language/Statements/Return/no_expression_not_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A return statement with no expression, return; is executed as
  * follows:
diff --git a/Language/Statements/Return/no_expression_not_function_t02.dart b/Language/Statements/Return/no_expression_not_function_t02.dart
index 5395554..c8c761e 100644
--- a/Language/Statements/Return/no_expression_not_function_t02.dart
+++ b/Language/Statements/Return/no_expression_not_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A return statement with no expression, return; is executed as
  * follows:
diff --git a/Language/Statements/Return/runtime_type_t01.dart b/Language/Statements/Return/runtime_type_t01.dart
index d595c78..baedac6 100644
--- a/Language/Statements/Return/runtime_type_t01.dart
+++ b/Language/Statements/Return/runtime_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t02.dart b/Language/Statements/Return/runtime_type_t02.dart
index 3944bda..b1630ec 100644
--- a/Language/Statements/Return/runtime_type_t02.dart
+++ b/Language/Statements/Return/runtime_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t03.dart b/Language/Statements/Return/runtime_type_t03.dart
index e4c6fb5..0b7d59c 100644
--- a/Language/Statements/Return/runtime_type_t03.dart
+++ b/Language/Statements/Return/runtime_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t04.dart b/Language/Statements/Return/runtime_type_t04.dart
index 2b53122..24c0ff4 100644
--- a/Language/Statements/Return/runtime_type_t04.dart
+++ b/Language/Statements/Return/runtime_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t05.dart b/Language/Statements/Return/runtime_type_t05.dart
index a88646e..60fd2b2 100644
--- a/Language/Statements/Return/runtime_type_t05.dart
+++ b/Language/Statements/Return/runtime_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t06.dart b/Language/Statements/Return/runtime_type_t06.dart
index b4e1252..9c12241 100644
--- a/Language/Statements/Return/runtime_type_t06.dart
+++ b/Language/Statements/Return/runtime_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/runtime_type_t07.dart b/Language/Statements/Return/runtime_type_t07.dart
index b728df8..bf346e6 100644
--- a/Language/Statements/Return/runtime_type_t07.dart
+++ b/Language/Statements/Return/runtime_type_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let S be the runtime type of o.
  *    • If the body of f is marked async it is a compile type error if o is not
diff --git a/Language/Statements/Return/syntax_t01.dart b/Language/Statements/Return/syntax_t01.dart
index 76e6c54..25a83a1 100644
--- a/Language/Statements/Return/syntax_t01.dart
+++ b/Language/Statements/Return/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t02.dart b/Language/Statements/Return/syntax_t02.dart
index 01195a5..f09998f 100644
--- a/Language/Statements/Return/syntax_t02.dart
+++ b/Language/Statements/Return/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t03.dart b/Language/Statements/Return/syntax_t03.dart
index 3b603e2..3ab1b07 100644
--- a/Language/Statements/Return/syntax_t03.dart
+++ b/Language/Statements/Return/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The return statement returns a result to the caller of a

  * synchronous function, completes the future associated with an asynchronous

diff --git a/Language/Statements/Return/syntax_t04.dart b/Language/Statements/Return/syntax_t04.dart
index 18fc3d8..b13015c 100644
--- a/Language/Statements/Return/syntax_t04.dart
+++ b/Language/Statements/Return/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t05.dart b/Language/Statements/Return/syntax_t05.dart
index d8dd38c..5cfb5b3 100644
--- a/Language/Statements/Return/syntax_t05.dart
+++ b/Language/Statements/Return/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t06.dart b/Language/Statements/Return/syntax_t06.dart
index 2143ab4..9d8f725 100644
--- a/Language/Statements/Return/syntax_t06.dart
+++ b/Language/Statements/Return/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t07.dart b/Language/Statements/Return/syntax_t07.dart
index b232629..362475d 100644
--- a/Language/Statements/Return/syntax_t07.dart
+++ b/Language/Statements/Return/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t08.dart b/Language/Statements/Return/syntax_t08.dart
index b1df488..46596ba 100644
--- a/Language/Statements/Return/syntax_t08.dart
+++ b/Language/Statements/Return/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t09.dart b/Language/Statements/Return/syntax_t09.dart
index 6107584..557e014 100644
--- a/Language/Statements/Return/syntax_t09.dart
+++ b/Language/Statements/Return/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t10.dart b/Language/Statements/Return/syntax_t10.dart
index a527a79..b168c8a 100644
--- a/Language/Statements/Return/syntax_t10.dart
+++ b/Language/Statements/Return/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t11.dart b/Language/Statements/Return/syntax_t11.dart
index a06caa9..f472455 100644
--- a/Language/Statements/Return/syntax_t11.dart
+++ b/Language/Statements/Return/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t12.dart b/Language/Statements/Return/syntax_t12.dart
index de153a5..67b49a5 100644
--- a/Language/Statements/Return/syntax_t12.dart
+++ b/Language/Statements/Return/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t13.dart b/Language/Statements/Return/syntax_t13.dart
index ab9331d..c1fb81d 100644
--- a/Language/Statements/Return/syntax_t13.dart
+++ b/Language/Statements/Return/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t14.dart b/Language/Statements/Return/syntax_t14.dart
index 8de5ac9..20b73a5 100644
--- a/Language/Statements/Return/syntax_t14.dart
+++ b/Language/Statements/Return/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t15.dart b/Language/Statements/Return/syntax_t15.dart
index 25a04f6..a057443 100644
--- a/Language/Statements/Return/syntax_t15.dart
+++ b/Language/Statements/Return/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t16.dart b/Language/Statements/Return/syntax_t16.dart
index bb12f12..7ac126e 100644
--- a/Language/Statements/Return/syntax_t16.dart
+++ b/Language/Statements/Return/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/syntax_t17.dart b/Language/Statements/Return/syntax_t17.dart
index d5ea7da..e2b7a05 100644
--- a/Language/Statements/Return/syntax_t17.dart
+++ b/Language/Statements/Return/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The return statement returns a result to the caller of a
  * synchronous function, completes the future associated with an asynchronous
diff --git a/Language/Statements/Return/type_t01.dart b/Language/Statements/Return/type_t01.dart
index 7ddcbbf..438781c 100644
--- a/Language/Statements/Return/type_t01.dart
+++ b/Language/Statements/Return/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function.
diff --git a/Language/Statements/Return/type_t02.dart b/Language/Statements/Return/type_t02.dart
index 41e5298..94e6b5f 100644
--- a/Language/Statements/Return/type_t02.dart
+++ b/Language/Statements/Return/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function.
diff --git a/Language/Statements/Return/type_t03.dart b/Language/Statements/Return/type_t03.dart
index 1cc6d93..6c2aa44 100644
--- a/Language/Statements/Return/type_t03.dart
+++ b/Language/Statements/Return/type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function.
diff --git a/Language/Statements/Return/type_t04.dart b/Language/Statements/Return/type_t04.dart
index 1cdb3a4..76b3601 100644
--- a/Language/Statements/Return/type_t04.dart
+++ b/Language/Statements/Return/type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function.
diff --git a/Language/Statements/Switch/equal_operator_t01.dart b/Language/Statements/Switch/equal_operator_t01.dart
index b6dce7a..a7251d9 100644
--- a/Language/Statements/Switch/equal_operator_t01.dart
+++ b/Language/Statements/Switch/equal_operator_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the class C has an implementation
  * of the operator == other than the one inherited from Object unless the
diff --git a/Language/Statements/Switch/equal_operator_t02.dart b/Language/Statements/Switch/equal_operator_t02.dart
index 10a73b2..23409fe 100644
--- a/Language/Statements/Switch/equal_operator_t02.dart
+++ b/Language/Statements/Switch/equal_operator_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the class C has an implementation
  * of the operator == other than the one inherited from Object unless the
diff --git a/Language/Statements/Switch/execution_case_no_default_t01.dart b/Language/Statements/Switch/execution_case_no_default_t01.dart
index 743da0e..50913bc 100644
--- a/Language/Statements/Switch/execution_case_no_default_t01.dart
+++ b/Language/Statements/Switch/execution_case_no_default_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_case_no_default_t02.dart b/Language/Statements/Switch/execution_case_no_default_t02.dart
index 375f5e5..ddc3067 100644
--- a/Language/Statements/Switch/execution_case_no_default_t02.dart
+++ b/Language/Statements/Switch/execution_case_no_default_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_case_no_default_t03.dart b/Language/Statements/Switch/execution_case_no_default_t03.dart
index d81ce2d..c127297 100644
--- a/Language/Statements/Switch/execution_case_no_default_t03.dart
+++ b/Language/Statements/Switch/execution_case_no_default_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_case_t01.dart b/Language/Statements/Switch/execution_case_t01.dart
index e00f1f1..8c2cf46 100644
--- a/Language/Statements/Switch/execution_case_t01.dart
+++ b/Language/Statements/Switch/execution_case_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_case_t02.dart b/Language/Statements/Switch/execution_case_t02.dart
index c474f53..4ad521d 100644
--- a/Language/Statements/Switch/execution_case_t02.dart
+++ b/Language/Statements/Switch/execution_case_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_case_t03.dart b/Language/Statements/Switch/execution_case_t03.dart
index cc95745..eedb491 100644
--- a/Language/Statements/Switch/execution_case_t03.dart
+++ b/Language/Statements/Switch/execution_case_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a case clause case ek: sk of a switch statement
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_t01.dart b/Language/Statements/Switch/execution_t01.dart
index bc08926..12f68bc 100644
--- a/Language/Statements/Switch/execution_t01.dart
+++ b/Language/Statements/Switch/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a switch statement of the form
  * switch (e) {
diff --git a/Language/Statements/Switch/execution_t02.dart b/Language/Statements/Switch/execution_t02.dart
index 57f2d6d..8d17d95 100644
--- a/Language/Statements/Switch/execution_t02.dart
+++ b/Language/Statements/Switch/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a switch statement of the form
  * switch (e) {
diff --git a/Language/Statements/Switch/expressions_t01.dart b/Language/Statements/Switch/expressions_t01.dart
index d5a5ae0..54024b2 100644
--- a/Language/Statements/Switch/expressions_t01.dart
+++ b/Language/Statements/Switch/expressions_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the values of the expressions ek
  * are not either:
diff --git a/Language/Statements/Switch/expressions_t02.dart b/Language/Statements/Switch/expressions_t02.dart
index c8e5681..03476be 100644
--- a/Language/Statements/Switch/expressions_t02.dart
+++ b/Language/Statements/Switch/expressions_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the values of the expressions ek
  * are not either:
diff --git a/Language/Statements/Switch/expressions_t03.dart b/Language/Statements/Switch/expressions_t03.dart
index 0c52db5..18e9c20 100644
--- a/Language/Statements/Switch/expressions_t03.dart
+++ b/Language/Statements/Switch/expressions_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the values of the expressions ek
  * are not either:
diff --git a/Language/Statements/Switch/expressions_t04.dart b/Language/Statements/Switch/expressions_t04.dart
index 7289423..7d9e0e9 100644
--- a/Language/Statements/Switch/expressions_t04.dart
+++ b/Language/Statements/Switch/expressions_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the values of the expressions ek
  * are not either:
diff --git a/Language/Statements/Switch/labels_constants_t01.dart b/Language/Statements/Switch/labels_constants_t01.dart
index 5df581a..be1f75c 100644
--- a/Language/Statements/Switch/labels_constants_t01.dart
+++ b/Language/Statements/Switch/labels_constants_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given a switch statement of the form
  * switch (e) {
diff --git a/Language/Statements/Switch/labels_constants_t03.dart b/Language/Statements/Switch/labels_constants_t03.dart
index 582067e..daabbc6 100644
--- a/Language/Statements/Switch/labels_constants_t03.dart
+++ b/Language/Statements/Switch/labels_constants_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Given a switch statement of the form
  * switch (e) {
diff --git a/Language/Statements/Switch/last_statement_t01.dart b/Language/Statements/Switch/last_statement_t01.dart
index 3810a11..86c10b8 100644
--- a/Language/Statements/Switch/last_statement_t01.dart
+++ b/Language/Statements/Switch/last_statement_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the last statement of the statement
  * sequence sk is not a break, continue, return or throw statement.
diff --git a/Language/Statements/Switch/last_statement_t02.dart b/Language/Statements/Switch/last_statement_t02.dart
index ad14cc1..3cc212a 100644
--- a/Language/Statements/Switch/last_statement_t02.dart
+++ b/Language/Statements/Switch/last_statement_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the last statement of the statement
  * sequence sk is not a break, continue, return or throw statement.
diff --git a/Language/Statements/Switch/last_statement_t03.dart b/Language/Statements/Switch/last_statement_t03.dart
index f0ebd11..33b424b 100644
--- a/Language/Statements/Switch/last_statement_t03.dart
+++ b/Language/Statements/Switch/last_statement_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the last statement of the statement
  * sequence sk is not a break, continue, return or throw statement.
diff --git a/Language/Statements/Switch/scope_t01.dart b/Language/Statements/Switch/scope_t01.dart
index f6ac626..3911ca3c 100644
--- a/Language/Statements/Switch/scope_t01.dart
+++ b/Language/Statements/Switch/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A case clause introduces a new scope, nested in the lexically
  * surrounding scope. The scope of a case clause ends immediately after the case
diff --git a/Language/Statements/Switch/scope_t02.dart b/Language/Statements/Switch/scope_t02.dart
index 122a6f2..d4a5bc8 100644
--- a/Language/Statements/Switch/scope_t02.dart
+++ b/Language/Statements/Switch/scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A case clause introduces a new scope, nested in the lexically
  * surrounding scope. The scope of a case clause ends immediately after the case
diff --git a/Language/Statements/Switch/syntax_t01.dart b/Language/Statements/Switch/syntax_t01.dart
index 2a6a0bc..23acdea 100644
--- a/Language/Statements/Switch/syntax_t01.dart
+++ b/Language/Statements/Switch/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The switch statement supports dispatching control among a large
  * number of cases.
diff --git a/Language/Statements/Switch/syntax_t02.dart b/Language/Statements/Switch/syntax_t02.dart
index 00be738..2ded17a 100644
--- a/Language/Statements/Switch/syntax_t02.dart
+++ b/Language/Statements/Switch/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The switch statement supports dispatching control among a large
  * number of cases.
diff --git a/Language/Statements/Switch/syntax_t03.dart b/Language/Statements/Switch/syntax_t03.dart
index 501eb71..e599228 100644
--- a/Language/Statements/Switch/syntax_t03.dart
+++ b/Language/Statements/Switch/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The switch statement supports dispatching control among a large
  * number of cases.
diff --git a/Language/Statements/Switch/syntax_t04.dart b/Language/Statements/Switch/syntax_t04.dart
index 2782932..249e0cc 100644
--- a/Language/Statements/Switch/syntax_t04.dart
+++ b/Language/Statements/Switch/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t05.dart b/Language/Statements/Switch/syntax_t05.dart
index 434f67f..083ba70 100644
--- a/Language/Statements/Switch/syntax_t05.dart
+++ b/Language/Statements/Switch/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t06.dart b/Language/Statements/Switch/syntax_t06.dart
index c547349..35593eb 100644
--- a/Language/Statements/Switch/syntax_t06.dart
+++ b/Language/Statements/Switch/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t07.dart b/Language/Statements/Switch/syntax_t07.dart
index 943ecd9..3b36365 100644
--- a/Language/Statements/Switch/syntax_t07.dart
+++ b/Language/Statements/Switch/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t08.dart b/Language/Statements/Switch/syntax_t08.dart
index dd2f46b..e53dc16 100644
--- a/Language/Statements/Switch/syntax_t08.dart
+++ b/Language/Statements/Switch/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t09.dart b/Language/Statements/Switch/syntax_t09.dart
index bd25791..d1f7c69 100644
--- a/Language/Statements/Switch/syntax_t09.dart
+++ b/Language/Statements/Switch/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t10.dart b/Language/Statements/Switch/syntax_t10.dart
index c8c5332..4e0a0cf 100644
--- a/Language/Statements/Switch/syntax_t10.dart
+++ b/Language/Statements/Switch/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t11.dart b/Language/Statements/Switch/syntax_t11.dart
index 85d7f82..694c93b 100644
--- a/Language/Statements/Switch/syntax_t11.dart
+++ b/Language/Statements/Switch/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t12.dart b/Language/Statements/Switch/syntax_t12.dart
index 2865f06..d9dd309 100644
--- a/Language/Statements/Switch/syntax_t12.dart
+++ b/Language/Statements/Switch/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t14.dart b/Language/Statements/Switch/syntax_t14.dart
index 5bc07b5..248569b 100644
--- a/Language/Statements/Switch/syntax_t14.dart
+++ b/Language/Statements/Switch/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t15.dart b/Language/Statements/Switch/syntax_t15.dart
index c37f45f..3da1960 100644
--- a/Language/Statements/Switch/syntax_t15.dart
+++ b/Language/Statements/Switch/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t16.dart b/Language/Statements/Switch/syntax_t16.dart
index 98bc257..09a8696 100644
--- a/Language/Statements/Switch/syntax_t16.dart
+++ b/Language/Statements/Switch/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t17.dart b/Language/Statements/Switch/syntax_t17.dart
index 5aec86b..4ee56dd 100644
--- a/Language/Statements/Switch/syntax_t17.dart
+++ b/Language/Statements/Switch/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t18.dart b/Language/Statements/Switch/syntax_t18.dart
index 870f052..c5dde1d 100644
--- a/Language/Statements/Switch/syntax_t18.dart
+++ b/Language/Statements/Switch/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The switch statement supports dispatching control among a large

  * number of cases.

diff --git a/Language/Statements/Switch/syntax_t19.dart b/Language/Statements/Switch/syntax_t19.dart
index c79d400..4cb3a5b 100644
--- a/Language/Statements/Switch/syntax_t19.dart
+++ b/Language/Statements/Switch/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The switch statement supports dispatching control among a large
  * number of cases.
diff --git a/Language/Statements/Switch/type_t01.dart b/Language/Statements/Switch/type_t01.dart
index 93e09a9..59b0168 100644
--- a/Language/Statements/Switch/type_t01.dart
+++ b/Language/Statements/Switch/type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the type of e is may not be assigned to
  * the type of ek.
diff --git a/Language/Statements/Switch/type_t02.dart b/Language/Statements/Switch/type_t02.dart
index 0d89cba..938e4fa 100644
--- a/Language/Statements/Switch/type_t02.dart
+++ b/Language/Statements/Switch/type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static warning if the type of e is may not be assigned to
  * the type of ek.
diff --git a/Language/Statements/Try/catch_scope_t01.dart b/Language/Statements/Try/catch_scope_t01.dart
index 3b50e48..c629cdb 100644
--- a/Language/Statements/Try/catch_scope_t01.dart
+++ b/Language/Statements/Try/catch_scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1, p2) s introduces
  * a new scope CS in which final local variables specified by p1 and p2 are
diff --git a/Language/Statements/Try/catch_scope_t02.dart b/Language/Statements/Try/catch_scope_t02.dart
index 4c8bb9b..2842c6f 100644
--- a/Language/Statements/Try/catch_scope_t02.dart
+++ b/Language/Statements/Try/catch_scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1, p2) s introduces
  * a new scope CS in which final local variables specified by p1 and p2 are
diff --git a/Language/Statements/Try/dynamic_catch_t01.dart b/Language/Statements/Try/dynamic_catch_t01.dart
index 9c5af38..6a6b34d 100644
--- a/Language/Statements/Try/dynamic_catch_t01.dart
+++ b/Language/Statements/Try/dynamic_catch_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form catch (p) s is equivalent to an
  * on-catch clause on dynamic catch (p) s. An on-catch clause of the form
diff --git a/Language/Statements/Try/dynamic_scope_t01.dart b/Language/Statements/Try/dynamic_scope_t01.dart
index 509571b..07a5589 100644
--- a/Language/Statements/Try/dynamic_scope_t01.dart
+++ b/Language/Statements/Try/dynamic_scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of an on-catch clause on T catch (p1, p2) s of a try
  * statement t proceeds as follows: The statement s is executed in the dynamic
diff --git a/Language/Statements/Try/exception_handler_t01.dart b/Language/Statements/Try/exception_handler_t01.dart
index 9c6f8b0..758761a 100644
--- a/Language/Statements/Try/exception_handler_t01.dart
+++ b/Language/Statements/Try/exception_handler_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A try statement try s1 on − catch1 ... on − catchn finally sf
  * defines an exception handler h that executes as follows:
diff --git a/Language/Statements/Try/exception_handler_t02.dart b/Language/Statements/Try/exception_handler_t02.dart
index a03e84f..e451415 100644
--- a/Language/Statements/Try/exception_handler_t02.dart
+++ b/Language/Statements/Try/exception_handler_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A try statement try s1 on − catch1 ... on − catchn finally sf
  * defines an exception handler h that executes as follows:
diff --git a/Language/Statements/Try/exception_handler_t03.dart b/Language/Statements/Try/exception_handler_t03.dart
index 0a74a75..9e643fb 100644
--- a/Language/Statements/Try/exception_handler_t03.dart
+++ b/Language/Statements/Try/exception_handler_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A try statement try s1 on − catch1 ... on − catchn finally sf
  * defines an exception handler h that executes as follows:
diff --git a/Language/Statements/Try/exception_in_catch_t01.dart b/Language/Statements/Try/exception_in_catch_t01.dart
index f23d939..51f822d 100644
--- a/Language/Statements/Try/exception_in_catch_t01.dart
+++ b/Language/Statements/Try/exception_in_catch_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an exception is raised during execution of an on-catch clause,
  * this will transfer control to the handler for the finally clause, causing
diff --git a/Language/Statements/Try/exception_in_catch_t02.dart b/Language/Statements/Try/exception_in_catch_t02.dart
index 1671b9f..7bb860e 100644
--- a/Language/Statements/Try/exception_in_catch_t02.dart
+++ b/Language/Statements/Try/exception_in_catch_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an exception is raised during execution of an on-catch clause,
  * this will transfer control to the handler for the finally clause, causing
diff --git a/Language/Statements/Try/exception_in_catch_t03.dart b/Language/Statements/Try/exception_in_catch_t03.dart
index 44098b4..962b773 100644
--- a/Language/Statements/Try/exception_in_catch_t03.dart
+++ b/Language/Statements/Try/exception_in_catch_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an exception is raised during execution of an on-catch clause,
  * this will transfer control to the handler for the finally clause, causing
diff --git a/Language/Statements/Try/exception_in_catch_t04.dart b/Language/Statements/Try/exception_in_catch_t04.dart
index 5c765f3..e639d98 100644
--- a/Language/Statements/Try/exception_in_catch_t04.dart
+++ b/Language/Statements/Try/exception_in_catch_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If an exception is raised during execution of an on-catch clause,
  * this will transfer control to the handler for the finally clause, causing
diff --git a/Language/Statements/Try/execution_finally_t01.dart b/Language/Statements/Try/execution_finally_t01.dart
index 7678845..7692abc 100644
--- a/Language/Statements/Try/execution_finally_t01.dart
+++ b/Language/Statements/Try/execution_finally_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a finally clause finally s of a try statement
  * proceeds as follows:
diff --git a/Language/Statements/Try/execution_t01.dart b/Language/Statements/Try/execution_t01.dart
index c8cc401..a63b3cf 100644
--- a/Language/Statements/Try/execution_t01.dart
+++ b/Language/Statements/Try/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a try statement of the form try s1 on−catch1 ...
  * on−catchn finally sf; proceeds as follows:
diff --git a/Language/Statements/Try/malformed_type_t01.dart b/Language/Statements/Try/malformed_type_t01.dart
index d89d689..ce0741f 100644
--- a/Language/Statements/Try/malformed_type_t01.dart
+++ b/Language/Statements/Try/malformed_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a malformed type, then performing a match causes a run
  * time error. It is a static warning if T is a malformed type.
diff --git a/Language/Statements/Try/malformed_type_t02.dart b/Language/Statements/Try/malformed_type_t02.dart
index c453b49..3d4b82a 100644
--- a/Language/Statements/Try/malformed_type_t02.dart
+++ b/Language/Statements/Try/malformed_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a malformed type, then performing a match causes a run
  * time error. It is a static warning if T is a malformed type.
diff --git a/Language/Statements/Try/malformed_type_t03.dart b/Language/Statements/Try/malformed_type_t03.dart
index 18e8a44..b927a27 100644
--- a/Language/Statements/Try/malformed_type_t03.dart
+++ b/Language/Statements/Try/malformed_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If T is a malformed type, then performing a match causes a run
  * time error. It is a static warning if T is a malformed type.
diff --git a/Language/Statements/Try/matching_t01.dart b/Language/Statements/Try/matching_t01.dart
index 5409c99..cc43a59 100644
--- a/Language/Statements/Try/matching_t01.dart
+++ b/Language/Statements/Try/matching_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1 , p2 ) s matches an
  * object o if the type of o is a subtype of T.
diff --git a/Language/Statements/Try/matching_t03.dart b/Language/Statements/Try/matching_t03.dart
index def9771..c286895 100644
--- a/Language/Statements/Try/matching_t03.dart
+++ b/Language/Statements/Try/matching_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1 , p2 ) s matches an
  * object o if the type of o is a subtype of T.
diff --git a/Language/Statements/Try/matching_t04.dart b/Language/Statements/Try/matching_t04.dart
index 9ae2ae7..1a0863a 100644
--- a/Language/Statements/Try/matching_t04.dart
+++ b/Language/Statements/Try/matching_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1 , p2 ) s matches an
  * object o if the type of o is a subtype of T.
diff --git a/Language/Statements/Try/no_finally_t01.dart b/Language/Statements/Try/no_finally_t01.dart
index 11047cc..8575da4 100644
--- a/Language/Statements/Try/no_finally_t01.dart
+++ b/Language/Statements/Try/no_finally_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A try statement of the form try s1 on−catch1 ... on−catchn; is
  * equivalent to the statement try s1 on−catch1 ... on−catchn finally {};
diff --git a/Language/Statements/Try/single_parameter_t01.dart b/Language/Statements/Try/single_parameter_t01.dart
index d0df515..356a043 100644
--- a/Language/Statements/Try/single_parameter_t01.dart
+++ b/Language/Statements/Try/single_parameter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1) s is equivalent to
  * an on-catch clause on T catch (p1, p2) s where p2 is an identiier that does
diff --git a/Language/Statements/Try/single_parameter_t03.dart b/Language/Statements/Try/single_parameter_t03.dart
index 2a1a632..0cd7827 100644
--- a/Language/Statements/Try/single_parameter_t03.dart
+++ b/Language/Statements/Try/single_parameter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1) s is equivalent to
  * an on-catch clause on T catch (p1, p2) s where p2 is an identiier that does
diff --git a/Language/Statements/Try/single_parameter_t04.dart b/Language/Statements/Try/single_parameter_t04.dart
index 8cfba47..9485065 100644
--- a/Language/Statements/Try/single_parameter_t04.dart
+++ b/Language/Statements/Try/single_parameter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An on-catch clause of the form on T catch (p1) s is equivalent to
  * an on-catch clause on T catch (p1, p2) s where p2 is an identiier that does
diff --git a/Language/Statements/Try/stack_trace_t01.dart b/Language/Statements/Try/stack_trace_t01.dart
index 6ae9676..72ac6bf 100644
--- a/Language/Statements/Try/stack_trace_t01.dart
+++ b/Language/Statements/Try/stack_trace_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The active stack trace is an object whose toString() method
  * produces a string that is a record of exactly those function activations
diff --git a/Language/Statements/Try/syntax_t01.dart b/Language/Statements/Try/syntax_t01.dart
index daff4bc..440882f 100644
--- a/Language/Statements/Try/syntax_t01.dart
+++ b/Language/Statements/Try/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t02.dart b/Language/Statements/Try/syntax_t02.dart
index 142f242..e193faf 100644
--- a/Language/Statements/Try/syntax_t02.dart
+++ b/Language/Statements/Try/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t03.dart b/Language/Statements/Try/syntax_t03.dart
index ed44b48..22ef5ee 100644
--- a/Language/Statements/Try/syntax_t03.dart
+++ b/Language/Statements/Try/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t04.dart b/Language/Statements/Try/syntax_t04.dart
index d3b29e4..9f79d4c 100644
--- a/Language/Statements/Try/syntax_t04.dart
+++ b/Language/Statements/Try/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t06.dart b/Language/Statements/Try/syntax_t06.dart
index 1e82fc2..e5df9af 100644
--- a/Language/Statements/Try/syntax_t06.dart
+++ b/Language/Statements/Try/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t07.dart b/Language/Statements/Try/syntax_t07.dart
index fe4b64f..b398283 100644
--- a/Language/Statements/Try/syntax_t07.dart
+++ b/Language/Statements/Try/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t08.dart b/Language/Statements/Try/syntax_t08.dart
index 04b24d3..f61bb83 100644
--- a/Language/Statements/Try/syntax_t08.dart
+++ b/Language/Statements/Try/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t09.dart b/Language/Statements/Try/syntax_t09.dart
index 5bed37f..140b1c6 100644
--- a/Language/Statements/Try/syntax_t09.dart
+++ b/Language/Statements/Try/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t10.dart b/Language/Statements/Try/syntax_t10.dart
index de817c8..8952c20 100644
--- a/Language/Statements/Try/syntax_t10.dart
+++ b/Language/Statements/Try/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t11.dart b/Language/Statements/Try/syntax_t11.dart
index 1e3df57..57ed490 100644
--- a/Language/Statements/Try/syntax_t11.dart
+++ b/Language/Statements/Try/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t12.dart b/Language/Statements/Try/syntax_t12.dart
index fc9c15e..774d59f 100644
--- a/Language/Statements/Try/syntax_t12.dart
+++ b/Language/Statements/Try/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t13.dart b/Language/Statements/Try/syntax_t13.dart
index 0b12341..8d4c2a9 100644
--- a/Language/Statements/Try/syntax_t13.dart
+++ b/Language/Statements/Try/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t14.dart b/Language/Statements/Try/syntax_t14.dart
index 101c195..c6701c5 100644
--- a/Language/Statements/Try/syntax_t14.dart
+++ b/Language/Statements/Try/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t15.dart b/Language/Statements/Try/syntax_t15.dart
index 337f8ca..4680ebb 100644
--- a/Language/Statements/Try/syntax_t15.dart
+++ b/Language/Statements/Try/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t16.dart b/Language/Statements/Try/syntax_t16.dart
index b3cbc89..38c4536 100644
--- a/Language/Statements/Try/syntax_t16.dart
+++ b/Language/Statements/Try/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t17.dart b/Language/Statements/Try/syntax_t17.dart
index c1f68de..5672a3b 100644
--- a/Language/Statements/Try/syntax_t17.dart
+++ b/Language/Statements/Try/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t18.dart b/Language/Statements/Try/syntax_t18.dart
index 1c4bf89..7dd564c 100644
--- a/Language/Statements/Try/syntax_t18.dart
+++ b/Language/Statements/Try/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t19.dart b/Language/Statements/Try/syntax_t19.dart
index b10673a..07f2f9a 100644
--- a/Language/Statements/Try/syntax_t19.dart
+++ b/Language/Statements/Try/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t20.dart b/Language/Statements/Try/syntax_t20.dart
index e74423b..dc44c03 100644
--- a/Language/Statements/Try/syntax_t20.dart
+++ b/Language/Statements/Try/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t21.dart b/Language/Statements/Try/syntax_t21.dart
index 244f487..4643368 100644
--- a/Language/Statements/Try/syntax_t21.dart
+++ b/Language/Statements/Try/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/syntax_t22.dart b/Language/Statements/Try/syntax_t22.dart
index f93f2ba..13d116c 100644
--- a/Language/Statements/Try/syntax_t22.dart
+++ b/Language/Statements/Try/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The try statement supports the definition of exception handling
  * code in a structured way.
diff --git a/Language/Statements/Try/try_lib.dart b/Language/Statements/Try/try_lib.dart
index d94acf7..efa232b 100644
--- a/Language/Statements/Try/try_lib.dart
+++ b/Language/Statements/Try/try_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library try_lib;
 
diff --git a/Language/Statements/While/condition_type_t01.dart b/Language/Statements/While/condition_type_t01.dart
index 16bb419..cc3bf61 100644
--- a/Language/Statements/While/condition_type_t01.dart
+++ b/Language/Statements/While/condition_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to bool.
diff --git a/Language/Statements/While/condition_type_t02.dart b/Language/Statements/While/condition_type_t02.dart
index 4d2b4a6..4a8e255 100644
--- a/Language/Statements/While/condition_type_t02.dart
+++ b/Language/Statements/While/condition_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to bool.
diff --git a/Language/Statements/While/condition_type_t03.dart b/Language/Statements/While/condition_type_t03.dart
index 4088b88..cda0377 100644
--- a/Language/Statements/While/condition_type_t03.dart
+++ b/Language/Statements/While/condition_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static type warning if the type of e may not be assigned
  * to bool.
diff --git a/Language/Statements/While/execution_t01.dart b/Language/Statements/While/execution_t01.dart
index 48ff50d..ed74ced 100644
--- a/Language/Statements/While/execution_t01.dart
+++ b/Language/Statements/While/execution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a while statement of the form while (e) s; proceeds
  * as follows:
diff --git a/Language/Statements/While/execution_t02.dart b/Language/Statements/While/execution_t02.dart
index cf5f969..c794c1b 100644
--- a/Language/Statements/While/execution_t02.dart
+++ b/Language/Statements/While/execution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a while statement of the form while (e) s; proceeds
  * as follows:
diff --git a/Language/Statements/While/execution_t03.dart b/Language/Statements/While/execution_t03.dart
index 84de7ce..42d82ec 100644
--- a/Language/Statements/While/execution_t03.dart
+++ b/Language/Statements/While/execution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Execution of a while statement of the form while (e) s; proceeds
  * as follows:
diff --git a/Language/Statements/While/syntax_t01.dart b/Language/Statements/While/syntax_t01.dart
index ad6d15c..3633bb9 100644
--- a/Language/Statements/While/syntax_t01.dart
+++ b/Language/Statements/While/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The while statement supports conditional iteration, where the

  * condition is evaluated prior to the loop.

diff --git a/Language/Statements/While/syntax_t02.dart b/Language/Statements/While/syntax_t02.dart
index d4bb765..ae4f2cd 100644
--- a/Language/Statements/While/syntax_t02.dart
+++ b/Language/Statements/While/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The while statement supports conditional iteration, where the

  * condition is evaluated prior to the loop.

diff --git a/Language/Statements/While/syntax_t03.dart b/Language/Statements/While/syntax_t03.dart
index ab70da1..a6e01ec 100644
--- a/Language/Statements/While/syntax_t03.dart
+++ b/Language/Statements/While/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The while statement supports conditional iteration, where the

  * condition is evaluated prior to the loop.

diff --git a/Language/Statements/While/syntax_t04.dart b/Language/Statements/While/syntax_t04.dart
index b81b0df..6c0ebc6 100644
--- a/Language/Statements/While/syntax_t04.dart
+++ b/Language/Statements/While/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The while statement supports conditional iteration, where the

  * condition is evaluated prior to the loop.

diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01.dart
index b6c9c78..407a1e9 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02.dart
index a07b1f9..bb01311 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t03.dart
index fc3bce3..c8e237a 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04.dart
index d881ed9..4eed825 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05.dart
index 084b09e..5c456e0 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06.dart
index 5064043..5a82be7 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t07.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t07.dart
index 7610f97..a2e7b93 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t07.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t08.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t08.dart
index 1fa2194..2961383 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t08.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t01.dart
index 3d133a1..0c5254f 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t02.dart
index dd7cb88..3335dba 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t03.dart
index e260de2..a2555d4 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/execution_sync_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t01.dart
index ab11b77..ed3066f 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t02.dart
index 1efdd49..8336aed 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t03.dart
index 6f3f405..9a397b8 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t04.dart
index af37e81..ab29d43 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t05.dart
index 82c9717..b2a960b 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/location_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield/location_t06.dart
index bce409d..c568de6 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/location_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/location_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t01.dart
index 6b7d1cc..7b760be 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function. It is a static type warning if either:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t02.dart
index 4b092f3..478329a 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function. It is a static type warning if either:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t01.dart
index 1feb16c..4e1fb5b 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t02.dart
index ffdeb09..7e6de5b 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t03.dart
index a4f74b6..68ac3d0 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t04.dart
index 88f9da4..ecedaee 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t05.dart
index 0bd22fc..c0fe1c7 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t06.dart
index 4734d8a..fb8b1b2 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t07.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t07.dart
index 4eca6b6..d5e3e51 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t07.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t08.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t08.dart
index eed5f5d..df8c50e 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t08.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t09.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t09.dart
index f8d1bf7..4e356b0 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t09.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t10.dart b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t10.dart
index 5e58d65..256fe57 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t10.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield statement adds an element to the result of a generator
  * function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01.dart
index be30d60..d393c73 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t02.dart
index addffdf..a4273da 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t03.dart
index 45248a6..b15d7e1 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t04.dart
index fcbe190..ffa59de 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t05.dart
index 3eea56a..548fefb 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t06.dart
index fc0cadf..b27166a 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t07.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t07.dart
index 142276f..d765b85 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t07.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08.dart
index 8665e05..bac4432 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09.dart
index 868ff5f..7b592b4 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10.dart
index 0890446..81ac599 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t11.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t11.dart
index f8e373c..0c07eed 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t11.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If m is marked async*, then:
  *    • It is a dynamic error if the class of o does not implement Stream.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t01.dart
index f765950..4214cab 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t02.dart
index 547445f..edece29 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t03.dart
index c0fd0475..da51301 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t04.dart
index a5c78ad..a1d4221 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05.dart
index d232060..df57336 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t06.dart
index 7688b29..4f02fcd 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Execution of a statement s of the form yield* e; proceeds as
  * follows:
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01.dart
index 08ca6c3..2efe096 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02.dart
index 612ab40..c983ee0 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03.dart
index 8702871..0e9b6c1 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04.dart
index a1959a9..2df7f0e 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05.dart
index 89d28ad..5fa2604 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06.dart
index bf283b6..7c52154 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile-time error if a yield-each statement appears in
  * a function that is not a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t01.dart
index 847ba0a..5b9bf28 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function. It is a static type warning if T may not be assigned
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02.dart
index 6a02a6b..b9c5b78 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the static type of e and let f be the immediately
  * enclosing function. It is a static type warning if T may not be assigned
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t01.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t01.dart
index 479a9ce..2950332 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t01.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t02.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t02.dart
index 00670b9..3f47fb5 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t02.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t03.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t03.dart
index 5ec921d..9807e32 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t03.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t04.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t04.dart
index bca7b14..2633e48 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t04.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t05.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t05.dart
index ea2a12b..76e448d 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t05.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t06.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t06.dart
index 90a992f..e760c2c 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t06.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t07.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t07.dart
index 3fee687..0b6a882 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t07.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t08.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t08.dart
index d250c17..fcf6fcd 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t08.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t09.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t09.dart
index a155b35..cd55937 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t09.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t10.dart b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t10.dart
index a7a5965..1a1e9e9 100644
--- a/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t10.dart
+++ b/Language/Statements/Yield_and_Yield_Each/Yield_Each/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The yield-each statement adds a series of values to the result
  * of a generator function.
diff --git a/Language/Types/Dynamic_Type_System/deferred_type_error_t01.dart b/Language/Types/Dynamic_Type_System/deferred_type_error_t01.dart
index 5b737a4..3efa7fb 100644
--- a/Language/Types/Dynamic_Type_System/deferred_type_error_t01.dart
+++ b/Language/Types/Dynamic_Type_System/deferred_type_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a compile time error if a deferred, malformed or
  * malbounded type is used in a subtype test
diff --git a/Language/Types/Dynamic_Type_System/deferred_type_error_t02.dart b/Language/Types/Dynamic_Type_System/deferred_type_error_t02.dart
index 4028fe2..9eddb34 100644
--- a/Language/Types/Dynamic_Type_System/deferred_type_error_t02.dart
+++ b/Language/Types/Dynamic_Type_System/deferred_type_error_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion It is a runtime error if deferred type is used in a
  * variable initialization
diff --git a/Language/Types/Dynamic_Type_System/malbounded_type_error_t01.dart b/Language/Types/Dynamic_Type_System/malbounded_type_error_t01.dart
index 37d1335..b29dd43 100644
--- a/Language/Types/Dynamic_Type_System/malbounded_type_error_t01.dart
+++ b/Language/Types/Dynamic_Type_System/malbounded_type_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile error occurs when malbounded type is used
  * in a subtype test.
diff --git a/Language/Types/Dynamic_Type_System/malformed_type_error_t01.dart b/Language/Types/Dynamic_Type_System/malformed_type_error_t01.dart
index 243c07c..3c264ce 100644
--- a/Language/Types/Dynamic_Type_System/malformed_type_error_t01.dart
+++ b/Language/Types/Dynamic_Type_System/malformed_type_error_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile type error occurs if a variable is
  * being assigned an expression of incompatible type
diff --git a/Language/Types/Function_Types/assignment_t01.dart b/Language/Types/Function_Types/assignment_t01.dart
index 92afbae..9fd5cc2 100644
--- a/Language/Types/Function_Types/assignment_t01.dart
+++ b/Language/Types/Function_Types/assignment_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function type T may be assigned to a function type S, written
  * T ⇐⇒ S, iff T <: S.
diff --git a/Language/Types/Function_Types/assignment_t02.dart b/Language/Types/Function_Types/assignment_t02.dart
index 0812f8d..de16397 100644
--- a/Language/Types/Function_Types/assignment_t02.dart
+++ b/Language/Types/Function_Types/assignment_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function type T may be assigned to a function type S, written
  * T ⇐⇒ S, iff T <: S.
diff --git a/Language/Types/Function_Types/assignment_t03.dart b/Language/Types/Function_Types/assignment_t03.dart
index 3713106..97ff53a 100644
--- a/Language/Types/Function_Types/assignment_t03.dart
+++ b/Language/Types/Function_Types/assignment_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A function type T may be assigned to a function type S, written
  * T ⇐⇒ S, iff T <: S.
diff --git a/Language/Types/Function_Types/implements_function_t01.dart b/Language/Types/Function_Types/implements_function_t01.dart
index 4acf85b..a704450 100644
--- a/Language/Types/Function_Types/implements_function_t01.dart
+++ b/Language/Types/Function_Types/implements_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function is always an instance of some class that implements the
  * class Function and implements a call method with the same signature as the
diff --git a/Language/Types/Function_Types/implements_function_t02.dart b/Language/Types/Function_Types/implements_function_t02.dart
index fd9ca0f..6a84852 100644
--- a/Language/Types/Function_Types/implements_function_t02.dart
+++ b/Language/Types/Function_Types/implements_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function is always an instance of some class that implements the
  * class Function and implements a call method with the same signature as the
diff --git a/Language/Types/Function_Types/implements_function_t03.dart b/Language/Types/Function_Types/implements_function_t03.dart
index fdacfa3..b111bbc 100644
--- a/Language/Types/Function_Types/implements_function_t03.dart
+++ b/Language/Types/Function_Types/implements_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function is always an instance of some class that implements the
  * class Function and implements a call method with the same signature as the
diff --git a/Language/Types/Function_Types/implements_function_t04.dart b/Language/Types/Function_Types/implements_function_t04.dart
index 7587e5c..231e5ac 100644
--- a/Language/Types/Function_Types/implements_function_t04.dart
+++ b/Language/Types/Function_Types/implements_function_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function is always an instance of some class that implements the
  * class Function and implements a call method with the same signature as the
diff --git a/Language/Types/Function_Types/implements_function_t05.dart b/Language/Types/Function_Types/implements_function_t05.dart
index ae3bc5a..53b9393 100644
--- a/Language/Types/Function_Types/implements_function_t05.dart
+++ b/Language/Types/Function_Types/implements_function_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function is always an instance of some class that implements the
  * class Function and implements a call method with the same signature as the
diff --git a/Language/Types/Function_Types/subtype_named_args_t01.dart b/Language/Types/Function_Types/subtype_named_args_t01.dart
index 9555e01..11b80e3 100644
--- a/Language/Types/Function_Types/subtype_named_args_t01.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t02.dart b/Language/Types/Function_Types/subtype_named_args_t02.dart
index 6b7a966..034dc9d 100644
--- a/Language/Types/Function_Types/subtype_named_args_t02.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t03.dart b/Language/Types/Function_Types/subtype_named_args_t03.dart
index 6eec239..b05b912 100644
--- a/Language/Types/Function_Types/subtype_named_args_t03.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t04.dart b/Language/Types/Function_Types/subtype_named_args_t04.dart
index 0df484f..36f4e5f 100644
--- a/Language/Types/Function_Types/subtype_named_args_t04.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t05.dart b/Language/Types/Function_Types/subtype_named_args_t05.dart
index e3045a9..ea55f7a 100644
--- a/Language/Types/Function_Types/subtype_named_args_t05.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t06.dart b/Language/Types/Function_Types/subtype_named_args_t06.dart
index 60b2d0d..79dc3b8 100644
--- a/Language/Types/Function_Types/subtype_named_args_t06.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t07.dart b/Language/Types/Function_Types/subtype_named_args_t07.dart
index b273d4f..d1e2123 100644
--- a/Language/Types/Function_Types/subtype_named_args_t07.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t08.dart b/Language/Types/Function_Types/subtype_named_args_t08.dart
index 6427fdc..1ec2e0d 100644
--- a/Language/Types/Function_Types/subtype_named_args_t08.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t09.dart b/Language/Types/Function_Types/subtype_named_args_t09.dart
index 0ca8191..4d16557 100644
--- a/Language/Types/Function_Types/subtype_named_args_t09.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t10.dart b/Language/Types/Function_Types/subtype_named_args_t10.dart
index 1bbafd5..aa9dba5 100644
--- a/Language/Types/Function_Types/subtype_named_args_t10.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t11.dart b/Language/Types/Function_Types/subtype_named_args_t11.dart
index 5a49327..50a3b96 100644
--- a/Language/Types/Function_Types/subtype_named_args_t11.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_named_args_t12.dart b/Language/Types/Function_Types/subtype_named_args_t12.dart
index d4ac4f5..a78918f 100644
--- a/Language/Types/Function_Types/subtype_named_args_t12.dart
+++ b/Language/Types/Function_Types/subtype_named_args_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The function type (T1, ... Tn, {Tx1 x1, ..., Txk xk}) -> T is a
  * subtype of the function type (S1, ..., Sn, {Sy1 y1, ..., Sym ym }) -> S, if
diff --git a/Language/Types/Function_Types/subtype_no_args_t01.dart b/Language/Types/Function_Types/subtype_no_args_t01.dart
index 676fbcb..9ca2d7e 100644
--- a/Language/Types/Function_Types/subtype_no_args_t01.dart
+++ b/Language/Types/Function_Types/subtype_no_args_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_no_args_t02.dart b/Language/Types/Function_Types/subtype_no_args_t02.dart
index ed2cd03..f4a9ba9 100644
--- a/Language/Types/Function_Types/subtype_no_args_t02.dart
+++ b/Language/Types/Function_Types/subtype_no_args_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_no_args_t03.dart b/Language/Types/Function_Types/subtype_no_args_t03.dart
index 9eebd73..8fefff3 100644
--- a/Language/Types/Function_Types/subtype_no_args_t03.dart
+++ b/Language/Types/Function_Types/subtype_no_args_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_no_args_t04.dart b/Language/Types/Function_Types/subtype_no_args_t04.dart
index 28d8615..108bf28 100644
--- a/Language/Types/Function_Types/subtype_no_args_t04.dart
+++ b/Language/Types/Function_Types/subtype_no_args_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_no_args_t05.dart b/Language/Types/Function_Types/subtype_no_args_t05.dart
index a6e9267..f31d435 100644
--- a/Language/Types/Function_Types/subtype_no_args_t05.dart
+++ b/Language/Types/Function_Types/subtype_no_args_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t01.dart b/Language/Types/Function_Types/subtype_optional_args_t01.dart
index 2494468..2dad25a 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t01.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t02.dart b/Language/Types/Function_Types/subtype_optional_args_t02.dart
index 680ff92..882f97a 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t02.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t03.dart b/Language/Types/Function_Types/subtype_optional_args_t03.dart
index 52db857..8e50199 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t03.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t04.dart b/Language/Types/Function_Types/subtype_optional_args_t04.dart
index 5e08138..01c59dd 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t04.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t05.dart b/Language/Types/Function_Types/subtype_optional_args_t05.dart
index 83d7664..75648ee 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t05.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t06.dart b/Language/Types/Function_Types/subtype_optional_args_t06.dart
index 260ae16..5ed4fda 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t06.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t07.dart b/Language/Types/Function_Types/subtype_optional_args_t07.dart
index 336718f..2c2d8f2 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t07.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t08.dart b/Language/Types/Function_Types/subtype_optional_args_t08.dart
index 2f4fa0e..8865f35 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t08.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t09.dart b/Language/Types/Function_Types/subtype_optional_args_t09.dart
index 158dbc5..2103027 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t09.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t10.dart b/Language/Types/Function_Types/subtype_optional_args_t10.dart
index d7edf80..9a25e7c 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t10.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t11.dart b/Language/Types/Function_Types/subtype_optional_args_t11.dart
index 6d2107c..81964aa 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t11.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_optional_args_t12.dart b/Language/Types/Function_Types/subtype_optional_args_t12.dart
index 1dc34ab..8ca45e4 100644
--- a/Language/Types/Function_Types/subtype_optional_args_t12.dart
+++ b/Language/Types/Function_Types/subtype_optional_args_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_required_args_t01.dart b/Language/Types/Function_Types/subtype_required_args_t01.dart
index 630352a..f770a79 100644
--- a/Language/Types/Function_Types/subtype_required_args_t01.dart
+++ b/Language/Types/Function_Types/subtype_required_args_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_required_args_t02.dart b/Language/Types/Function_Types/subtype_required_args_t02.dart
index a1d5655..31d66d5 100644
--- a/Language/Types/Function_Types/subtype_required_args_t02.dart
+++ b/Language/Types/Function_Types/subtype_required_args_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_required_args_t03.dart b/Language/Types/Function_Types/subtype_required_args_t03.dart
index 39e8e42..139f4d1 100644
--- a/Language/Types/Function_Types/subtype_required_args_t03.dart
+++ b/Language/Types/Function_Types/subtype_required_args_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_required_args_t04.dart b/Language/Types/Function_Types/subtype_required_args_t04.dart
index 46d1ad2..83f55ce 100644
--- a/Language/Types/Function_Types/subtype_required_args_t04.dart
+++ b/Language/Types/Function_Types/subtype_required_args_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Function_Types/subtype_required_args_t05.dart b/Language/Types/Function_Types/subtype_required_args_t05.dart
index 5bf4d45..fd7f606 100644
--- a/Language/Types/Function_Types/subtype_required_args_t05.dart
+++ b/Language/Types/Function_Types/subtype_required_args_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A function type (T1,...Tk,[Tk+1,...,Tn+m]) -> T is a subtype of
  * the function type (S1,...,Sk+j,[Sk+j+1,...,Sn]) -> S, if all of the following
diff --git a/Language/Types/Interface_Types/direct_supertype_t01.dart b/Language/Types/Interface_Types/direct_supertype_t01.dart
index 446eccf..2fce611 100644
--- a/Language/Types/Interface_Types/direct_supertype_t01.dart
+++ b/Language/Types/Interface_Types/direct_supertype_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The implicit interface of class I is a direct supertype of the
  * implicit interface of class J iff:
diff --git a/Language/Types/Interface_Types/direct_supertype_t02.dart b/Language/Types/Interface_Types/direct_supertype_t02.dart
index 1aa247a..5242bc5 100644
--- a/Language/Types/Interface_Types/direct_supertype_t02.dart
+++ b/Language/Types/Interface_Types/direct_supertype_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The implicit interface of class I is a direct supertype of the
  * implicit interface of class J iff:
diff --git a/Language/Types/Interface_Types/direct_supertype_t03.dart b/Language/Types/Interface_Types/direct_supertype_t03.dart
index 23bd0b9..4184de4 100644
--- a/Language/Types/Interface_Types/direct_supertype_t03.dart
+++ b/Language/Types/Interface_Types/direct_supertype_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The implicit interface of class I is a direct supertype of the
  * implicit interface of class J iff:
diff --git a/Language/Types/Interface_Types/direct_supertype_t04.dart b/Language/Types/Interface_Types/direct_supertype_t04.dart
index 57bd1f7..c132f4b 100644
--- a/Language/Types/Interface_Types/direct_supertype_t04.dart
+++ b/Language/Types/Interface_Types/direct_supertype_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The implicit interface of class I is a direct supertype of the
  * implicit interface of class J iff:
diff --git a/Language/Types/Interface_Types/direct_supertype_t05.dart b/Language/Types/Interface_Types/direct_supertype_t05.dart
index 786d12a..3243198 100644
--- a/Language/Types/Interface_Types/direct_supertype_t05.dart
+++ b/Language/Types/Interface_Types/direct_supertype_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion The implicit interface of class I is a direct supertype of the
  * implicit interface of class J iff:
diff --git a/Language/Types/Interface_Types/interface_supertypes_t01.dart b/Language/Types/Interface_Types/interface_supertypes_t01.dart
index 6c8f510..fc7f4ea 100644
--- a/Language/Types/Interface_Types/interface_supertypes_t01.dart
+++ b/Language/Types/Interface_Types/interface_supertypes_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S is a supertype of T , written S :> T , iff T is a subtype of S.
  * @description Trivially checks that an interface extending some other
diff --git a/Language/Types/Interface_Types/interface_supertypes_t02.dart b/Language/Types/Interface_Types/interface_supertypes_t02.dart
index 73f4a79..4ecab95 100644
--- a/Language/Types/Interface_Types/interface_supertypes_t02.dart
+++ b/Language/Types/Interface_Types/interface_supertypes_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S is a supertype of T , written S :> T , iff T is a subtype of S.
  * @description Trivially checks that an interface extending some other
diff --git a/Language/Types/Interface_Types/subtype_t01.dart b/Language/Types/Interface_Types/subtype_t01.dart
index a0f7bce..0030f25 100644
--- a/Language/Types/Interface_Types/subtype_t01.dart
+++ b/Language/Types/Interface_Types/subtype_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t02.dart b/Language/Types/Interface_Types/subtype_t02.dart
index 23ed54c..aa73f2f 100644
--- a/Language/Types/Interface_Types/subtype_t02.dart
+++ b/Language/Types/Interface_Types/subtype_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t03.dart b/Language/Types/Interface_Types/subtype_t03.dart
index 81a9ade..40edd52 100644
--- a/Language/Types/Interface_Types/subtype_t03.dart
+++ b/Language/Types/Interface_Types/subtype_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t04.dart b/Language/Types/Interface_Types/subtype_t04.dart
index 5c76efc..3ad2a94 100644
--- a/Language/Types/Interface_Types/subtype_t04.dart
+++ b/Language/Types/Interface_Types/subtype_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t05.dart b/Language/Types/Interface_Types/subtype_t05.dart
index aae4378..04ff4a6 100644
--- a/Language/Types/Interface_Types/subtype_t05.dart
+++ b/Language/Types/Interface_Types/subtype_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t06.dart b/Language/Types/Interface_Types/subtype_t06.dart
index 90a7090..cbdd047 100644
--- a/Language/Types/Interface_Types/subtype_t06.dart
+++ b/Language/Types/Interface_Types/subtype_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t07.dart b/Language/Types/Interface_Types/subtype_t07.dart
index 1da96df..00b9d0e 100644
--- a/Language/Types/Interface_Types/subtype_t07.dart
+++ b/Language/Types/Interface_Types/subtype_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t08.dart b/Language/Types/Interface_Types/subtype_t08.dart
index a214be0..30742b2 100644
--- a/Language/Types/Interface_Types/subtype_t08.dart
+++ b/Language/Types/Interface_Types/subtype_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t09.dart b/Language/Types/Interface_Types/subtype_t09.dart
index e41f5aa..5950ca6 100644
--- a/Language/Types/Interface_Types/subtype_t09.dart
+++ b/Language/Types/Interface_Types/subtype_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t10.dart b/Language/Types/Interface_Types/subtype_t10.dart
index c5ff17e..7732245 100644
--- a/Language/Types/Interface_Types/subtype_t10.dart
+++ b/Language/Types/Interface_Types/subtype_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t11.dart b/Language/Types/Interface_Types/subtype_t11.dart
index c9914ef..f3fa709 100644
--- a/Language/Types/Interface_Types/subtype_t11.dart
+++ b/Language/Types/Interface_Types/subtype_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t12.dart b/Language/Types/Interface_Types/subtype_t12.dart
index 21be3b1..d298208 100644
--- a/Language/Types/Interface_Types/subtype_t12.dart
+++ b/Language/Types/Interface_Types/subtype_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t13.dart b/Language/Types/Interface_Types/subtype_t13.dart
index d063275..e1b827d 100644
--- a/Language/Types/Interface_Types/subtype_t13.dart
+++ b/Language/Types/Interface_Types/subtype_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t14.dart b/Language/Types/Interface_Types/subtype_t14.dart
index c2549d6..0e8dc4b 100644
--- a/Language/Types/Interface_Types/subtype_t14.dart
+++ b/Language/Types/Interface_Types/subtype_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t15.dart b/Language/Types/Interface_Types/subtype_t15.dart
index 49178d5..c804e1a 100644
--- a/Language/Types/Interface_Types/subtype_t15.dart
+++ b/Language/Types/Interface_Types/subtype_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t16.dart b/Language/Types/Interface_Types/subtype_t16.dart
index be7bb6c..25d050a 100644
--- a/Language/Types/Interface_Types/subtype_t16.dart
+++ b/Language/Types/Interface_Types/subtype_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t17.dart b/Language/Types/Interface_Types/subtype_t17.dart
index 300a33e..6ac5307 100644
--- a/Language/Types/Interface_Types/subtype_t17.dart
+++ b/Language/Types/Interface_Types/subtype_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t18.dart b/Language/Types/Interface_Types/subtype_t18.dart
index 33daa72..47b47a3 100644
--- a/Language/Types/Interface_Types/subtype_t18.dart
+++ b/Language/Types/Interface_Types/subtype_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t19.dart b/Language/Types/Interface_Types/subtype_t19.dart
index b3454f9..e5bb4bb 100644
--- a/Language/Types/Interface_Types/subtype_t19.dart
+++ b/Language/Types/Interface_Types/subtype_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t21.dart b/Language/Types/Interface_Types/subtype_t21.dart
index b5dbf21..640fb3b 100644
--- a/Language/Types/Interface_Types/subtype_t21.dart
+++ b/Language/Types/Interface_Types/subtype_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t22.dart b/Language/Types/Interface_Types/subtype_t22.dart
index 54fa0a9..87713ee 100644
--- a/Language/Types/Interface_Types/subtype_t22.dart
+++ b/Language/Types/Interface_Types/subtype_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t23.dart b/Language/Types/Interface_Types/subtype_t23.dart
index 39df983..5e1aa2b 100644
--- a/Language/Types/Interface_Types/subtype_t23.dart
+++ b/Language/Types/Interface_Types/subtype_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t25.dart b/Language/Types/Interface_Types/subtype_t25.dart
index 50d2a55..a9583b3 100644
--- a/Language/Types/Interface_Types/subtype_t25.dart
+++ b/Language/Types/Interface_Types/subtype_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t26.dart b/Language/Types/Interface_Types/subtype_t26.dart
index d37ea51..48fdbae 100644
--- a/Language/Types/Interface_Types/subtype_t26.dart
+++ b/Language/Types/Interface_Types/subtype_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t27.dart b/Language/Types/Interface_Types/subtype_t27.dart
index c4e157c..cd88c29 100644
--- a/Language/Types/Interface_Types/subtype_t27.dart
+++ b/Language/Types/Interface_Types/subtype_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t28.dart b/Language/Types/Interface_Types/subtype_t28.dart
index 12ea1dd..8ac0888 100644
--- a/Language/Types/Interface_Types/subtype_t28.dart
+++ b/Language/Types/Interface_Types/subtype_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t29.dart b/Language/Types/Interface_Types/subtype_t29.dart
index 890a30b..9bf5ddc 100644
--- a/Language/Types/Interface_Types/subtype_t29.dart
+++ b/Language/Types/Interface_Types/subtype_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t30.dart b/Language/Types/Interface_Types/subtype_t30.dart
index b88715a..ebab298 100644
--- a/Language/Types/Interface_Types/subtype_t30.dart
+++ b/Language/Types/Interface_Types/subtype_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t31.dart b/Language/Types/Interface_Types/subtype_t31.dart
index 4026eb5..6896549 100644
--- a/Language/Types/Interface_Types/subtype_t31.dart
+++ b/Language/Types/Interface_Types/subtype_t31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t32.dart b/Language/Types/Interface_Types/subtype_t32.dart
index 49cab2d..9eef7e9 100644
--- a/Language/Types/Interface_Types/subtype_t32.dart
+++ b/Language/Types/Interface_Types/subtype_t32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t33.dart b/Language/Types/Interface_Types/subtype_t33.dart
index ee63b6a..a015240 100644
--- a/Language/Types/Interface_Types/subtype_t33.dart
+++ b/Language/Types/Interface_Types/subtype_t33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t34.dart b/Language/Types/Interface_Types/subtype_t34.dart
index de2e76d..3f7d09f 100644
--- a/Language/Types/Interface_Types/subtype_t34.dart
+++ b/Language/Types/Interface_Types/subtype_t34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t35.dart b/Language/Types/Interface_Types/subtype_t35.dart
index 585d068..1cf8137 100644
--- a/Language/Types/Interface_Types/subtype_t35.dart
+++ b/Language/Types/Interface_Types/subtype_t35.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t36.dart b/Language/Types/Interface_Types/subtype_t36.dart
index d0687c6..522c5bd 100644
--- a/Language/Types/Interface_Types/subtype_t36.dart
+++ b/Language/Types/Interface_Types/subtype_t36.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t37.dart b/Language/Types/Interface_Types/subtype_t37.dart
index d97496d..cf620c5 100644
--- a/Language/Types/Interface_Types/subtype_t37.dart
+++ b/Language/Types/Interface_Types/subtype_t37.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t38.dart b/Language/Types/Interface_Types/subtype_t38.dart
index 15f954c..bd4aab6 100644
--- a/Language/Types/Interface_Types/subtype_t38.dart
+++ b/Language/Types/Interface_Types/subtype_t38.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t39.dart b/Language/Types/Interface_Types/subtype_t39.dart
index c0a0879..0f491a0 100644
--- a/Language/Types/Interface_Types/subtype_t39.dart
+++ b/Language/Types/Interface_Types/subtype_t39.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t40.dart b/Language/Types/Interface_Types/subtype_t40.dart
index eb2ace2..2d17374 100644
--- a/Language/Types/Interface_Types/subtype_t40.dart
+++ b/Language/Types/Interface_Types/subtype_t40.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t41.dart b/Language/Types/Interface_Types/subtype_t41.dart
index afc44cd..7991a98 100644
--- a/Language/Types/Interface_Types/subtype_t41.dart
+++ b/Language/Types/Interface_Types/subtype_t41.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t42.dart b/Language/Types/Interface_Types/subtype_t42.dart
index 4271be4..d358bb8 100644
--- a/Language/Types/Interface_Types/subtype_t42.dart
+++ b/Language/Types/Interface_Types/subtype_t42.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t43.dart b/Language/Types/Interface_Types/subtype_t43.dart
index d20880c..5a33c02 100644
--- a/Language/Types/Interface_Types/subtype_t43.dart
+++ b/Language/Types/Interface_Types/subtype_t43.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t44.dart b/Language/Types/Interface_Types/subtype_t44.dart
index 4baca6a..b5e8af2 100644
--- a/Language/Types/Interface_Types/subtype_t44.dart
+++ b/Language/Types/Interface_Types/subtype_t44.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t45.dart b/Language/Types/Interface_Types/subtype_t45.dart
index 14add59..af87f89 100644
--- a/Language/Types/Interface_Types/subtype_t45.dart
+++ b/Language/Types/Interface_Types/subtype_t45.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t46.dart b/Language/Types/Interface_Types/subtype_t46.dart
index 1c88f3a..f601b69 100644
--- a/Language/Types/Interface_Types/subtype_t46.dart
+++ b/Language/Types/Interface_Types/subtype_t46.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t47.dart b/Language/Types/Interface_Types/subtype_t47.dart
index c53a842..5b471d6 100644
--- a/Language/Types/Interface_Types/subtype_t47.dart
+++ b/Language/Types/Interface_Types/subtype_t47.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t48.dart b/Language/Types/Interface_Types/subtype_t48.dart
index c0ef3e6..9f60237 100644
--- a/Language/Types/Interface_Types/subtype_t48.dart
+++ b/Language/Types/Interface_Types/subtype_t48.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t49.dart b/Language/Types/Interface_Types/subtype_t49.dart
index 022690e..2c9d57a 100644
--- a/Language/Types/Interface_Types/subtype_t49.dart
+++ b/Language/Types/Interface_Types/subtype_t49.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t50.dart b/Language/Types/Interface_Types/subtype_t50.dart
index e31b5e5..8c97455 100644
--- a/Language/Types/Interface_Types/subtype_t50.dart
+++ b/Language/Types/Interface_Types/subtype_t50.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Interface_Types/subtype_t51.dart b/Language/Types/Interface_Types/subtype_t51.dart
index 2d9c12e..0391e06 100644
--- a/Language/Types/Interface_Types/subtype_t51.dart
+++ b/Language/Types/Interface_Types/subtype_t51.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T is more specific than a type S, written T << S, if one
  * of the following conditions is met:
diff --git a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t01.dart b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t01.dart
index ca464ae..d6597a5 100644
--- a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t01.dart
+++ b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the declared type of a declaration d, as it appears in
  * the program source. The actual type of d is
diff --git a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t04.dart b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t04.dart
index 544ff6d..ab9f4dc 100644
--- a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t04.dart
+++ b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the declared type of a declaration d, as it appears in
  * the program source. The actual type of d is
diff --git a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t05.dart b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t05.dart
index 76ea9b9..223223d 100644
--- a/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t05.dart
+++ b/Language/Types/Parameterized_Types/Actual_Type_of_Declaration/actual_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be the declared type of a declaration d, as it appears in
  * the program source. The actual type of d is
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t01.dart b/Language/Types/Parameterized_Types/arity_mismatch_t01.dart
index 3456fef..ceac2ab 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t01.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t02.dart b/Language/Types/Parameterized_Types/arity_mismatch_t02.dart
index b793f16..e03421f 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t02.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t03.dart b/Language/Types/Parameterized_Types/arity_mismatch_t03.dart
index af29b20..afbad1e 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t03.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t04.dart b/Language/Types/Parameterized_Types/arity_mismatch_t04.dart
index 48a15ee..08b6bbd 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t04.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t05.dart b/Language/Types/Parameterized_Types/arity_mismatch_t05.dart
index 648a2a0..38ff81a 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t05.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t06.dart b/Language/Types/Parameterized_Types/arity_mismatch_t06.dart
index b67c64b..161d51b 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t06.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t07.dart b/Language/Types/Parameterized_Types/arity_mismatch_t07.dart
index 9546b36..b2742d3 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t07.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/arity_mismatch_t08.dart b/Language/Types/Parameterized_Types/arity_mismatch_t08.dart
index 9cb2485..d4b1cef 100644
--- a/Language/Types/Parameterized_Types/arity_mismatch_t08.dart
+++ b/Language/Types/Parameterized_Types/arity_mismatch_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Let T be a parameterized type G < S1 , ..., Sn >. If G is not a
  * generic type, the type arguments Si, 1 ≤ i ≤ n are discarded. If G has
diff --git a/Language/Types/Parameterized_Types/malbounded_t01.dart b/Language/Types/Parameterized_Types/malbounded_t01.dart
index 6eada19..c3a607f 100644
--- a/Language/Types/Parameterized_Types/malbounded_t01.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t02.dart b/Language/Types/Parameterized_Types/malbounded_t02.dart
index 5706349..67aba68 100644
--- a/Language/Types/Parameterized_Types/malbounded_t02.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t03.dart b/Language/Types/Parameterized_Types/malbounded_t03.dart
index a02166d..278e19f 100644
--- a/Language/Types/Parameterized_Types/malbounded_t03.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t04.dart b/Language/Types/Parameterized_Types/malbounded_t04.dart
index 5e727af..2b22e8f 100644
--- a/Language/Types/Parameterized_Types/malbounded_t04.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t05.dart b/Language/Types/Parameterized_Types/malbounded_t05.dart
index 4550f2e..8c340c5 100644
--- a/Language/Types/Parameterized_Types/malbounded_t05.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t06.dart b/Language/Types/Parameterized_Types/malbounded_t06.dart
index a8804c6..2acf6c6 100644
--- a/Language/Types/Parameterized_Types/malbounded_t06.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/malbounded_t07.dart b/Language/Types/Parameterized_Types/malbounded_t07.dart
index 81c2090..be96911 100644
--- a/Language/Types/Parameterized_Types/malbounded_t07.dart
+++ b/Language/Types/Parameterized_Types/malbounded_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Otherwise, let Ti be the type parameters of G and let Bi be the
  * bound of Ti, i ∈ 1..n. T is malbounded iff either Si is malbounded or Si is
diff --git a/Language/Types/Parameterized_Types/static_type_t01.dart b/Language/Types/Parameterized_Types/static_type_t01.dart
index af1b6fc..ad364f0 100644
--- a/Language/Types/Parameterized_Types/static_type_t01.dart
+++ b/Language/Types/Parameterized_Types/static_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If S is the static type of a member m of G, then the static type
  * of the member m of G <A1, ..., An> is [A1, ..., An/T1, ..., Tn]S where
diff --git a/Language/Types/Parameterized_Types/static_type_t02.dart b/Language/Types/Parameterized_Types/static_type_t02.dart
index 7ead747..685a40a 100644
--- a/Language/Types/Parameterized_Types/static_type_t02.dart
+++ b/Language/Types/Parameterized_Types/static_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If S is the static type of a member m of G, then the static type
  * of the member m of G <A1, ..., An> is [A1, ..., An/T1, ..., Tn]S where
diff --git a/Language/Types/Static_Types/deferred_type_t01.dart b/Language/Types/Static_Types/deferred_type_t01.dart
index 819b3aa..34f1ff1 100644
--- a/Language/Types/Static_Types/deferred_type_t01.dart
+++ b/Language/Types/Static_Types/deferred_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A type T is deferred iff it is of the form p.T where p is a
  * deferred prefix. It is a static warning to use a deferred type in a type
diff --git a/Language/Types/Static_Types/deferred_type_t02.dart b/Language/Types/Static_Types/deferred_type_t02.dart
index d5d207e..62f5149 100644
--- a/Language/Types/Static_Types/deferred_type_t02.dart
+++ b/Language/Types/Static_Types/deferred_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A type T is deferred iff it is of the form p.T where p is a
  * deferred prefix. It is a static warning to use a deferred type in a type
diff --git a/Language/Types/Static_Types/deferred_type_t03.dart b/Language/Types/Static_Types/deferred_type_t03.dart
index ad6f72d..8c36df1 100644
--- a/Language/Types/Static_Types/deferred_type_t03.dart
+++ b/Language/Types/Static_Types/deferred_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A type T is deferred iff it is of the form p.T where p is a
  * deferred prefix. It is a static warning to use a deferred type in a type
diff --git a/Language/Types/Static_Types/deferred_type_t04.dart b/Language/Types/Static_Types/deferred_type_t04.dart
index 2fdcf4e..b24d4ab 100644
--- a/Language/Types/Static_Types/deferred_type_t04.dart
+++ b/Language/Types/Static_Types/deferred_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion A type T is deferred iff it is of the form p.T where p is a
  * deferred prefix. It is a static warning to use a deferred type in a type
diff --git a/Language/Types/Static_Types/malformed_type_t01.dart b/Language/Types/Static_Types/malformed_type_t01.dart
index f5a93ec..d277084 100644
--- a/Language/Types/Static_Types/malformed_type_t01.dart
+++ b/Language/Types/Static_Types/malformed_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/malformed_type_t02.dart b/Language/Types/Static_Types/malformed_type_t02.dart
index 810a2de..b53296f 100644
--- a/Language/Types/Static_Types/malformed_type_t02.dart
+++ b/Language/Types/Static_Types/malformed_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/malformed_type_t03.dart b/Language/Types/Static_Types/malformed_type_t03.dart
index ee48a26..c4d1eb0 100644
--- a/Language/Types/Static_Types/malformed_type_t03.dart
+++ b/Language/Types/Static_Types/malformed_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/malformed_type_t04.dart b/Language/Types/Static_Types/malformed_type_t04.dart
index 28077ca..f5eb63e 100644
--- a/Language/Types/Static_Types/malformed_type_t04.dart
+++ b/Language/Types/Static_Types/malformed_type_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/malformed_type_t05.dart b/Language/Types/Static_Types/malformed_type_t05.dart
index 553585c..4248d6b 100644
--- a/Language/Types/Static_Types/malformed_type_t05.dart
+++ b/Language/Types/Static_Types/malformed_type_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/malformed_type_t06.dart b/Language/Types/Static_Types/malformed_type_t06.dart
index b985274..a719b9c 100644
--- a/Language/Types/Static_Types/malformed_type_t06.dart
+++ b/Language/Types/Static_Types/malformed_type_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  A type T is malformed iff:
  * • T has the form id or the form prefix.id, and in the enclosing lexical
diff --git a/Language/Types/Static_Types/syntax_t01.dart b/Language/Types/Static_Types/syntax_t01.dart
index 7b8f4d2..6824bea 100644
--- a/Language/Types/Static_Types/syntax_t01.dart
+++ b/Language/Types/Static_Types/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t02.dart b/Language/Types/Static_Types/syntax_t02.dart
index e3c6bb3..39dbdc5 100644
--- a/Language/Types/Static_Types/syntax_t02.dart
+++ b/Language/Types/Static_Types/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t03.dart b/Language/Types/Static_Types/syntax_t03.dart
index 4c3e54a..48b244c 100644
--- a/Language/Types/Static_Types/syntax_t03.dart
+++ b/Language/Types/Static_Types/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t04.dart b/Language/Types/Static_Types/syntax_t04.dart
index fc1fcfe..43284b6 100644
--- a/Language/Types/Static_Types/syntax_t04.dart
+++ b/Language/Types/Static_Types/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t05.dart b/Language/Types/Static_Types/syntax_t05.dart
index 86cbfde..aad2756 100644
--- a/Language/Types/Static_Types/syntax_t05.dart
+++ b/Language/Types/Static_Types/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t06.dart b/Language/Types/Static_Types/syntax_t06.dart
index 5799f70..f977035 100644
--- a/Language/Types/Static_Types/syntax_t06.dart
+++ b/Language/Types/Static_Types/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static type annotations are used in variable declarations
  * (including formal parameters), in the return types of functions and in the
diff --git a/Language/Types/Static_Types/syntax_t07.dart b/Language/Types/Static_Types/syntax_t07.dart
index 4fb6d9e..8901e9e 100644
--- a/Language/Types/Static_Types/syntax_t07.dart
+++ b/Language/Types/Static_Types/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Static type annotations are used in variable declarations

  * (including formal parameters), in the return types of functions and in the

diff --git a/Language/Types/Static_Types/syntax_t09.dart b/Language/Types/Static_Types/syntax_t09.dart
index 79eb29c..7b74a76 100644
--- a/Language/Types/Static_Types/syntax_t09.dart
+++ b/Language/Types/Static_Types/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static type annotations are used in variable declarations
  * (including formal parameters), in the return types of functions and in the
diff --git a/Language/Types/Type_Aliases/built-in_types_t01.dart b/Language/Types/Type_Aliases/built-in_types_t01.dart
index e6d848a..4b8fa52 100644
--- a/Language/Types/Type_Aliases/built-in_types_t01.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks initialization of type aliases for built-in types via
diff --git a/Language/Types/Type_Aliases/built-in_types_t02.dart b/Language/Types/Type_Aliases/built-in_types_t02.dart
index 5d78ba4..64a4484 100644
--- a/Language/Types/Type_Aliases/built-in_types_t02.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks use of type aliases for built-in types as function
diff --git a/Language/Types/Type_Aliases/built-in_types_t03.dart b/Language/Types/Type_Aliases/built-in_types_t03.dart
index a37c586..ced728f 100644
--- a/Language/Types/Type_Aliases/built-in_types_t03.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks use of type aliases for built-in types as return values
diff --git a/Language/Types/Type_Aliases/built-in_types_t04.dart b/Language/Types/Type_Aliases/built-in_types_t04.dart
index 753469f..9fa280f 100644
--- a/Language/Types/Type_Aliases/built-in_types_t04.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks first time initialization via type aliases
diff --git a/Language/Types/Type_Aliases/built-in_types_t05.dart b/Language/Types/Type_Aliases/built-in_types_t05.dart
index 57d9faa..4abbc92 100644
--- a/Language/Types/Type_Aliases/built-in_types_t05.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks initialization via constructor
diff --git a/Language/Types/Type_Aliases/built-in_types_t06.dart b/Language/Types/Type_Aliases/built-in_types_t06.dart
index 07373a7..023f3f4 100644
--- a/Language/Types/Type_Aliases/built-in_types_t06.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks arithmetic operations via type aliases
diff --git a/Language/Types/Type_Aliases/built-in_types_t07.dart b/Language/Types/Type_Aliases/built-in_types_t07.dart
index 90c2ed5..1a611cd 100644
--- a/Language/Types/Type_Aliases/built-in_types_t07.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks string concatenation
diff --git a/Language/Types/Type_Aliases/built-in_types_t08.dart b/Language/Types/Type_Aliases/built-in_types_t08.dart
index 501b44c..3d69adf 100644
--- a/Language/Types/Type_Aliases/built-in_types_t08.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks logical operations
diff --git a/Language/Types/Type_Aliases/built-in_types_t09.dart b/Language/Types/Type_Aliases/built-in_types_t09.dart
index 9bfed7b..1189260 100644
--- a/Language/Types/Type_Aliases/built-in_types_t09.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks left shift via type alias for int
diff --git a/Language/Types/Type_Aliases/built-in_types_t10.dart b/Language/Types/Type_Aliases/built-in_types_t10.dart
index 1bdb50c..47d1d83 100644
--- a/Language/Types/Type_Aliases/built-in_types_t10.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks right shift via type alias for int
diff --git a/Language/Types/Type_Aliases/built-in_types_t11.dart b/Language/Types/Type_Aliases/built-in_types_t11.dart
index abc218a..2eec00c 100644
--- a/Language/Types/Type_Aliases/built-in_types_t11.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks triple shift via type alias for int
diff --git a/Language/Types/Type_Aliases/built-in_types_t12.dart b/Language/Types/Type_Aliases/built-in_types_t12.dart
index c9cf5dc..cf35f65 100644
--- a/Language/Types/Type_Aliases/built-in_types_t12.dart
+++ b/Language/Types/Type_Aliases/built-in_types_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Test for type aliases for built-in types
  * @description Checks bitwise operations via type alias for int
diff --git a/Language/Types/Type_Aliases/default_values_t01.dart b/Language/Types/Type_Aliases/default_values_t01.dart
index 9b62ed3..e6c8a53 100644
--- a/Language/Types/Type_Aliases/default_values_t01.dart
+++ b/Language/Types/Type_Aliases/default_values_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if any default values are specified in
  * the signature of a function type in a type alias
diff --git a/Language/Types/Type_Aliases/dynamic_param_type_t01.dart b/Language/Types/Type_Aliases/dynamic_param_type_t01.dart
index 601e4f2..e548fc0 100644
--- a/Language/Types/Type_Aliases/dynamic_param_type_t01.dart
+++ b/Language/Types/Type_Aliases/dynamic_param_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Likewise, if a type annotation is omitted on a formal parameter
  * in typedef declaration, it is taken to be dynamic.
diff --git a/Language/Types/Type_Aliases/dynamic_param_type_t02.dart b/Language/Types/Type_Aliases/dynamic_param_type_t02.dart
index cf2b6da..9238c54 100644
--- a/Language/Types/Type_Aliases/dynamic_param_type_t02.dart
+++ b/Language/Types/Type_Aliases/dynamic_param_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Likewise, if a type annotation is omitted on a formal parameter
  * in typedef declaration, it is taken to be dynamic.
diff --git a/Language/Types/Type_Aliases/dynamic_return_type_t01.dart b/Language/Types/Type_Aliases/dynamic_return_type_t01.dart
index 681580e..8aa2159 100644
--- a/Language/Types/Type_Aliases/dynamic_return_type_t01.dart
+++ b/Language/Types/Type_Aliases/dynamic_return_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In either case, iff no return type is specified, it is taken to
  * be dynamic.
diff --git a/Language/Types/Type_Aliases/function_type_alias_t01.dart b/Language/Types/Type_Aliases/function_type_alias_t01.dart
index b5fea22..5a69ffb 100644
--- a/Language/Types/Type_Aliases/function_type_alias_t01.dart
+++ b/Language/Types/Type_Aliases/function_type_alias_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a type alias of the form
  * typedef T id(T1 p1, ..., Tn pn, [Tn+1 pn+1, ..., Tn+k pn+k]) declared in a
diff --git a/Language/Types/Type_Aliases/function_type_alias_t02.dart b/Language/Types/Type_Aliases/function_type_alias_t02.dart
index 0f4ad38..adf5842 100644
--- a/Language/Types/Type_Aliases/function_type_alias_t02.dart
+++ b/Language/Types/Type_Aliases/function_type_alias_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a type alias of the form
  * typedef T id(T1 p1, ..., Tn pn, [Tn+1 pn+1, ..., Tn+k pn+k]) declared in a
diff --git a/Language/Types/Type_Aliases/function_type_alias_t03.dart b/Language/Types/Type_Aliases/function_type_alias_t03.dart
index adf657f..1dc16e3 100644
--- a/Language/Types/Type_Aliases/function_type_alias_t03.dart
+++ b/Language/Types/Type_Aliases/function_type_alias_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The effect of a type alias of the form
  * typedef T id(T1 p1, ..., Tn pn, [Tn+1 pn+1, ..., Tn+k pn+k]) declared in a
diff --git a/Language/Types/Type_Aliases/param_default_value_t01.dart b/Language/Types/Type_Aliases/param_default_value_t01.dart
index bfae69d..3ecad96 100644
--- a/Language/Types/Type_Aliases/param_default_value_t01.dart
+++ b/Language/Types/Type_Aliases/param_default_value_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if any default values are specified in

  * the signature of function type alias.

diff --git a/Language/Types/Type_Aliases/param_default_value_t02.dart b/Language/Types/Type_Aliases/param_default_value_t02.dart
index 99d743f..ae18ae7 100644
--- a/Language/Types/Type_Aliases/param_default_value_t02.dart
+++ b/Language/Types/Type_Aliases/param_default_value_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if any default values are specified in

  * the signature of function type alias.

diff --git a/Language/Types/Type_Aliases/param_default_value_t03.dart b/Language/Types/Type_Aliases/param_default_value_t03.dart
index 1d7b91c..306038b 100644
--- a/Language/Types/Type_Aliases/param_default_value_t03.dart
+++ b/Language/Types/Type_Aliases/param_default_value_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if any default values are specified in

  * the signature of function type alias.

diff --git a/Language/Types/Type_Aliases/param_default_value_t04.dart b/Language/Types/Type_Aliases/param_default_value_t04.dart
index 85eba08..aecdb50 100644
--- a/Language/Types/Type_Aliases/param_default_value_t04.dart
+++ b/Language/Types/Type_Aliases/param_default_value_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if any default values are specified in

  * the signature of function type alias.

diff --git a/Language/Types/Type_Aliases/param_default_value_t05.dart b/Language/Types/Type_Aliases/param_default_value_t05.dart
index 1829688..90449be 100644
--- a/Language/Types/Type_Aliases/param_default_value_t05.dart
+++ b/Language/Types/Type_Aliases/param_default_value_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion It is a compile-time error if any default values are specified in

  * the signature of function type alias.

diff --git a/Language/Types/Type_Aliases/scope.lib.dart b/Language/Types/Type_Aliases/scope.lib.dart
index 7eee2b8..36919e1 100644
--- a/Language/Types/Type_Aliases/scope.lib.dart
+++ b/Language/Types/Type_Aliases/scope.lib.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion The effect of a type alias of the form typedef id = T; declared in

  * a library L is to introduce the name id into the scope of L, bound to the

diff --git a/Language/Types/Type_Aliases/scope_t01.dart b/Language/Types/Type_Aliases/scope_t01.dart
index 10829dc..7d7f93d 100644
--- a/Language/Types/Type_Aliases/scope_t01.dart
+++ b/Language/Types/Type_Aliases/scope_t01.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion The effect of a type alias of the form typedef id = T; declared in

  * a library L is to introduce the name id into the scope of L, bound to the

diff --git a/Language/Types/Type_Aliases/scope_t02.dart b/Language/Types/Type_Aliases/scope_t02.dart
index 43d3792..13a8ad7 100644
--- a/Language/Types/Type_Aliases/scope_t02.dart
+++ b/Language/Types/Type_Aliases/scope_t02.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion The effect of a type alias of the form typedef id = T; declared in

  * a library L is to introduce the name id into the scope of L, bound to the

diff --git a/Language/Types/Type_Aliases/scope_t03.dart b/Language/Types/Type_Aliases/scope_t03.dart
index ff66e2b..dc4fa3f 100644
--- a/Language/Types/Type_Aliases/scope_t03.dart
+++ b/Language/Types/Type_Aliases/scope_t03.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion The effect of a type alias of the form typedef id = T; declared in

  * a library L is to introduce the name id into the scope of L, bound to the

diff --git a/Language/Types/Type_Aliases/scope_t04.dart b/Language/Types/Type_Aliases/scope_t04.dart
index d4fbd35..bedc831 100644
--- a/Language/Types/Type_Aliases/scope_t04.dart
+++ b/Language/Types/Type_Aliases/scope_t04.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion The effect of a type alias of the form typedef id = T; declared in

  * a library L is to introduce the name id into the scope of L, bound to the

diff --git a/Language/Types/Type_Aliases/self_reference_t01.dart b/Language/Types/Type_Aliases/self_reference_t01.dart
index 3d573b4..dfb1298 100644
--- a/Language/Types/Type_Aliases/self_reference_t01.dart
+++ b/Language/Types/Type_Aliases/self_reference_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t02.dart b/Language/Types/Type_Aliases/self_reference_t02.dart
index 8002cf6..c3d751b 100644
--- a/Language/Types/Type_Aliases/self_reference_t02.dart
+++ b/Language/Types/Type_Aliases/self_reference_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t03.dart b/Language/Types/Type_Aliases/self_reference_t03.dart
index 9812183..f726c08 100644
--- a/Language/Types/Type_Aliases/self_reference_t03.dart
+++ b/Language/Types/Type_Aliases/self_reference_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t04.dart b/Language/Types/Type_Aliases/self_reference_t04.dart
index 8176bf1..75308f1 100644
--- a/Language/Types/Type_Aliases/self_reference_t04.dart
+++ b/Language/Types/Type_Aliases/self_reference_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t05.dart b/Language/Types/Type_Aliases/self_reference_t05.dart
index 178e4d0..43c4365 100644
--- a/Language/Types/Type_Aliases/self_reference_t05.dart
+++ b/Language/Types/Type_Aliases/self_reference_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Any self reference in a typedef, either directly, or recursively
  * via another typedef, is a compile time error.
diff --git a/Language/Types/Type_Aliases/self_reference_t06.dart b/Language/Types/Type_Aliases/self_reference_t06.dart
index de99903..550cdaf 100644
--- a/Language/Types/Type_Aliases/self_reference_t06.dart
+++ b/Language/Types/Type_Aliases/self_reference_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Any self reference in a typedef, either directly, or recursively
  * via another typedef, is a compile time error.
diff --git a/Language/Types/Type_Aliases/self_reference_t07.dart b/Language/Types/Type_Aliases/self_reference_t07.dart
index bf7aebd..fdf7d16 100644
--- a/Language/Types/Type_Aliases/self_reference_t07.dart
+++ b/Language/Types/Type_Aliases/self_reference_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Any self reference in a typedef, either directly, or recursively
  * via another typedef, is a compile time error.
diff --git a/Language/Types/Type_Aliases/self_reference_t08.dart b/Language/Types/Type_Aliases/self_reference_t08.dart
index 619f765..b3019a1 100644
--- a/Language/Types/Type_Aliases/self_reference_t08.dart
+++ b/Language/Types/Type_Aliases/self_reference_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t09.dart b/Language/Types/Type_Aliases/self_reference_t09.dart
index 31283fd..59dc15c 100644
--- a/Language/Types/Type_Aliases/self_reference_t09.dart
+++ b/Language/Types/Type_Aliases/self_reference_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t10.dart b/Language/Types/Type_Aliases/self_reference_t10.dart
index 8762918..455d2ce 100644
--- a/Language/Types/Type_Aliases/self_reference_t10.dart
+++ b/Language/Types/Type_Aliases/self_reference_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t11.dart b/Language/Types/Type_Aliases/self_reference_t11.dart
index b69b15e..0661b3b 100644
--- a/Language/Types/Type_Aliases/self_reference_t11.dart
+++ b/Language/Types/Type_Aliases/self_reference_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t12.dart b/Language/Types/Type_Aliases/self_reference_t12.dart
index 736862d..7cb3887 100644
--- a/Language/Types/Type_Aliases/self_reference_t12.dart
+++ b/Language/Types/Type_Aliases/self_reference_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t13.dart b/Language/Types/Type_Aliases/self_reference_t13.dart
index 2262d19..70ab978 100644
--- a/Language/Types/Type_Aliases/self_reference_t13.dart
+++ b/Language/Types/Type_Aliases/self_reference_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t14.dart b/Language/Types/Type_Aliases/self_reference_t14.dart
index 41f7abb..a673fd1 100644
--- a/Language/Types/Type_Aliases/self_reference_t14.dart
+++ b/Language/Types/Type_Aliases/self_reference_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t15.dart b/Language/Types/Type_Aliases/self_reference_t15.dart
index 0107b8f..773f442 100644
--- a/Language/Types/Type_Aliases/self_reference_t15.dart
+++ b/Language/Types/Type_Aliases/self_reference_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t16.dart b/Language/Types/Type_Aliases/self_reference_t16.dart
index b3f0c17..031f581 100644
--- a/Language/Types/Type_Aliases/self_reference_t16.dart
+++ b/Language/Types/Type_Aliases/self_reference_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t17.dart b/Language/Types/Type_Aliases/self_reference_t17.dart
index e143308..406b051 100644
--- a/Language/Types/Type_Aliases/self_reference_t17.dart
+++ b/Language/Types/Type_Aliases/self_reference_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Any self reference in a typedef, either directly, or recursively

  * via another typedef, is a compile time error.

diff --git a/Language/Types/Type_Aliases/self_reference_t18.dart b/Language/Types/Type_Aliases/self_reference_t18.dart
index ac3d883..ee9314f 100644
--- a/Language/Types/Type_Aliases/self_reference_t18.dart
+++ b/Language/Types/Type_Aliases/self_reference_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any self reference in a type alias, either directly or recursively
  * via another type declaration, is a compile-time error
diff --git a/Language/Types/Type_Aliases/self_reference_t19.dart b/Language/Types/Type_Aliases/self_reference_t19.dart
index b3aed66..143b96a 100644
--- a/Language/Types/Type_Aliases/self_reference_t19.dart
+++ b/Language/Types/Type_Aliases/self_reference_t19.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion Any self reference in a type alias, either directly or recursively

  * via another type declaration, is a compile-time error

diff --git a/Language/Types/Type_Aliases/self_reference_t20.dart b/Language/Types/Type_Aliases/self_reference_t20.dart
index 8adfd9d..78ebf0a 100644
--- a/Language/Types/Type_Aliases/self_reference_t20.dart
+++ b/Language/Types/Type_Aliases/self_reference_t20.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion Any self reference in a type alias, either directly or recursively

  * via another type declaration, is a compile-time error

diff --git a/Language/Types/Type_Aliases/self_reference_t21.dart b/Language/Types/Type_Aliases/self_reference_t21.dart
index 7926838..9cbfa06 100644
--- a/Language/Types/Type_Aliases/self_reference_t21.dart
+++ b/Language/Types/Type_Aliases/self_reference_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any self reference in a type alias, either directly or recursively
  * via another type declaration, is a compile-time error
diff --git a/Language/Types/Type_Aliases/self_reference_t22.dart b/Language/Types/Type_Aliases/self_reference_t22.dart
index f5bf85c..0c148b8 100644
--- a/Language/Types/Type_Aliases/self_reference_t22.dart
+++ b/Language/Types/Type_Aliases/self_reference_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any self reference in a type alias, either directly or recursively
  * via another type declaration, is a compile-time error
diff --git a/Language/Types/Type_Aliases/self_reference_t24.dart b/Language/Types/Type_Aliases/self_reference_t24.dart
index dc18d26..147a2c6 100644
--- a/Language/Types/Type_Aliases/self_reference_t24.dart
+++ b/Language/Types/Type_Aliases/self_reference_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any self reference in a type alias, either directly or recursively
  * via another type declaration, is a compile-time error
diff --git a/Language/Types/Type_Aliases/self_reference_t25.dart b/Language/Types/Type_Aliases/self_reference_t25.dart
index 1c4f200..8aba5b2 100644
--- a/Language/Types/Type_Aliases/self_reference_t25.dart
+++ b/Language/Types/Type_Aliases/self_reference_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any self reference in a type alias, either directly or recursively
  * via another type declaration, is a compile-time error
diff --git a/Language/Types/Type_Aliases/syntax_t01.dart b/Language/Types/Type_Aliases/syntax_t01.dart
index f5a8796..5d8f660 100644
--- a/Language/Types/Type_Aliases/syntax_t01.dart
+++ b/Language/Types/Type_Aliases/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t02.dart b/Language/Types/Type_Aliases/syntax_t02.dart
index b0899f4..e439e00 100644
--- a/Language/Types/Type_Aliases/syntax_t02.dart
+++ b/Language/Types/Type_Aliases/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t03.dart b/Language/Types/Type_Aliases/syntax_t03.dart
index 48d32bb..c81e4c6 100644
--- a/Language/Types/Type_Aliases/syntax_t03.dart
+++ b/Language/Types/Type_Aliases/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t04.dart b/Language/Types/Type_Aliases/syntax_t04.dart
index e4e72b7..dd94462 100644
--- a/Language/Types/Type_Aliases/syntax_t04.dart
+++ b/Language/Types/Type_Aliases/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t05.dart b/Language/Types/Type_Aliases/syntax_t05.dart
index 8cadbb1..c459073 100644
--- a/Language/Types/Type_Aliases/syntax_t05.dart
+++ b/Language/Types/Type_Aliases/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t06.dart b/Language/Types/Type_Aliases/syntax_t06.dart
index a45f60a..0c41b53 100644
--- a/Language/Types/Type_Aliases/syntax_t06.dart
+++ b/Language/Types/Type_Aliases/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Aliases/syntax_t07.dart b/Language/Types/Type_Aliases/syntax_t07.dart
index 896cb6d..d1d6587 100644
--- a/Language/Types/Type_Aliases/syntax_t07.dart
+++ b/Language/Types/Type_Aliases/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t08.dart b/Language/Types/Type_Aliases/syntax_t08.dart
index 846385d..0aa8f11 100644
--- a/Language/Types/Type_Aliases/syntax_t08.dart
+++ b/Language/Types/Type_Aliases/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * Copyright (c) 2019, 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.

- */

+// Copyright (c) 2019, 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t09.dart b/Language/Types/Type_Aliases/syntax_t09.dart
index fd5d871..82a8039 100644
--- a/Language/Types/Type_Aliases/syntax_t09.dart
+++ b/Language/Types/Type_Aliases/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Aliases/syntax_t10.dart b/Language/Types/Type_Aliases/syntax_t10.dart
index 291f43f..a47d85d 100644
--- a/Language/Types/Type_Aliases/syntax_t10.dart
+++ b/Language/Types/Type_Aliases/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Aliases/syntax_t11.dart b/Language/Types/Type_Aliases/syntax_t11.dart
index e76a671..a2e4851 100644
--- a/Language/Types/Type_Aliases/syntax_t11.dart
+++ b/Language/Types/Type_Aliases/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Aliases/syntax_t12.dart b/Language/Types/Type_Aliases/syntax_t12.dart
index c4b38db..25c648b 100644
--- a/Language/Types/Type_Aliases/syntax_t12.dart
+++ b/Language/Types/Type_Aliases/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t13.dart b/Language/Types/Type_Aliases/syntax_t13.dart
index c3bb3f1..9ae8d1f 100644
--- a/Language/Types/Type_Aliases/syntax_t13.dart
+++ b/Language/Types/Type_Aliases/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t14.dart b/Language/Types/Type_Aliases/syntax_t14.dart
index e4652fe..521609f 100644
--- a/Language/Types/Type_Aliases/syntax_t14.dart
+++ b/Language/Types/Type_Aliases/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t15.dart b/Language/Types/Type_Aliases/syntax_t15.dart
index 6ae4fa7..8a8173a 100644
--- a/Language/Types/Type_Aliases/syntax_t15.dart
+++ b/Language/Types/Type_Aliases/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t16.dart b/Language/Types/Type_Aliases/syntax_t16.dart
index 66efd75..0ae1cfe 100644
--- a/Language/Types/Type_Aliases/syntax_t16.dart
+++ b/Language/Types/Type_Aliases/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t17.dart b/Language/Types/Type_Aliases/syntax_t17.dart
index a0b9211..e25c497 100644
--- a/Language/Types/Type_Aliases/syntax_t17.dart
+++ b/Language/Types/Type_Aliases/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t18.dart b/Language/Types/Type_Aliases/syntax_t18.dart
index 521801c..0e5326c 100644
--- a/Language/Types/Type_Aliases/syntax_t18.dart
+++ b/Language/Types/Type_Aliases/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t19.dart b/Language/Types/Type_Aliases/syntax_t19.dart
index 8890ef3..5bc7ccf 100644
--- a/Language/Types/Type_Aliases/syntax_t19.dart
+++ b/Language/Types/Type_Aliases/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A type alias declares a name for a type expression.

  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>

diff --git a/Language/Types/Type_Aliases/syntax_t20.dart b/Language/Types/Type_Aliases/syntax_t20.dart
index 7940039..c0e2247 100644
--- a/Language/Types/Type_Aliases/syntax_t20.dart
+++ b/Language/Types/Type_Aliases/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Aliases/syntax_t21.dart b/Language/Types/Type_Aliases/syntax_t21.dart
index 59e5a22..f4a8b59 100644
--- a/Language/Types/Type_Aliases/syntax_t21.dart
+++ b/Language/Types/Type_Aliases/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A type alias declares a name for a type expression.
  * <typeAlias> ::=<metadata> typedef <typeIdentifier> <typeParameters>?‘=’<type>
diff --git a/Language/Types/Type_Void/returning_t01.dart b/Language/Types/Type_Void/returning_t01.dart
index 0f02706..2369005 100644
--- a/Language/Types/Type_Void/returning_t01.dart
+++ b/Language/Types/Type_Void/returning_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion On the other hand, it is possible to return the result of a void
  * method from within a void method. One can also return null; or a value of
diff --git a/Language/Types/Type_Void/returning_t02.dart b/Language/Types/Type_Void/returning_t02.dart
index d17a693..9c46b51 100644
--- a/Language/Types/Type_Void/returning_t02.dart
+++ b/Language/Types/Type_Void/returning_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion On the other hand, it is possible to return the result of a void
  * method from within a void method. One can also return null; or a value of
diff --git a/Language/Types/Type_Void/returning_t03.dart b/Language/Types/Type_Void/returning_t03.dart
index 9166efe..30828cd 100644
--- a/Language/Types/Type_Void/returning_t03.dart
+++ b/Language/Types/Type_Void/returning_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion On the other hand, it is possible to return the result of a void
  * method from within a void method. One can also return null; or a value of
diff --git a/Language/Types/Type_Void/returning_t04.dart b/Language/Types/Type_Void/returning_t04.dart
index 7b94b2b..678c6bb 100644
--- a/Language/Types/Type_Void/returning_t04.dart
+++ b/Language/Types/Type_Void/returning_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion On the other hand, it is possible to return the result of a void
  * method from within a void method. One can also return null; or a value of
diff --git a/Language/Types/Type_Void/returning_t05.dart b/Language/Types/Type_Void/returning_t05.dart
index aa40c00..b9b4fff 100644
--- a/Language/Types/Type_Void/returning_t05.dart
+++ b/Language/Types/Type_Void/returning_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion On the other hand, it is possible to return the result of a void
  * method from within a void method. One can also return null; or a value of
diff --git a/Language/Types/Type_Void/syntax_t01.dart b/Language/Types/Type_Void/syntax_t01.dart
index 383b747..845b229 100644
--- a/Language/Types/Type_Void/syntax_t01.dart
+++ b/Language/Types/Type_Void/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t02.dart b/Language/Types/Type_Void/syntax_t02.dart
index f467a29..02e9966 100644
--- a/Language/Types/Type_Void/syntax_t02.dart
+++ b/Language/Types/Type_Void/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t03.dart b/Language/Types/Type_Void/syntax_t03.dart
index 63b8906..76098b7 100644
--- a/Language/Types/Type_Void/syntax_t03.dart
+++ b/Language/Types/Type_Void/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t04.dart b/Language/Types/Type_Void/syntax_t04.dart
index 284e3a1..e381cba 100644
--- a/Language/Types/Type_Void/syntax_t04.dart
+++ b/Language/Types/Type_Void/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t05.dart b/Language/Types/Type_Void/syntax_t05.dart
index a887d86..91ccfac 100644
--- a/Language/Types/Type_Void/syntax_t05.dart
+++ b/Language/Types/Type_Void/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t06.dart b/Language/Types/Type_Void/syntax_t06.dart
index b335459..0c14b9c 100644
--- a/Language/Types/Type_Void/syntax_t06.dart
+++ b/Language/Types/Type_Void/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t07.dart b/Language/Types/Type_Void/syntax_t07.dart
index ab0c768..c73cd99 100644
--- a/Language/Types/Type_Void/syntax_t07.dart
+++ b/Language/Types/Type_Void/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t08.dart b/Language/Types/Type_Void/syntax_t08.dart
index cd9a6d0..be89bcf 100644
--- a/Language/Types/Type_Void/syntax_t08.dart
+++ b/Language/Types/Type_Void/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a function:

  * it is a compile-time error to use void in any other context (for example,

diff --git a/Language/Types/Type_Void/syntax_t09.dart b/Language/Types/Type_Void/syntax_t09.dart
index a016001..f4cc8e9 100644
--- a/Language/Types/Type_Void/syntax_t09.dart
+++ b/Language/Types/Type_Void/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t10.dart b/Language/Types/Type_Void/syntax_t10.dart
index 6b3f4ad..488b285 100644
--- a/Language/Types/Type_Void/syntax_t10.dart
+++ b/Language/Types/Type_Void/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t11.dart b/Language/Types/Type_Void/syntax_t11.dart
index 878e62a..abc3c3b 100644
--- a/Language/Types/Type_Void/syntax_t11.dart
+++ b/Language/Types/Type_Void/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t12.dart b/Language/Types/Type_Void/syntax_t12.dart
index 6f7b969..0d90bdd 100644
--- a/Language/Types/Type_Void/syntax_t12.dart
+++ b/Language/Types/Type_Void/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t13.dart b/Language/Types/Type_Void/syntax_t13.dart
index 1b376b9..e95a3ac 100644
--- a/Language/Types/Type_Void/syntax_t13.dart
+++ b/Language/Types/Type_Void/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t14.dart b/Language/Types/Type_Void/syntax_t14.dart
index 981e36a..68d51e6 100644
--- a/Language/Types/Type_Void/syntax_t14.dart
+++ b/Language/Types/Type_Void/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/syntax_t15.dart b/Language/Types/Type_Void/syntax_t15.dart
index d976220..1bb1f3b 100644
--- a/Language/Types/Type_Void/syntax_t15.dart
+++ b/Language/Types/Type_Void/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion The special type void may only be used as the return type of a

  * function: it is a compile-time error to use void in any other context.

diff --git a/Language/Types/Type_Void/using_t01.dart b/Language/Types/Type_Void/using_t01.dart
index f3ced1b..8c55bfd 100644
--- a/Language/Types/Type_Void/using_t01.dart
+++ b/Language/Types/Type_Void/using_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Hence, the static checker will issue warnings if one attempts to
  * access a member of the result of a void method invocation (even for members
diff --git a/Language/Types/Type_Void/using_t02.dart b/Language/Types/Type_Void/using_t02.dart
index 1c3fcbe..54723f3 100644
--- a/Language/Types/Type_Void/using_t02.dart
+++ b/Language/Types/Type_Void/using_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In an expression of the form e1 = e2 where e1 is an
  * assignableExpression denoting a variable or parameter of type void, e2 may
diff --git a/Language/Types/Type_Void/using_t03.dart b/Language/Types/Type_Void/using_t03.dart
index 745c9e1..6651d07 100644
--- a/Language/Types/Type_Void/using_t03.dart
+++ b/Language/Types/Type_Void/using_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Hence, the static checker will issue warnings if one attempts to
  * access a member of the result of a void method invocation (even for members
diff --git a/Language/Types/Type_dynamic/dynamic_t01.dart b/Language/Types/Type_dynamic/dynamic_t01.dart
index 6b43287..b0a1dd9 100644
--- a/Language/Types/Type_dynamic/dynamic_t01.dart
+++ b/Language/Types/Type_dynamic/dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type dynamic denotes the unknown type. If no static type
  * annotation has been provided the type system assumes the declaration has the
diff --git a/Language/Types/Type_dynamic/dynamic_t02.dart b/Language/Types/Type_dynamic/dynamic_t02.dart
index ef2533c..6eb613a 100644
--- a/Language/Types/Type_dynamic/dynamic_t02.dart
+++ b/Language/Types/Type_dynamic/dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a generic type is used but type arguments are not provided,
  * then the type arguments default to the unknown type.
diff --git a/Language/Types/Type_dynamic/dynamic_t03.dart b/Language/Types/Type_dynamic/dynamic_t03.dart
index a34cc23..0231d82 100644
--- a/Language/Types/Type_dynamic/dynamic_t03.dart
+++ b/Language/Types/Type_dynamic/dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type dynamic has methods for every possible identifier and arity,
  * with every possible combination of named parameters. These methods all have
diff --git a/Language/Types/Type_dynamic/dynamic_t04.dart b/Language/Types/Type_dynamic/dynamic_t04.dart
index eb8f75f..7ac70b8 100644
--- a/Language/Types/Type_dynamic/dynamic_t04.dart
+++ b/Language/Types/Type_dynamic/dynamic_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type dynamic has properties for every possible identifier. These
  * properties all have type dynamic.
diff --git a/Language/Types/Type_dynamic/dynamic_t05.dart b/Language/Types/Type_dynamic/dynamic_t05.dart
index 6d362d3..b63049b 100644
--- a/Language/Types/Type_dynamic/dynamic_t05.dart
+++ b/Language/Types/Type_dynamic/dynamic_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The name dynamic denotes a Type object even though dynamic is
  * not a class.
diff --git a/Language/Types/somelib.dart b/Language/Types/somelib.dart
index b9cc289..bee9a9d 100644
--- a/Language/Types/somelib.dart
+++ b/Language/Types/somelib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library somelib;
 
diff --git a/Language/Types/somelib1.dart b/Language/Types/somelib1.dart
index 35e60a7..6a82054 100644
--- a/Language/Types/somelib1.dart
+++ b/Language/Types/somelib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library lib1;
 
diff --git a/Language/Types/somelib2.dart b/Language/Types/somelib2.dart
index 4701511..51e3bbf 100644
--- a/Language/Types/somelib2.dart
+++ b/Language/Types/somelib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library lib2;
 
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t01.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t01.dart
index 5947b57..439c691 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t01.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t02.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t02.dart
index 717d9bc..6cdde6e 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t02.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t03.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t03.dart
index 1d3afb0..5d6b21b 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t03.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t04.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t04.dart
index fc53c4d..e916fd9 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t04.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t05.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t05.dart
index ef86881..5f7e8f7 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t05.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t06.dart b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t06.dart
index 2363944..2092056 100644
--- a/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t06.dart
+++ b/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let d be the declaration of a variable v.  If d is a local or
  * instance variable, then the invocation of the implicit getter of v
diff --git a/Language/Variables/constant_initialization_t01.dart b/Language/Variables/constant_initialization_t01.dart
index b2c46df..b54a56c 100644
--- a/Language/Variables/constant_initialization_t01.dart
+++ b/Language/Variables/constant_initialization_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant variable must be initialized to a compile-time 

  * constant or a compile-time error occurs.

diff --git a/Language/Variables/constant_initialization_t02.dart b/Language/Variables/constant_initialization_t02.dart
index a827be9..207896c 100644
--- a/Language/Variables/constant_initialization_t02.dart
+++ b/Language/Variables/constant_initialization_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A constant variable must be initialized to a compile-time 

  * constant or a compile-time error occurs.

diff --git a/Language/Variables/constant_initialization_t03.dart b/Language/Variables/constant_initialization_t03.dart
index 33a5831..d139dba 100644
--- a/Language/Variables/constant_initialization_t03.dart
+++ b/Language/Variables/constant_initialization_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable must be initialized to a compile-time 
  * constant or a compile-time error occurs.
diff --git a/Language/Variables/constant_variable_t01.dart b/Language/Variables/constant_variable_t01.dart
index 8453269..a81de86 100644
--- a/Language/Variables/constant_variable_t01.dart
+++ b/Language/Variables/constant_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t02.dart b/Language/Variables/constant_variable_t02.dart
index 558e763..36408aa 100644
--- a/Language/Variables/constant_variable_t02.dart
+++ b/Language/Variables/constant_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t03.dart b/Language/Variables/constant_variable_t03.dart
index b48b5a3..c8c411e 100644
--- a/Language/Variables/constant_variable_t03.dart
+++ b/Language/Variables/constant_variable_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t04.dart b/Language/Variables/constant_variable_t04.dart
index d6b7424..e863929 100644
--- a/Language/Variables/constant_variable_t04.dart
+++ b/Language/Variables/constant_variable_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t05.dart b/Language/Variables/constant_variable_t05.dart
index 14eacd2..e4b044d 100644
--- a/Language/Variables/constant_variable_t05.dart
+++ b/Language/Variables/constant_variable_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t06.dart b/Language/Variables/constant_variable_t06.dart
index eaa8697..9c7d479 100644
--- a/Language/Variables/constant_variable_t06.dart
+++ b/Language/Variables/constant_variable_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t07.dart b/Language/Variables/constant_variable_t07.dart
index dabcd88..c1f21ac 100644
--- a/Language/Variables/constant_variable_t07.dart
+++ b/Language/Variables/constant_variable_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t08.dart b/Language/Variables/constant_variable_t08.dart
index 669d81b..b9b92e6 100644
--- a/Language/Variables/constant_variable_t08.dart
+++ b/Language/Variables/constant_variable_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t09.dart b/Language/Variables/constant_variable_t09.dart
index e5d0740..29f0e97 100644
--- a/Language/Variables/constant_variable_t09.dart
+++ b/Language/Variables/constant_variable_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/constant_variable_t10.dart b/Language/Variables/constant_variable_t10.dart
index 70e78f6..f8c00fa 100644
--- a/Language/Variables/constant_variable_t10.dart
+++ b/Language/Variables/constant_variable_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A constant variable is a variable whose declaration includes the 
  * modifier const. A constant variable is always implicitly final.
diff --git a/Language/Variables/dynamic_type_variable_t01.dart b/Language/Variables/dynamic_type_variable_t01.dart
index ddd7ae3..f4c6f8a 100644
--- a/Language/Variables/dynamic_type_variable_t01.dart
+++ b/Language/Variables/dynamic_type_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a variable declaration does not explicitly specify a type,
  * the type of the declared variable(s) is dynamic, the unknown type.
diff --git a/Language/Variables/final_or_static_initialization_t01.dart b/Language/Variables/final_or_static_initialization_t01.dart
index 8dda2f1..f5678b2 100644
--- a/Language/Variables/final_or_static_initialization_t01.dart
+++ b/Language/Variables/final_or_static_initialization_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library or static variable is guaranteed to have an

  * initializer at its declaration by the grammar.

diff --git a/Language/Variables/final_or_static_initialization_t02.dart b/Language/Variables/final_or_static_initialization_t02.dart
index f1ac17e..3d21ff6 100644
--- a/Language/Variables/final_or_static_initialization_t02.dart
+++ b/Language/Variables/final_or_static_initialization_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library or static variable is guaranteed to have an

  * initializer at its declaration by the grammar.

diff --git a/Language/Variables/final_or_static_initialization_t03.dart b/Language/Variables/final_or_static_initialization_t03.dart
index 7923900..76e2acb 100644
--- a/Language/Variables/final_or_static_initialization_t03.dart
+++ b/Language/Variables/final_or_static_initialization_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library or static variable is guaranteed to have an

  * initializer at its declaration by the grammar.

diff --git a/Language/Variables/final_t01.dart b/Language/Variables/final_t01.dart
index 6bcfdf7..7e95593 100644
--- a/Language/Variables/final_t01.dart
+++ b/Language/Variables/final_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t02.dart b/Language/Variables/final_t02.dart
index 3462890..1c5594b 100644
--- a/Language/Variables/final_t02.dart
+++ b/Language/Variables/final_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t03.dart b/Language/Variables/final_t03.dart
index f567402..a51cfe1 100644
--- a/Language/Variables/final_t03.dart
+++ b/Language/Variables/final_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A final variable is a variable whose binding is fixed upon

  * initialization; a final variable v will always refer to the same object

diff --git a/Language/Variables/final_t04.dart b/Language/Variables/final_t04.dart
index d610113..df3577f 100644
--- a/Language/Variables/final_t04.dart
+++ b/Language/Variables/final_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t05.dart b/Language/Variables/final_t05.dart
index 37b4a85..d87f7ca 100644
--- a/Language/Variables/final_t05.dart
+++ b/Language/Variables/final_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t06.dart b/Language/Variables/final_t06.dart
index b829ef1..0295dc7 100644
--- a/Language/Variables/final_t06.dart
+++ b/Language/Variables/final_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t07.dart b/Language/Variables/final_t07.dart
index 6ca0eea..78c28df 100644
--- a/Language/Variables/final_t07.dart
+++ b/Language/Variables/final_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t08.dart b/Language/Variables/final_t08.dart
index a681eaf..f51aae4 100644
--- a/Language/Variables/final_t08.dart
+++ b/Language/Variables/final_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t09.dart b/Language/Variables/final_t09.dart
index 645d94a..4aea213 100644
--- a/Language/Variables/final_t09.dart
+++ b/Language/Variables/final_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t10.dart b/Language/Variables/final_t10.dart
index 6ef7f85..9a2a911 100644
--- a/Language/Variables/final_t10.dart
+++ b/Language/Variables/final_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/final_t11.dart b/Language/Variables/final_t11.dart
index 18a47d0..b1830cf 100644
--- a/Language/Variables/final_t11.dart
+++ b/Language/Variables/final_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A final variable is a variable whose binding is fixed upon
  * initialization; a final variable v will always refer to the same object
diff --git a/Language/Variables/implicit_getter_dynamic_type_t01.dart b/Language/Variables/implicit_getter_dynamic_type_t01.dart
index 5316552..6469c6b 100644
--- a/Language/Variables/implicit_getter_dynamic_type_t01.dart
+++ b/Language/Variables/implicit_getter_dynamic_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * var v;, var v = e; , const v = e;, final v; or final v = e;
diff --git a/Language/Variables/implicit_getter_dynamic_type_t02.dart b/Language/Variables/implicit_getter_dynamic_type_t02.dart
index 755004f..2506fb5 100644
--- a/Language/Variables/implicit_getter_dynamic_type_t02.dart
+++ b/Language/Variables/implicit_getter_dynamic_type_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * var v;, var v = e; , const v = e;, final v; or final v = e;
diff --git a/Language/Variables/implicit_getter_dynamic_type_t03.dart b/Language/Variables/implicit_getter_dynamic_type_t03.dart
index 8485191..eb8af23 100644
--- a/Language/Variables/implicit_getter_dynamic_type_t03.dart
+++ b/Language/Variables/implicit_getter_dynamic_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * var v;, var v = e; , const v = e;, final v; or final v = e;
diff --git a/Language/Variables/implicit_getter_t01.dart b/Language/Variables/implicit_getter_t01.dart
index 66660d0..4822b62 100644
--- a/Language/Variables/implicit_getter_t01.dart
+++ b/Language/Variables/implicit_getter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t02.dart b/Language/Variables/implicit_getter_t02.dart
index 16ba794..8994233 100644
--- a/Language/Variables/implicit_getter_t02.dart
+++ b/Language/Variables/implicit_getter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t03.dart b/Language/Variables/implicit_getter_t03.dart
index 59d44a0..6da0af1 100644
--- a/Language/Variables/implicit_getter_t03.dart
+++ b/Language/Variables/implicit_getter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t04.dart b/Language/Variables/implicit_getter_t04.dart
index 0b2bcd8..bb5097d 100644
--- a/Language/Variables/implicit_getter_t04.dart
+++ b/Language/Variables/implicit_getter_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t05.dart b/Language/Variables/implicit_getter_t05.dart
index d5a16d0..2cfb29b 100644
--- a/Language/Variables/implicit_getter_t05.dart
+++ b/Language/Variables/implicit_getter_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t07.dart b/Language/Variables/implicit_getter_t07.dart
index 43d22cb..35b3e11 100644
--- a/Language/Variables/implicit_getter_t07.dart
+++ b/Language/Variables/implicit_getter_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t08.dart b/Language/Variables/implicit_getter_t08.dart
index 61b3537..4e064c5 100644
--- a/Language/Variables/implicit_getter_t08.dart
+++ b/Language/Variables/implicit_getter_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t09.dart b/Language/Variables/implicit_getter_t09.dart
index d2307aa..ba22d0b 100644
--- a/Language/Variables/implicit_getter_t09.dart
+++ b/Language/Variables/implicit_getter_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t10.dart b/Language/Variables/implicit_getter_t10.dart
index 9e7ec2a..b582e4a 100644
--- a/Language/Variables/implicit_getter_t10.dart
+++ b/Language/Variables/implicit_getter_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t11.dart b/Language/Variables/implicit_getter_t11.dart
index a12567b..b4f6b40 100644
--- a/Language/Variables/implicit_getter_t11.dart
+++ b/Language/Variables/implicit_getter_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_getter_t12.dart b/Language/Variables/implicit_getter_t12.dart
index e084188..dc983e6 100644
--- a/Language/Variables/implicit_getter_t12.dart
+++ b/Language/Variables/implicit_getter_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable declaration of one of the forms
  * T v;, T v = e; , const T v = e;, final T v; or final T v = e;
diff --git a/Language/Variables/implicit_setter_t01.dart b/Language/Variables/implicit_setter_t01.dart
index 13cd17a..69d4961 100644
--- a/Language/Variables/implicit_setter_t01.dart
+++ b/Language/Variables/implicit_setter_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form var v;
  * or the form var v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_t02.dart b/Language/Variables/implicit_setter_t02.dart
index 296b3a5..e5cfbdf 100644
--- a/Language/Variables/implicit_setter_t02.dart
+++ b/Language/Variables/implicit_setter_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form var v;
  * or the form var v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_t03.dart b/Language/Variables/implicit_setter_t03.dart
index 0c9b9b6..4304655 100644
--- a/Language/Variables/implicit_setter_t03.dart
+++ b/Language/Variables/implicit_setter_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form var v;
  * or the form var v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t01.dart b/Language/Variables/implicit_setter_void_t01.dart
index b3c2575..f0bc565 100644
--- a/Language/Variables/implicit_setter_void_t01.dart
+++ b/Language/Variables/implicit_setter_void_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t02.dart b/Language/Variables/implicit_setter_void_t02.dart
index 7dbe074..87d30f2 100644
--- a/Language/Variables/implicit_setter_void_t02.dart
+++ b/Language/Variables/implicit_setter_void_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t03.dart b/Language/Variables/implicit_setter_void_t03.dart
index 706e126..0fc5cc9 100644
--- a/Language/Variables/implicit_setter_void_t03.dart
+++ b/Language/Variables/implicit_setter_void_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t04.dart b/Language/Variables/implicit_setter_void_t04.dart
index e1b3919..690ec38 100644
--- a/Language/Variables/implicit_setter_void_t04.dart
+++ b/Language/Variables/implicit_setter_void_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t05.dart b/Language/Variables/implicit_setter_void_t05.dart
index 8c9e60b..333dcb7 100644
--- a/Language/Variables/implicit_setter_void_t05.dart
+++ b/Language/Variables/implicit_setter_void_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t06.dart b/Language/Variables/implicit_setter_void_t06.dart
index 6f2653d..f0a9ae9 100644
--- a/Language/Variables/implicit_setter_void_t06.dart
+++ b/Language/Variables/implicit_setter_void_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/implicit_setter_void_t07.dart b/Language/Variables/implicit_setter_void_t07.dart
index a7b21a6..6dab9ea 100644
--- a/Language/Variables/implicit_setter_void_t07.dart
+++ b/Language/Variables/implicit_setter_void_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A non-final variable declaration of the form T v;
  * or the form T v = e; always induces an implicit setter function 
diff --git a/Language/Variables/library_variable_t01.dart b/Language/Variables/library_variable_t01.dart
index 705f2f3..2b1b46a 100644
--- a/Language/Variables/library_variable_t01.dart
+++ b/Language/Variables/library_variable_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t01_lib.dart b/Language/Variables/library_variable_t01_lib.dart
index d9e78c0..65f87fd 100644
--- a/Language/Variables/library_variable_t01_lib.dart
+++ b/Language/Variables/library_variable_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library library_variable_t01_lib;
 
diff --git a/Language/Variables/library_variable_t02.dart b/Language/Variables/library_variable_t02.dart
index 1c099f3..6e007e5 100644
--- a/Language/Variables/library_variable_t02.dart
+++ b/Language/Variables/library_variable_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t03.dart b/Language/Variables/library_variable_t03.dart
index 96bb64a..9a5bda2 100644
--- a/Language/Variables/library_variable_t03.dart
+++ b/Language/Variables/library_variable_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t04.dart b/Language/Variables/library_variable_t04.dart
index b20b2e8..8c13b1b 100644
--- a/Language/Variables/library_variable_t04.dart
+++ b/Language/Variables/library_variable_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t05.dart b/Language/Variables/library_variable_t05.dart
index c73716a..dd93784 100644
--- a/Language/Variables/library_variable_t05.dart
+++ b/Language/Variables/library_variable_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t06.dart b/Language/Variables/library_variable_t06.dart
index 99e1f4b..8b55d0e 100644
--- a/Language/Variables/library_variable_t06.dart
+++ b/Language/Variables/library_variable_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/library_variable_t07.dart b/Language/Variables/library_variable_t07.dart
index a72fdd7..9019a4d 100644
--- a/Language/Variables/library_variable_t07.dart
+++ b/Language/Variables/library_variable_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A library variable is implicitly static. It is a compile-time 

  * error to preface a top level variable declaration with the built-in 

diff --git a/Language/Variables/local_variable_t01.dart b/Language/Variables/local_variable_t01.dart
index 1c10327..75bc068 100644
--- a/Language/Variables/local_variable_t01.dart
+++ b/Language/Variables/local_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t02.dart b/Language/Variables/local_variable_t02.dart
index b606c83..3cdaa54 100644
--- a/Language/Variables/local_variable_t02.dart
+++ b/Language/Variables/local_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t03.dart b/Language/Variables/local_variable_t03.dart
index f5037c0..f77a1cd 100644
--- a/Language/Variables/local_variable_t03.dart
+++ b/Language/Variables/local_variable_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t04.dart b/Language/Variables/local_variable_t04.dart
index 674e7c3..3a97f15 100644
--- a/Language/Variables/local_variable_t04.dart
+++ b/Language/Variables/local_variable_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t05.dart b/Language/Variables/local_variable_t05.dart
index 4a9f963..9e185eb 100644
--- a/Language/Variables/local_variable_t05.dart
+++ b/Language/Variables/local_variable_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t06.dart b/Language/Variables/local_variable_t06.dart
index ba52fd6..e37fb96 100644
--- a/Language/Variables/local_variable_t06.dart
+++ b/Language/Variables/local_variable_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/local_variable_t07.dart b/Language/Variables/local_variable_t07.dart
index 7358bf8..62154c4 100644
--- a/Language/Variables/local_variable_t07.dart
+++ b/Language/Variables/local_variable_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Local variables are added to the innermost enclosing scope.
  * They do not induce getters and setters.  A local variable may only be
diff --git a/Language/Variables/not_initialized_value_t01.dart b/Language/Variables/not_initialized_value_t01.dart
index 40bfa37..ba60075 100644
--- a/Language/Variables/not_initialized_value_t01.dart
+++ b/Language/Variables/not_initialized_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A variable that has not been initialized has the initial value
  * null.
diff --git a/Language/Variables/static_variable_initialization_t01.dart b/Language/Variables/static_variable_initialization_t01.dart
index e22521c..079458c 100644
--- a/Language/Variables/static_variable_initialization_t01.dart
+++ b/Language/Variables/static_variable_initialization_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Static variable declarations are initialized lazily. When a 
  * static variable v is read, iff it has not yet been assigned, it is set to 
diff --git a/Language/Variables/static_variable_t01.dart b/Language/Variables/static_variable_t01.dart
index 605ac29..6d6dea5 100644
--- a/Language/Variables/static_variable_t01.dart
+++ b/Language/Variables/static_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A static variable is a variable that is not associated with
  * a particular instance, but rather with an entire library or class. Static
diff --git a/Language/Variables/static_variable_t02.dart b/Language/Variables/static_variable_t02.dart
index b62dbb0..6013053 100644
--- a/Language/Variables/static_variable_t02.dart
+++ b/Language/Variables/static_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A static variable is a variable that is not associated with
  * a particular instance, but rather with an entire library or class. Static
diff --git a/Language/Variables/syntax_t01.dart b/Language/Variables/syntax_t01.dart
index 7b1e022..a6e4b87 100644
--- a/Language/Variables/syntax_t01.dart
+++ b/Language/Variables/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion variableDeclaration:
  *     declaredIdentifier (‘, ’ identifier)*
diff --git a/Language/Variables/syntax_t02.dart b/Language/Variables/syntax_t02.dart
index 2e59dcb..af3c16e 100644
--- a/Language/Variables/syntax_t02.dart
+++ b/Language/Variables/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion variableDeclaration:
  *     declaredIdentifier (‘, ’ identifier)*
diff --git a/Language/Variables/syntax_t03.dart b/Language/Variables/syntax_t03.dart
index 4bff7e9..0dfee96 100644
--- a/Language/Variables/syntax_t03.dart
+++ b/Language/Variables/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t04.dart b/Language/Variables/syntax_t04.dart
index 4c591db..d89ae87 100644
--- a/Language/Variables/syntax_t04.dart
+++ b/Language/Variables/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t05.dart b/Language/Variables/syntax_t05.dart
index 800ec90..7a6809b 100644
--- a/Language/Variables/syntax_t05.dart
+++ b/Language/Variables/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t06.dart b/Language/Variables/syntax_t06.dart
index 3f08ce5..d47cab6 100644
--- a/Language/Variables/syntax_t06.dart
+++ b/Language/Variables/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t07.dart b/Language/Variables/syntax_t07.dart
index cf1b11f..f47abff 100644
--- a/Language/Variables/syntax_t07.dart
+++ b/Language/Variables/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t08.dart b/Language/Variables/syntax_t08.dart
index dfad56f..8b49d26 100644
--- a/Language/Variables/syntax_t08.dart
+++ b/Language/Variables/syntax_t08.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t09.dart b/Language/Variables/syntax_t09.dart
index 5f1a00a..db76821 100644
--- a/Language/Variables/syntax_t09.dart
+++ b/Language/Variables/syntax_t09.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t10.dart b/Language/Variables/syntax_t10.dart
index df9b2e5..8a7ff81 100644
--- a/Language/Variables/syntax_t10.dart
+++ b/Language/Variables/syntax_t10.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t11.dart b/Language/Variables/syntax_t11.dart
index f6ab7c2..15361c5 100644
--- a/Language/Variables/syntax_t11.dart
+++ b/Language/Variables/syntax_t11.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t12.dart b/Language/Variables/syntax_t12.dart
index d2c7ad0..210dff2 100644
--- a/Language/Variables/syntax_t12.dart
+++ b/Language/Variables/syntax_t12.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t13.dart b/Language/Variables/syntax_t13.dart
index 9b4df8f..4b551f9 100644
--- a/Language/Variables/syntax_t13.dart
+++ b/Language/Variables/syntax_t13.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t14.dart b/Language/Variables/syntax_t14.dart
index bb69e7c..01535a2 100644
--- a/Language/Variables/syntax_t14.dart
+++ b/Language/Variables/syntax_t14.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t15.dart b/Language/Variables/syntax_t15.dart
index 7cb6f8b..6ca15bc 100644
--- a/Language/Variables/syntax_t15.dart
+++ b/Language/Variables/syntax_t15.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t16.dart b/Language/Variables/syntax_t16.dart
index 8575207..987ae1c 100644
--- a/Language/Variables/syntax_t16.dart
+++ b/Language/Variables/syntax_t16.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t17.dart b/Language/Variables/syntax_t17.dart
index e8989f5..f9aff81 100644
--- a/Language/Variables/syntax_t17.dart
+++ b/Language/Variables/syntax_t17.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t18.dart b/Language/Variables/syntax_t18.dart
index 5f2f410..3b52e34 100644
--- a/Language/Variables/syntax_t18.dart
+++ b/Language/Variables/syntax_t18.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t19.dart b/Language/Variables/syntax_t19.dart
index b46a425..9ffdbef 100644
--- a/Language/Variables/syntax_t19.dart
+++ b/Language/Variables/syntax_t19.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t20.dart b/Language/Variables/syntax_t20.dart
index 8f3ac9f..dcdbbaf 100644
--- a/Language/Variables/syntax_t20.dart
+++ b/Language/Variables/syntax_t20.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t21.dart b/Language/Variables/syntax_t21.dart
index 4ce9fd4..9fbffc0 100644
--- a/Language/Variables/syntax_t21.dart
+++ b/Language/Variables/syntax_t21.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t22.dart b/Language/Variables/syntax_t22.dart
index 23188c7..2ab75f5 100644
--- a/Language/Variables/syntax_t22.dart
+++ b/Language/Variables/syntax_t22.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t23.dart b/Language/Variables/syntax_t23.dart
index c5956a0..0f4536a 100644
--- a/Language/Variables/syntax_t23.dart
+++ b/Language/Variables/syntax_t23.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion variableDeclaration:

  *     declaredIdentifier (‘, ’ identifier)*

diff --git a/Language/Variables/syntax_t24.dart b/Language/Variables/syntax_t24.dart
index 480a7d2..8a0dfc5 100644
--- a/Language/Variables/syntax_t24.dart
+++ b/Language/Variables/syntax_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion variableDeclaration:
  *     declaredIdentifier (‘, ’ identifier)*
diff --git a/Language/Variables/syntax_t25.dart b/Language/Variables/syntax_t25.dart
index d6beb5a..ceadc5e 100644
--- a/Language/Variables/syntax_t25.dart
+++ b/Language/Variables/syntax_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion variableDeclaration:
  *     declaredIdentifier (‘, ’ identifier)*
diff --git a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t01.dart b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t01.dart
index 7e9fd1f..6c3998a 100644
--- a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration is an instance variable
  * declaration prefixed by the modifier abstract. The declaration must not be
diff --git a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t02.dart b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t02.dart
index 769f2b0..add2ea5 100644
--- a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration is an instance variable
  * declaration prefixed by the modifier abstract. The declaration must not be
diff --git a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t03.dart b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t03.dart
index 70ce692..7de2fba 100644
--- a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration is an instance variable
  * declaration prefixed by the modifier abstract. The declaration must not be
diff --git a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t04.dart b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t04.dart
index e70a98f..177f646 100644
--- a/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/abstract_variable_declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration is an instance variable
  * declaration prefixed by the modifier abstract. The declaration must not be
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t01.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t01.dart
index 3cbf957..64ab3ad 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t02.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t02.dart
index 89449d1..780e07c 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t03.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t03.dart
index e395976..9e390cb 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t04.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t04.dart
index 50238df..14af4f3 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t05.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t05.dart
index 1b24912..f001b41 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t05.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t06.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t06.dart
index 5bfafd5..d676ed6 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t06.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t07.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t07.dart
index 019cd39..ce2c254 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t07.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t08.dart b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t08.dart
index 4b895ac..69f64fb 100644
--- a/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t08.dart
+++ b/LanguageFeatures/Abstract-external-fields/external_variable_declaration_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration is a non-local, non-parameter
  * variable declaration prefixed by the modifier external. The declaration must
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t01.dart
index 0697633..3b760b3 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t02.dart
index d2d8bfd..bddd66c 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t03.dart
index 0ef8202..273798b 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t01.dart
index 86bf14a..efbc219 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t02.dart
index cd4f863..e48f793 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t03.dart
index 6777307..f1ebd99 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t01.dart
index 5bbd8f1..538c41f 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t02.dart
index ab21b6b..b4b4f51 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t03.dart
index c054ccc..756d5e3 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t01.dart
index ad4b490..f401566 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t02.dart
index fb56b90..d3f868a 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t03.dart
index e3b602e..3a66388 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t01.dart
index e0bcd7d..4b23b4c 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t02.dart
index 99000f4..953d9a9 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t03.dart
index 8e5266a..2c0cb62 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t01.dart
index a495656..ffc8e1e 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t02.dart
index 7845ca1..1a1cd03 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t03.dart
index 6f8daf5..a902b0b 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_abstract_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An abstract instance variable declaration D is treated as an
  * abstract getter declaration and possibly an abstract setter declaration. The
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01.dart
index 70c3225..65970f6 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t02.dart
index 07a50d7..ccc735e 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t03.dart
index 6dbcfb7..6918031 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t01.dart
index 36d630b..9b5468f 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t02.dart
index 30e5244..9034dc0 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t03.dart
index 0172ca3..d35276c 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t04.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t04.dart
index 1ed066a..8eed4c5 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t01.dart
index efcc1d2..2e2e472 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t02.dart
index ffc8792..c1e634d 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t03.dart
index d5c0085..6b52600 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t04.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t04.dart
index 35f254e..9c6f76b 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t05.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t05.dart
index 23a9e5e..6614a29 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t05.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t06.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t06.dart
index 9ff4d31..a2936f3 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t06.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t01.dart
index 54834a8..75a1103 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t02.dart
index 0e274f1..de27068 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t01.dart
index b97e0b4..a0c45fa 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t02.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t02.dart
index 4b808ff..70749cb 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t03.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t03.dart
index f9c05d4..e13cdbb 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t04.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t04.dart
index 5a0d47b..2ccfca8 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An external variable declaration D is treated as an external
  * getter declaration and possibly an external setter declaration. The setter is
diff --git a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A06_t01.dart b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A06_t01.dart
index 3a1bdd6..a2a72cf 100644
--- a/LanguageFeatures/Abstract-external-fields/static_analysis_external_A06_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/static_analysis_external_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An implementation specific compile-time error can be raised at an
  * external function declaration.
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A01_t01.dart b/LanguageFeatures/Abstract-external-fields/syntax_A01_t01.dart
index 50438ef..c2ce4a4 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A01_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A01_t02.dart b/LanguageFeatures/Abstract-external-fields/syntax_A01_t02.dart
index 90c9890..c911e72 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A01_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A01_t03.dart b/LanguageFeatures/Abstract-external-fields/syntax_A01_t03.dart
index ac3b62e..f9157a4 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A01_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A01_t04.dart b/LanguageFeatures/Abstract-external-fields/syntax_A01_t04.dart
index efc7d13..299060a 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A01_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A01_t05.dart b/LanguageFeatures/Abstract-external-fields/syntax_A01_t05.dart
index 678d9e4..f9bc177 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A01_t05.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t01.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t01.dart
index d8d68b2..b9d0c17 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t02.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t02.dart
index 9cf8f84..9a9c00a 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t03.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t03.dart
index b59c700..d96bdda 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t04.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t04.dart
index b7fc082..75ff62a 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t05.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t05.dart
index 20ab73f..f1f791b 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t05.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t06.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t06.dart
index b7e5b6e..47b5b59 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t06.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t07.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t07.dart
index a676381..03e6083 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t07.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t08.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t08.dart
index bd64fa4..e510874 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t08.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t09.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t09.dart
index cf2091d..a20148d 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t09.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t10.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t10.dart
index 5ff3ad9..acbe4c8 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t10.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t11.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t11.dart
index d4dd797..93b9231 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t11.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t12.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t12.dart
index e077d50..2537d40 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t12.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A02_t13.dart b/LanguageFeatures/Abstract-external-fields/syntax_A02_t13.dart
index 69dbc5f..617c706 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A02_t13.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t01.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t01.dart
index db8e16e..7ab2917 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t01.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t02.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t02.dart
index e3967ae..a24373d 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t02.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t03.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t03.dart
index e3967ae..a24373d 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t03.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t04.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t04.dart
index 091e45d..5bfefa6 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t04.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t05.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t05.dart
index 821ca0d..280c2dd 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t05.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Abstract-external-fields/syntax_A03_t06.dart b/LanguageFeatures/Abstract-external-fields/syntax_A03_t06.dart
index d7afcda..aa56873 100644
--- a/LanguageFeatures/Abstract-external-fields/syntax_A03_t06.dart
+++ b/LanguageFeatures/Abstract-external-fields/syntax_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The grammar is modified as follows:
  *
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A01_t01.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A01_t01.dart
index f9dabaf..4885553 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A01_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A02_t01.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A02_t01.dart
index 4ccca05..ed21501 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A02_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A02_t02.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A02_t02.dart
index 2c10a54..eb90ebd 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A02_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t01.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t01.dart
index e6005c8..21faf39 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t02.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t02.dart
index b030d6e..786d6a7 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t03.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t03.dart
index 8c69910..e8bbd73 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t04.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t04.dart
index 0fddf18..95c926c 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A03_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t01.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t01.dart
index 807db7e..4d7b361 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t02.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t02.dart
index b7e88a3..f1492e8 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t03.dart b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t03.dart
index 1b18e2e..a35b393 100644
--- a/LanguageFeatures/Constant-update-2018/CastOperator_A04_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/CastOperator_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e as T] is accepted as a potentially
  * and compile-time constant expression if [e] is potentially constant or
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t01.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t01.dart
index ea9df5a..4a70fe8 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t02.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t02.dart
index 49445ef..297a3c8 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t03.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t03.dart
index 7100fa5..7977e0e 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t04.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t04.dart
index 47e0b58..cfb872e 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t05.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t05.dart
index 9c40a84..71b5788 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t06.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t06.dart
index 4084da5..bc5b249 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t07.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t07.dart
index fe3b2c0..100851d 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t08.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t08.dart
index b17f234..ecf640e 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t09.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t09.dart
index 83f669d..eaf2056 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t10.dart b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t10.dart
index 3f242e0..65dd50b 100644
--- a/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [==] operator in constant expressions was defined such that
  * [e1 != null] was only allowed if [e1] had one of the "primitive" system
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t01.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t01.dart
index 86c0941..922d279 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t02.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t02.dart
index 21ec96f..c67ccb7 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t03.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t03.dart
index f0ec3cf..bc407fe 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t04.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t04.dart
index 3a77cdb..3eba140 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t05.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t05.dart
index 41c821b..25a028d 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t06.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t06.dart
index f642ba9..8fa00e9 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t07.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t07.dart
index d050324..e43e15e 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t08.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t08.dart
index cec1255..4936e6b 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
-* Copyright (c) 2019, 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.
-*/
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t09.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t09.dart
index 1d43191..921a758 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t10.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t10.dart
index fed405d..91997f3 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t11.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t11.dart
index 7f6c1a5..a418f1c 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t11.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t12.dart b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t12.dart
index 5996c0f..6454c22 100644
--- a/LanguageFeatures/Constant-update-2018/NewOperators_A02_t12.dart
+++ b/LanguageFeatures/Constant-update-2018/NewOperators_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&], [|] and [^] binary operators are now also allowed when
  * the operands are of type [bool].
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t01.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t01.dart
index 797bdbc..093568c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t02.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t02.dart
index d621096..0ef6845 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t03.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t03.dart
index 54bd959..2aabb67 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t04.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t04.dart
index 933eed1..4d9b242 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t05.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t05.dart
index 03966aa..0a79ae8 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t06.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t06.dart
index b52a215..471e676 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t07.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t07.dart
index da71431..81d291a 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t08.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t08.dart
index 97b7e42..8fcb2cd 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019 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.
- */
+// Copyright (c) 2019 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t09.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t09.dart
index 1af3847..ddfb4ba 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t10.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t10.dart
index 9d94bda..ed08466 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t11.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t11.dart
index 65920b6..96436be 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t11.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t12.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t12.dart
index d4c30a1..dfc397a 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t12.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t13.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t13.dart
index d63e01b..386a8ab 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t13.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [&&] operator is now short-circuit in constant and potentially
  * constant expressions. It only attempts to evaluate the second operand if the
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t01.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t01.dart
index 8e0735b..879c203 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t02.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t02.dart
index 5f448a1..c0a65ee 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t03.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t03.dart
index c06278d..78b6809 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t04.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t04.dart
index e88d7b5..13c1624 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t05.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t05.dart
index f70ec54..6b6dd4a 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t06.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t06.dart
index 529a1e3..4534e45 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t07.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t07.dart
index e3a1a03..326a6ef 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t08.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t08.dart
index ef1e8b0..6725038 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t09.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t09.dart
index 625fedc..3390231 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t10.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t10.dart
index cc09819..d3ff33b 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t11.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t11.dart
index 2a71cf7..993a438 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t11.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t12.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t12.dart
index 3d3af53..ad38882 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t12.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t13.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t13.dart
index 0654f90..240b527 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t13.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Likewise the [||] operator only evaluates its second operand if
  * the first evaluates to [false], and the second operand must be a potentially
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t01.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t01.dart
index ee883da..7aff303 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t02.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t02.dart
index e8333a2..8bb2793 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t03.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t03.dart
index e43f4ad..2e944bf 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t04.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t04.dart
index 1c9ef37..200df5f 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t05.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t05.dart
index 2470d6a..5c9f84c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t06.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t06.dart
index 56f3f66..fe71bea 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t07.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t07.dart
index 9d97435..0883256 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t08.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t08.dart
index 72ac8df..cfdcf4c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t09.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t09.dart
index 13eed99..2218571 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t10.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t10.dart
index a601994..ecc22a7 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t11.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t11.dart
index 7a63f38..151178b 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t11.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t12.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t12.dart
index 829fd31..5d09561 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t12.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t13.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t13.dart
index 8e3b92d..64d4463 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t13.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The [??] operator only evaluates its second operand if the first
  * evaluates to [null], and the second operand must be a potentially constant
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t01.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t01.dart
index 711fea3..81f9203 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t01.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t02.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t02.dart
index 2270009..b41824c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t02.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t03.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t03.dart
index 70d35fa..3768dc0 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t03.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t04.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t04.dart
index c43edf6..4572958 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t04.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t05.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t05.dart
index 59e193f..0676585 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t05.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t06.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t06.dart
index 832c4e5..e71b456 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t06.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t07.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t07.dart
index 3ac7418..d94aa25 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t07.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t08.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t08.dart
index 4386c85..786bc54 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t08.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t09.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t09.dart
index ce685a9..7af1c4c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t09.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t10.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t10.dart
index 51fbdd8..ba75109 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t10.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t11.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t11.dart
index 11992e8..6206096 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t11.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t12.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t12.dart
index 23aa1da..de3dda1 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t12.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t13.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t13.dart
index 56f9d8b..8cbfef9 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t13.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t14.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t14.dart
index 468c1e9..dd4b24b 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t14.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t15.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t15.dart
index 5ec5c2d..c4c8672 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t15.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t16.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t16.dart
index 305e7a3..be4d0bc 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t16.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t17.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t17.dart
index 6cabf51..94b761b 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t17.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t18.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t18.dart
index 2ac2040..810b305 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t18.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t19.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t19.dart
index 0c42368..517778c 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t19.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t20.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t20.dart
index d1fa5cf..5ae06fe 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t20.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t21.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t21.dart
index 2f2ddcc..e5e3fa3 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t21.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t22.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t22.dart
index c3cffd4..65f2406 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t22.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t23.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t23.dart
index d488827..9546116 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t23.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t24.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t24.dart
index cc0eebe..98fb8b4 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t24.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t25.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t25.dart
index 163624b..91ee679 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t25.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t26.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t26.dart
index 94da7c0..eef0f05 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t26.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart
index 8220f54..f646fde 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t28.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t28.dart
index a924726..4b99e1e 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t28.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t29.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t29.dart
index f5a3ed9..91abfff 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t29.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t30.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t30.dart
index 7f3762d..73d485b 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t30.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t31.dart b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t31.dart
index bb0bae0..521941f 100644
--- a/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t31.dart
+++ b/LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, the conditional [?]/[:] operator only evaluates one of
  * its branches, depending on whether the condition expression evaluates to
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A01_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A01_t01.dart
index 64b60ce..f2c4541 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression element (the base case in lists and sets):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A01_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A01_t02.dart
index 0cf57bb..b2765e5 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A01_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression element (the base case in lists and sets):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A02_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A02_t01.dart
index e7eca43..bdbb40f 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An entry element (the base case in maps):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A02_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A02_t02.dart
index e2a3dec..1abbf1f 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A02_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An entry element (the base case in maps):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A02_t03.dart b/LanguageFeatures/Control-flow-collections/const_collections_A02_t03.dart
index 38020f1..63873a9 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A02_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An entry element (the base case in maps):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A02_t04.dart b/LanguageFeatures/Control-flow-collections/const_collections_A02_t04.dart
index d520602..fce2f1b 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A02_t04.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An entry element (the base case in maps):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A02_t05.dart b/LanguageFeatures/Control-flow-collections/const_collections_A02_t05.dart
index 800f178..e5e1aa2 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A02_t05.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An entry element (the base case in maps):
  *
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A03_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A03_t01.dart
index 048b77d..9f63c83 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * It is a compile-time error if the condition expression is not constant or
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A03_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A03_t02.dart
index 090f5bb..97d710a 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A03_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * It is a compile-time error if the condition expression is not constant or
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A04_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A04_t01.dart
index a42f012..28030bc 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A04_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A04_t02.dart
index 4f26bdf..6cb54d3 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A04_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A05_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A05_t01.dart
index 48217a9..90d3fe2 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A05_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A05_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A05_t02.dart
index 86f615b..ae9930e 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A05_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A06_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A06_t01.dart
index e7da3be..f44a070 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A06_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A06_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A06_t02.dart
index 89744c7..c85ed2e 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A06_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A07_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A07_t01.dart
index deb0ac7..d6299e4 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A07_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A07_t02.dart b/LanguageFeatures/Control-flow-collections/const_collections_A07_t02.dart
index 4484a89..54d6bc9 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A07_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A07_t03.dart b/LanguageFeatures/Control-flow-collections/const_collections_A07_t03.dart
index 525b8fe..b8b008f 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A07_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An if element:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/const_collections_A08_t01.dart b/LanguageFeatures/Control-flow-collections/const_collections_A08_t01.dart
index 054b41a..e6c422e 100644
--- a/LanguageFeatures/Control-flow-collections/const_collections_A08_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/const_collections_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A for element:
  *
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A01_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A01_t01.dart
index 5ed2e0e..bee373b 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A02_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A02_t01.dart
index 3919f52..1401883 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t01.dart
index abe912e..209ac69 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t02.dart
index 9f7bf35..80df7cd 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t01.dart
index 74b0bbc..9303ca9 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t02.dart
index e4a4d24..87216fb 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_list_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A01_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A01_t01.dart
index 445be1f..ccbd316 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t01.dart
index e1be49b..96cf876 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t02.dart
index f214581..f3c2959 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t01.dart
index 8218008..8aa7508 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t02.dart
index 02d0d33..800a5c0 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t01.dart
index 68ae418..533f035 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t02.dart
index 942f36d..ff388d2 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A01_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A01_t01.dart
index faba994..38f28fe 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A02_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A02_t01.dart
index 0eeb2cc..5143eec 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t01.dart
index caab318..dbacd16 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t02.dart
index 28beb8a..00d6466 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t01.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t01.dart
index 345000b..589428f 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t02.dart b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t02.dart
index a5e49ed..b86533e 100644
--- a/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/dynamic_semantics_set_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Dynamic Semantics
  * The new dynamic semantics are a superset of the original behavior. To avoid
diff --git a/LanguageFeatures/Control-flow-collections/scoping_A01_t01.dart b/LanguageFeatures/Control-flow-collections/scoping_A01_t01.dart
index 0e2e439..5372557 100644
--- a/LanguageFeatures/Control-flow-collections/scoping_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/scoping_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a for element declares a variable, then a new namespace is
  * created on each iteration where that variable is defined. The body of the for
diff --git a/LanguageFeatures/Control-flow-collections/scoping_A02_t01.dart b/LanguageFeatures/Control-flow-collections/scoping_A02_t01.dart
index 5a02012..d0948e9 100644
--- a/LanguageFeatures/Control-flow-collections/scoping_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/scoping_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each iteration of the loop binds a new fresh variable
  *
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A01_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A01_t01.dart
index b33fcd4..59893b0 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the collection is a list and the type of
  * any of the body elements may not be assigned to the list's element type
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A02_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A02_t01.dart
index 81c0a5a..3556bc2 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the collection is a map and the key type
  * of any of the body elements may not be assigned to the map's key type.
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A03_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A03_t01.dart
index 628fa60..0126fda 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the collection  is a map and the value
  * type of any of the body elements may not be assigned to the map's value type
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A04_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A04_t01.dart
index c5d333b..d07e993 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the type of the condition expression in
  * an if element may not be assigned to bool.
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A05_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A05_t01.dart
index cbca1bf..5412a3f 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A05_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the type of the iterator expression in a
  * synchronous for-in element may not be assigned to Iterable<T> for some type T
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A06_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A06_t01.dart
index 586b59b..9ed47ce 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A06_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the iterable type of the iterator in a
  * synchronous for-in element may not be assigned to the for-in variable's type.
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A07_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A07_t01.dart
index 3dd9c04..1a7607a 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A07_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the type of the stream expression in an
  * asynchronous await for-in element may not be assigned to Stream<T> for some
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A08_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A08_t01.dart
index 188c046..726ae4f 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A08_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the stream type of the iterator in an
  * asynchronous await for-in element may not be assigned to the for-in
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A09_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A09_t01.dart
index 5b7a24a..3a0ec3e 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A09_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when await is used when the collection
  * literal is not inside an asynchronous function.
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A10_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A10_t01.dart
index 39b0afe..56e7327 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A10_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when await is used before a C-style for
  * element. await can only be used with for-in loops.
diff --git a/LanguageFeatures/Control-flow-collections/static_errors_A11_t01.dart b/LanguageFeatures/Control-flow-collections/static_errors_A11_t01.dart
index 04fa839..2ce7164 100644
--- a/LanguageFeatures/Control-flow-collections/static_errors_A11_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_errors_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a static error when the type of the condition expression
  * (the second clause) in a C-style for element may not be assigned to bool
diff --git a/LanguageFeatures/Control-flow-collections/static_semantics_A01_t01.dart b/LanguageFeatures/Control-flow-collections/static_semantics_A01_t01.dart
index f593778..6610089 100644
--- a/LanguageFeatures/Control-flow-collections/static_semantics_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_semantics_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let the element type of a list literal be the static type of the
  * type argument used to create the list. So <int>[] has an element type of int.
diff --git a/LanguageFeatures/Control-flow-collections/static_semantics_A01_t02.dart b/LanguageFeatures/Control-flow-collections/static_semantics_A01_t02.dart
index 14ca622..3681701 100644
--- a/LanguageFeatures/Control-flow-collections/static_semantics_A01_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/static_semantics_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let the element type of a list literal be the static type of the
  * type argument used to create the list. So <int>[] has an element type of int.
diff --git a/LanguageFeatures/Control-flow-collections/static_semantics_A02_t01.dart b/LanguageFeatures/Control-flow-collections/static_semantics_A02_t01.dart
index 43cc99a..b47f3ad 100644
--- a/LanguageFeatures/Control-flow-collections/static_semantics_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/static_semantics_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let the key type and value type of a map literal be the
  * corresponding static types of the type arguments for a map literal.
diff --git a/LanguageFeatures/Control-flow-collections/static_semantics_A02_t02.dart b/LanguageFeatures/Control-flow-collections/static_semantics_A02_t02.dart
index e008771..f38dc3d 100644
--- a/LanguageFeatures/Control-flow-collections/static_semantics_A02_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/static_semantics_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let the key type and value type of a map literal be the
  * corresponding static types of the type arguments for a map literal.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A01_t01.dart b/LanguageFeatures/Control-flow-collections/syntax_A01_t01.dart
index 5707350..1dc9117 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a list can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A01_t02.dart b/LanguageFeatures/Control-flow-collections/syntax_A01_t02.dart
index cf2b8c5..26faf7b 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A01_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a list can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A01_t03.dart b/LanguageFeatures/Control-flow-collections/syntax_A01_t03.dart
index 19e72f1..5618873 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A01_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a list can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A02_t01.dart b/LanguageFeatures/Control-flow-collections/syntax_A02_t01.dart
index 8d5827c..5b8806b 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a map can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A02_t02.dart b/LanguageFeatures/Control-flow-collections/syntax_A02_t02.dart
index 47e3f10..4a2dea3 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A02_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a map can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/syntax_A03_t01.dart b/LanguageFeatures/Control-flow-collections/syntax_A03_t01.dart
index 5e6eeec..85a6b1a 100644
--- a/LanguageFeatures/Control-flow-collections/syntax_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/syntax_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Each element in a list can be one of a few things:
  *  A normal expression.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A01_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A01_t01.dart
index 00dec28..20da67a 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list literal has a downwards inference type of List<T> for
  * some T, then the downwards inference context type of the body elements is T.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A02_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A02_t01.dart
index 8de90c4..b7075d8 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A02_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference element type of an if list element without
  * an else is the type of the "then" element.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A03_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A03_t01.dart
index f9cd2ed..320f137 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A03_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference element type of an if-else list element is
  * the least upper bound of the types of the "then" and "else" elements.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A04_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A04_t01.dart
index e421b34..5289e64 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A04_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference element type of a for list element is the
  * type of the body element.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A05_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A05_t01.dart
index 8f46983..e4457c3 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A05_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a map literal has a downwards inference type of Map<K, V> for
  * some K and V, then the downwards inference context type of the keys in the
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A06_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A06_t01.dart
index 90b2bfe..d13bb25 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A06_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference key type of an if map element without an
  * else is the key type of the "then" element, likewise for the value type
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A06_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A06_t02.dart
index 733a783..40f5d29 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A06_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference key type of an if map element without an
  * else is the key type of the "then" element, likewise for the value type
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A07_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A07_t01.dart
index e7be590..d29c64f 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A07_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference key type of an if-else map element is the
  * least upper bound of the key types of the "then" and "else" elements,
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A08_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A08_t01.dart
index 1273cd5..984ec90 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A08_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The upwards inference key type of a for map element is the key
  * type of the body element, likewise for the value type.
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A09_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A09_t01.dart
index 03f3ac2..ad3e921 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A09_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A09_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A09_t02.dart
index 6537411..da0e2bd 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A09_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A10_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A10_t01.dart
index 62239db..1515565 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A10_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with two elements, e1 and e2:
  * ...
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A10_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A10_t02.dart
index 53ad03f..8284355 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A10_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A10_t03.dart b/LanguageFeatures/Control-flow-collections/type_inference_A10_t03.dart
index 81873b7..e301013 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A10_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A11_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A11_t01.dart
index 3e16304..98996ed 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A11_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A11_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A11_t02.dart
index b78a283..e9a9688 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A11_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is an ifElement with one element, p1, and no "else"
  * element:
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A12_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A12_t01.dart
index f89fa9c..40fb381 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A12_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A12_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A12_t02.dart
index 2d53a09..24b4873 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A12_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A12_t03.dart b/LanguageFeatures/Control-flow-collections/type_inference_A12_t03.dart
index 65a00f0..8143b37 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A12_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A12_t04.dart b/LanguageFeatures/Control-flow-collections/type_inference_A12_t04.dart
index 6f4597f..960dcba 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A12_t04.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A12_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A13_t01.dart b/LanguageFeatures/Control-flow-collections/type_inference_A13_t01.dart
index bbd06f2..f6def76 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A13_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A13_t02.dart b/LanguageFeatures/Control-flow-collections/type_inference_A13_t02.dart
index dec0140..dfc7742 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A13_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A13_t03.dart b/LanguageFeatures/Control-flow-collections/type_inference_A13_t03.dart
index b18ed73..4c46530 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A13_t03.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_inference_A13_t04.dart b/LanguageFeatures/Control-flow-collections/type_inference_A13_t04.dart
index 5db8104..e1b3113 100644
--- a/LanguageFeatures/Control-flow-collections/type_inference_A13_t04.dart
+++ b/LanguageFeatures/Control-flow-collections/type_inference_A13_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If element is a forElement with element e1 then:
  *
diff --git a/LanguageFeatures/Control-flow-collections/type_promotion_A01_t01.dart b/LanguageFeatures/Control-flow-collections/type_promotion_A01_t01.dart
index 407f496..07162bd 100644
--- a/LanguageFeatures/Control-flow-collections/type_promotion_A01_t01.dart
+++ b/LanguageFeatures/Control-flow-collections/type_promotion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion As with the if statement, the condition expression of an if
  * element induces type promotion in the "then" element of the if when the
diff --git a/LanguageFeatures/Control-flow-collections/type_promotion_A01_t02.dart b/LanguageFeatures/Control-flow-collections/type_promotion_A01_t02.dart
index 6f4b8dc..7243d1b 100644
--- a/LanguageFeatures/Control-flow-collections/type_promotion_A01_t02.dart
+++ b/LanguageFeatures/Control-flow-collections/type_promotion_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion As with the if statement, the condition expression of an if
  * element induces type promotion in the "then" element of the if when the
diff --git a/LanguageFeatures/Extension-methods/call_member_t01.dart b/LanguageFeatures/Extension-methods/call_member_t01.dart
index 514a351..7e008e7 100644
--- a/LanguageFeatures/Extension-methods/call_member_t01.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t02.dart b/LanguageFeatures/Extension-methods/call_member_t02.dart
index d3d1ea3..ec4f521 100644
--- a/LanguageFeatures/Extension-methods/call_member_t02.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t03.dart b/LanguageFeatures/Extension-methods/call_member_t03.dart
index f9a06f7..02b247a 100644
--- a/LanguageFeatures/Extension-methods/call_member_t03.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t04.dart b/LanguageFeatures/Extension-methods/call_member_t04.dart
index 77be354..5c76255 100644
--- a/LanguageFeatures/Extension-methods/call_member_t04.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t05.dart b/LanguageFeatures/Extension-methods/call_member_t05.dart
index 25c568b..fa0c70d 100644
--- a/LanguageFeatures/Extension-methods/call_member_t05.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t06.dart b/LanguageFeatures/Extension-methods/call_member_t06.dart
index 96aa44a..257ea48 100644
--- a/LanguageFeatures/Extension-methods/call_member_t06.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t07.dart b/LanguageFeatures/Extension-methods/call_member_t07.dart
index 4684dec..7ff56fd 100644
--- a/LanguageFeatures/Extension-methods/call_member_t07.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We do not allow implicit tear-off of an extension call method in a
  * function typed context.
diff --git a/LanguageFeatures/Extension-methods/call_member_t08.dart b/LanguageFeatures/Extension-methods/call_member_t08.dart
index 2744289..d2e1cb4 100644
--- a/LanguageFeatures/Extension-methods/call_member_t08.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t09.dart b/LanguageFeatures/Extension-methods/call_member_t09.dart
index 85974dc..5ad3a82 100644
--- a/LanguageFeatures/Extension-methods/call_member_t09.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t10.dart b/LanguageFeatures/Extension-methods/call_member_t10.dart
index 17a753b..23197b9 100644
--- a/LanguageFeatures/Extension-methods/call_member_t10.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/call_member_t11.dart b/LanguageFeatures/Extension-methods/call_member_t11.dart
index 8713285..19e7c34 100644
--- a/LanguageFeatures/Extension-methods/call_member_t11.dart
+++ b/LanguageFeatures/Extension-methods/call_member_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Any expression of the form e1(args) or e1<types>(args) where e1
  * does not denote a method, and where the static type of e1 is not a function
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t01.dart
index 624ee5c..8de9a8c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension application is an expression of the form E(expr) or
  * E<typeArgs>(expr) where E denotes an extension declaration (that is, E a
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t02.dart
index 57804af..a39bf19 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension application is an expression of the form E(expr) or
  * E<typeArgs>(expr) where E denotes an extension declaration (that is, E a
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t03.dart
index 18fe56b..40f0e14 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension application is an expression of the form E(expr) or
  * E<typeArgs>(expr) where E denotes an extension declaration (that is, E a
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t04.dart
index a795aa2..36f2ac5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension application is an expression of the form E(expr) or
  * E<typeArgs>(expr) where E denotes an extension declaration (that is, E a
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t01.dart
index 8bb59b3..0e432b4 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the corresponding class constructor
  * invocation would be a compile-time error.
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t02.dart
index 76f372c..d2b6188 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the corresponding class constructor
  * invocation would be a compile-time error.
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A03_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A03_t01.dart
index 7f5f05d..592831a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A03_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the static type of the argument
  * expression (expr) of an explicit extension invocation is void.
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t01.dart
index ee4430b..6458f8b 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t02.dart
index d88bbaa..cf1ed2e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t01.dart
index c7d960b..d3078cb 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t02.dart
index 2b26874..26ef20d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t01.dart
index b20cee1..d2114ab 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t02.dart
index bb92997..d6f2c50 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t01.dart
index 849c390..74ad92c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t02.dart
index ee557dc..040c25d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t01.dart
index b4f9dee..79540c3 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t02.dart
index 07fa114..62611d5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t01.dart
index 1740f9b..68d4e5b 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t02.dart
index f260d81..108e919 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t01.dart
index 7b87a83..19880a9 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t02.dart
index 401abaa..e8486ae 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t03.dart
index 2fc9cd8..f968b29 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t04.dart
index f2eda01..3fbadcc 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t05.dart
index e433074..855341c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t06.dart
index 08ace9b..d57cc7e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t07.dart
index ef1507d..aa81fea 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t08.dart
index 21d2e6a..bd6d50f 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t09.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t09.dart
index 986758a..c71e4f0 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t09.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t10.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t10.dart
index 767a0e3..bedfb67 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t10.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t11.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t11.dart
index 504d737..31ae990 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t11.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t12.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t12.dart
index f0b6f55..32b360c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t12.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t13.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t13.dart
index 56924a2..43160c7 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t13.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t14.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t14.dart
index 387b7e0..f2283ff 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t14.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t15.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t15.dart
index 5aaa2e5..89f8d9e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t15.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t16.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t16.dart
index cb6f9b2..0eadfe8 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t16.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t17.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t17.dart
index 8f4dd0a..cb245a7 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t17.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t18.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t18.dart
index 6be0c78..c58150e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t18.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t19.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t19.dart
index 75d3ad5..dc7241a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t19.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t20.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t20.dart
index 3ed3364..302b64a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t20.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t21.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t21.dart
index 211cedf..bf9b6dd 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t21.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t22.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t22.dart
index 973849e..75aaa9d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t22.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t23.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t23.dart
index 961f0e8..4022a05 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t23.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t24.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t24.dart
index 5e8c54a..7842519 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t24.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t25.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t25.dart
index 7eb9083..adabc03 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t25.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t26.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t26.dart
index 726dfad..ba46978 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t26.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t27.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t27.dart
index 29cf4f2..44c2d82 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t27.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t28.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t28.dart
index f5e9e71..340e7ab 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t28.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t29.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t29.dart
index 7305497..762cd81 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t29.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t30.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t30.dart
index 64db8ab..74da7e2 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t30.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t31.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t31.dart
index 96b60d2..1db9c36 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t31.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t32.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t32.dart
index 72b4b1d..016228a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t32.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A10_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t01.dart
index 80fc836..fd4d340 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t02.dart
index 2f79b64..f3d372a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t01.dart
index d58e77b..23ef6be 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t02.dart
index 713f909..3ce4223 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t01.dart
index bc772db..04bd8d3 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t02.dart
index 430e035..9de16a1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t01.dart
index c2469da..fdd3d07 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t02.dart
index ef992987..ed38f2b 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t01.dart
index 72aaca7..271c49f 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t02.dart
index b25756c..cd02670 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t03.dart
index f0473e6..d0f688b 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t04.dart
index 8d29da8..fe53938 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t05.dart
index 8b6a217..d32a60a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t06.dart
index d9ebf2d..ce800ee 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t07.dart
index 3761fc5..1d1a678 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t08.dart
index b68b719..b6db05b 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t09.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t09.dart
index a2b1308..74a965c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t09.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t10.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t10.dart
index dd1c391..76051a9 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t10.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t11.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t11.dart
index 63f7317..abf7cda 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t11.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t12.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t12.dart
index 95241b1..da6dbb5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t12.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A15_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t01.dart
index 0c531fd..a8255a9 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t02.dart
index f8cdc71..e5b0100 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t03.dart
index 00036e0..2363859 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t04.dart
index 2d725b2..a46eed2 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t05.dart
index 2a5a838..b667d5e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t06.dart
index c5c9fe3..7599a1a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t07.dart
index ea3f6cd..ff7f29e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t08.dart
index f301a32..82c76ba 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t09.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t09.dart
index 0c5ba70..4ffd414 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t09.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t10.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t10.dart
index c0a6f1c..2f96df1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t10.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t11.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t11.dart
index 8a4c9fd..32537d8 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t11.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t12.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t12.dart
index 0246c76..d5b36cd 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t12.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A16_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t01.dart
index f7f766b..5bd975f 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t02.dart
index 4b91b4c..b2f16e2 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t03.dart
index cb6df2b..c74000e 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t04.dart
index 060b7a0..bc50943 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t05.dart
index 01dcad8..848ddef 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t06.dart
index eeae916..33d5fd0 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t07.dart
index d9e98d6..8fa86a7 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t08.dart
index 23d12be..bb9c725 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A17_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A composite member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t01.dart
index b2ddedb..64f0f18 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t02.dart
index 571d1a6..f2bbea5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t03.dart
index 97496ee..9b0d3e1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t04.dart
index a63087a..16349d5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t05.dart
index b534ffd..a5eef64 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t06.dart
index 514f4a8..7feb0af 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t07.dart
index 33eacd6..0ba781a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t08.dart
index a527566..fd5dce0 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A18_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A simple member invocation on a target expression X is an
  * expression of one of the forms:
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t01.dart
index 9bb1222..471c5d8 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t02.dart
index 0fb26a1..6a311e2 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t03.dart
index 8cff90e..81706a5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t04.dart
index 5d714d0..bac0768 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t05.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t05.dart
index 96acce7..2670a69 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t05.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t06.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t06.dart
index 01c5dda..a98334a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t06.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t07.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t07.dart
index b7878dc..de2f437 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t07.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t08.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t08.dart
index 739dd76..0ba805c 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t08.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t09.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t09.dart
index de0fbb4..6538fe4 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t09.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t10.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t10.dart
index 5181466..a69b267 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t10.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t11.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t11.dart
index da27049..fd23838 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t11.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t12.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t12.dart
index abba4fc..e31f52d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t12.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t13.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t13.dart
index 40eb5aa..2bf05a5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t13.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t14.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t14.dart
index 004f6a7..69d75e1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t14.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t15.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t15.dart
index af9a24a..b6e7ee3 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t15.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t16.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t16.dart
index b5d2ba4..5757c4d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t16.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t17.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t17.dart
index dcb40e5..1854a38 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t17.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t18.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t18.dart
index 9eb78da..ff5e25a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t18.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t19.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t19.dart
index 41c9c73..b07b5a5 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t19.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A19_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t01.dart
index 457b546..84557fd 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t02.dart
index 78b0c25..68c91c1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t03.dart
index d6289f3..fc28cb7 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t04.dart
index 8b544e8..2afd933 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A20_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if an extension application occurs in a
  * place where it is not the target expression of a simple or composite member
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A21_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A21_t01.dart
index 7d960ee..77ecf9d 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A21_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This means that you cannot do cascade invocations on explicit
  * extension applications: E(e)..foo()..bar() is a compile-time error. This is
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A22_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A22_t01.dart
index cd34bb0..b062002 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A22_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The static type of a member invocation on an extension application
  * is the return type of the extension member with the corresponding member name
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t01.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t01.dart
index 513ed87..97a2d65 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t01.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A pre-increment expression of the form ++e1.id is generally
  * equivalent to e1.id += 1. Similarly for --e1.id, ++e1[e2] and --e1[e2]. This
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t02.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t02.dart
index 604c11b..a42d2c1 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t02.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A pre-increment expression of the form ++e1.id is generally
  * equivalent to e1.id += 1. Similarly for --e1.id, ++e1[e2] and --e1[e2]. This
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t03.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t03.dart
index 033b53c..8fea52a 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t03.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A pre-increment expression of the form ++e1.id is generally
  * equivalent to e1.id += 1. Similarly for --e1.id, ++e1[e2] and --e1[e2]. This
diff --git a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t04.dart b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t04.dart
index c5c0ad0..3e38239 100644
--- a/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t04.dart
+++ b/LanguageFeatures/Extension-methods/explicit_extension_member_invocation_A23_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A pre-increment expression of the form ++e1.id is generally
  * equivalent to e1.id += 1. Similarly for --e1.id, ++e1[e2] and --e1[e2]. This
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_lib.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_lib.dart
index 0b8f119..61a16d3 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_lib.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library extension_conflict_resolution_lib;
 
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t01.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t01.dart
index 4a5a7cf..41f957e 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t01.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t02.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t02.dart
index 8289460..8c279f8 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t02.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t03.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t03.dart
index a371810..16e2701 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t03.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t04.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t04.dart
index 64ad6bc..1bdf03c 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t04.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t05.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t05.dart
index 4c4065b..f93360b 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t05.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t06.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t06.dart
index 0d6c057..fc503e9 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t06.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t07.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t07.dart
index 904bae9..6af0e1c 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t07.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t08.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t08.dart
index 89795be..2c27504 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t08.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t09.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t09.dart
index 775de70..101a117 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t09.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t10.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t10.dart
index b52014c..95343ea 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t10.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t11.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t11.dart
index 70d5f6e..2243265 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t11.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t12.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t12.dart
index 9d0ce53..e6264d6 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t12.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t13.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t13.dart
index 68c0432..7a6381a 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t13.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t14.dart b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t14.dart
index 53359ef..bae4af2 100644
--- a/LanguageFeatures/Extension-methods/extension_conflict_resolution_t14.dart
+++ b/LanguageFeatures/Extension-methods/extension_conflict_resolution_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If more than one extension applies to a specific member
  * invocation, then we resort to a heuristic to choose one of the extensions to
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t01.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t01.dart
index 493e0d0..4506f2d 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t01.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t02.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t02.dart
index f416289..db050ff 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t02.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t03.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t03.dart
index 23ad208..421753d 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t03.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If there is no such member, the operation is currently a
  * compile-time error. In that case, all extensions in scope are checked for
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t04.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t04.dart
index 17e30d8..5e10f7c 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t04.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For generic extensions, standard type inference is used to infer
  * the type arguments
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t06.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t06.dart
index 154353a..308299a 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t06.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t07.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t07.dart
index 7d89b76..3363997 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t07.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t08.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t08.dart
index 9afa7f1..2418a14 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t08.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/extension_member_resolution_t09.dart b/LanguageFeatures/Extension-methods/extension_member_resolution_t09.dart
index 046efa1..7d8f238 100644
--- a/LanguageFeatures/Extension-methods/extension_member_resolution_t09.dart
+++ b/LanguageFeatures/Extension-methods/extension_member_resolution_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For any member access, x.foo, x.bar(), x.baz = 42, x(42), x[0] = 1
  * or x + y, including null-aware and cascade accesses which effectively desugar
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t01.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t01.dart
index 77dfb8c..6fb67c9 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t01.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t02.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t02.dart
index cdaed42..cd7eade 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t02.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t03.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t03.dart
index e752274..5bf1f12 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t03.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t04.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t04.dart
index 48a2f00..5bb2d97 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t04.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t05.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t05.dart
index 53df028..1d30673 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t05.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t06.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t06.dart
index 2cbf541..8606018 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t06.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If both the extension and the method is generic, then inference
  * must infer the extension type parameters first, to figure out whether the
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t01.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t01.dart
index 0f00b9e..237669e 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t01.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The extension type parameter can also occur as a parameter type
  * for the method.
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t02.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t02.dart
index ee29657..78045d5 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t02.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The extension type parameter can also occur as a parameter type
  * for the method.
diff --git a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t03.dart b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t03.dart
index d1fd139..444a7b8 100644
--- a/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t03.dart
+++ b/LanguageFeatures/Extension-methods/generic_parameter_inference_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The extension type parameter can also occur as a parameter type
  * for the method.
diff --git a/LanguageFeatures/Extension-methods/member_conflict_resolution_t01.dart b/LanguageFeatures/Extension-methods/member_conflict_resolution_t01.dart
index d1d7a83..14b63f7 100644
--- a/LanguageFeatures/Extension-methods/member_conflict_resolution_t01.dart
+++ b/LanguageFeatures/Extension-methods/member_conflict_resolution_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension can declare a member with the same (base-)name as a
  * member of the type it is declared on. This does not cause a compile-time
diff --git a/LanguageFeatures/Extension-methods/member_conflict_resolution_t02.dart b/LanguageFeatures/Extension-methods/member_conflict_resolution_t02.dart
index 4607e66..9989bc1 100644
--- a/LanguageFeatures/Extension-methods/member_conflict_resolution_t02.dart
+++ b/LanguageFeatures/Extension-methods/member_conflict_resolution_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension can declare a member with the same (base-)name as a
  * member of the type it is declared on. This does not cause a compile-time
diff --git a/LanguageFeatures/Extension-methods/member_conflict_resolution_t03.dart b/LanguageFeatures/Extension-methods/member_conflict_resolution_t03.dart
index 496ac86..8c073b9 100644
--- a/LanguageFeatures/Extension-methods/member_conflict_resolution_t03.dart
+++ b/LanguageFeatures/Extension-methods/member_conflict_resolution_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension can declare a member with the same (base-)name as a
  * member of the type it is declared on. This does not cause a compile-time
diff --git a/LanguageFeatures/Extension-methods/my_fancy_list_lib.dart b/LanguageFeatures/Extension-methods/my_fancy_list_lib.dart
index 4a185c6..9a34593 100644
--- a/LanguageFeatures/Extension-methods/my_fancy_list_lib.dart
+++ b/LanguageFeatures/Extension-methods/my_fancy_list_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library my_fancy_list_lib;
 
diff --git a/LanguageFeatures/Extension-methods/my_fancy_list_lib2.dart b/LanguageFeatures/Extension-methods/my_fancy_list_lib2.dart
index 94c8dbf..ac80b3f 100644
--- a/LanguageFeatures/Extension-methods/my_fancy_list_lib2.dart
+++ b/LanguageFeatures/Extension-methods/my_fancy_list_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library my_fancy_list_lib2;
 
diff --git a/LanguageFeatures/Extension-methods/ommited_name_t01.dart b/LanguageFeatures/Extension-methods/ommited_name_t01.dart
index 4d70225..e687e66 100644
--- a/LanguageFeatures/Extension-methods/ommited_name_t01.dart
+++ b/LanguageFeatures/Extension-methods/ommited_name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion
  * <extension> ::=
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A01_t01.dart b/LanguageFeatures/Extension-methods/overriding_access_A01_t01.dart
index eb4c273..b73d484 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A01_t01.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If two or more extensions apply to the same member access, or if a
  * member of the receiver type takes precedence over an extension method, or if
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A01_t02.dart b/LanguageFeatures/Extension-methods/overriding_access_A01_t02.dart
index 59224c5..11a550b 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A01_t02.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If two or more extensions apply to the same member access, or if a
  * member of the receiver type takes precedence over an extension method, or if
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A01_t03.dart b/LanguageFeatures/Extension-methods/overriding_access_A01_t03.dart
index 92a3d08..604a567 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A01_t03.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If two or more extensions apply to the same member access, or if a
  * member of the receiver type takes precedence over an extension method, or if
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A01_t04.dart b/LanguageFeatures/Extension-methods/overriding_access_A01_t04.dart
index c60ad3a..d853b17 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A01_t04.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If two or more extensions apply to the same member access, or if a
  * member of the receiver type takes precedence over an extension method, or if
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A01_t05.dart b/LanguageFeatures/Extension-methods/overriding_access_A01_t05.dart
index b53f6a3..5139628 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A01_t05.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If two or more extensions apply to the same member access, or if a
  * member of the receiver type takes precedence over an extension method, or if
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A02_t01.dart b/LanguageFeatures/Extension-methods/overriding_access_A02_t01.dart
index 72c4380..787b58c 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A02_t01.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the extension does not declare a
  * member with the provided name.
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A02_t02.dart b/LanguageFeatures/Extension-methods/overriding_access_A02_t02.dart
index 2122784..5fe89f9 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A02_t02.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if the extension does not declare a
  * member with the provided name.
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A03_t01.dart b/LanguageFeatures/Extension-methods/overriding_access_A03_t01.dart
index 53ad966..25a5792 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A03_t01.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An equality check like [MyList(object) == x] is always disallowed
  * because an extension cannot declare a member named [==], and [MyList(object)
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A03_t02.dart b/LanguageFeatures/Extension-methods/overriding_access_A03_t02.dart
index b037531..5d8a3ef 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A03_t02.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An equality check like [MyList(object) == x] is always disallowed
  * because an extension cannot declare a member named [==], and [MyList(object)
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A04_t01.dart b/LanguageFeatures/Extension-methods/overriding_access_A04_t01.dart
index 09d14b9..5c0aa48 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A04_t01.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [MyList(object)] or
  * [MyList<String>(object)] must only be used for extension member access. It is
diff --git a/LanguageFeatures/Extension-methods/overriding_access_A05_t01.dart b/LanguageFeatures/Extension-methods/overriding_access_A05_t01.dart
index e3d3d77..337fb74 100644
--- a/LanguageFeatures/Extension-methods/overriding_access_A05_t01.dart
+++ b/LanguageFeatures/Extension-methods/overriding_access_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Notice that an explicit override introduces a type context for the
  * object. Example:
diff --git a/LanguageFeatures/Extension-methods/scope_all_lib.dart b/LanguageFeatures/Extension-methods/scope_all_lib.dart
index 34cbf58..c878ad7 100644
--- a/LanguageFeatures/Extension-methods/scope_all_lib.dart
+++ b/LanguageFeatures/Extension-methods/scope_all_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Extension-methods/scope_bar_lib.dart b/LanguageFeatures/Extension-methods/scope_bar_lib.dart
index 668475b..65619f0 100644
--- a/LanguageFeatures/Extension-methods/scope_bar_lib.dart
+++ b/LanguageFeatures/Extension-methods/scope_bar_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Extension-methods/scope_t01.dart b/LanguageFeatures/Extension-methods/scope_t01.dart
index f62e6a9..8c1ed0c 100644
--- a/LanguageFeatures/Extension-methods/scope_t01.dart
+++ b/LanguageFeatures/Extension-methods/scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension is in scope if the name is shadowed by another
  * declaration
diff --git a/LanguageFeatures/Extension-methods/scope_t02.dart b/LanguageFeatures/Extension-methods/scope_t02.dart
index 4a2da86..dff434a 100644
--- a/LanguageFeatures/Extension-methods/scope_t02.dart
+++ b/LanguageFeatures/Extension-methods/scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension is in scope if the name is shadowed by another
  * declaration
diff --git a/LanguageFeatures/Extension-methods/scope_t03.dart b/LanguageFeatures/Extension-methods/scope_t03.dart
index 6c148a1..1380b6d 100644
--- a/LanguageFeatures/Extension-methods/scope_t03.dart
+++ b/LanguageFeatures/Extension-methods/scope_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension is in scope if the name is shadowed by another
  * declaration
diff --git a/LanguageFeatures/Extension-methods/scope_t04.dart b/LanguageFeatures/Extension-methods/scope_t04.dart
index 14352f6..d2a80f1 100644
--- a/LanguageFeatures/Extension-methods/scope_t04.dart
+++ b/LanguageFeatures/Extension-methods/scope_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension is in scope if the name is shadowed by another
  * declaration
diff --git a/LanguageFeatures/Extension-methods/scope_t05.dart b/LanguageFeatures/Extension-methods/scope_t05.dart
index fc37ae9..261698c 100644
--- a/LanguageFeatures/Extension-methods/scope_t05.dart
+++ b/LanguageFeatures/Extension-methods/scope_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An extension is in scope if the name is shadowed by another
  * declaration
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_lib.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_lib.dart
index 30be855..78258e6 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_lib.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t01.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t01.dart
index 4c52ec3..cdcf68c 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t01.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Even though you can access this, you cannot use super inside an
  * extension method.
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t02.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t02.dart
index 9e46afc..815ed39 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t02.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Inside an extension method body, this does not refer to an
  * instance of a surrounding type. Instead it is bound to the original receiver,
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t03.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t03.dart
index d832271..c87bec0 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t03.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Like for a class or mixin member declaration, the names of the
  * extension members, both static and instance, are in the lexical scope of the
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t04.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t04.dart
index c7583d7..7cc448c 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t04.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Like for a class or mixin member declaration, the names of the
  * extension members, both static and instance, are in the lexical scope of the
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t05.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t05.dart
index 3c18a62..ccb8243 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t05.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an unqualified identifier lexically resolves to an extension
  * method of the surrounding extension, then that identifier is not equivalent
diff --git a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t06.dart b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t06.dart
index 35f6b39..8c121f1 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_extension_members_t06.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_extension_members_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an unqualified identifier lexically resolves to an extension
  * method of the surrounding extension, then that identifier is not equivalent
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t01.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t01.dart
index 1a53c40..a00b734 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t01.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t02.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t02.dart
index 6f77f19..3dc9bc9 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t02.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t03.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t03.dart
index 77ecc96..a8018d1 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t03.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t04.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t04.dart
index e4bb9db..04bb44f 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t04.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t05.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t05.dart
index 11986fa..de5ba30 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t05.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/semantics_of_invocations_t06.dart b/LanguageFeatures/Extension-methods/semantics_of_invocations_t06.dart
index 541c817..64bce03 100644
--- a/LanguageFeatures/Extension-methods/semantics_of_invocations_t06.dart
+++ b/LanguageFeatures/Extension-methods/semantics_of_invocations_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an extension is found to be the one applying to a member
  * invocation, then at run-time, the invocation will perform a method invocation
diff --git a/LanguageFeatures/Extension-methods/static_member_t01.dart b/LanguageFeatures/Extension-methods/static_member_t01.dart
index 3254652..3f521df 100644
--- a/LanguageFeatures/Extension-methods/static_member_t01.dart
+++ b/LanguageFeatures/Extension-methods/static_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static member declarations in the extension declaration can be
  * accessed the same way as static members of a class or mixin declaration: By
diff --git a/LanguageFeatures/Extension-methods/static_member_t02.dart b/LanguageFeatures/Extension-methods/static_member_t02.dart
index 25fe664..df396c5 100644
--- a/LanguageFeatures/Extension-methods/static_member_t02.dart
+++ b/LanguageFeatures/Extension-methods/static_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static member declarations in the extension declaration can be
  * accessed the same way as static members of a class or mixin declaration: By
diff --git a/LanguageFeatures/Extension-methods/static_member_t03.dart b/LanguageFeatures/Extension-methods/static_member_t03.dart
index dec4ffe..31f088d 100644
--- a/LanguageFeatures/Extension-methods/static_member_t03.dart
+++ b/LanguageFeatures/Extension-methods/static_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static member declarations in the extension declaration can be
  * accessed the same way as static members of a class or mixin declaration: By
diff --git a/LanguageFeatures/Extension-methods/static_member_t04.dart b/LanguageFeatures/Extension-methods/static_member_t04.dart
index 7db81cc..14e5e48 100644
--- a/LanguageFeatures/Extension-methods/static_member_t04.dart
+++ b/LanguageFeatures/Extension-methods/static_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static member declarations in the extension declaration can be
  * accessed the same way as static members of a class or mixin declaration: By
diff --git a/LanguageFeatures/Extension-methods/static_member_t05.dart b/LanguageFeatures/Extension-methods/static_member_t05.dart
index 37ed182..992882e 100644
--- a/LanguageFeatures/Extension-methods/static_member_t05.dart
+++ b/LanguageFeatures/Extension-methods/static_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Static member declarations in the extension declaration can be
  * accessed the same way as static members of a class or mixin declaration: By
diff --git a/LanguageFeatures/Extension-methods/syntax_covariant_t01.dart b/LanguageFeatures/Extension-methods/syntax_covariant_t01.dart
index 8d29c89..86e4263 100644
--- a/LanguageFeatures/Extension-methods/syntax_covariant_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_covariant_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_member_declarations_t01.dart b/LanguageFeatures/Extension-methods/syntax_member_declarations_t01.dart
index 55fab5c..b35b34c 100644
--- a/LanguageFeatures/Extension-methods/syntax_member_declarations_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_member_declarations_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_member_declarations_t02.dart b/LanguageFeatures/Extension-methods/syntax_member_declarations_t02.dart
index 39cd0ce..a23eb3d 100644
--- a/LanguageFeatures/Extension-methods/syntax_member_declarations_t02.dart
+++ b/LanguageFeatures/Extension-methods/syntax_member_declarations_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_member_declarations_t03.dart b/LanguageFeatures/Extension-methods/syntax_member_declarations_t03.dart
index 04a5498..c4798b5 100644
--- a/LanguageFeatures/Extension-methods/syntax_member_declarations_t03.dart
+++ b/LanguageFeatures/Extension-methods/syntax_member_declarations_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_name_t01.dart b/LanguageFeatures/Extension-methods/syntax_name_t01.dart
index 0e1b5f9..99101e1 100644
--- a/LanguageFeatures/Extension-methods/syntax_name_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_name_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_name_t02.dart b/LanguageFeatures/Extension-methods/syntax_name_t02.dart
index 3aa3e03..2977506 100644
--- a/LanguageFeatures/Extension-methods/syntax_name_t02.dart
+++ b/LanguageFeatures/Extension-methods/syntax_name_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_name_t03.dart b/LanguageFeatures/Extension-methods/syntax_name_t03.dart
index ebbfa72..3a8ae40 100644
--- a/LanguageFeatures/Extension-methods/syntax_name_t03.dart
+++ b/LanguageFeatures/Extension-methods/syntax_name_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_name_t04.dart b/LanguageFeatures/Extension-methods/syntax_name_t04.dart
index 81f0d7b..5387c8d 100644
--- a/LanguageFeatures/Extension-methods/syntax_name_t04.dart
+++ b/LanguageFeatures/Extension-methods/syntax_name_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t01.dart b/LanguageFeatures/Extension-methods/syntax_scope_t01.dart
index bb49f79..bc5bdf3 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t02.dart b/LanguageFeatures/Extension-methods/syntax_scope_t02.dart
index fac2e1a..617c659 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t02.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t03.dart b/LanguageFeatures/Extension-methods/syntax_scope_t03.dart
index 9599f10..610ed75 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t03.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t04.dart b/LanguageFeatures/Extension-methods/syntax_scope_t04.dart
index c0ad36a..5b0c8af 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t04.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t05.dart b/LanguageFeatures/Extension-methods/syntax_scope_t05.dart
index deb92f4..fe4966c 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t05.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t05_lib.dart b/LanguageFeatures/Extension-methods/syntax_scope_t05_lib.dart
index a88f6ca..83a5007 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t05_lib.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t05_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_scope_t06.dart b/LanguageFeatures/Extension-methods/syntax_scope_t06.dart
index 2c93b3b..7852ce1 100644
--- a/LanguageFeatures/Extension-methods/syntax_scope_t06.dart
+++ b/LanguageFeatures/Extension-methods/syntax_scope_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_t01.dart b/LanguageFeatures/Extension-methods/syntax_t01.dart
index 488b512..1d9c1b0 100644
--- a/LanguageFeatures/Extension-methods/syntax_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_t02.dart b/LanguageFeatures/Extension-methods/syntax_t02.dart
index 98c0f01..cf5a3c4 100644
--- a/LanguageFeatures/Extension-methods/syntax_t02.dart
+++ b/LanguageFeatures/Extension-methods/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_t03.dart b/LanguageFeatures/Extension-methods/syntax_t03.dart
index fbad256..ae50fb0 100644
--- a/LanguageFeatures/Extension-methods/syntax_t03.dart
+++ b/LanguageFeatures/Extension-methods/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_t04.dart b/LanguageFeatures/Extension-methods/syntax_t04.dart
index c7ad095..b08d3fb 100644
--- a/LanguageFeatures/Extension-methods/syntax_t04.dart
+++ b/LanguageFeatures/Extension-methods/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_type_t01.dart b/LanguageFeatures/Extension-methods/syntax_type_t01.dart
index de4e71d..59e0aaf 100644
--- a/LanguageFeatures/Extension-methods/syntax_type_t01.dart
+++ b/LanguageFeatures/Extension-methods/syntax_type_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/syntax_type_t03.dart b/LanguageFeatures/Extension-methods/syntax_type_t03.dart
index d55b8b6..f207fdf 100644
--- a/LanguageFeatures/Extension-methods/syntax_type_t03.dart
+++ b/LanguageFeatures/Extension-methods/syntax_type_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion an extension declaration is a top-level declaration with a grammar
  * similar to:
diff --git a/LanguageFeatures/Extension-methods/tearoffs1.lib.dart b/LanguageFeatures/Extension-methods/tearoffs1.lib.dart
index e8b02f1..96b3856 100644
--- a/LanguageFeatures/Extension-methods/tearoffs1.lib.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs1.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Extension-methods/tearoffs2.lib.dart b/LanguageFeatures/Extension-methods/tearoffs2.lib.dart
index c909e63..2327cc3 100644
--- a/LanguageFeatures/Extension-methods/tearoffs2.lib.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs2.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Extension-methods/tearoffs_t01.dart b/LanguageFeatures/Extension-methods/tearoffs_t01.dart
index f254d1e..8a889e7 100644
--- a/LanguageFeatures/Extension-methods/tearoffs_t01.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A static extension method can be torn off like an instance method.
  *
diff --git a/LanguageFeatures/Extension-methods/tearoffs_t02.dart b/LanguageFeatures/Extension-methods/tearoffs_t02.dart
index 1f10633..81e8c5a 100644
--- a/LanguageFeatures/Extension-methods/tearoffs_t02.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Torn off extension methods are never equal unless they are
  * identical.
diff --git a/LanguageFeatures/Extension-methods/tearoffs_t03.dart b/LanguageFeatures/Extension-methods/tearoffs_t03.dart
index bac7c94..82f942c 100644
--- a/LanguageFeatures/Extension-methods/tearoffs_t03.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A static extension method can be torn off like an instance method.
  *
diff --git a/LanguageFeatures/Extension-methods/tearoffs_t04.dart b/LanguageFeatures/Extension-methods/tearoffs_t04.dart
index 7f2ff14..9cb1577 100644
--- a/LanguageFeatures/Extension-methods/tearoffs_t04.dart
+++ b/LanguageFeatures/Extension-methods/tearoffs_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An explicitly overridden extension method access, like
  * Foo<Bar>(b).baz, also works as a tear-off.
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t01.dart
index f056749..d314dbf 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t02.dart
index f8d4f32..ac4e7b3 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t03.dart
index 0fcf891..40b6cb3 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t04.dart
index ab4135f..7b348ed 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t05.dart
index 913e6fb..1f45e49 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t06.dart
index 25ef58a..053d577 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t07.dart
index 79494b0..f6d8c99 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t08.dart b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t08.dart
index 7644c5e..2b0f400 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t08.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/FutureOr_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/Least_greatest_closure_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/Least_greatest_closure_t02.dart
index 2a00ea3..fa6a747 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/Least_greatest_closure_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/Least_greatest_closure_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t01.dart
index d4c3825..96453e8 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t02.dart
index 84df08a..d1c8427 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t03.dart
index 27a96c0..8e57bf4 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t04.dart
index 4045c85..1393ca0 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t05.dart
index fab2bd7..6e115f9 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t06.dart
index f9b224d..aa02805 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t07.dart
index 8bb9235..9b1b395 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t08.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t08.dart
index af6d3d7..1141e6c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t08.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t09.dart b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t09.dart
index fe026fc..885aa81 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/List_A01_t09.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/List_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t01.dart
index dc5a6b9..ed7f343 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t02.dart
index 9f0362b..972d99a 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t03.dart
index d469646..174689f 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t04.dart
index 30dea92..640f6b5 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t05.dart
index e61f901..4cea226 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t06.dart
index 038e3bc..39d892c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t07.dart
index 57ff570..198da7b 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A01_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A02_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A02_t01.dart
index 69309e9..f70fd6c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A02_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A03_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A03_t01.dart
index a20f056..4dee981 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A03_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/class_A03_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/class_A03_t02.dart
index ac30004..6443c67 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/class_A03_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/class_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t01.dart
index 09e57a4..bf6c06f 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t02.dart
index 7d2e02b..7d6a3d9 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t03.dart
index 00ec6a4..8d2888b 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t04.dart
index 1a00a7b..8be1ba6 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t05.dart
index f8283cf..a1732a8 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A02_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A02_t01.dart
index 045a2fa..4c3b0df 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A02_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t01.dart
index b242ddb..874b73c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t02.dart
index 273275e..b14df1d 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t03.dart
index fd9b2ae..60c22ba 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/function_A03_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/function_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t01.dart
index f6aba17..a74e045 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t02.dart
index 70a7aa2..f7186cf 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/i2b_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Generic-functions-as-type-args/least_greatest_closure_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/least_greatest_closure_t01.dart
index 5ff6bc7..c8b2388 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/least_greatest_closure_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/least_greatest_closure_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t01.dart
index cff1171..4f1ce9c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t02.dart
index ca0a16d..328a172 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t03.dart
index 7277935..ca02cc3 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t04.dart
index 1966c61..987a67e 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t05.dart
index 219a16a..1fd54ce 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t06.dart
index f092751..ca7c8db 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t07.dart
index 4c88ad0..802ea6f 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t08.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t08.dart
index 509b7af..7e3931c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t08.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t09.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t09.dart
index 2c80483..014231f 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t09.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t10.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t10.dart
index 4639c49..8828bd5 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t10.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t11.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t11.dart
index f2318bd..86ba617 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t11.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t12.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t12.dart
index 16de817..c56a0a6 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t12.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t13.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t13.dart
index a2db9d1..234a0d6 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t13.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t14.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t14.dart
index 2f37221..fc3a2ea 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t14.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t15.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t15.dart
index 2544d23..91a6216 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t15.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t16.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t16.dart
index 18185c0..c6faae4 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t16.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t17.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t17.dart
index 081e101..df989ad 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t17.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t18.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t18.dart
index 31a41db..b38d61e 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t18.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t19.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t19.dart
index 87e1552..78a400b 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t19.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t20.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t20.dart
index c9c0950..3e1fb65 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t20.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t21.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t21.dart
index 8025efa..6ef3e1a 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t21.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t22.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t22.dart
index 8875f99..5bde5d7 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t22.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t23.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t23.dart
index 605b04b..2bf04e1 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t23.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t24.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t24.dart
index c1d66e1..ec18080 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t24.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A01_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t01.dart
index ef19473..51c41b8 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t02.dart
index b9e4521..34ed5e3 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t03.dart
index 1d1cb82..5e12975 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t04.dart
index 97163b5..cc7f372 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A03_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A03_t01.dart
index 425c724..4369d48 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef1_A03_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef1_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t01.dart
index d2c76c9..8329b62 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t02.dart
index 3a06340..b5fd95d 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t03.dart
index 0df3fe1..3380104 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t04.dart
index ff6a7a2..1a4922c 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t05.dart
index a6744a8..3c5eaf3 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t06.dart
index 5b25f00..f54aa8e 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t07.dart
index 721ddce..4537b51 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t08.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t08.dart
index be18641..4ce2181 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t08.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t09.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t09.dart
index 1b985e2..670ae4b 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t09.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t10.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t10.dart
index 3f586e9..d1c6719 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t10.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t11.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t11.dart
index fdd2401..6402156 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t11.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t12.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t12.dart
index 5fa24f3..740b765 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t12.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t13.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t13.dart
index 1bf4069..06294c2 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t13.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t14.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t14.dart
index 3ada304..45fab49 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t14.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t15.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t15.dart
index 6107000..95d2f16 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t15.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t16.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t16.dart
index 6107000..95d2f16 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t16.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t01.dart
index c05fa02..7878c02 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t02.dart
index 585ac7c..82aa964 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t03.dart
index 41d82cb..05d672a 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t04.dart
index fd3a2dd..ad501dd 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A03_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A03_t01.dart
index d52ca9d..63be5c6 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef2_A03_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef2_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t01.dart
index da0dfbf..eebcb36 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t02.dart
index 480d83a..ae146fd 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t03.dart
index f471e40..5cf9f85 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t04.dart
index 6fc1e93..5ef6fd0 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t05.dart
index bcb8d66..9bec8ee 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t06.dart
index fe24669..b1dc077 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/typedef3_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t01.dart
index e1468b3..65a6428 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t02.dart
index 5dbd21f..13fc660 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t03.dart
index 1509cc8..181e812 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t04.dart
index 5a914b2..74f2721 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t05.dart
index 35bda37..358c5d5 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t06.dart
index 0874f99..614cbe2 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t01.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t01.dart
index 927102f..0236b3a 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t01.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t02.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t02.dart
index 92476cf..b3218d8 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t02.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t03.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t03.dart
index 0c28b5b..a60daca 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t03.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t04.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t04.dart
index a58ff4a..1e91651 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t04.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t05.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t05.dart
index eb45f63..04b90b0 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t05.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t06.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t06.dart
index a2f85cc..a4340d1 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t06.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t07.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t07.dart
index 09ed578..2276d6d 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t07.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/legacy_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Allow generic function types as type arguments and bounds
  *
diff --git a/LanguageFeatures/Generic-functions-as-type-args/weak/opted_out_lib.dart b/LanguageFeatures/Generic-functions-as-type-args/weak/opted_out_lib.dart
index 67046e1..30829d4 100644
--- a/LanguageFeatures/Generic-functions-as-type-args/weak/opted_out_lib.dart
+++ b/LanguageFeatures/Generic-functions-as-type-args/weak/opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t01.dart
index df2c24a..fd9a125 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t02.dart
index 26c107a..8b67faf 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t03.dart
index 1de3bdf..68a92da 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t04.dart
index 1cfda62..77eec5c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t01.dart
index 34a0665..112204b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t02.dart
index 6b4b885..b771450 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t03.dart
index 506367f..338056c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t04.dart
index 7a93cbc..ac55f5b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t05.dart
index ac70272..b8911fb 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t06.dart
index 1b6ff54..32f4b2a 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t07.dart
index be89147..2401fb5 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t09.dart
index f36cd81..009ba96 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t01.dart
index 50ef090..13a143c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t02.dart
index c659e42..938acda 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t03.dart
index eab2c28..c7ad99a 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t05.dart
index 71197b5..fce94fa 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t06.dart
index dac9831..91e5b69 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t07.dart
index c51f18c..2d9882b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t08.dart
index adc0b81..971e815 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t09.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t09.dart
index 17dc13f..d6b36c5 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t10.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t10.dart
index 5cc6a78..98a778d 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l2_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l3_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l3_t01.dart
index 4e4f9eb..7f8e3b9 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l3_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l3_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l4_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l4_t01.dart
index c365464..f75cf21 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l4_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_l4_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t01.dart
index 107462f..0a49c7c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t02.dart
index 479a3ec..56bd0c4 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t03.dart
index 44952ee..1982811 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t04.dart
index 319d892..a91eb22 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t01.dart
index bcbced0..7aec65c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t02.dart
index b7b99df..bdab46a 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t03.dart
index 02d383f..7ad85b2 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t04.dart
index d229b2d..7720574 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t05.dart
index 95ec847..75f716d 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t06.dart
index f68cbde..a6dd5f9 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t07.dart
index 8c600e4..436f438 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t08.dart
index f3fcffc..7ccf66a 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/dynamic/class_typedef_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t01.dart
index bdbcfae..cfc3b0f 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t02.dart
index 3f8114d..65b5a9f 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t03.dart
index aabc48d..c342acf 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t04.dart
index 0ca9b06..c4b32d3 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t05.dart
index af557b6..515cde3 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_FutureOr_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t01.dart
index c3d3e4b..f12f400 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t02.dart
index d76b628..e6e7e4b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t03.dart
index 8d2fef8..3b6326e 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t04.dart
index ed3151a..5266ed3 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t05.dart
index 350dbbe..b4e5acd 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t06.dart
index c3cebfd..ae82768 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t07.dart
index 5f6844e..19a1e40 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t08.dart
index 83d5ced..a33d93b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t09.dart
index d978f7b..fb49e2c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t10.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t10.dart
index f7f8a86..a7bdd16 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t11.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t11.dart
index d510e0b..b976249 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t01.dart
index b2e571d..b9292b6 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t02.dart
index 11fa37f..d4e46a7 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t03.dart
index 7398ec5..37aa634 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t04.dart
index 8a5142d..bf77847 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t05.dart
index c8ce174..993a46c 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t06.dart
index 658290b..28d367b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t07.dart
index 0f580b2..ac5178a 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t08.dart
index 818dbb8..cc14103 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t09.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t09.dart
index 3b2a67e..2cbf023 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t10.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t10.dart
index b5e3623..062f967 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l2_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l3_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l3_t01.dart
index edfc02d..4b9c709 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l3_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l3_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_l4_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_l4_t01.dart
index 77d9b31..e14ec5b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_l4_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_l4_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t01.dart
index 56954c7..1543630 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t02.dart
index f42ac75..5ab4f60 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t03.dart
index 7f99597..285fe13 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t04.dart
index c351294..46652d4 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t01.dart
index e185988..0f7f3a9 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t02.dart
index f745fc2..5f51708 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t03.dart
index 89a51b8..43440bf 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t04.dart
index e2b222e..5e12b15 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t05.dart
index 7fd5aaf..fce221b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t06.dart
index 9eea66c..934c1b3 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t07.dart
index 994eb89..61a205b 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t08.dart
index 45be986..09a7a92 100644
--- a/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/class/static/class_typedef_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t01.dart
index 2f774d4..733cebd 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t02.dart
index 24aee82..0af458a 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t03.dart
index 25ccee7..3e8e5a6 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t01.dart
index 05cb714..962a8c4 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t02.dart
index 3cef42c..099644c 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t03.dart
index cbeb207..f0d597a 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t05.dart
index c46470d..bce4e61 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t06.dart
index ce04dfd..d4657b4 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t07.dart
index eac2d6b..7b2a4ce 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t08.dart
index 490dfd8..88d3d9b 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t01.dart
index 707e3d7..4903143 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t02.dart
index c8569b5..53fc5c4 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t03.dart
index 63365ba..62ca0be 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t05.dart
index 4b29bec..93b65db 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t06.dart
index d3f95b6..7c640ad 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t08.dart
index 7661f07..44e19bd 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t09.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t09.dart
index a8c77c1..868440d 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t10.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t10.dart
index 3975bc9..56b24c5 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l2_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l3_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l3_t01.dart
index 406054b..c6ed47d 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l3_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l3_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l4_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l4_t01.dart
index 3d38b32..62cc06c 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l4_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_l4_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t01.dart
index 6502d72..2141642 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t02.dart
index f93beab..93f5b44 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t04.dart
index 60ba372..fbf8688 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t01.dart
index dfcec23..f93534a 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t02.dart
index ee8fce8..a95bb3f 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t04.dart
index 2d0a61f..e1ad315 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t05.dart
index df8db90..cf433c9 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t06.dart
index 6d5cde7..569fe24 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t08.dart
index 7307361..a89fc69 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/dynamic/nonfunction_typedef_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t01.dart
index 3945686..f429279 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t02.dart
index dce8a6a..68e6ba3 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t03.dart
index 03b8ba7..dcaa862 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t04.dart
index 0a2a22c..efb318d 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t01.dart
index d8d4a57..f75fc52 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t02.dart
index 02b8d94..c8f631c 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t03.dart
index b8fbbd4..7b78c68 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t04.dart
index 2ae3eba..84795d3 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t05.dart
index c1e1d69..ec18a63 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
index 96fdf75..23fbc6a 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t07.dart
index d5b63ad..82e4165 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t08.dart
index 5fa39fa..2956952 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t01.dart
index d6446cc..11ce628 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t02.dart
index 045c567..6a61d2e 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t03.dart
index 8b3ad3c..f040d78 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t04.dart
index 7ebb584..7bf96a5 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t05.dart
index 13eba25..fb5e7cd 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t06.dart
index ecc3a35..1bca67c 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t07.dart
index a4d84c9..5735c69 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t08.dart
index f2b44ea..7fe9803 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t09.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t09.dart
index 7e37447..a7f055d 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t10.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t10.dart
index be65ce4..74c6f2b 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l2_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l3_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l3_t01.dart
index ed63f59..ce6c570 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l3_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l3_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l4_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l4_t01.dart
index 687107a..4dca44c 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l4_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_l4_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t01.dart
index 8f6acd9..0b8658a 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t02.dart
index 1896165..7deab59 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t03.dart
index 2f5585f..3e8acd6 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t04.dart
index 0df1397..592b833 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
@@ -47,11 +46,6 @@
  * void Function(); class C<X>; typedef A<X extends G<C<X>>> = C<X>].
  * @author iarkh@unipro.ru
  */
-/*
- * Copyright (c) 2019, 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.
- */
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t01.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t01.dart
index 9136240..271d0c0 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t02.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t02.dart
index b9ef930..203fffb 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t03.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t03.dart
index 99bf3da..f26fa0b 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t04.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t04.dart
index b91dc5f..eb47c04 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t05.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t05.dart
index 877a804..1be5533 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t06.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t06.dart
index 6690aa4..45568a9 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t07.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t07.dart
index 7b658f7..db8681d 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t08.dart b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t08.dart
index a290b8a..685f499 100644
--- a/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/nonfunction_typedef/static/nonfunction_typedef_l2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t01.dart
index c8c754b..241d4f4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t02.dart
index d005a40..382e35a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t03.dart
index 02fe4d1..2d526aa 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t04.dart
index e468721..17a2d23 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t05.dart
index 65904e4..b9077bd 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_FutureOr_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t01.dart
index e1f6c03..3ed3ed3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t02.dart
index 9e223a9..76dbd71 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t02.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t03.dart
index eb17009..6773e03 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t04.dart
index eb328c6..57c522d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t05.dart
index 990b91c..dd149ac 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t06.dart
index be30a6c..da5303b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t07.dart
index 6b665ae..83c4588 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t08.dart
index ddb0f9e..2d53ef9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t09.dart
index c11071d..d0a9927 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t10.dart
index 60049e1..ce9bc2e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t11.dart
index 33c712e..77ad75f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t12.dart
index a858768..96ba828 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t13.dart
index 936c806..bef7128 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t13.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t14.dart
index 95e156d..6dd50e5 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t14.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t15.dart
index 3e28a22..2eadb00 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t16.dart
index e1d8dda..f84ee89 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t17.dart
index 58905c6..9f10dc7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t18.dart
index 6b46b02..17ba52e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t19.dart
index e6a975a..b7f5007 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t01.dart
index e9c92f7..649829c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t02.dart
index 596bd3e..c3f50ae 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t03.dart
index 68e6392..e17bcd3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t04.dart
index 233fdd1..fb3fdfa 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t05.dart
index 6bbdd73..399c86e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t06.dart
index 5c8d4be..093887e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t07.dart
index 3ee6ea3..f1463b3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t08.dart
index c16df85..aeeb403 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t09.dart
index de83a9c..8d1caa3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t10.dart
index 696e0a4..df99743 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t11.dart
index 5c0dd61..c59a161 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t12.dart
index 3b57523..1a05c59 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t13.dart
index 770ea44..160fec1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t14.dart
index 6e7cbf4..7e23494 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t15.dart
index 18ce4b0..f5b41c8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t16.dart
index 55aed7a..55f0bca 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t17.dart
index d05fc8c..36c0854 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t18.dart
index f3f2412..0cbf7cd 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t19.dart
index 01400d8..3b69dd9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t20.dart
index 6a52507..7be85d2 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_01_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t01.dart
index e0925f3..cb48526 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t02.dart
index bbcc0d4..4d8f250 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t03.dart
index c093806..f0976d9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t04.dart
index 8801335..dfa1dcb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t05.dart
index 953c0c1..b5038ad 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t06.dart
index a8caf11..20e6030 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t07.dart
index 3ee6ea3..f1463b3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t08.dart
index d4fb3ba..454d164 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t09.dart
index 13bbf8e..3feacf4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t10.dart
index 5a3d0eb..de1fc9c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t11.dart
index a51508f..3380714 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t12.dart
index 3aa1292..b9dda01 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t13.dart
index 766a864..bade1b4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t14.dart
index 263ba30..e1931dc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t15.dart
index 6b1ad24..47232a5 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t16.dart
index 710ae15..fa25e5a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t17.dart
index 7f2b249..240c4e8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t18.dart
index 3d83a42..2220cb1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t19.dart
index b810f0b..484a295 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t20.dart
index 3a364f0..5353663 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_02_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t01.dart
index 957bc51..a5c915b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t02.dart
index bfcc466..6fc5e50 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t03.dart
index e98bc37..29a06c5 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t04.dart
index 3bc2b94..1940579 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t05.dart
index ea95e93..427a75b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t06.dart
index 3b5d501..d6064f9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t07.dart
index 94c6d2d..2c48e6d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t08.dart
index 8605f64..e0796cf 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t09.dart
index 5f0c071..cdc03a5 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t10.dart
index f6424d0..99cf896 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t11.dart
index 047df7e..ce16faf 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t12.dart
index 54d2d9e..98a92bd 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t13.dart
index 06fe9b6..abb6396 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t14.dart
index 7473de6..12f4559 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t15.dart
index b8bd8cb..8837dee 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t16.dart
index 75ad69e..005c119 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t17.dart
index ede46af..072cff2 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t18.dart
index c36d6e9..4e38eb8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t19.dart
index a81a6fa..3ab4032 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t20.dart
index 62453c1..09c9f3b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_03_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t01.dart
index 0edac8f..19ad34c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t02.dart
index ee03024..27de741 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t03.dart
index 396fddf..59fbe64 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t04.dart
index d9cfc69..d855670 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t05.dart
index ab7d456..65d9faa 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t06.dart
index a8db733..4f3c386 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t07.dart
index 129122f..8b1204d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t08.dart
index c1ad7bf..5f0fae3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t09.dart
index ff29517..15bb1b3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t10.dart
index b696d88..88bb7f7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t11.dart
index ed5879a..343d9e7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t12.dart
index a86426c..c407336 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t13.dart
index 246db8c..a778f16 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t14.dart
index 28d94d5..03c20e9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t15.dart
index 2df84f4..2bd6897 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t16.dart
index 1ae1e6a..f74ef85 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t17.dart
index 8a5cd7b..337e4d4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t18.dart
index 53c0100..931780d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t19.dart
index 4361d72..f57d588 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t20.dart
index 772d1cf..17898a7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_04_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t01.dart
index f0fa8d2..8914d08 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t02.dart
index bbebb28..0bf2fcd 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t03.dart
index 596770b..8d4be81 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t04.dart
index 53e47f9..2ddf605 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t05.dart
index 55095f7..f422d12 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t06.dart
index 8222fce..08fc0e9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t07.dart
index 93843b2..bf11335 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t08.dart
index eed5c06..a25b031 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t09.dart
index bbda9e8..ef7b2e8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t10.dart
index e617250..5a648c0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t11.dart
index 7f21a9d..02d281c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t12.dart
index da91b64..6708533 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t13.dart
index 560c886..5136a8f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t14.dart
index cfdf5ab..f99e92f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t15.dart
index 45638ac..0cb45c7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t16.dart
index 9448522..9f0072c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t17.dart
index 66364b3..ca80196 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t18.dart
index 48f275b..f418399 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t19.dart
index 7b96045..bebd0c0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t20.dart
index 40ac4c8..0f7bd53 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_05_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t01.dart
index e839c3c..845bc2a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t02.dart
index 43314c9..f56555e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t03.dart
index cedf1ce..4028209 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t04.dart
index b210bf1..a466b6b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t05.dart
index 49e9560..064e9ac 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t06.dart
index d575f93..ccba606 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t07.dart
index 094e6ca..3a1ab82 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t08.dart
index 1e5d617..5fa8ba3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t09.dart
index 23ad3bf..575b827 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t10.dart
index d74f645..2239701 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t11.dart
index 4898d15..0e591c3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t12.dart
index c0fb44c..59d0aef 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t13.dart
index 68766ee..6d5caf0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t14.dart
index 14c5150..f8b9c91 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t15.dart
index 6a5e6e4..6adebd4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t16.dart
index 9e9488f..d8069ba 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t17.dart
index d254d34..675bd45 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t18.dart
index 02dcf7b..61104f6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t19.dart
index e2b0ad9..35ec653 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t20.dart
index b0b1e67..7d2c5c6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_l2_06_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t01.dart
index c2fb231..338fe95 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t02.dart
index d7623c2..52d6c5a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t03.dart
index 33f519c..4ca78c6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t04.dart
index f13c728..5a718b6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t05.dart
index 466739e..1aa2b0b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t06.dart
index b6489a9..65b7b67 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t07.dart
index 180bb06..b21743e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t08.dart
index 45c0b5d..510d06c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t09.dart
index 0628538..7ad0689 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t10.dart
index f657cfd..b86710b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t11.dart
index 0e77b8b..141a6b8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t12.dart
index f0a4c35..25bbe7e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t13.dart
index aa3a841..c1f2ff7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t14.dart
index c182d31..2db2e56 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t15.dart
index a565c6e..7a90516 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t16.dart
index 21b9955..0694f39 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t17.dart
index 4d00fce..4ebb3b3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t18.dart
index c70423b..54d1111 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t19.dart
index e96bcc8..91c315d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t20.dart
index 021c5bb..0bc858c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/dynamic/typedef_typedef_l1_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t01.dart
index 6c942e5..51b41bf 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t02.dart
index 6c64769..d3b8bf3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t03.dart
index 974583d..8bbdc00 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t04.dart
index 4dffb19..f927ce9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t05.dart
index 7637bf8..b0fd480 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_FutureOr_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t01.dart
index e07e962..e834a45 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t02.dart
index 6b4a188..3cc965b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t02.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t03.dart
index cba2b13..26ad545 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t04.dart
index 294e545..b9664b4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t05.dart
index 9a7330f..def04eb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t06.dart
index ad7a74b..03fcde3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t07.dart
index 3bc3788..818927c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t08.dart
index 0ca5f1f..5d371a4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t09.dart
index f0ea541..452393f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t10.dart
index b3da753..d927b0f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t11.dart
index ac244f9..e5749d1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t12.dart
index b5ce6db..12a5d49 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t13.dart
index a991b22..4afc32c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t13.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t14.dart
index a08716c..b40a263 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t14.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t15.dart
index 21bd29b..c91fd53 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t16.dart
index f16b3bc..ee726ed 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t17.dart
index b9c6910..c6f9b8e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t18.dart
index 295f13f..f611209 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t19.dart
index 943191e..4a5370f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t01.dart
index 0a9c0e3..61247e0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t02.dart
index 43a49b9..e096140 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t03.dart
index 370b256..f117c1c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t04.dart
index b8eddf0..0ecf03e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t05.dart
index 9c9ff2d..91370a3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t06.dart
index f86989c..1ef6c19 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t07.dart
index 0c39520..844c55d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t08.dart
index 35eec7d..ff32088 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t09.dart
index 7dfeec4..5e4026b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t10.dart
index b3e8de6..3150e40 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t11.dart
index fb8742e..f19002a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t12.dart
index 18a9422..dccd033 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t13.dart
index 53a1030..9d25570 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t14.dart
index 6bcf4d7..b885698 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t15.dart
index 0762f50..e1f0eee 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t16.dart
index 79d617b..5bc5810 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t17.dart
index 723ff36..b73000c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t18.dart
index 3ad1397..0660466 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t19.dart
index a260d4f..fd97505 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t20.dart
index 81591d5..cff8119 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_01_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t01.dart
index be97976..acef009 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t02.dart
index 804f1e8..46e5ad4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t03.dart
index bfe1075..6777ee2 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t04.dart
index 60df32b..59d3460 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t05.dart
index c0b2a6e..84c104a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t06.dart
index 7da59b9..be16ab0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t07.dart
index 9fccb4f..f627998 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t08.dart
index 52dad70..d517e5a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t09.dart
index 619d2aa..92de191 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t10.dart
index 1fee2f8..3aeeadb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t11.dart
index d4d9629..686cc7d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t12.dart
index 5d4272e..f326547 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t13.dart
index 4dc5bc9..dbb01ac 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t14.dart
index d79cbb1..f0c2089 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t15.dart
index 50828eb..46cf1bb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t16.dart
index 6c3fa3e..df7b854 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t17.dart
index 19c0289..b4b8cf5 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t18.dart
index 56acbfa..a4d92b9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t19.dart
index f8aac17..1686d15 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t20.dart
index 25a859e..05189b0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_02_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t01.dart
index 32ceaf1..57cd14a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t02.dart
index 4127369..1e5f589 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t03.dart
index 6d0e155..731531e 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t04.dart
index eef3b55..c761595 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t05.dart
index b072b4e..786ffeb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t06.dart
index 49a1851..06a86bc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t07.dart
index 63a9ba7..cd0735c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t08.dart
index 6ac6536..7504ca7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t09.dart
index 8c47128..502e78a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t10.dart
index e5ec8c1..bd22a02 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t11.dart
index 2549ef3..587ef7d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t12.dart
index 40a0b7c..90cd33b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t13.dart
index 49a4908..5277690 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t14.dart
index 7b52a7f..f0e1487 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t15.dart
index 6ba064e..067f937 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t16.dart
index c668d28..10f52c1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t17.dart
index 12fd628..e3529ef 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t18.dart
index 33da81d..7fbecfc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t19.dart
index 2f0c836..fce6f6f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t20.dart
index d98f3eb..5c387fc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_03_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t01.dart
index 9adc4a0..b08d8ef 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t02.dart
index 668e060..b2b10e6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t03.dart
index 7d66328..138c1bf 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t04.dart
index 940faf6..db8c635 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t05.dart
index 35552c2..fd884f8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t06.dart
index b153080..e342262 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t07.dart
index b98cfbb..263315f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t08.dart
index 9cab5b4..563c1ed 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t09.dart
index ec8ecaa..46df958 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t10.dart
index 98aa4b1..ad5056f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t11.dart
index 32d11cc..b7dd0bb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t12.dart
index b7ecaaa..2633c5a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t13.dart
index 7fc3a73..3267be9 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t14.dart
index b53ccae..fc73434 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t15.dart
index 2bc74cf..0e618e0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t16.dart
index 247fa13..f220060 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t17.dart
index 873e153..1aff46d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t18.dart
index 37144aa..5bd04bc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t19.dart
index ad2fa41..f52917c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t20.dart
index b4b1595..95e0d0b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_04_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t01.dart
index a170236..350d08c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t02.dart
index efa3dae..c13c246 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t03.dart
index 19d2404..52f3264 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t04.dart
index c32b746..9b821a1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t05.dart
index 0b35ed7..24fe13a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t06.dart
index b046180..ba08ed3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t07.dart
index 449558f..6e6f6aa 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t08.dart
index 70e3582..18e3985 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t09.dart
index d5d6d3f..69a09fc 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t10.dart
index 3f62501..f673833 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t11.dart
index 44424d9..0f0efd4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t12.dart
index 0cec0bf..6766b0d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t13.dart
index bc6bb1f..2843ebd 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t14.dart
index 891879e..d4b4c19 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t15.dart
index b8b0551..8969317 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t16.dart
index d7e84ec..e375802 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t17.dart
index 006c999..afa9fc7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t18.dart
index 5ca3eb6..1782234 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t19.dart
index f8f3ebe..1cc5dc1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t20.dart
index 7bbb482..e2b32f0 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_05_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t01.dart
index fe4f333..5eb25f3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t02.dart
index 02f284f..9a91458 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t03.dart
index 5691285..63e82e1 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04.dart
index 903b9ad..0c6e32c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t05.dart
index 251d943..5b0d6f7 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t06.dart
index 198d1ee..7d5c61f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t07.dart
index 8dc72c0..b2e0844 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t08.dart
index 0761c57..68158c8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t09.dart
index 67a9228..51c780a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t10.dart
index 6fc6573..be61406 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t11.dart
index 2e97fb1..98e2a35 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t12.dart
index 3ba5f84..92f8262 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t13.dart
index 6b50427..792889f 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t14.dart
index b0c608d..9abdf0c 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t15.dart
index d9c86f8..8af8b0b 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t16.dart
index 1ea4810..e03a9ea 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t17.dart
index 11cad61..7682860 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t18.dart
index 24c0f3e..5a2b3ff 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t19.dart
index fc5a029..443df77 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t20.dart
index 704f2ae..7eb153d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t01.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t01.dart
index a4adb0d..e6cb3eb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t01.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t02.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t02.dart
index 70a4478..3aafbbb 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t02.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t03.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t03.dart
index a193e83..4ef3401 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t03.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t04.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t04.dart
index 817ccc4..0e5a67a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t04.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t05.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t05.dart
index e62c645..d9e0d4a 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t05.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t06.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t06.dart
index f5d9a5d..8affdda 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t06.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t07.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t07.dart
index c4a361d..6223af4 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t07.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t08.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t08.dart
index a2999de..968e349 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t08.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t09.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t09.dart
index 576f588..3f075d8 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t09.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t10.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t10.dart
index 192d33c..2da82da 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t10.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t11.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t11.dart
index e59650d..b1c8014 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t11.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t12.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t12.dart
index 559ad31..ece1c45 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t12.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t13.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t13.dart
index 7446724..edc2838 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t13.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t14.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t14.dart
index 32284d7..40f78d3 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t14.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t15.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t15.dart
index afb9c13..089bcd6 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t15.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t16.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t16.dart
index 5ae3042..6827990 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t16.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t17.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t17.dart
index 869adcc..e41d68d 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t17.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t18.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t18.dart
index b6db9af..a7b5182 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t18.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t19.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t19.dart
index bf1321c..2f2d797 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t19.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t20.dart b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t20.dart
index 386d69e..7a13b76 100644
--- a/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t20.dart
+++ b/LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Instantiate to bound then computes an actual type argument list
  * for [G] as follows:
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A01_t01.dart b/LanguageFeatures/Set-literals/constant_set_literals_A01_t01.dart
index 534183c..8acdb24 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s starts with const, then it is a compile-time error if any
  * element expression is not a compile-time constant expression, or if T is not
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A02_t01.dart b/LanguageFeatures/Set-literals/constant_set_literals_A02_t01.dart
index 582de07..b5b8cc0 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A02_t01.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if any of the values of the constant
  * element expressions override Object.operator== unless they are instances of
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A02_t02.dart b/LanguageFeatures/Set-literals/constant_set_literals_A02_t02.dart
index 822bcf0..90a8b01 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A02_t02.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if any of the values of the constant
  * element expressions override Object.operator== unless they are instances of
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A02_t03.dart b/LanguageFeatures/Set-literals/constant_set_literals_A02_t03.dart
index ca4ca1f..14c05cd 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A02_t03.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if any of the values of the constant
  * element expressions override Object.operator== unless they are instances of
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A02_t04.dart b/LanguageFeatures/Set-literals/constant_set_literals_A02_t04.dart
index 0678712..19fa949 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A02_t04.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if any of the values of the constant
  * element expressions override Object.operator== unless they are instances of
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A03_t01.dart b/LanguageFeatures/Set-literals/constant_set_literals_A03_t01.dart
index a7d8dc6..4aa6e5c 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A03_t01.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e1 … en be the constant element expressions of s in source
  * order, and let v1 … vn be their respective constant values. Evaluation of s
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A04_t01.dart b/LanguageFeatures/Set-literals/constant_set_literals_A04_t01.dart
index fc4ad7a..3f1f624 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A04_t01.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If a constant set literals is created which has the same type
  * argument and contains the same values in the same order, as the value of a
diff --git a/LanguageFeatures/Set-literals/constant_set_literals_A05_t01.dart b/LanguageFeatures/Set-literals/constant_set_literals_A05_t01.dart
index c95a281..901a347 100644
--- a/LanguageFeatures/Set-literals/constant_set_literals_A05_t01.dart
+++ b/LanguageFeatures/Set-literals/constant_set_literals_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  It is a compile-time error if any two of the values are equal
  * according to ==.
diff --git a/LanguageFeatures/Set-literals/disambiguating_A01_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A01_t01.dart
index 836bfe0..429bbf1 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral
  * ...
diff --git a/LanguageFeatures/Set-literals/disambiguating_A01_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A01_t02.dart
index 795416d..a5b20f7 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A01_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral
  * ...
diff --git a/LanguageFeatures/Set-literals/disambiguating_A01_t03.dart b/LanguageFeatures/Set-literals/disambiguating_A01_t03.dart
index 646ed64..fd9e934 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A01_t03.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral
  * ...
diff --git a/LanguageFeatures/Set-literals/disambiguating_A01_t04.dart b/LanguageFeatures/Set-literals/disambiguating_A01_t04.dart
index 54420b8..d064dae 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A01_t04.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral
  * ...
diff --git a/LanguageFeatures/Set-literals/disambiguating_A02_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A02_t01.dart
index 1669def..af10e4f 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A02_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A02_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A02_t02.dart
index b030f66..03b5226 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A02_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A02_t03.dart b/LanguageFeatures/Set-literals/disambiguating_A02_t03.dart
index 91cdca6..30d30cb 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A02_t03.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A02_t04.dart b/LanguageFeatures/Set-literals/disambiguating_A02_t04.dart
index 3f460df..184bfe8 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A02_t04.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A03_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A03_t01.dart
index 9635b0c..cde206e 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A03_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A03_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A03_t02.dart
index f4c543d..39748ad 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A03_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A04_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A04_t01.dart
index f8b1306..3268dd7 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A04_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A04_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A04_t02.dart
index a9d7aab..490594a 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A04_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A05_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A05_t01.dart
index db156d2..2ef8bc9 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A05_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A05_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A05_t02.dart
index c75e421..3c4695f 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A05_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A06_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A06_t01.dart
index 4c06dea..b009d94 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A06_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A06_t02.dart b/LanguageFeatures/Set-literals/disambiguating_A06_t02.dart
index 790d2f8..51f2015 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A06_t02.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/disambiguating_A07_t01.dart b/LanguageFeatures/Set-literals/disambiguating_A07_t01.dart
index e9912db..c194c6a 100644
--- a/LanguageFeatures/Set-literals/disambiguating_A07_t01.dart
+++ b/LanguageFeatures/Set-literals/disambiguating_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Let e be a setOrMapLiteral.
  * If e has a context C, and the base type of C is Cbase (that is, Cbase is C
diff --git a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t01.dart b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t01.dart
index a62cfae..13b9888 100644
--- a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  For set literals with element type T, the static type is always
  * Set<T>, but static analysis will reject an assignment of a non-constant set
diff --git a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t02.dart b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t02.dart
index 4fce0a5..57aa94f 100644
--- a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t02.dart
+++ b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  For set literals with element type T, the static type is always
  * Set<T>, but static analysis will reject an assignment of a non-constant set
diff --git a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t03.dart b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t03.dart
index ba3bf9c..43562ce 100644
--- a/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t03.dart
+++ b/LanguageFeatures/Set-literals/exact_types_of_literals_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  For set literals with element type T, the static type is always
  * Set<T>, but static analysis will reject an assignment of a non-constant set
diff --git a/LanguageFeatures/Set-literals/non_constant_set_literals_A01_t01.dart b/LanguageFeatures/Set-literals/non_constant_set_literals_A01_t01.dart
index 75ba04a..8373c35 100644
--- a/LanguageFeatures/Set-literals/non_constant_set_literals_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/non_constant_set_literals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s does not start with const and it does not occur in a constant
  * context, then it evaluates to a mutable set object as follows:
diff --git a/LanguageFeatures/Set-literals/non_constant_set_literals_A02_t01.dart b/LanguageFeatures/Set-literals/non_constant_set_literals_A02_t01.dart
index 45a0471..f13331a 100644
--- a/LanguageFeatures/Set-literals/non_constant_set_literals_A02_t01.dart
+++ b/LanguageFeatures/Set-literals/non_constant_set_literals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s does not start with const and it does not occur in a constant
  * context, then it evaluates to a mutable set object as follows:
diff --git a/LanguageFeatures/Set-literals/set_literals_A01_t01.dart b/LanguageFeatures/Set-literals/set_literals_A01_t01.dart
index 5efd364..90bbdcb 100644
--- a/LanguageFeatures/Set-literals/set_literals_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s is a set literal, then it has the form
  * const? ('<' type '>')? '{' ... '}' where ... is zero or more comma-separated
diff --git a/LanguageFeatures/Set-literals/set_literals_A01_t02.dart b/LanguageFeatures/Set-literals/set_literals_A01_t02.dart
index 9bd6fbb..c7af6f7 100644
--- a/LanguageFeatures/Set-literals/set_literals_A01_t02.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s is a set literal, then it has the form
  * const? ('<' type '>')? '{' ... '}' where ... is zero or more comma-separated
diff --git a/LanguageFeatures/Set-literals/set_literals_A02_t01.dart b/LanguageFeatures/Set-literals/set_literals_A02_t01.dart
index 42253c0..7ed2fda 100644
--- a/LanguageFeatures/Set-literals/set_literals_A02_t01.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If s has no typeArgument, then one is inferred in exactly the same
  * way as for list literals. (Either infer it from the context type, or if there
diff --git a/LanguageFeatures/Set-literals/set_literals_A03_t01.dart b/LanguageFeatures/Set-literals/set_literals_A03_t01.dart
index ec71888..edebad0 100644
--- a/LanguageFeatures/Set-literals/set_literals_A03_t01.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the explicit or inferred type argument to the type
  * literal. It's a compile-time error if the static type of any element
diff --git a/LanguageFeatures/Set-literals/set_literals_A03_t02.dart b/LanguageFeatures/Set-literals/set_literals_A03_t02.dart
index 7ceea39..f7faa56 100644
--- a/LanguageFeatures/Set-literals/set_literals_A03_t02.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let T be the explicit or inferred type argument to the type
  * literal. It's a compile-time error if the static type of any element
diff --git a/LanguageFeatures/Set-literals/set_literals_A04_t01.dart b/LanguageFeatures/Set-literals/set_literals_A04_t01.dart
index 4e618ad..f6124e5 100644
--- a/LanguageFeatures/Set-literals/set_literals_A04_t01.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of s is Set<T>.
  *
diff --git a/LanguageFeatures/Set-literals/set_literals_A04_t02.dart b/LanguageFeatures/Set-literals/set_literals_A04_t02.dart
index 52915bf..95fe2d7 100644
--- a/LanguageFeatures/Set-literals/set_literals_A04_t02.dart
+++ b/LanguageFeatures/Set-literals/set_literals_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of s is Set<T>.
  *
diff --git a/LanguageFeatures/Set-literals/syntax_compatibility_A01_t01.dart b/LanguageFeatures/Set-literals/syntax_compatibility_A01_t01.dart
index 65268a3..e08f27e 100644
--- a/LanguageFeatures/Set-literals/syntax_compatibility_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/syntax_compatibility_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion That could make it ambiguous whether { … ? … : … } is a
  * one-element set or a one-entry map. Luckily, the current grammar does not
diff --git a/LanguageFeatures/Set-literals/syntax_compatibility_A01_t02.dart b/LanguageFeatures/Set-literals/syntax_compatibility_A01_t02.dart
index 471bdb5..d727f11 100644
--- a/LanguageFeatures/Set-literals/syntax_compatibility_A01_t02.dart
+++ b/LanguageFeatures/Set-literals/syntax_compatibility_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The token following a question mark dictates whether it's part of
  * a null-aware operation or the beginning of a new expression.
diff --git a/LanguageFeatures/Set-literals/type_inference_A01_t01.dart b/LanguageFeatures/Set-literals/type_inference_A01_t01.dart
index 9e88fb1..5296a28 100644
--- a/LanguageFeatures/Set-literals/type_inference_A01_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A01_t02.dart b/LanguageFeatures/Set-literals/type_inference_A01_t02.dart
index 4f21a9a..e589e5f 100644
--- a/LanguageFeatures/Set-literals/type_inference_A01_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A01_t03.dart b/LanguageFeatures/Set-literals/type_inference_A01_t03.dart
index 8db80c6..57a35e6 100644
--- a/LanguageFeatures/Set-literals/type_inference_A01_t03.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A01_t04.dart b/LanguageFeatures/Set-literals/type_inference_A01_t04.dart
index b48be91..7e17610 100644
--- a/LanguageFeatures/Set-literals/type_inference_A01_t04.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A02_t01.dart b/LanguageFeatures/Set-literals/type_inference_A02_t01.dart
index 68962e3..827d9df 100644
--- a/LanguageFeatures/Set-literals/type_inference_A02_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A02_t02.dart b/LanguageFeatures/Set-literals/type_inference_A02_t02.dart
index 559e41f..46bf432 100644
--- a/LanguageFeatures/Set-literals/type_inference_A02_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A02_t03.dart b/LanguageFeatures/Set-literals/type_inference_A02_t03.dart
index c030d14..e6abf3d 100644
--- a/LanguageFeatures/Set-literals/type_inference_A02_t03.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a setOrMapLiteral collection, the inferred type of an element
  * is a set element type T, a pair of a key type K and a value type V, or both.
diff --git a/LanguageFeatures/Set-literals/type_inference_A03_t01.dart b/LanguageFeatures/Set-literals/type_inference_A03_t01.dart
index 9300a42..2b539b4 100644
--- a/LanguageFeatures/Set-literals/type_inference_A03_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  *
diff --git a/LanguageFeatures/Set-literals/type_inference_A04_t01.dart b/LanguageFeatures/Set-literals/type_inference_A04_t01.dart
index 4c4c4d4..dec8d6a 100644
--- a/LanguageFeatures/Set-literals/type_inference_A04_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  *
diff --git a/LanguageFeatures/Set-literals/type_inference_A04_t02.dart b/LanguageFeatures/Set-literals/type_inference_A04_t02.dart
index aa6adc5..0218a49 100644
--- a/LanguageFeatures/Set-literals/type_inference_A04_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  *
diff --git a/LanguageFeatures/Set-literals/type_inference_A05_t01.dart b/LanguageFeatures/Set-literals/type_inference_A05_t01.dart
index 1fc41d9..1cf2e57 100644
--- a/LanguageFeatures/Set-literals/type_inference_A05_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A06_t01.dart b/LanguageFeatures/Set-literals/type_inference_A06_t01.dart
index 069c0b3..dccf6c5 100644
--- a/LanguageFeatures/Set-literals/type_inference_A06_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A06_t02.dart b/LanguageFeatures/Set-literals/type_inference_A06_t02.dart
index e926601..bfc02d3 100644
--- a/LanguageFeatures/Set-literals/type_inference_A06_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A07_t01.dart b/LanguageFeatures/Set-literals/type_inference_A07_t01.dart
index 9e7c195..419c739 100644
--- a/LanguageFeatures/Set-literals/type_inference_A07_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A08_t01.dart b/LanguageFeatures/Set-literals/type_inference_A08_t01.dart
index d9419fe..16b5a9f 100644
--- a/LanguageFeatures/Set-literals/type_inference_A08_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A09_t01.dart b/LanguageFeatures/Set-literals/type_inference_A09_t01.dart
index 96b736f..e73dfbb 100644
--- a/LanguageFeatures/Set-literals/type_inference_A09_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A11_t01.dart b/LanguageFeatures/Set-literals/type_inference_A11_t01.dart
index 20dced9..d2a81a4 100644
--- a/LanguageFeatures/Set-literals/type_inference_A11_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A11_t02.dart b/LanguageFeatures/Set-literals/type_inference_A11_t02.dart
index 3295c0c..4d33ca4 100644
--- a/LanguageFeatures/Set-literals/type_inference_A11_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A11_t03.dart b/LanguageFeatures/Set-literals/type_inference_A11_t03.dart
index 3333a84..06c8aa2 100644
--- a/LanguageFeatures/Set-literals/type_inference_A11_t03.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A12_t01.dart b/LanguageFeatures/Set-literals/type_inference_A12_t01.dart
index d5a1412..3b62b14 100644
--- a/LanguageFeatures/Set-literals/type_inference_A12_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A13_t01.dart b/LanguageFeatures/Set-literals/type_inference_A13_t01.dart
index 6d77440..9490961 100644
--- a/LanguageFeatures/Set-literals/type_inference_A13_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A14_t01.dart b/LanguageFeatures/Set-literals/type_inference_A14_t01.dart
index 89d90ac..558d4b0 100644
--- a/LanguageFeatures/Set-literals/type_inference_A14_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A15_t01.dart b/LanguageFeatures/Set-literals/type_inference_A15_t01.dart
index c2ffec6..57f8eb1 100644
--- a/LanguageFeatures/Set-literals/type_inference_A15_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A15_t02.dart b/LanguageFeatures/Set-literals/type_inference_A15_t02.dart
index 7d9a542..619b054 100644
--- a/LanguageFeatures/Set-literals/type_inference_A15_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A16_t01.dart b/LanguageFeatures/Set-literals/type_inference_A16_t01.dart
index 78dd70e..7e3a44d 100644
--- a/LanguageFeatures/Set-literals/type_inference_A16_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A17_t01.dart b/LanguageFeatures/Set-literals/type_inference_A17_t01.dart
index 4be835e..be22497 100644
--- a/LanguageFeatures/Set-literals/type_inference_A17_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A18_t01.dart b/LanguageFeatures/Set-literals/type_inference_A18_t01.dart
index 982e6b7..64ddfd0 100644
--- a/LanguageFeatures/Set-literals/type_inference_A18_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A19_t01.dart b/LanguageFeatures/Set-literals/type_inference_A19_t01.dart
index d9db6ae..fa08f9d 100644
--- a/LanguageFeatures/Set-literals/type_inference_A19_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A19_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A19_t02.dart b/LanguageFeatures/Set-literals/type_inference_A19_t02.dart
index 9c2f306..4107036 100644
--- a/LanguageFeatures/Set-literals/type_inference_A19_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A19_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To infer the type of element:
  * ...
diff --git a/LanguageFeatures/Set-literals/type_inference_A20_t01.dart b/LanguageFeatures/Set-literals/type_inference_A20_t01.dart
index c0260a1..8f73b5f 100644
--- a/LanguageFeatures/Set-literals/type_inference_A20_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A20_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A20_t02.dart b/LanguageFeatures/Set-literals/type_inference_A20_t02.dart
index a47e67b..2571859 100644
--- a/LanguageFeatures/Set-literals/type_inference_A20_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A20_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A21_t01.dart b/LanguageFeatures/Set-literals/type_inference_A21_t01.dart
index 26c7a36..2ccd3be 100644
--- a/LanguageFeatures/Set-literals/type_inference_A21_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A21_t02.dart b/LanguageFeatures/Set-literals/type_inference_A21_t02.dart
index 6182198..ca93c57 100644
--- a/LanguageFeatures/Set-literals/type_inference_A21_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A22_t01.dart b/LanguageFeatures/Set-literals/type_inference_A22_t01.dart
index 88adbbe..ab0b2e5 100644
--- a/LanguageFeatures/Set-literals/type_inference_A22_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A22_t02.dart b/LanguageFeatures/Set-literals/type_inference_A22_t02.dart
index f7b872e..f9ba0db 100644
--- a/LanguageFeatures/Set-literals/type_inference_A22_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A23_t01.dart b/LanguageFeatures/Set-literals/type_inference_A23_t01.dart
index acdaf6c..ae74842 100644
--- a/LanguageFeatures/Set-literals/type_inference_A23_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A23_t02.dart b/LanguageFeatures/Set-literals/type_inference_A23_t02.dart
index 31542c4..1acc539 100644
--- a/LanguageFeatures/Set-literals/type_inference_A23_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A24_t01.dart b/LanguageFeatures/Set-literals/type_inference_A24_t01.dart
index ae975c2..5db370c 100644
--- a/LanguageFeatures/Set-literals/type_inference_A24_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A24_t02.dart b/LanguageFeatures/Set-literals/type_inference_A24_t02.dart
index dc8c6fa..c7add5d 100644
--- a/LanguageFeatures/Set-literals/type_inference_A24_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A25_t01.dart b/LanguageFeatures/Set-literals/type_inference_A25_t01.dart
index b1337ff..df25232 100644
--- a/LanguageFeatures/Set-literals/type_inference_A25_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A25_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A26_t01.dart b/LanguageFeatures/Set-literals/type_inference_A26_t01.dart
index 0563b5e..9e0277f 100644
--- a/LanguageFeatures/Set-literals/type_inference_A26_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A26_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A26_t02.dart b/LanguageFeatures/Set-literals/type_inference_A26_t02.dart
index 6f97ee2..71b712d 100644
--- a/LanguageFeatures/Set-literals/type_inference_A26_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A26_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A26_t03.dart b/LanguageFeatures/Set-literals/type_inference_A26_t03.dart
index 4fdf879..8853606 100644
--- a/LanguageFeatures/Set-literals/type_inference_A26_t03.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A26_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A27_t01.dart b/LanguageFeatures/Set-literals/type_inference_A27_t01.dart
index bb210a0..6987814 100644
--- a/LanguageFeatures/Set-literals/type_inference_A27_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A27_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A27_t02.dart b/LanguageFeatures/Set-literals/type_inference_A27_t02.dart
index d88c1f5..d94f3e8 100644
--- a/LanguageFeatures/Set-literals/type_inference_A27_t02.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A27_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A27_t03.dart b/LanguageFeatures/Set-literals/type_inference_A27_t03.dart
index 843b2b2..9864847 100644
--- a/LanguageFeatures/Set-literals/type_inference_A27_t03.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A27_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Set-literals/type_inference_A28_t01.dart b/LanguageFeatures/Set-literals/type_inference_A28_t01.dart
index 9cea603..3ecd4cd 100644
--- a/LanguageFeatures/Set-literals/type_inference_A28_t01.dart
+++ b/LanguageFeatures/Set-literals/type_inference_A28_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Finally, we define inference on a setOrMapLiteral collection as
  * follows:
diff --git a/LanguageFeatures/Simple-bounds/dynamic/FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/FutureOr_l1_t01.dart
index e7b0e90..8fb1610 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t01.dart
index c377950..76d4e89 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t02.dart
index 97f9f08..fef7586 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t03.dart
index 6ab632c..9fafaf5 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t01.dart
index 30418a0..685c1f0 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t02.dart
index 8db1208..abf6956 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t03.dart
index 53b445a..ff4cdbe 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t04.dart
index d80ad64..62de368 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t05.dart
index 5e075ee..c9328a8 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t06.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t06.dart
index 9b1483d..7c5f256 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t07.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t07.dart
index c853d86..53e99cc 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t08.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t08.dart
index 43ae87c..d8f4134 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t01.dart
index 671f759..6ca92d4 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t02.dart
index fee2e44..c88ae54 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t03.dart
index 2a9cd85..60165d5 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t04.dart
index c768fbf..d06ff07 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_l2_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t01.dart
index 92c3e9e..4f1099f 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t02.dart
index 20fd8e0..3a40855 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t03.dart
index 9777547..698e9f3 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t04.dart
index 44a3b04..c8a9410 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t05.dart
index cb7eb0f..6af0996 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t06.dart
index fd165f2..8046d94 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t07.dart
index fd165f2..8046d94 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t08.dart
index a2ba641..dc408f8 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t09.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t09.dart
index d071303..8dd431c 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t09.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t10.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t10.dart
index 19a332d..d5ece87 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t10.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t11.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t11.dart
index 23d0cef..1e2ae36 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t11.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t12.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t12.dart
index d4e5b4a..734df40 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t12.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t13.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t13.dart
index 247e22b..0040607 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t13.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t14.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t14.dart
index c7326fd..f324cc6 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t14.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t15.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t15.dart
index c7326fd..f324cc6 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t15.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t16.dart b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t16.dart
index 612f012..0ec0d9f 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t16.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/class_typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t01.dart
index 74f41ac..2b9e76c 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t02.dart
index e77a6f2..8f4f1dd 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t01.dart
index 6506154..d13309c 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t02.dart
index 65d6b29..d9ef1c0 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t03.dart
index 957ec29..780fe64 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t04.dart
index c65af48..a1802f6 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t05.dart
index 04e2e7c..2ec7049 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t06.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t06.dart
index 4ec4d54..9bcc3f1 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t07.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t07.dart
index 45a320c..f0408e4 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t01.dart
index 1a92b0a..1829951 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t02.dart
index 4142783..225ac10 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t03.dart
index 5e192d7..7941335 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t01.dart
index 731b8fc..ff01321 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t02.dart
index a9bf577..b828f1d 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t03.dart
index 379ce96..4c07519 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t04.dart
index f789d87..7e33333 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t05.dart
index 9e138e7..13b6f79 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t06.dart
index b8bdf69..8d2642f 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t07.dart
index 0109a03..f12bdd3 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t08.dart
index 530885d..5a8896b 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/type-aliases/typedef1_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t01.dart
index d5e8765..423f6c9 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t02.dart
index 428f84e..1963df7 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t03.dart
index 2bc2bf6..e9595a9 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t04.dart
index 453fd51..550b91a 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t05.dart
index 90b1675..27060a3 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_FutureOr_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t01.dart
index e301c25..82a7401 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t02.dart
index 4c8ec6e..96077ac 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t03.dart
index d9682b5..064e87f 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t04.dart
index fa106a4..6b0b472 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t05.dart
index db6def9..e722522 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t06.dart
index 280a195..d18ac2f 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t07.dart
index d8f5733..b5761e0 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t08.dart
index c59fa2a..2627542 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t09.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t09.dart
index b98fb25..8e3b88c 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t09.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t10.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t10.dart
index fcd9595..475b207 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t10.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t11.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t11.dart
index c923995..56d5547 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t11.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t12.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t12.dart
index a4ebd2c..781ef38 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t12.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t13.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t13.dart
index baca423..d2b39a6 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t13.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t14.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t14.dart
index 3af305e..b2dfddf 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t14.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t15.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t15.dart
index b8fae1f..a21cd86 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t15.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t16.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t16.dart
index ee6bfe1..6ec060e 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t16.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t17.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t17.dart
index add64e7..a530862 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t17.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t18.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t18.dart
index e39a25f..1a8cc12 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t18.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t19.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t19.dart
index 25c2300..24a9dbb 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t19.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t20.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t20.dart
index e032e48..0f5e617 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t20.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t21.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t21.dart
index 1b3c783..e311f61 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t21.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t22.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t22.dart
index c15cbba..a335838 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t22.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t23.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t23.dart
index 9c796e1..b9ee061 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t23.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t24.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t24.dart
index 485e354..88ed119 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t24.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t25.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t25.dart
index 5dc1245..5f4d40e 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t25.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t25.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t26.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t26.dart
index 076417c..173a5bf 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t26.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t26.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t27.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t27.dart
index cd80d42..1ab5990 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t27.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t27.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t28.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t28.dart
index 93d9d98..f45e5c0 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t28.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t28.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t29.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t29.dart
index 28eb4ff..e563ef3 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t29.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t29.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t30.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t30.dart
index 50cfd35..911e196 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t30.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t30.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t31.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t31.dart
index 938930e..0f2fec6 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t31.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t32.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t32.dart
index c281bb2..8248424 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t32.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l1_t32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t01.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t01.dart
index 893dc01..7a0c94d 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t02.dart b/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t02.dart
index bf4870a..362d2eb 100644
--- a/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/dynamic/typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/FutureOr_l1_t01.dart
index 49f69d3..c56e520 100644
--- a/LanguageFeatures/Simple-bounds/static/FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t01.dart
index 8291736..67ace38 100644
--- a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t02.dart
index 0c9b91c..7ad6640 100644
--- a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t03.dart
index 0d42d5c..219dac9 100644
--- a/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t02.dart
index 5c51d5d..cb5b259 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t03.dart
index c203cbf..7c6ac9e 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t04.dart
index 993f8ab..0cc5dcd 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t06.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t06.dart
index 1cdf000..19c4d96 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t07.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t07.dart
index b1fd99e..97e9947 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l1_t08.dart b/LanguageFeatures/Simple-bounds/static/class_l1_t08.dart
index d72e03a..2e976aa 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l2_t01.dart b/LanguageFeatures/Simple-bounds/static/class_l2_t01.dart
index 0852d5e..22bd0dd 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l2_t02.dart b/LanguageFeatures/Simple-bounds/static/class_l2_t02.dart
index 1827970..1922908 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l2_t03.dart b/LanguageFeatures/Simple-bounds/static/class_l2_t03.dart
index 544e317..0ea15d0 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l2_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_l2_t04.dart b/LanguageFeatures/Simple-bounds/static/class_l2_t04.dart
index 51bbb2e..9ccea9d 100644
--- a/LanguageFeatures/Simple-bounds/static/class_l2_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_l2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t01.dart
index d6a38dd..aee1758 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t02.dart
index 6aad1f7..da79788 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t03.dart
index c13fd71..053b88b 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t04.dart
index 54bf9a0..1987ba1 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t05.dart
index fcef092..8f1116c 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t06.dart
index a87a228..1afd1cd 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t07.dart
index 261fffb..9abbbea 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t08.dart
index 254e7ae..6b6c9bf 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t09.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t09.dart
index cc97e2b..515e11b 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t09.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t10.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t10.dart
index a6ad5c0..10a97ae 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t10.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t11.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t11.dart
index 3539983..b24b2e2 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t11.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t12.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t12.dart
index c00e77a..9667cf3 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t12.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t13.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t13.dart
index 025c128..f5c507c 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t13.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t14.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t14.dart
index d5614f2..634bebe 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t14.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t15.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t15.dart
index 1bdab51..7364751 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t15.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t16.dart b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t16.dart
index b9b92c8..67f6e9b 100644
--- a/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t16.dart
+++ b/LanguageFeatures/Simple-bounds/static/class_typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t01.dart
index 2561188..99a1a89 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t02.dart
index 95afac0..2436318 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t02.dart
index c2241e9..e4f3e65 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t03.dart
index 6684b1a..f9211ed 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t04.dart
index 9e9079e..9cb349c 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t01.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t01.dart
index 0b755e0..baa082f 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t02.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t02.dart
index eeaace4..ee7e918 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t03.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t03.dart
index 0f333c0..2543b3d 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_l2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t01.dart
index b4ea25c..55d4b17 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t02.dart
index 45d7fb9..18172a4 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t03.dart
index 132c55d..8af7f37 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t04.dart
index 7931b59..7200ce2 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t05.dart
index 372fe08..b1557e0 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t06.dart
index 7fb7d9c..81f17b5 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t07.dart
index 3622d09..f154c2e 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t08.dart
index 5c8f7ff..eadc33f 100644
--- a/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/static/type-aliases/typedef1_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t01.dart
index c29d58d..bde9594 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t02.dart
index 6e5398b..3d6fbac 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t03.dart
index cba52d2..956093f 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t04.dart
index a53a391..13c29f4 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t05.dart b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t05.dart
index 4951851..44100d7 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_FutureOr_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t01.dart
index abaa432..f3730f9 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t02.dart
index 16adc05..8527158 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t03.dart
index a45d568..73fa2bb 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t04.dart
index c7b7a26..3186515 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t05.dart
index 65df1ae..fa08e5a 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t05.dart
@@ -1,7 +1,8 @@
-/*
- * 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.
+// 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.
+
+/**
  * a type [T] on the form qualified (for instance, [C] or [p.D]) which denotes a
  * generic class or parameterized type alias [G1] (that is, [T] is a raw type),
  * every type argument of [G1] has a simple bound.
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t06.dart
index a1c8472..1000a7f 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t07.dart
index afc21cb..d5bd03e 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t08.dart
index cf0eec9..a4c846e 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t09.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t09.dart
index d589b5c..54f2cc7 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t09.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t10.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t10.dart
index 2ff4db7..b611dc9 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t10.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t11.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t11.dart
index 8db6d8f..c3d946e 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t11.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t12.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t12.dart
index bc1bc97..42c671b 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t12.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t13.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t13.dart
index 7499ef9..2f758f8 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t13.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t14.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t14.dart
index 39fa747..d56c199 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t14.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t15.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t15.dart
index 171922d..a1cadd0 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t15.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t15.dart
@@ -1,7 +1,8 @@
-/*
- * 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.
+// 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.
+
+/**
  * a type [T] on the form qualified (for instance, [C] or [p.D]) which denotes a
  * generic class or parameterized type alias [G1] (that is, [T] is a raw type),
  * every type argument of [G1] has a simple bound.
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t16.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t16.dart
index 4625cef..295e329 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t16.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t17.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t17.dart
index 63c4172..0df6c31 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t17.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t18.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t18.dart
index 08681a4..701a140 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t18.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t19.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t19.dart
index 4f2e38d..0daa7d1 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t19.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l1_t20.dart b/LanguageFeatures/Simple-bounds/static/typedef_l1_t20.dart
index 6874564..427031e 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l1_t20.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l1_t20.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l2_t01.dart b/LanguageFeatures/Simple-bounds/static/typedef_l2_t01.dart
index 82cc359..bce4dd1 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l2_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_l2_t02.dart b/LanguageFeatures/Simple-bounds/static/typedef_l2_t02.dart
index 30b983b..dc25d73 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_l2_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_l2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t01.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t01.dart
index 31ad0b6..188ac36 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t01.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t02.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t02.dart
index 2408d03..dcb8cec 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t02.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t03.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t03.dart
index 9b20c21..0b1ff5c 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t03.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t04.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t04.dart
index 56aaf19..b9c192f 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t04.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t05.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t05.dart
index 90877fa..4aac588 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t05.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t06.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t06.dart
index 64df5aa..02c627f 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t06.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t07.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t07.dart
index b47d725..1831798 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t07.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t08.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t08.dart
index 38eb93d..b90cf89 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t08.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t09.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t09.dart
index a2f76f6..851acfa 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t09.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t10.dart b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t10.dart
index 3005887..7fb801a 100644
--- a/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t10.dart
+++ b/LanguageFeatures/Simple-bounds/static/typedef_typedef_l1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Let [G] be a generic class or parameterized type alias with formal
  * type parameter declarations [F1] .. [Fk] containing formal type parameters
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t01.dart
index f7909db..b0f6946 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t02.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t02.dart
index 9aaab10..2edb8dd 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t03.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t03.dart
index 343d700..8f70bdc 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t03.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *   { ...a, ...b }
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t04.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t04.dart
index 5f8a7b6..a9ea69c 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t04.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *   { ...a, ...b }
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t05.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t05.dart
index 47e93fd..354a732 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t05.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *   { ...a, ...b }
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t06.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t06.dart
index 192f69e..edb2009 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t06.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *   { ...a, ...b }
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A01_t07.dart b/LanguageFeatures/Spread-collections/Ambiguity_A01_t07.dart
index 5c5e662..78eb578 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A01_t07.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression like:
  *  { ...a, ...b }
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t01.dart
index 131f619..7fe53a4 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t02.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t02.dart
index 683c97a..d39747a 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t03.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t03.dart
index 3c2346f..7f5b1e0 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t04.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t04.dart
index e185868..9376b8c 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t05.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t05.dart
index b02c6c9..9087a22 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t05.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A02_t06.dart b/LanguageFeatures/Spread-collections/Ambiguity_A02_t06.dart
index 5e34c5d..4f844ea 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A02_t06.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In cases where the context type is not specific enough to
  * disambiguate, we could make it an error instead of defaulting to map.
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A03_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A03_t01.dart
index ff29fb8..a59a089 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A03_t02.dart b/LanguageFeatures/Spread-collections/Ambiguity_A03_t02.dart
index 0bcf21f..500a9a1 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A03_t03.dart b/LanguageFeatures/Spread-collections/Ambiguity_A03_t03.dart
index 7bd85fd..a5bcf2f 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A03_t04.dart b/LanguageFeatures/Spread-collections/Ambiguity_A03_t04.dart
index 74af71d..b68ec97 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A03_t04.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A03_t05.dart b/LanguageFeatures/Spread-collections/Ambiguity_A03_t05.dart
index e32c102..456d342 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A03_t05.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A04_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A04_t01.dart
index 82fe3ab..434dd22 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A04_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A04_t02.dart b/LanguageFeatures/Spread-collections/Ambiguity_A04_t02.dart
index c8294fd..63267ff 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A04_t02.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A04_t03.dart b/LanguageFeatures/Spread-collections/Ambiguity_A04_t03.dart
index 10de6de..014fd36 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A04_t03.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A04_t04.dart b/LanguageFeatures/Spread-collections/Ambiguity_A04_t04.dart
index 42ec492..3e08f20 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A04_t04.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A04_t05.dart b/LanguageFeatures/Spread-collections/Ambiguity_A04_t05.dart
index a7ac8a6..eff5e1d 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A04_t05.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A05_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A05_t01.dart
index b7353ef..ef45414 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A05_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections) Let [e] be a [setOrMapLiteral].
  *
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t01.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t01.dart
index 7b34e10..54b46a2 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t01.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t02.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t02.dart
index 212d249..aa09804 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t02.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t03.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t03.dart
index b12a4dc..52c8769 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t03.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t04.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t04.dart
index 8760b30..54ad019 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t04.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t05.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t05.dart
index 516798b..ba8914b 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t05.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t06.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t06.dart
index 2214f56..8230d50 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t06.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t07.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t07.dart
index db269d9..a78866b 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t07.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t08.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t08.dart
index 9ec869b..bd7681a 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t08.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t09.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t09.dart
index 34436da..b19e506 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t09.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t10.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t10.dart
index f1c8d46..44e9fe8 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t10.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t11.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t11.dart
index e2a664d..a27f609 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t11.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/Ambiguity_A06_t12.dart b/LanguageFeatures/Spread-collections/Ambiguity_A06_t12.dart
index 5e4ef0f..7b77c59 100644
--- a/LanguageFeatures/Spread-collections/Ambiguity_A06_t12.dart
+++ b/LanguageFeatures/Spread-collections/Ambiguity_A06_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections spec:
  * In other words, at least one key-value pair anywhere in the collection forces
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A01_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A01_t01.dart
index 5d945ac..eff3877 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a constant list or set, a spread element expands at compile
  * time to the series of elements contained in the spread object list.
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A01_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A01_t02.dart
index 11e976e..7eaa72e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a constant list or set, a spread element expands at compile
  * time to the series of elements contained in the spread object list.
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A02_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A02_t01.dart
index e33e6c8..fe62b8c 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a constant map, a spread element expands to the series of
  * entries contained in the spread object map.
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A03_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A03_t01.dart
index 18ee384..4b65c30 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error to use a spread element in a constant
  * list or set unless the spread object was created by a constant list or set
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A03_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A03_t02.dart
index b4234ba..78720d4 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error to use a spread element in a constant
  * list or set unless the spread object was created by a constant list or set
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A04_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A04_t01.dart
index 39c7d66..2d1bbdf 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A04_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if any of the elements being spread in
  * a const set are equal to other elements in the set literal, in the spread, or
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A05_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A05_t01.dart
index c9b179a..246f91e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A05_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @It is a compile-time error to use a spread element in a constant map unless
  * the spread object was created by from a constant map literal expression.
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t01.dart
index 8a77275..c908a13 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This enables in-place literals (which aren't very useful):
  *   const list = [...["why"]];
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t02.dart
index afa32e3..74eea6f 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This enables in-place literals (which aren't very useful):
  *
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t03.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t03.dart
index 9f17d09..fc1ac65 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A06_t03.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This enables in-place literals (which aren't very useful):
  *
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t01.dart
index 2928a10..54e6767 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It also enables const expressions that refer to constant
  * collections defined elsewhere, which is useful:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t02.dart
index 1013788..95c934b 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It also enables const expressions that refer to constant
  * collections defined elsewhere, which is useful:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t03.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t03.dart
index f23cbbf..fb45e1c 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A07_t03.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It also enables const expressions that refer to constant
  * collections defined elsewhere, which is useful:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t01.dart
index de28fb4..9d3b4f2 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t02.dart
index 54b3caa..a2a5eeb 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t03.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t03.dart
index ba1a61b..18365b4 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t03.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t04.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t04.dart
index 23f2864..db00a1e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t04.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t05.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t05.dart
index cd6f55a..8952476 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t05.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t06.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t06.dart
index 5b57a4f..ba4c3b9 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A08_t06.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A08_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The existing rules against self-reference prohibit a collection
  * from spreading into itself:
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t01.dart
index d726a07..4d05de7 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t02.dart
index 24cb600..8cce295 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t03.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t03.dart
index f9fc0f8..0b512dc 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t03.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t04.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t04.dart
index ce3f189..4c4349e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t04.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t05.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t05.dart
index fb0d71d..5f531b0 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t05.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t06.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t06.dart
index 93d7cd9..9b6b1ad 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t06.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t07.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t07.dart
index bc90888..513f67f 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t07.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t08.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t08.dart
index 3d10008..56263bc 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t08.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t09.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t09.dart
index 71830e7..3ce4598 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t09.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t10.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t10.dart
index f86717d..6caed8d 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t10.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t11.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t11.dart
index 5ff4a6c..f3271da 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t11.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t12.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t12.dart
index 2c0a2d4..8d53f87 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t12.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t13.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t13.dart
index f6ddade..fecd25c 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t13.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t14.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t14.dart
index a46c4f3..efaa50f 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t14.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t15.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t15.dart
index 21ec052..d9549d2 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t15.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t16.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t16.dart
index e785afd..fb41ae2 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t16.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t17.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t17.dart
index 7dfd621..b51960b 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t17.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t18.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t18.dart
index 4dfe36c..c64c7d3 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t18.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t19.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t19.dart
index e48f2b6..db0d2a0 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t19.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t20.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t20.dart
index 11ee061..a7154b7 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t20.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t21.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t21.dart
index 43352c7..8d53002 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t21.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t22.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t22.dart
index c1ee6c1..aae013b 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t22.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t23.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t23.dart
index a6258bf..242138c 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A09_t23.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A09_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A spreadElement starting with [...] is a constant element if its expression
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t01.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t01.dart
index ba831c7..9dfd9c8 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t01.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t02.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t02.dart
index 8400996..5584963 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t02.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t03.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t03.dart
index 42e4d94..d546963 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t03.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t04.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t04.dart
index 2e05301..e6a97e0 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t04.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t05.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t05.dart
index a5326f3..eb467a3 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t05.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t06.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t06.dart
index e4141fe..dcb2578 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t06.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t07.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t07.dart
index 0beaca3..48be651 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t07.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t08.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t08.dart
index 2978ad4..69f5861 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t08.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t09.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t09.dart
index ff45ad2..fb76f0a 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t09.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t10.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t10.dart
index c2982c3..b9e6d5c 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t10.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t11.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t11.dart
index 6fc3afa..03ed846 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t11.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t12.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t12.dart
index 88de396..1f63226 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t12.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t13.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t13.dart
index bba3d64..490f09a 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t13.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t14.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t14.dart
index a75de1d..eda1ce2 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t14.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t15.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t15.dart
index e9352db..8c1130e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t15.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t16.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t16.dart
index 75abc1a..95e5947 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t16.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t17.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t17.dart
index 0f9503a..86af62e 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t17.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t18.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t18.dart
index e5535d3..7e3cbd8 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t18.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t19.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t19.dart
index bbb0ab5..937e572 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t19.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t20.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t20.dart
index e5165d9..040fa68 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t20.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t21.dart b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t21.dart
index 1075258..0a288ae 100644
--- a/LanguageFeatures/Spread-collections/ConstSpreads_A10_t21.dart
+++ b/LanguageFeatures/Spread-collections/ConstSpreads_A10_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collection Spec:
  * A [spreadElement] starting with [...?] is a constant element if its
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A01_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A01_t01.dart
index e44f797..53e7fc6 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t01.dart
index bb997c6..ed704de 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t02.dart
index 6cc468d..1fce68d 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t03.dart
index b8b6dc2..a04f104 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t04.dart
index c6ed963..5a1ae43 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t05.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t05.dart
index 94161d9..061e9dc 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t05.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t01.dart
index 232e983..3bd3464 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, the list is canonicalized and immutable,
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t02.dart
index 54d6c82..513b854 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, the list is canonicalized and immutable,
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t03.dart
index 2be33a6..b825087 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, the list is canonicalized and immutable,
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t04.dart
index c6f7643..89d6f62 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_List_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, the list is canonicalized and immutable,
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A01_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A01_t01.dart
index d4a24a7..6af7d95 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A map literal of the form [<K, V>{entry_1 ... entry_n}] is
  * evaluated as follows:
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t01.dart
index fd747fa..4520f69 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t02.dart
index 30ebb30..a632301 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t03.dart
index cf772ab..be9f474 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t04.dart
index 055b5fc..e35f9b2 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t05.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t05.dart
index df70bc7..d35fd25 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t05.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t06.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t06.dart
index edbb23a..862f073 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t06.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t07.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t07.dart
index fa3578e..c3a74a3 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t07.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t08.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t08.dart
index 82c397e..8779e43 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t08.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t09.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t09.dart
index 4e8710e..13c53e0 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t09.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A list literal <E>[elem_1 ... elem_n] is evaluated as follows:
  *
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t01.dart
index 8766db3..b153a58 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it and make the map immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t02.dart
index eca954f..8fac7b0 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it and make the map immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t03.dart
index 6c7c04b..77dfa40 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it and make the map immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t04.dart
index 726723a..0089f23 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Map_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  *  If the literal is constant, canonicalize it and make the map immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A01_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A01_t01.dart
index f7b45d3..37dac83 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * A set literal <E>{elem_1 ... elem_n} is evaluated as follows:
  *   1. Create a fresh instance of set of a class that implements
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t01.dart
index d74150d..b08df99 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A [set] literal [<E>{elem_1 ... elem_n}] is evaluated as follows:
  *   2. For each element in the [set] literal:
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t02.dart
index a7a2d0f..50ecf17 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A [set] literal [<E>{elem_1 ... elem_n}] is evaluated as follows:
  *   2. For each element in the [set] literal:
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t03.dart
index 50bf4db..9ecc7a5 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A [set] literal [<E>{elem_1 ... elem_n}] is evaluated as follows:
  *   2. For each element in the [set] literal:
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t04.dart
index 9921468..9b64df6 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A [set] literal [<E>{elem_1 ... elem_n}] is evaluated as follows:
  *   2. For each element in the [set] literal:
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t05.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t05.dart
index 3a0834c..8368838 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t05.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * A set literal <E>{elem_1 ... elem_n} is evaluated as follows:
  *   1. Create a fresh instance of set of a class that implements
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t06.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t06.dart
index 47c669f..c5c7a4a 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t06.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * A set literal <E>{elem_1 ... elem_n} is evaluated as follows:
  *   1. Create a fresh instance of set of a class that implements
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t07.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t07.dart
index 91779a2..0c6e51b 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t07.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * A set literal <E>{elem_1 ... elem_n} is evaluated as follows:
  *   1. Create a fresh instance of set of a class that implements
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t08.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t08.dart
index 8f42436..165359d 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t08.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * A set literal <E>{elem_1 ... elem_n} is evaluated as follows:
  *   1. Create a fresh instance of set of a class that implements
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t01.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t01.dart
index 870b9d4..6d6504a 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it make the set immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t02.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t02.dart
index 65b92fe..b45106b 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it make the set immutable.
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t03.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t03.dart
index 36c0fe7..675d5df 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, the list is canonicalized and immutable,
diff --git a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t04.dart b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t04.dart
index cae8891..b29b30c 100644
--- a/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t04.dart
+++ b/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Specification:
  * If the literal is constant, canonicalize it make the set immutable.
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t01.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t01.dart
index 8da3098..c906f35 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t02.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t02.dart
index 6aa279d..6e1a36b 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t03.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t03.dart
index e4e01e6..590b271 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t03.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t04.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t04.dart
index 6802196..40ba4c0 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t04.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t05.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t05.dart
index c5acfaa..aef97f2 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t05.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A01_t06.dart b/LanguageFeatures/Spread-collections/NullAware_A01_t06.dart
index 8fdef0a..782272b 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A01_t06.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion To handle these gracefully, we support a [...?] "null-aware
  * spread" operator. In cases where the spread expression evaluates to [null],
diff --git a/LanguageFeatures/Spread-collections/NullAware_A02_t01.dart b/LanguageFeatures/Spread-collections/NullAware_A02_t01.dart
index 13276dd..a9dcec8 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Note that neither the regular spread nor the null-aware spread
  * have any affect on [null] values inside the sequence being spread. As far as
diff --git a/LanguageFeatures/Spread-collections/NullAware_A02_t02.dart b/LanguageFeatures/Spread-collections/NullAware_A02_t02.dart
index 6311c84..47d4b0a 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Note that neither the regular spread nor the null-aware spread
  * have any affect on [null] values inside the sequence being spread. As far as
diff --git a/LanguageFeatures/Spread-collections/NullAware_A02_t03.dart b/LanguageFeatures/Spread-collections/NullAware_A02_t03.dart
index dfc208f..35ce709 100644
--- a/LanguageFeatures/Spread-collections/NullAware_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/NullAware_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Note that neither the regular spread nor the null-aware spread
  * have any affect on [null] values inside the sequence being spread. As far as
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t01.dart
index efbedd6..ba4892b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t02.dart
index 387e8ef..4ed111c 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t03.dart
index 573382c..680b2d4 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t04.dart
index a59e162..be37107 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t05.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t05.dart
index 0f9701b..fb1251b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t05.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t06.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t06.dart
index 3eceed6..c4cd225 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t06.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t07.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t07.dart
index d9c7083..48d2912 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t07.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion (Unified collections)
  * It is a compile-time error if:
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t08.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t08.dart
index 4dbf793..21c8b45 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t08.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t09.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t09.dart
index 05f9132..f4ea20b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t09.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t10.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t10.dart
index a995d20..d41e542 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A01_t10.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Since the spread is unpacked and its individual elements added to
  * the containing collection, we don't require the spread expression itself to
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t01.dart
index 7528c8e..a25ab2c 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This is true even if the object being spread is a user-defined
  * class that implements [Iterable] but isn't even a subtype of List.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t02.dart
index 6727eb4..b134205 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This is true even if the object being spread is a user-defined
  * class that implements [Iterable] but isn't even a subtype of List.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t03.dart
index 1bcb4ed..0a2b229 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This is true even if the object being spread is a user-defined
  * class that implements [Iterable] but isn't even a subtype of List.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t04.dart
index ff7d7e2..20b2419 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This is true even if the object being spread is a user-defined
  * class that implements [Iterable] but isn't even a subtype of List.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A03_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A03_t01.dart
index e79cf0d..1127ff5 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For spreading into map literals, we require the spread object to
  * be a class that implements [Map], but not necessarily a subtype of the map
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A04_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A04_t01.dart
index e24ade7..0116507 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A04_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A04_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A04_t02.dart
index cb44c30..52cfe46 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A04_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t01.dart
index df27996..aded51c 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    If a list or set spread element's static type implements [Iterable<T>] for
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t02.dart
index c6584dd..a3810a8 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    If a list or set spread element's static type implements [Iterable<T>] for
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t03.dart
index a042ae8..23bd3c3 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A05_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    If a list or set spread element's static type implements [Iterable<T>] for
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A06_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A06_t01.dart
index a7ae66f..1c15aca 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A06_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    A spread element in a map literal has a static type that is not assignable
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A07_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A07_t01.dart
index 6fb9067..166ff55 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A07_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    If a map spread element's static type implements [Map<K, V>] for some [K]
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A07_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A07_t02.dart
index 8272362..811abc2 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A07_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a static error if:
  *    If a map spread element's static type implements [Map<K, V>] for some [K]
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A08_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A08_t01.dart
index bdd879c..e971173 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A08_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Note that you can spread any [Iterable] into a set literal, not
  * just other sets
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t01.dart
index 1099527..7501a25 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t02.dart
index ca831b9..2b4da82 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t03.dart
index ce24d59..8c11eab 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t04.dart
index 298383b..7c47091 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t05.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t05.dart
index af46626..7e84746 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t05.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t06.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t06.dart
index b0e2c7a..f10ac80 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t06.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t07.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t07.dart
index 16dd871..f6d9cd2 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t07.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t08.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t08.dart
index b6dbdce..7bd8c71 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A09_t08.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A09_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A non-null-aware spread element has static type Null.
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t01.dart
index 0a02300..41ca627 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t02.dart
index f18515a..0e19661 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t03.dart
index aadf203..d453f7b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t04.dart
index 86b9559..404942b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t05.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t05.dart
index f200127..5cf7bbd 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t05.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t06.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t06.dart
index 8c7928a..06a365d 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t06.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t07.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t07.dart
index a1c68dc..3aea0b0 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t07.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t08.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t08.dart
index c72926e..e65e62f 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t08.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t09.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t09.dart
index 906057d..ac88bd3 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t09.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t10.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t10.dart
index 3cc37a7..7a3be7e 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t10.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t11.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t11.dart
index f58f643..966fee0 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t11.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t12.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t12.dart
index 2146630..f0ab639 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A10_t12.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A10_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a list or set literal has a static type that is not
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t01.dart
index b13a3df..6c9516d 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t02.dart
index 225f0d1..acdc205 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t03.dart
index 5631712..317b12a 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t04.dart
index 92a0068..8408273 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t05.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t05.dart
index fa18a4a..7b0797b 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t05.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t06.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t06.dart
index 379c9ae..4aaed78 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A11_t06.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A11_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a compile-time error if:
  * A spread element in a map literal has a static type that is not [dynamic] and
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t01.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t01.dart
index b54f94e..5ae1844 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t01.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that list with spread element cannot reference itself
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t02.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t02.dart
index 14f9b9b..baeb636 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t02.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that spread elements in the list cannot have recurrent
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t03.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t03.dart
index 13d1806..bbbc217 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t03.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that set with spread element cannot reference itself
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t04.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t04.dart
index efdbc85..b886792 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t04.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that spread elements in the set cannot have recurrent
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t05.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t05.dart
index 2c8c347..9d84c13 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t05.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that map with spread element cannot reference itself
diff --git a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t06.dart b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t06.dart
index 407ff52..0ce6634 100644
--- a/LanguageFeatures/Spread-collections/StaticSemantic_A12_t06.dart
+++ b/LanguageFeatures/Spread-collections/StaticSemantic_A12_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion n/a
  * @description: Checks that spread elements in the map cannot have recurrent
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t01.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t01.dart
index 4b3a850..688de14 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t02.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t02.dart
index 13222b0..9dbe5c5 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t03.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t03.dart
index bf6ed69..221fa2f 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t03.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t04.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t04.dart
index 8d2a15c..ba11b9e 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t04.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t05.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t05.dart
index a866969..57bba63 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t05.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t06.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t06.dart
index 7d5891b..460293f 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t06.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t07.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t07.dart
index 32d36d1..4cab059 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t07.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A01_t08.dart b/LanguageFeatures/Spread-collections/Syntax_A01_t08.dart
index a1292a9..483798a 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A01_t08.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We extend the list grammar to allow spread elements in addition to
  * regular elements:
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t01.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t01.dart
index 20ed05c..45e9020 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t02.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t02.dart
index c1b8a0f..47d65ef 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t03.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t03.dart
index 46c476c..d85683f 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t03.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t04.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t04.dart
index 8d87443..86bcd98 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t04.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t05.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t05.dart
index 5cc1fcd..35cae36 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t05.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t06.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t06.dart
index 965433c..6483856 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t06.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t07.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t07.dart
index 9660303..d215e60 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t07.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t08.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t08.dart
index 6e28b25..bbada24 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t08.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t09.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t09.dart
index 443f6ea..65f7d78 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t09.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t10.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t10.dart
index 57f0272..37ec9ce 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t10.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t11.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t11.dart
index b02e498..eacb7d3 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t11.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t12.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t12.dart
index 13eff02..f28f5b8 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t12.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A02_t13.dart b/LanguageFeatures/Spread-collections/Syntax_A02_t13.dart
index 93c76d6..4b869b9 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A02_t13.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar changes for map and set are a little more complex
  * because of the potential ambiguity of collections containing only spreads.
diff --git a/LanguageFeatures/Spread-collections/Syntax_A03_t01.dart b/LanguageFeatures/Spread-collections/Syntax_A03_t01.dart
index 7d972d6..49f1593 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This grammar is ambiguous in cases like [{ ...a }] because
  * [mapLiteral], [setLiteral], and [mapOrSetLiteral] all match. In cases of
diff --git a/LanguageFeatures/Spread-collections/Syntax_A03_t02.dart b/LanguageFeatures/Spread-collections/Syntax_A03_t02.dart
index 5230146..9b25ee7 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This grammar is ambiguous in cases like [{ ...a }] because
  * [mapLiteral], [setLiteral], and [mapOrSetLiteral] all match. In cases of
diff --git a/LanguageFeatures/Spread-collections/Syntax_A03_t03.dart b/LanguageFeatures/Spread-collections/Syntax_A03_t03.dart
index 042acd3..258c26c 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This grammar is ambiguous in cases like [{ ...a }] because
  * [mapLiteral], [setLiteral], and [mapOrSetLiteral] all match. In cases of
diff --git a/LanguageFeatures/Spread-collections/Syntax_A03_t04.dart b/LanguageFeatures/Spread-collections/Syntax_A03_t04.dart
index 1c1f826..61f5db6 100644
--- a/LanguageFeatures/Spread-collections/Syntax_A03_t04.dart
+++ b/LanguageFeatures/Spread-collections/Syntax_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion This grammar is ambiguous in cases like [{ ...a }] because
  * [mapLiteral], [setLiteral], and [mapOrSetLiteral] all match. In cases of
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t01.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t01.dart
index fb0ec00..cf2aa54 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t01.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t02.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t02.dart
index 6e8f47e..a9037b9 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t02.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t03.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t03.dart
index 048f764..5bec07c 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t03.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t04.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t04.dart
index 3e9a8ed..5509a63 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t04.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t05.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t05.dart
index 377618a..64f7f9e 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t05.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A01_t06.dart b/LanguageFeatures/Spread-collections/TypeInference_A01_t06.dart
index 576274c..7f71f24 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A01_t06.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a list or set literal has a downwards inference type of
  * [Iterable<T>] for some [T], then the downwards inference context type of a
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A02_t01.dart b/LanguageFeatures/Spread-collections/TypeInference_A02_t01.dart
index 28a0117..80921ff 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A02_t01.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a spread element in a list or set literal has static type
  * [Iterable<T>] for some [T], then the upwards inference element type is [T].
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A02_t02.dart b/LanguageFeatures/Spread-collections/TypeInference_A02_t02.dart
index 6b7d200..2cec4ae 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A02_t02.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a spread element in a list or set literal has static type
  * [Iterable<T>] for some [T], then the upwards inference element type is [T].
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A03_t01.dart b/LanguageFeatures/Spread-collections/TypeInference_A03_t01.dart
index 091d18c..4ed6e0e 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A03_t01.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a map literal has a downwards inference type of [Map<K, V>] for
  * some [K] and [V], then the downwards inference context type of a spread
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A03_t02.dart b/LanguageFeatures/Spread-collections/TypeInference_A03_t02.dart
index a6b854e..4390678 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A03_t02.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a map literal has a downwards inference type of [Map<K, V>] for
  * some [K] and [V], then the downwards inference context type of a spread
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A03_t03.dart b/LanguageFeatures/Spread-collections/TypeInference_A03_t03.dart
index 28c9433..fba7a70 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A03_t03.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a map literal has a downwards inference type of [Map<K, V>] for
  * some [K] and [V], then the downwards inference context type of a spread
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A04_t01.dart b/LanguageFeatures/Spread-collections/TypeInference_A04_t01.dart
index 121abec..fc8fb6c 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A04_t01.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If a spread element in a map literal has static type [Map<K, V>]
  * for some [K] and [V], then the upwards inference key type is [K] and the
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t01.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t01.dart
index 5e5aa87..9f07b54 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t01.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t02.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t02.dart
index 401f81f..d241d07 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t02.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t03.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t03.dart
index 69b190a..e7338cb 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t03.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t04.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t04.dart
index ef2e2da..5d0d35e 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t04.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t05.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t05.dart
index 490876b..9dd8dfb 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t05.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t06.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t06.dart
index 34ad141..791c6cc 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t06.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t07.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t07.dart
index f58e8bc..3bd9c83 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t07.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t08.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t08.dart
index 1e5e323..58c4cf3 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t08.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t09.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t09.dart
index db233df..6567378 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t09.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t10.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t10.dart
index da3d33c..28af107 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t10.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t11.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t11.dart
index 62750e7..4567628 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t11.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t12.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t12.dart
index 2ec61b8..35459a6 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t12.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Spread-collections/TypeInference_A05_t13.dart b/LanguageFeatures/Spread-collections/TypeInference_A05_t13.dart
index 99004b0..e16fa5d 100644
--- a/LanguageFeatures/Spread-collections/TypeInference_A05_t13.dart
+++ b/LanguageFeatures/Spread-collections/TypeInference_A05_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion From the Unified collections Spec:
  * We require that at least one component unambiguously determine the literal
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t01.dart
index 1b7746c..45ddc04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t02.dart
index 1830aaf..2e132c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t03.dart
index baf55cf..c985333 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t01.dart
index 010da11..f29c908 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t02.dart
index 909c466..8021110 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t03.dart
index aa78d56..7bdc796 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t01.dart
index e542947..beb4844 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t02.dart
index c054427..21c79fa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t03.dart
index 838db5a..2b9b758 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t01.dart
index b8c8d3b..c03b887 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t02.dart
index 445b096..83e8e08 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t03.dart
index c48169e..965b05d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t01.dart
index a8799e6..3973ab6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t02.dart
index 93da828..5fc12ea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t03.dart
index 5197f26..9e38c21 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t01.dart
index bc7e4c4..61960f2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t02.dart
index 3cf39c1..fafdd40 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t03.dart
index a8fb629..089b7e7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t01.dart
index 1199e18..72457f9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t02.dart
index 76ed238..0266f60 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t03.dart
index cf0c48b..8711e8f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t01.dart
index 834a683..c495e6a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t02.dart
index 359929f..78461ee 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t03.dart
index 008bfee..6bb1b05 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t01.dart
index 01defb3..05a9b52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t02.dart
index 9e37fe9..d3fd32c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t03.dart
index 61307a4..9bac4ba 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t01.dart
index ebc1e28..987f694 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t02.dart
index 00fcf43..84e4fe0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t03.dart
index 58676f2..60f3ef8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t01.dart
index dec03b8..c7ef426 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t02.dart
index 83c81fd..ea4fa02 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t03.dart
index b7e84eb..1cbf2e5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t01.dart
index 231b234..e42cc5c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t02.dart
index ecab31c..444be78 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t03.dart
index 83076a1..4e3d0d9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t01.dart
index 0e56196..3e0a407 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t02.dart
index 6925c02..50466ec 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t03.dart
index 74cef34..f4f4d7c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t01.dart
index 5956c1a..8323ea6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t02.dart
index 49d3e8a..c765800 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t03.dart
index ad8127f..d718d01 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t01.dart
index 6cfd1c8..893b36c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t02.dart
index c955051..2288f01 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t03.dart
index 7c972ea..334e4ba 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t01.dart
index c443093..1f9c832 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t02.dart
index 26f1546..e499b45 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t03.dart
index 3b8a214..3bd217a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t01.dart
index 5b4453a..35c8881 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t02.dart
index b7331f3..7eb8c2e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t03.dart
index 29686db..0edc679 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t01.dart
index a1764e0..d7ff111 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t02.dart
index af47729..6f66d17 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t03.dart
index 5310622..b41739c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_arguments_binding_A18_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t01.dart
index 75d0c27..be0d5c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t02.dart
index ff675be..5c82078 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t03.dart
index 8735350..4580af1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t01.dart
index c49b525..2b64c9f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t02.dart
index b6ff450..26a04d4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t03.dart
index 063ae9a..7b61056 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t01.dart
index 9beb86c..14c0846 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t02.dart
index 56fa9f8..087de7c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t03.dart
index b786ef1..1697932 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t01.dart
index 4e2e308..f06b7cc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t02.dart
index 2f7ad30..075f10b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t03.dart
index 7e368d0..d03012a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t01.dart
index a511bc3..a5eabc1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t02.dart
index 853ec41..4e688cf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t03.dart
index 2ddf55d..5c7b674 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t01.dart
index 09a4488..2e46875 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t02.dart
index 428a1c7..5a0469d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t03.dart
index 6990221..ad2e03c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t01.dart
index eed5a87..a49ffd1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t02.dart
index 0b8d4cd..6056d6e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t03.dart
index 74ee6c5..ca79c84 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t01.dart
index 6d91c59..bd9f738 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t02.dart
index 0525217..291a8f1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t03.dart
index 6b6d06d..2b1fad0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t01.dart
index 739273c..be21393 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t02.dart
index 21b2560..75f6e2a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t03.dart
index 0003fb4..f0f6e7f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t01.dart
index 17ab51a..cea82d5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t02.dart
index 49a08cb..27735a4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t03.dart
index 5cf95e1..536723e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t01.dart
index 27ccd12..e699dba 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t02.dart
index ffe9895..ee31283 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t03.dart
index a518224..61528c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t01.dart
index 4878983..3968b18 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t02.dart
index e305a44..1cfcd22 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t03.dart
index c3bddef..674fba6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t01.dart
index 93d47bf..68861bf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t02.dart
index 8d87c7b..6c4ff26 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t03.dart
index 74bbd18..9a4b719 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t01.dart
index d68dd22..5589f93 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t02.dart
index 287ac5a..98ada12 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t03.dart
index 91a1575..5702aeb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t01.dart
index 9a82312..6fa6b9a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t02.dart
index ad46b10..f516c03 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t03.dart
index 9983b97..a13aa93 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t01.dart
index 30cd63d..7cde910 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t02.dart
index a4a3c60..25b510e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t03.dart
index 671def8..c7dba38 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t01.dart
index 9673e34..e413710 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t02.dart
index d60416b..2e0e3a2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t03.dart
index 8bfd644..af66c29 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t01.dart
index 6ac71c7..c1960b7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t02.dart
index f95e859..eaf3c2e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t03.dart
index ffb0712..5392245 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_class_member_A18_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A01_t01.dart
index 400933e..590beef 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A02_t01.dart
index c02330e..ba4f1b3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A03_t01.dart
index 5a22095..d289c8f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A04_t01.dart
index 3cd584d..1465414 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A05_t01.dart
index a9032b0..848ae52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A06_t01.dart
index d2d3a7c..5226d75 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A07_t01.dart
index 0e25a76..a1f9cb7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A08_t01.dart
index da02f2d..cf6926b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A09_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A09_t01.dart
index f344882..180be7a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A10_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A10_t01.dart
index 7430f8c..f75847f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A11_t01.dart
index 955f143..d71c19c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A12_t01.dart
index aa29e09..f12db5d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A13_t01.dart
index 167ed47..c981ad3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A14_t01.dart
index 3d034cc..c407618 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A15_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A15_t01.dart
index 9de3552..a609e02 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A16_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A16_t01.dart
index 18214d7..8032e4f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A17_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A17_t01.dart
index 46f1218..b022e40 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A18_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A18_t01.dart
index e635940..ef6610a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_global_variable_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A01_t01.dart
index 4389f09..103da53 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A02_t01.dart
index 69ab00f..1a1aa50 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A03_t01.dart
index 0da0f58..9c0d412 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A04_t01.dart
index c1e87cd..7ea8d67 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A05_t01.dart
index 8fc4e89..c09ab0a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A06_t01.dart
index 461120b..23f35cb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A07_t01.dart
index 569a214..1a10692 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A08_t01.dart
index 9c32d2d..817b91c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A09_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A09_t01.dart
index cdbe14b..a1c1198 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A10_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A10_t01.dart
index 378a054..e64fcb4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A11_t01.dart
index d24c176..146ca64 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A12_t01.dart
index 55674ed..18ae418 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A13_t01.dart
index c779d77..bd0d9ce 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A14_t01.dart
index 9ae802a..e874fd1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A15_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A15_t01.dart
index bcf2bca..32b40af 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A16_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A16_t01.dart
index 764ae32..484ee6c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A17_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A17_t01.dart
index d50a2e5..74ecd54 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A18_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A18_t01.dart
index 497f24c..ff3b125 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_local_variable_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A01_t01.dart
index 1d75679..ab717bc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A02_t01.dart
index e28c652..2fa05f3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A03_t01.dart
index b914805..2edee45 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A04_t01.dart
index 24d70b8..67fc952 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A05_t01.dart
index 3cf62e9..b33a102 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A06_t01.dart
index 1a704e5..65b99dd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A07_t01.dart
index 103bbe2..1d35051 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A08_t01.dart
index b0f58a2..6f51059 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A09_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A09_t01.dart
index 70f7101..521584f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A10_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A10_t01.dart
index fd371ae..12ca4ab 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A11_t01.dart
index e6feee5..b7c4afc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A12_t01.dart
index 30a2fe2..32dc5ac 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A13_t01.dart
index c852068..eefdadd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A14_t01.dart
index a3e1b3f..07c1542 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A15_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A15_t01.dart
index 7c70bb3..f22696b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A16_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A16_t01.dart
index c73f487..15db01b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A17_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A17_t01.dart
index a7664e3..61f0375 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A18_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A18_t01.dart
index f1c882f..e8bc18d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/function_type_function_return_value_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t01.dart
index 077472f..d2c92e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t02.dart
index 319e6ed..bf42e7a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t03.dart
index b0aa3c3..73f0737 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t01.dart
index f374392..bba7606 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t02.dart
index 0e6a8b6..8eec3fe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t03.dart
index 28ddde3..fe6065c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t01.dart
index 8058895..8290d67 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t02.dart
index b013d82..d2e9c36 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t03.dart
index 13fc929..9102d04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t01.dart
index 49729fc..e706f35 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t02.dart
index cf723cd..f7977f3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t03.dart
index 8be4c38..6cee1dd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
index 49086e1..c4adc09 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t02.dart
index a5b9ae9..b44b3bc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t03.dart
index d78f9cc..ae0ed20 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
index b37e8a6..372766c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t02.dart
index ab12b42..fbf59a0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t03.dart
index 96f109e..00f0e3c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
index 96058e5..6571762 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
index 073b63e..92ff791 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
index 1fd7bc3..9f5b2fb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A01_t01.dart
index bfcdb15..8422fc2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A02_t01.dart
index 7a78ff2..a27ada9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A01_t01.dart
index f884132..5cf5554 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A02_t01.dart
index 80a51c4..718fab5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A01_t01.dart
index e873f6a..03a7c96 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A02_t01.dart
index 395293c..588b0f3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/interface_compositionality_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t01.dart
index f40907a..6004bf6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t02.dart
index 92bcd2e..ae1952b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t03.dart
index b13dd78..1e9fee9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t01.dart
index 4554cd5..9c02302 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t02.dart
index 21883f4..6d5ec85 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t03.dart
index d5a619f..707eea4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t01.dart
index 323f424..7bd2075 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t02.dart
index 04fc657..3bd634b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t03.dart
index e09e14b..2d782e5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t01.dart
index 0713c9c..ef5deb0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t02.dart
index 32c864d..92a784e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t03.dart
index 15d6898..cfad87f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t01.dart
index 79d1fcd..9c7f1c5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t02.dart
index e4371f5..8c5dda6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t03.dart
index 2fe498c..967f300 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t01.dart
index f269a66..50e0142 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t02.dart
index 5e50356..a0a16c8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t03.dart
index 705afd7..fd1799c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t01.dart
index 6c58165..0b08cec 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t02.dart
index 607fc66..35611fa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t03.dart
index 2ec3122..67c69e1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t01.dart
index caec2e5..c2297a3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t02.dart
index e5455e7..935cbda 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t03.dart
index 28f4785..e7fdb11 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
index 25a255b..ed87648 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t02.dart
index ad31dce..d8c832f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t03.dart
index 18fc9c6..0412d69 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
index 8154ac4..b80e385 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t02.dart
index 5eb2933..880ebad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t03.dart
index a2ebe9f..baf5614 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_arguments_binding_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
index d2dac72..90df4a8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t02.dart
index e9df662..b6d60ee 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t03.dart
index 8df29d1..fbebd56 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
index 0983b19..30a62c2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t02.dart
index 9973385..d912af1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t03.dart
index ef2c67d..32f189c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_class_member_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
index 7a1bb89..23c114b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
index 801e93c..683172c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
index a14c762..e31b738 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
index e53616d..3e5eb5d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
index 85ae921..c18e1c5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
index 05adc6e..a21f0e5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A01_t01.dart
index ad90ccb..7de7128 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A02_t01.dart
index 6061210..97546cf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A03_t01.dart
index ff99964..bea1c9c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A04_t01.dart
index c99c703..206dd9e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A01_t01.dart
index 88667b7..383e7d5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A02_t01.dart
index 493d968..e54016f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A03_t01.dart
index 098fa74..c42f950 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A04_t01.dart
index b84d31b..eceb1f4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A01_t01.dart
index 40b10fa..9966ddf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A02_t01.dart
index 8dd1349..fcb14a5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A03_t01.dart
index ca534df..e095118 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A04_t01.dart
index dcec212..7b46519 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_FutureOr_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t01.dart
index f21b4e0..1dd6299 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t02.dart
index 0e8a21e..a27f754 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t03.dart
index 2a4862f..2606126 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t01.dart
index 356f490..ae7374f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t02.dart
index ad2e20b..6a6a777 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t03.dart
index df9a4f6..f0cbe71 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t01.dart
index ec29f5f..6610c57 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t02.dart
index ea883b8..e432ad1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t03.dart
index cdd1b42..a69acf2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t01.dart
index 8cd9a99..50c9737 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t02.dart
index 8f985c1..c468d0c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t03.dart
index eebbda4..6c4e57f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
index c4ee6b1..dbcf536 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t02.dart
index 1d81994..c9fc11a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t03.dart
index 6083156..cdd2625 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
index 899b9cb..8ef6d1b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t02.dart
index 672de3d..3778cbf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t03.dart
index 561a7cb..aaef2b0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
index 90b69d3..70d476c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t02.dart
index 4efadfa..ae2271c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t03.dart
index ce05924..d9edc9d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_arguments_binding_fail_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t01.dart
index 88a9c68..8bbb8bc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t02.dart
index 1a1ce8f..25c78d0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t03.dart
index d88d2b2..61fd9e1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t01.dart
index 3823562..511a3f9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t02.dart
index 51ca3e7..e209895 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t03.dart
index 61703b8..bd905f4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t01.dart
index 28bac19..afac90c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t02.dart
index cd7a43f..2117bda 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t03.dart
index 36bd7c9..30dbaa1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_class_member_fail_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
index 22d4be3..3af5297 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
index 49eea78..417f78b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
index ff25153..b8a1fad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
index 4a6ab95..9a0f841 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
index df94249..5c53adf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
index 1f6610c..cfd9a1d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A01_t01.dart
index d02876f..b7c0ab4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A02_t01.dart
index 147cc9f..ed4a59a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A03_t01.dart
index ef93d9c..306fe6f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A01_t01.dart
index 94d670d..4d7a28d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A02_t01.dart
index b250df4..2861f9c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A01_t01.dart
index 7940547..dd9b0be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A02_t01.dart
index 53191a4..ce15d5b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A01_t01.dart
index 00db640..3149a6c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A02_t01.dart
index 15c29c5..bff2aa5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_legacy_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t01.dart
index 671800b..6d4b830 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t02.dart
index e0ae622..e99ba6b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t03.dart
index de1c79c..74ccf7c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t01.dart
index 72d71f0..45fbff8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t02.dart
index 621c55f..2107bdb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t03.dart
index 484ade9..653a04d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t01.dart
index 35a4fd9..0ac21c9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t02.dart
index 1089caf..8da3695 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t03.dart
index 1ec2f8b..b050430 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t01.dart
index 719999e..3608e1b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t02.dart
index 1143188..7bc4cc8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t03.dart
index 32e0ff5..eb9884a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t01.dart
index 15694ed..ce6138a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t02.dart
index e2b96b6..868e8be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t03.dart
index 37c61a3..5fb9808 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_arguments_binding_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t01.dart
index ffef84e..7fa722e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t02.dart
index fbc55fb..8b705a2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t03.dart
index 241f113..74738f4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t01.dart
index 32d3cb8..8305bd3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t02.dart
index 2764294..b36d1be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t03.dart
index 1dd281d..372ac1a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t01.dart
index 848985a..5fc8f44 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t02.dart
index 3f747fb..b359f1a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t03.dart
index 366e614..d147ec4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t01.dart
index 17ddff0..d434cd0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t02.dart
index 86d65bd..1527836 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t03.dart
index 3d5eb9d..4d18c93 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t01.dart
index 8f5c2c6..64484f4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t02.dart
index 82be445..3a530e0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t03.dart
index 06bf1e8..14e8799 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_class_member_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A02_t01.dart
index dadf3f9..1e68e23 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A03_t01.dart
index 0c2483f..4490319 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A04_t01.dart
index 42aced4..b9414e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A05_t01.dart
index 344e92d..4509879 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A06_t01.dart
index 2699a39..dbf8d5b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_global_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A02_t01.dart
index 52dbc15..a92518f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A03_t01.dart
index ed1f735..47f5f9c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A04_t01.dart
index 59269e7..8dabfe3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A05_t01.dart
index 10fd80a..c3d47ea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A06_t01.dart
index 79ddd61..8a3f287 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_local_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A02_t01.dart
index b9b20ad..e85dcbe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A03_t01.dart
index ebc7059..6003b58 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A04_t01.dart
index 853e4d3..85406d8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A05_t01.dart
index a0a2362..b69f926 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A06_t01.dart
index 1462aa5..f93f7fb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_null_return_value_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t01.dart
index 3f27baf..ee5f0d6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t02.dart
index 62f6b31..3947e90 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t03.dart
index ea181bf..5c1708b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t01.dart
index 231c61f..af30bcb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t02.dart
index c72caf6..9456fa5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t03.dart
index 99757ee..abe5407 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
index 068318c..74a89e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t02.dart
index 3911f52..89b13a9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t03.dart
index 9ac9339..d754b18 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
index ca6a4c3..0bf5d89 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t02.dart
index d15e861..3217edd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t03.dart
index 66e02cd..66b58d3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_arguments_binding_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t01.dart
index de60c1b..4632fe4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t02.dart
index 63f8617..bc04435 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t03.dart
index 008a268..091553d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t01.dart
index 956435d..28cf092 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t02.dart
index 5e7574d..312c456 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t03.dart
index c98f8c1..3267af3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_class_member_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
index bff2c1d..fd0942a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
index 87e3904..3e07ea4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
index 9cd19fd..8a88c81 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
index f9a0a84..592c469 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A01_t01.dart
index ef5a059..607995f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A02_t01.dart
index af0221c..d2d5ea3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_global_variable_A01_t01.dart
index 12c62ac..9bbdcb4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_local_variable_A01_t01.dart
index 40749af..7608dbe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_return_value_A01_t01.dart
index 2d91d15..08871d8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_nullable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t01.dart
index 5842f70..2124838 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t02.dart
index 7ad03e9..d552aad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t03.dart
index 97f49fa..b38b20b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t01.dart
index b9f77e1..8895f18 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t02.dart
index 8e5b727..b4a81ca 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t03.dart
index 5a9c94c..a3b122d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_global_variable_A01_t01.dart
index e0cd5a9..a6f8fa6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_local_variable_A01_t01.dart
index 78ef243..81ef75d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_top_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_top_return_value_A01_t01.dart
index 2f9ca28..58f87a8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_top_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_top_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
index c2f4c07..caa28c4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
index 6725170..d443f9e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
index 5e114c8..92eaaab 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t01.dart
index fd8dde3..9b5738b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t02.dart
index cc842b3..802b906 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t03.dart
index ea2d95c..693b91a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
index 8d98e88..0df6eed 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t02.dart
index 6f812db..be535e0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t03.dart
index 5a0e3e5..4229ffd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
index 20ce83e..0127572 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t02.dart
index ad1c752..621bd92 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t03.dart
index 894611c..b5bc0f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
index 7275d12..e0fd127 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
index 46a414f..286d525 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
index fb5f54c..10fcad5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_global_variable_A01_t01.dart
index 06511ec..55ce9f6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_local_variable_A01_t01.dart
index fc08442..0c7a480 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_return_value_A01_t01.dart
index 3472146..a2a1f44 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/left_type_variable_bound_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t01.dart
index 50f3405..af42add 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t02.dart
index bd63f0e..2c98d43 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t03.dart
index ed76784..11d2f70 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t01.dart
index a86da49..a17114f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t02.dart
index 6a4aa29..61fb24f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t03.dart
index 5594312..4999fb6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t01.dart
index 5a71365..daf089f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t02.dart
index c5f5694..d5d9492 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t03.dart
index 08f2101..ea39fa1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t01.dart
index 692e4d0..048258c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t02.dart
index 79805c6..a5291d4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t03.dart
index f4f5d2b..8d9a205 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t01.dart
index e08d534..3c87931 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t02.dart
index 463c635..67a19c7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t03.dart
index 77f29d4..31f036a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t01.dart
index e406886..ee09595 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t02.dart
index 90ada49..a47f038 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t03.dart
index f1d6b55..ca388e1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t01.dart
index 03b8141..d3d9cd6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t02.dart
index 2ef27fb..7e0b476 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t03.dart
index 5d96b3b..dd952d7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t01.dart
index 9ac8e4a..124de6d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t02.dart
index f793bc3..04c0e48 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t03.dart
index 19fc288..5c44fab 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t01.dart
index ada6d42..c080e22 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t02.dart
index 7e10fd4..98e9869 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t03.dart
index 0a9d291..943d53a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t01.dart
index 0d301cd..a70e288 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t02.dart
index 7a14974..b621316 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t03.dart
index e772202..f09c6c9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
index b633028..2048b03 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t02.dart
index a32b1d0..caeffca 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t03.dart
index bc99e6c..b8bf375 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
index 183725d..e787f6d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t02.dart
index 289e5ef..40e653b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t03.dart
index af050aa..3c0ac38 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
index 9ae2530..1df2434 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t02.dart
index 9afe882..2987cc0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t02.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t03.dart
index 9c33d87..3da7183 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A21_t03.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
index 62236e0..48c3b38 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t02.dart
index c95bca9..afae702 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t03.dart
index f4846e1..e1eebfc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
index ff6733e..b96a3a3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t02.dart
index 12ade3e..dd12ca7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t02.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t03.dart
index d9da1a1..5a9aeb5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A23_t03.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
index c4daa0b..7b780de 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t02.dart
index f33a7e6..dde3ebf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t03.dart
index f380758..9a97795 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
index 62cdd50..43a357e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t02.dart
index 71f0e0c..726e953 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t03.dart
index 62adfca..80d0d18 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
index 3880499..1c3953d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t02.dart
index 1dca4b6..efb0770 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t03.dart
index 3553bc6..4f08d0c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
index f740458..0ee994c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t02.dart
index b9eb76b..c629a21 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t03.dart
index f18d239..fb9c990 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
index 18e1dd9..28f4c3d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t02.dart
index b6208fb..98e6065 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t03.dart
index 2a1ebb1..ba1a22c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
index 6e63bdf..f7e22ae 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t02.dart
index 5fee4be..d15b249 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t03.dart
index 00f4d43..9245bc8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
index 5bb7cb8..02e5f09 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t02.dart
index 7c5552f..d3daf68 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t03.dart
index 5ed2d73..6c3b844 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A51_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
index ca89e8c..f94ba96 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t02.dart
index af2552f..97872e4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t03.dart
index c362e06..29d4b00 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A52_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
index 8210a41..a1968c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t02.dart
index cf3a97d..602c1fc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t03.dart
index 1d8afa9..479ef66 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_arguments_binding_fail_A53_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t01.dart
index 04c0676..08087b1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t02.dart
index 37fbc41..4f749fe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t03.dart
index 627b964..1636eb1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t01.dart
index 4ac0c0a..023dbfd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t02.dart
index b8e43f7..c915b31 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t03.dart
index 65ef7bf..3f0dfa3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t01.dart
index ad7963f..de6b6f6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t02.dart
index 1fa655b..2cd01cb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t02.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t03.dart
index 556b4bd..15e0269 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A21_t03.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t01.dart
index 5a75a3b..93cf359 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t02.dart
index c155997..4f6cb5e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t03.dart
index bede5dd..8547a7a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t01.dart
index 208dda3..1b53878 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t02.dart
index daf92b1..0d57107 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t02.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t03.dart
index ea755a6..9e1c5c6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A23_t03.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t01.dart
index bfc8af5..0020f4b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t02.dart
index fd33993..c3fafda 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t03.dart
index c8bf919..7608d5e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t01.dart
index 80556f1..8a51ae6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t02.dart
index c80bcf3..904286f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t03.dart
index cdc6613..e9fa081 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t01.dart
index 75c9ab2..677c0be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t02.dart
index 464e1dc..45cb89c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t03.dart
index 43b4356..9db54aa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t01.dart
index 4604299..1b8c4aa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t02.dart
index ecc30f1..60c9823 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t03.dart
index 38d601f..8b7ad82 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t01.dart
index 8ef35ec..2851ccb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t02.dart
index cda5f4b..97c4991 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t03.dart
index 7e1ded5..7bc3812 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t01.dart
index 26d6fc4..64d0a9b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t02.dart
index bd17f72..535ce68 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t03.dart
index 5475840..902f634 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t01.dart
index 0d8148a..670866d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t02.dart
index 1e0c298..9caced3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t03.dart
index f09585c..1e6f9b9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A51_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t01.dart
index 6178b3b..723e0f3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t02.dart
index fe3b5ed..994def4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t03.dart
index b80fe95..29e3e60 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A52_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t01.dart
index fd05b6d..c6d39ef 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t02.dart
index 9568b80..9cdea78 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t03.dart
index 8b72b6f..2ef6f78 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_class_member_fail_A53_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
index e2a603e..e9f8945 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
index d11b044..05d25fc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
index b8e3d0e..b95537c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
index b5a2e20..6bf06ee 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
index 530d5e0..ebc73b8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
index 26a6767..ad8b8b9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
index 7c64ec2..71fa79a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
index c958a5a..b805cb4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
index 57e2203..18ca507 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
index 258b327..83ade74 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
index 48e730a..ecc719f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A51_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
index 4364f66..4b4f2f9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A52_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
index 4643100..3570e48 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A53_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
index 685cd49..092063f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
index a60546b..70f3c85 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
index 0a56541..bcb6066 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
index 19100d7..10ab1e3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
index 924d765..b8c3689 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
index cab6963..dee97e6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
index 39fbb35..abc9183 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
index 91540a1..59ac03d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
index 1224cef..e7a9301 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
index a2f91df..2b59dbb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
index 1ae5149..ad7601e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
index d679c5f..93a9c37 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A51_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
index ce46d54..81665cb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A52_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
index 2b53eff..a8b13e1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A53_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
index 7a912bd..5ecdf1f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A11_t01.dart
index ff0366b..06a1394 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A12_t01.dart
index 2506754..d123303 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A21_t01.dart
index 4d78ec1..1b02414 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A22_t01.dart
index 8bd1769..48f3951 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A23_t01.dart
index 5eab099..6dec006 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A31_t01.dart
index bf47f13..2698880 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A32_t01.dart
index bdf2f3d..6993126 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A33_t01.dart
index 794e49e..f0b4478 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A41_t01.dart
index 4226518..8b6ecc7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A42_t01.dart
index ff1c5f1..b9382a7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A43_t01.dart
index f392113..004abb9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A51_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A51_t01.dart
index d959c90..bdc2067 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A52_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A52_t01.dart
index a14aeaf..250ff42 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A53_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A53_t01.dart
index a0b3343..db19782 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_fail_return_value_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A01_t01.dart
index b007381..643456b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A02_t01.dart
index 55355d3..46c86e85 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A03_t01.dart
index 1491e1c..a12b277 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A04_t01.dart
index f832389..7c7cd73 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A05_t01.dart
index 069f76d..4b534a7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A01_t01.dart
index 89f30c5..830dcfa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A02_t01.dart
index 1ccdd45..c6ce3aa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A03_t01.dart
index 3a632db..1c95a3f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A04_t01.dart
index 8984a4a..73c2ac4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A05_t01.dart
index 4919b6d..4273497 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A01_t01.dart
index d20aa43..e31c7e6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A02_t01.dart
index 3653aa1..ca48873 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A03_t01.dart
index 4974949..35efbac 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A04_t01.dart
index 0c19964..226001f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A05_t01.dart
index 7b8fad8..07b57a0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/named_function_types_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t01.dart
index 46b19bd..bf5d17c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t02.dart
index fc57a7f..9bf7316 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t03.dart
index 0affe43..943b389 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t01.dart
index 4cbb663..7b0856a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t02.dart
index 9dc42db..264a84c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t03.dart
index 3ab9267..923c37c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t01.dart
index 8d64339..38785c4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t02.dart
index 4a65740..42fca3f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t03.dart
index 5df4004..2ea452e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t01.dart
index 818e4c0..7d383e4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t02.dart
index 3f9d1e1..65bc8ad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t03.dart
index 05fa2d5..b4798c6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t01.dart
index 3e9949e..6c4259f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t02.dart
index 518a177..7a7f937 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t03.dart
index ba8ccd9..db933f8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t01.dart
index d5b33a7..d2a724a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t02.dart
index acc28c6..358d35f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t03.dart
index f0197a2..6960ef3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t01.dart
index 1482c1c..cf74c15 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t02.dart
index 86d271b..a1b93fe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t03.dart
index 3a90653..2857fda 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t01.dart
index fa3969b..fe40d20 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t02.dart
index 040644b..f6972fc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t03.dart
index 74383d1..c4dfabc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t01.dart
index b5a80d8..49356e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t02.dart
index 5da5c5a..ce1b367 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t03.dart
index f10d532..c49964f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t01.dart
index 319b268..96f9504 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t02.dart
index c4ffb41..c072138 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t03.dart
index 5fd9369..3079cab 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t01.dart
index 5191e6f..208d2de 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t02.dart
index 228f2e0..d9b4db1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t03.dart
index 3e3c93e..86c6a79 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A23_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t01.dart
index 2607a23..62653ca 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t02.dart
index a377733..b484e1e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t03.dart
index e794a66..9407a00 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A24_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t01.dart
index b9ca3d6..352b810 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t02.dart
index 0259aa2..1d5a0c5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t03.dart
index 936df98..cc8fbc4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t01.dart
index 82ce8cb..dbc7b92 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t02.dart
index 17efc4d..2cf8cb4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t03.dart
index 73a8051..0f7ef54 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t01.dart
index ffc841e..54cf6dd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t02.dart
index f114b63..2f049d3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t03.dart
index fd79b8b..ee3aa08 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t01.dart
index e102612..bf6a98d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t02.dart
index a290ce3..3c43c04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t03.dart
index e0dae18..99a36e7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A34_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t01.dart
index 3ed274c..d755d65 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t02.dart
index 60bfd41..b6e33ad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t03.dart
index 22bdc65..1b09a2a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t01.dart
index 0416d9d..25c6931 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t02.dart
index 0fef1e7..f2f025d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t03.dart
index 33b2992..85968c1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t01.dart
index 7c8e4be..a68cff8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t02.dart
index c6ac9d7..a78803f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t03.dart
index 07f17d6..b24f234 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t01.dart
index 800c9a1..7d04099 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t02.dart
index d9a947c..1fd8897 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t03.dart
index e098e81..3df1f64 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_arguments_binding_A44_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t01.dart
index 3c604ba..1020a7d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t02.dart
index e92cc8c..e649946 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t03.dart
index 641311c..0f3a4f8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t01.dart
index a86b7ac..899db2e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t02.dart
index 5c5347c..0fd1cbe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t03.dart
index 729ae24..66b1f0e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t01.dart
index 48dbe15..21b80cd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t02.dart
index 182f358..45f8003 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t03.dart
index 654c176..28e07b0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t01.dart
index e62d1c9..393c2c2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t02.dart
index 706965a..bd83dcb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t03.dart
index 61ebf4e..5f40718 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t01.dart
index 30ded85..9ad84fa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t02.dart
index 54e4dce..6120ddd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t03.dart
index 3cd37ff..7b813b0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t01.dart
index 504c3a8..186a46c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t02.dart
index 9f68f10..faf9667 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t03.dart
index 635a190..ca44e04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t01.dart
index cea07d9..815ae7f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t02.dart
index befdf46..d4e96b2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t03.dart
index 5274ec0..0f852a0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t01.dart
index 4e4b533..5be6376 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t02.dart
index dc3e13f..b23f598 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t03.dart
index 8fc8d3b..e2f1548 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t01.dart
index c5951c0..35b8d03 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t02.dart
index f59ff88..8c4eabf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t03.dart
index 6ad2204..471be06 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t01.dart
index b4cd97b..ef28639 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t02.dart
index cefc3e1..81867e1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t03.dart
index 759f3f0..6e0edf9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t01.dart
index c59007a..c80aa92 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t02.dart
index 1ba2468..27919c5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t03.dart
index 3a5fc8c..000a57e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A23_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t01.dart
index 025889d..5564e93 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t02.dart
index 7bd3895..8403662 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t03.dart
index 26a32ed..29311c7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A24_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t01.dart
index c880521..d33e9a3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t02.dart
index ea35909..2c7fb1e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t03.dart
index 989283d..09c739c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t01.dart
index edff3e7..b20503b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t02.dart
index aa51e26..b381ea7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t03.dart
index 186e297..10fbb49 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t01.dart
index 0304497..099c36b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t02.dart
index b1f51fe..ceeda72 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t03.dart
index 3b92750..796b81b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t01.dart
index 23cadb7..51bc112 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t02.dart
index 2519431..420eed2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t03.dart
index 2356b2a..bda67d2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A34_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t01.dart
index d849d24..f1f0a9b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t02.dart
index 95ed910..20e61f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t03.dart
index d9ab0dc..cf20436 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t01.dart
index 37519c4..e03a733 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t02.dart
index 1a50b99..2fe6825 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t03.dart
index 28127a3..cbfb6a5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t01.dart
index ac5ae4b..6ad3530 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t02.dart
index b7d565a..a1eb23d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t03.dart
index 27d5160..7c1d652 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t01.dart
index e65b759..9515a26 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t02.dart
index efcf617..e85dbea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t03.dart
index 7b136ee..cce069f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_class_member_A44_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
index 95a06c6..5f88f77 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t02.dart
index 82ae0ab..8d0b98d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t03.dart
index 12bb07b..0c39263 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
index 78a72ad..7bdf539 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t02.dart
index 4612c37..71d9ef1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t03.dart
index d99fe3d..be8df84 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
index 4f6654a..752f6f6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t02.dart
index a3eef08..70786fe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t03.dart
index db9f6ee..7f5d9d4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
index 90fdc59..36d4644 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t02.dart
index 29659ae..9dab864 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t03.dart
index b59820c..d1d31ab 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
index f78580f..2b8f5c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t02.dart
index c1a0a28..40ed843 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t03.dart
index 5cfac47..1928968 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
index deebdb3..15e7a7e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t02.dart
index 419c5af..d891393 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t03.dart
index 5f71968..78d54b3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
index 429f96d..0cd7a0c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t02.dart
index 8a9b43d..746ddf2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t03.dart
index 79df308..707e6ea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
index e62ad85..d3917c4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t02.dart
index ce223c2..ce0028f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t03.dart
index ffed140..4d7e37c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
index a8ec9e9..690c3be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t02.dart
index 3d3d0d8..108287d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t03.dart
index 73713d9..e03d2c1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
index 75fd196..af3df8a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t02.dart
index 54a0ef2..65dd3d1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t03.dart
index 29afa39..36b570a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
index 5b85e65..324960b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t02.dart
index b9bde29..ce4823a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t03.dart
index 5d0a21e..fd84d31 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
index 3fa8fd6..0f89bea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t02.dart
index 0b5e574..7a9a420 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t03.dart
index 58a6316..eab85ed 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
index 73ac4d2..218e930 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t02.dart
index 9673752..f816c85 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t03.dart
index fecd0ff..5c0158e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
index fc3530b..0938e4c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t02.dart
index 9584a75..80c42f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t03.dart
index 305328d..ea28f16 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_arguments_binding_fail_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
index 8f8dffb..4735383 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t02.dart
index e08e6a5..7987b52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t03.dart
index 3b04f21..3ffd6fd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
index f3950f0..e77489c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t02.dart
index 4068b20..02ff081 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t03.dart
index 6c170f9..31150ac 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
index 8472107..7d6a879 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t02.dart
index ad05b7b..8b95c1d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t03.dart
index 005aac0..01ac568 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
index 9ed6891..6aff4da 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t02.dart
index 4464ecc..201dcfa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t03.dart
index 9e1211f..f5add71 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
index 37af5aa..2fdff89 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t02.dart
index d590c96..d710ae2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t03.dart
index bf31881..790abdf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
index 65e0e8c..58fa6c2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t02.dart
index b4a2d3e..2075feb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t03.dart
index 1791f4e..00b3eb8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
index b60f69f..1022359 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t02.dart
index e4112f4..a2fcb44 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t03.dart
index 348cabb..ed48c51 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
index eab14c6..03583af 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t02.dart
index b9f5149..6a37f50 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t03.dart
index 6b66043..287d9b2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
index 1cfbbb2..cbeaaca 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t02.dart
index ee09aa1..b9cf8f6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t03.dart
index 1fc50d6..2032ea8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
index 69486a3..77d61db 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t02.dart
index d8cfa1b..56eb417 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t03.dart
index d0fbb2a..9086701 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
index 5d6edcb..7380d0c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t02.dart
index 688c1ca..037bd85 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t03.dart
index 7ffc707..401d59a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
index fca56f0..5da4a19 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t02.dart
index 3ef58db..52ebc35 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t03.dart
index 6fce5b8..873ffaf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
index 21859de..d5f5f7c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t02.dart
index aee31af..89e03bc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t03.dart
index ede748d..eaf3ca9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
index 2f3b035..dd9b13a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t02.dart
index 089ff2c..f1f7579 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t03.dart
index 14ad2b6..b2e5444 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_class_member_fail_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
index 3d3f3fd..4ee02ea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
index 8ca7094..ccf36ff 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
index f1348cd..ee7cdb7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
index d06d01f..f4fb58c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
index 58479c0..f5fc3b2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
index 7314741..e128b64 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
index e08b4ad..8286267 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
index 758244e..0de76b7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
index cb5523b..f1989b8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
index 0e38b5e..f16f2ff 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
index 6d7b8e2..fc4dcec 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
index 5eeb2a9..5a7ab21 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
index c3d2619..93f924f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
index 497bdba..c0b1719 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
index eacf492..406c2d2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
index 652474d..8ccbf64 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
index 70bc062..2c0fd87 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
index f29e7d9..9c4be05 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
index cccf312..a0ebd7d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
index 1eb736e..3561b5d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
index c60dd21..220fdfb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
index 17b9727..3508ca5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
index 18e19df..18dd4f5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
index 5ff7fef..141a828 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
index 4a61f58..c61ce3d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
index 4ece2e4..23899d5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
index c6fd996..8a86d08 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
index 367f453..eb567f6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
index 7f2a89a..c9b18e4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
index f1f0fa8..3af7f05 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
index 142e5bc..3687a00 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
index e16d9b6..a532dc7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
index 5ec618e..a9adcad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A06_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
index 2872313..8d61530 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
index f9480fa..f4faf5f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
index 0e586c6..241f302 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
index 3d37704..4c97f5d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
index ef14246..a216b90 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
index 72b7f03..6a4a3ce 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
index 0951979..d68704f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
index 9239b77..0bb72cc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
index 582a0cf..1c4fda3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A01_t01.dart
index b8030ee..16a9d39 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A02_t01.dart
index 9b796ed..de6da35 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A03_t01.dart
index ffad25b..6bb9a2a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A04_t01.dart
index b941aff..70803c6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A11_t01.dart
index 901c3cb..1d9b197 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A12_t01.dart
index 01d3f66..df3759d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A13_t01.dart
index e7c32fd..3cf9565 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A14_t01.dart
index 9e12b64..e6aec57 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A21_t01.dart
index 14fa23c..72a4fe9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A22_t01.dart
index eb29787..6d2adfe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A23_t01.dart
index a768033..bdc4e0a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A24_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A24_t01.dart
index b1ac88b..2a4c43e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A31_t01.dart
index 0f9852d..713b87d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A32_t01.dart
index 4dbfd16..2bcd2ef 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A33_t01.dart
index 10def06..b09e818 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A34_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A34_t01.dart
index 1ae9b61..6482ad7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A41_t01.dart
index 89c9217..090b239 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A42_t01.dart
index 7616320..31bbfcc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A43_t01.dart
index 3244def..96562fa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A44_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A44_t01.dart
index 9dc0ec4..c5c0394 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_global_variable_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A01_t01.dart
index 4a0b387..2860858 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A02_t01.dart
index 081de9d..14157e9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A03_t01.dart
index 270b851..66c5ec4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A04_t01.dart
index 09c4900..bb948b6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A11_t01.dart
index cddd020..74be135 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A12_t01.dart
index f1a704f..6deb1a2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A13_t01.dart
index 1497b5d..0feab0b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A14_t01.dart
index 384885a..97b499e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A21_t01.dart
index 29c0b62..1a43495 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A22_t01.dart
index 9d97291..e3fdcae 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A23_t01.dart
index edaea7e..e0590ca 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A24_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A24_t01.dart
index 9422cd4..0ada05f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A31_t01.dart
index 98740fd..87003be 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A32_t01.dart
index c3e9178..f803e6b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A33_t01.dart
index ec382fc..4511297 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A34_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A34_t01.dart
index fa18ab2..11102e0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A41_t01.dart
index 3e30f33..25b8c52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A42_t01.dart
index 2836327..23b66ad 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A43_t01.dart
index 35333d0..ab63eb4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A44_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A44_t01.dart
index 5d9959a..1bab210 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_local_variable_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A01_t01.dart
index 6e7a63c..c04fb04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A02_t01.dart
index ede1dc1..a519842 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A03_t01.dart
index c9917ae..b24f62f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A04_t01.dart
index 4f5b69b..a573bcc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A11_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A11_t01.dart
index dfe0f8e..f118835 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A12_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A12_t01.dart
index f994229..3a4af91 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A13_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A13_t01.dart
index 45599c6..fa03e4d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A14_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A14_t01.dart
index 82f00c1..4629baf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A21_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A21_t01.dart
index 2e5f963..6d4c52f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A22_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A22_t01.dart
index 077ed05..fb288b5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A23_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A23_t01.dart
index e768b99..6db2deb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A24_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A24_t01.dart
index 0193396..90cc051 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A31_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A31_t01.dart
index f9e2096..07ad78f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A32_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A32_t01.dart
index 24ab07e..8c1b598 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A33_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A33_t01.dart
index d24bf3d..e1a8133 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A34_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A34_t01.dart
index 6d49eb4..7d33a3c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A41_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A41_t01.dart
index b44a072..4046277 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A42_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A42_t01.dart
index c1a5ca4..0ab89b7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A43_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A43_t01.dart
index 38c51bd..8d2461a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A44_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A44_t01.dart
index 9c0b1ef..f6e6d47 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/positional_function_types_return_value_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t01.dart
index 398dddd..f6b41cc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t02.dart
index 5bf6089..a761d3c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t03.dart
index 800f754..2d6ace8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t01.dart
index d373aa6..d3d1552 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t02.dart
index 8a9a272..091def3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t03.dart
index dda339b..cdab380 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t01.dart
index 4c19170..6038f53 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t02.dart
index 904a8c4..a26fd8e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t03.dart
index 18ead31..51873fb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t01.dart
index 6346285..157838a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t02.dart
index f3e5f31..af8f0ff 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t03.dart
index 8849373..647a9f2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t01.dart
index f0563b4..72e742f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t02.dart
index 505e93d..3705ccb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t03.dart
index 8b6a293..fd2c134 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t01.dart
index be755ef..2f072e5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t02.dart
index ab8160c..0d5fdb6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t03.dart
index 5e98951..174b3e5 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t01.dart
index 65350df..3058c91 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t02.dart
index ff67ed4..50840a0 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t03.dart
index d391f1f..19e4fe1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t01.dart
index e7e4a1c..24501e7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t02.dart
index c45f115..3a92e8e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t03.dart
index 6743e4e..ee40f25 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A01_t01.dart
index b1f4bfe..d45a9d6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A02_t01.dart
index 2a131c9..847bd1d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A03_t01.dart
index 7bc7aff..dfab133 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A04_t01.dart
index ca450da..b942137 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A01_t01.dart
index b2766ea..8bea4b1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A02_t01.dart
index 7674102..26e3797 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A03_t01.dart
index b3ea47c..c5fe2c8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A04_t01.dart
index 51d0079..8e8d13b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A01_t01.dart
index ec519e1..5fb2e75 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A02_t01.dart
index ad9cf7b..6fc29a4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A03_t01.dart
index f88e6cc..83f0382 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A04_t01.dart
index 4223dba..82b6d9f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/reflexivity_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t01.dart
index 0ec3a90..42905a6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t02.dart
index 756f74d..a7af1d1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t03.dart
index b857896..e0746d2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t01.dart
index 0591eab..1edcf50 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t02.dart
index 5695289..d03beb6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t03.dart
index f7ddf81..f64c86e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t01.dart
index ae660b9..a659388 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t02.dart
index 63d1e00..c779f52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t03.dart
index 542fc00..fd54f81 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t01.dart
index 6e8c96a..f3680ae 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t02.dart
index 32dfcae..fb2106a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t03.dart
index 3a80efb..961ac05 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t01.dart
index 8c4dc26..2e158e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t02.dart
index 324dcdf..7985609 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t03.dart
index 2f47be7..9033a8f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t01.dart
index 961e37a..5538314 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t02.dart
index 9475287..9328f7e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t03.dart
index 61d021f..233767a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t01.dart
index 568f92b..3b88807 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t02.dart
index 70265e5..78e205d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t03.dart
index b957ea8..9035142 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t01.dart
index 51a151f..af51d50 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t02.dart
index b47155f..1131c6c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t03.dart
index e261e0b..70e4ea2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
index 2c9c6b1..95d1c70 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t02.dart
index 200812a..23ad974 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t03.dart
index 8b47d83..a61880e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
index 80ed602..af6413a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t02.dart
index 17b5c29..e973801 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t03.dart
index 394a8a7..7a24a8b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_arguments_binding_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
index 8ac71b2..bd02bb1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t02.dart
index 107f933..131ea43 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t03.dart
index b961972..e9b3db2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
index f457981..4c71fe2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t02.dart
index c5da1e8..dd1e8f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t03.dart
index ae4de57..e4fcade 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_class_member_fail_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
index fe73c62..37309e8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
index b2531e3..c48ffa8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
index 3690ce9..d12c8bf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
index 658715e..d055d45 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
index 3e5dceb..bd7c5eb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
index aa972a2..d889201 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A01_t01.dart
index c1a2727..05d747a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A02_t01.dart
index 460a624..a28ca5c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A03_t01.dart
index 66eb2e4..337112b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A04_t01.dart
index 00538d0..2edcc44 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A01_t01.dart
index 0611a8f..38b75db 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A02_t01.dart
index fae0846..d022750 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A03_t01.dart
index 84744af..c1e921b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A04_t01.dart
index cfa5e45..6556937 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A01_t01.dart
index f9949e6..03d296d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A02_t01.dart
index 1ba188d..7df25f4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A03_t01.dart
index fd36aaa..bf0463d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A04_t01.dart
index 167c64d..dd725c3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_FutureOr_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t01.dart
index d4921f5..8638798 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t02.dart
index 550f738..34a46a2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t03.dart
index 605944b..7e4bd02 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t01.dart
index 244a266..9ee9a49 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t02.dart
index 0fdb98a..5eb7bd2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t03.dart
index d9dd44a..0169fc3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t01.dart
index cdda6a4..405af52 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t02.dart
index ff2d6db..aed3f45 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t03.dart
index 29f123f..e590a54 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t01.dart
index 0b3412d..6b32dfd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t02.dart
index bcafe90..05048a2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t03.dart
index 109a824..c9d2516 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t01.dart
index e4548e7..c09eac1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t02.dart
index 0bf8a30..9a50e11 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t03.dart
index c385646..695548e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t01.dart
index db6273a..12e57d4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t02.dart
index ede1a5f..202e4da 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t03.dart
index 935cd8f..6926fbd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A01_t01.dart
index 4bc4c12..b9b17d4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A02_t01.dart
index 433b3cf..9386801 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A03_t01.dart
index 6ce0a45..55cf8e7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A01_t01.dart
index 1f10b0c..b91243c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A02_t01.dart
index 44315d8..7bb0340 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A03_t01.dart
index 356ac32..df4edfc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A01_t01.dart
index cfe7b7b..ad4cb75 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A02_t01.dart
index aa9ca03..a8806c8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A03_t01.dart
index 32c5a0d..6965b71 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_nullable_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t01.dart
index 692a92e..68314f8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t02.dart
index e7923bb..6be711a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t03.dart
index f39d510..1fb8116 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t01.dart
index fa60026..76e869a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t02.dart
index d1db747..29d83a3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t03.dart
index 9d51d19..3779e64 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t01.dart
index b74c54e..bc00964 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t02.dart
index c9be0b2..607c650 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t03.dart
index e26124d..d6a399b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t01.dart
index 6e359f1..98697d6 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t02.dart
index 23db869..24c84f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t03.dart
index 8ac65fa..a372304 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t01.dart
index c02eb15..f5e43f8 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t02.dart
index 8c27127..5749af2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t03.dart
index e9d9898..4f71bff 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t01.dart
index b3ff889..78b5cff 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t02.dart
index b5e4976..e648c1d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t03.dart
index d0afef2..55fca3e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
index da41e7a..bb4c609 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t02.dart
index 9c460be..edefb28 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t03.dart
index 0b0e661..4579ec9 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
index 61b2843..2511fe1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t02.dart
index 29f3370..d46d86f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t03.dart
index 63d616c..8a62a3b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_arguments_binding_fail_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t01.dart
index e05aaca..5727ac2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t02.dart
index 2cb84f1..b2dafc2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t03.dart
index e9e3936..f90926c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t01.dart
index a0495ba..6e9254f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t02.dart
index 2d6a879..2af80d2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t03.dart
index ac6addb..1dd6011 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_class_member_fail_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A07_t01.dart
index cb97ff0..8eda47f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A08_t01.dart
index 5de0730..0f5bd8d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_global_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A07_t01.dart
index 2f4ddc2..1cc414d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A08_t01.dart
index f873845..b4bf648 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_local_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A07_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A07_t01.dart
index c3653d5..f5e9d9a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A08_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A08_t01.dart
index 8e688b0..c46e843 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_fail_return_value_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A01_t01.dart
index 57999c3..da70582 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A04_t01.dart
index 21a3ae0..75811bd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A05_t01.dart
index 95a4a15..ff92cfa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A01_t01.dart
index 919aef0..7415cd4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A04_t01.dart
index d7b949b..0319efe 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A05_t01.dart
index 8affcc3..c034a91 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A01_t01.dart
index 1de657c..306bb55 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A04_t01.dart
index 31f8b70..d85ab2b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A05_t01.dart
index 63daa76..3f5ebea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_object_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t01.dart
index 82bc017..7501dfd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t02.dart
index 0fa696c..f934d31 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t03.dart
index 35cc5de..49c5ddb 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t01.dart
index 24f9320..5b1a3bd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t02.dart
index dc75949..4ff5757 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t03.dart
index ea87ec7..a8aaf88 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t01.dart
index 77554e3..601a224 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t02.dart
index d422aab..3e7a148 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t03.dart
index 32979ab..34fa18c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t01.dart
index 223a853..6806041 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t02.dart
index f60d893..f3ddd75 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t03.dart
index b2761b8..e721fdf 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t01.dart
index bcc8f2f..965a5ba 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t02.dart
index 74b7ce7..656b823 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t03.dart
index fb6d2db..53aeba4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t01.dart
index 8b591db..4d9452d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t02.dart
index 6774a75..62b555c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t03.dart
index 33af22a..0aa1777 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t01.dart
index a3c60a7..3025e68 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t02.dart
index 53a722a..561e18a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t03.dart
index 0bd2ab7..c603c98 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t01.dart
index 6463d62..790f4a4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t02.dart
index 0a9e19d..0df6a9d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t03.dart
index c7ddde5..8e5f53a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A01_t01.dart
index fd50d58..d38ad77 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A02_t01.dart
index eeeef6d..6a14657 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A03_t01.dart
index e0cb0df..c600b89 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A04_t01.dart
index c3f66f7..be0f445 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A01_t01.dart
index 000e5e5..43d4649 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A02_t01.dart
index 3da6be4..2a119c2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A03_t01.dart
index afff9d2..44fbc32 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A04_t01.dart
index 051a615..6cc060a 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A01_t01.dart
index 7726eba..d4eae04 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A02_t01.dart
index 03bd3f4..3d672f7 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A03_t01.dart
index a367484..aa11a96 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A04_t01.dart
index 653a0cf..474995d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/right_top_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t01.dart
index d83c628..b0f552e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t02.dart
index e0652f2..4f486fd 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t03.dart
index 0c6ea29..b6f4922 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t01.dart
index 0321dd5..11b8448 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t02.dart
index a4c11c0..63f0d30 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t03.dart
index 64fe066..e5b9814 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t01.dart
index 4883d9f..c91b144 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t02.dart
index 59caeec..c8e93ce 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t03.dart
index ec0671b..688926d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t01.dart
index 689e476..e074293 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t02.dart
index f46d379..408d658 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t03.dart
index 98e217d..b345c4b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t01.dart
index d051b32..fcd6958 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t02.dart
index 8c272d0..8cd7dfa 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t03.dart
index 1086e83..5c4fe43 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t01.dart
index e969c41..5c293b1 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t02.dart
index 5d7f57a..d67ee27 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t03.dart
index 45b6b05..3011d2d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
index d4bca45..1b5fdf4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t02.dart
index d76632f..1aaeaba 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t03.dart
index 986e5bc..df402f3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_arguments_binding_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t01.dart
index 0e2516c..8ecc909 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t02.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t02.dart
index d7900df..567d645 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t03.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t03.dart
index 375ee3c..25b8a15 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_class_member_fail_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_global_variable_fail_A01_t01.dart
index f20af7a..f0ed8a3 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_local_variable_fail_A01_t01.dart
index 35ffd37..c3934e4 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_return_value_fail_A01_t01.dart
index 8b821ae..56f60ea 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A01_t01.dart
index ebe7210..6d0df44 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A02_t01.dart
index d75683b..712862d 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A03_t01.dart
index 7e41597..d94d88c 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A01_t01.dart
index 69e9089..03c1e5e 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A02_t01.dart
index a6d75d0..be3643f 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A03_t01.dart
index cce6107..9d9dfc2 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A01_t01.dart
index d063c74..bbe709b 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A02_t01.dart
index 2480d1e..64348ee 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A03_t01.dart
index e013643..c35bdbc 100644
--- a/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/generated/super_interface_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x01.dart
index eae8783..7dec9e6 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x02.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x02.dart
index 3ba68ad..94c7ba6 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1. Test superclass members
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x03.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x03.dart
index f4a9c15..f970c7b 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_fail_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1. Test mixin members
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x01.dart
index e20017c..4d5c875 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x02.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x02.dart
index 26e4ca2..18fc200 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1. Test superclass members
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x03.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x03.dart
index 2f189fe..9ce3fb8 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/arguments_binding_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1. Test mixin members
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x01.dart
index d82e0fa..8bfecd2 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as a class member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x02.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x02.dart
index ebc2f9e..6fd73ab 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the superclass member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x03.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x03.dart
index 5fb6659..71a7579 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_fail_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the mixin member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x01.dart
index 44db9ea..d9e6042 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the class member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x02.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x02.dart
index c544943..694f9f0 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x02.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the superclass member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x03.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x03.dart
index c75f0bf..2eba859 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x03.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/class_member_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the mixin member of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_fail_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_fail_x01.dart
index 6a094d7..293dd2f 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the to global variable of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_x01.dart
index 3f3bad2..6d0c8ed 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/global_variable_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the to global variable of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_fail_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_fail_x01.dart
index 52a7052..70ba8d1 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the to local variable of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_x01.dart
index ccf0e2c..4b9cd47 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/local_variable_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the to local variable of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_fail_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_fail_x01.dart
index 3c99e4e..9dc2ad6 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then instance
  * of T0 cannot be be used as a return value of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_x01.dart b/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_x01.dart
index 54f5a62..d0b77cb 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_x01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_cases/return_value_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as a return value of type T1
diff --git a/LanguageFeatures/Subtyping/dynamic/test_types/left_nullable_fail_A01.dart b/LanguageFeatures/Subtyping/dynamic/test_types/left_nullable_fail_A01.dart
index d1b2878..e815968 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_types/left_nullable_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_types/left_nullable_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A07.dart b/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A07.dart
index 2aa2240..4b6f2fc 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A07.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A08.dart b/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A08.dart
index 6931f5a..ab16074 100644
--- a/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A08.dart
+++ b/LanguageFeatures/Subtyping/dynamic/test_types/right_object_fail_A08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_A01.dart b/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_A01.dart
index 29213a7..cfa24c2 100644
--- a/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_A01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_fail_A01.dart b/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_fail_A01.dart
index d3a88b6..ec9f69f 100644
--- a/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/dynamic/tests/right_legacy_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/generator/generator.dart b/LanguageFeatures/Subtyping/generator/generator.dart
index c3e416c..51e9249 100644
--- a/LanguageFeatures/Subtyping/generator/generator.dart
+++ b/LanguageFeatures/Subtyping/generator/generator.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /***
  * Generator for subtyping tests. Usage:
  * dart generator.dart
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t01.dart
index 73f7513..89ba224 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t02.dart
index 1732777..cd561ec 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t03.dart
index e635705..53b886d 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t01.dart
index 64801ff..2941cfd 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t02.dart
index f1aac5f..afc8cbb 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t03.dart
index aa5358c..5ac87ba 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t01.dart
index 034671f..4a4d61f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t02.dart
index aaab28b..c1cf2d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t03.dart
index 8680229..6bb8d0c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t01.dart
index fd082c9..981d051 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t02.dart
index 137a13f..db3f7f2 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t03.dart
index 5176b4b..473f903 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t01.dart
index d5a5ff7..93fc42c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t02.dart
index a6e010f..9784883 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t03.dart
index fc83471..062ba94 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t01.dart
index 43262dc..2401bb9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t02.dart
index b7c17dd..84d3566 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t03.dart
index 0472866..d0a6cdc 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t01.dart
index 29d2ad2..0f53095 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t02.dart
index ec4ab21..6e586a9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t03.dart
index 2b959f9..79d1454 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t01.dart
index e2c45b0..aaf34c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t02.dart
index ad6600a..1f200ec 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t03.dart
index e4a2b91..bdbdaf4 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t01.dart
index fc5bbb9..cab715f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t02.dart
index 9e1d66d..48e5acc 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t03.dart
index d638b4e..73d2275 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t01.dart
index c4ccdba..284546c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t02.dart
index 6cf8615..6c3be58 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t03.dart
index 765dea1..ee9345e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t01.dart
index 5c12ab6..8df3bc7 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t02.dart
index 86c560c..a102e08 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t03.dart
index 1592587..82abed6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t01.dart
index 3b505c5..bb712a5 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t02.dart
index effa9f2..2e1046f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t03.dart
index 9cd681e..5d0e802 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t01.dart
index 008b44a..21a08da 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t02.dart
index e36f241..a798b2f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t03.dart
index 9e40737..7efc063 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t01.dart
index e1de8ab..26c057b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t02.dart
index 3ccdd8d..d5b6f7e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t03.dart
index 59198b1..9ccb7bd 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t01.dart
index 1451e87..3a5119c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t02.dart
index 76fcb2f..dbcf886 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t03.dart
index 131f22a..3687f60 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t01.dart
index 04ce6af..c4005fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t02.dart
index 964e5c9..e9413de 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t03.dart
index 204a4d6..c15f4ad 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t01.dart
index 05584b5..44c1ab4 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t02.dart
index f89eff6..eb20e75 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t03.dart
index 8165553..12f3ce0 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t01.dart
index b1ee4af..19d9bc5 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t02.dart
index 51c6dbe..66cdca6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t03.dart
index bcabbbc..a8e07a4 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_arguments_binding_A18_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t01.dart
index 2d5cda8..36e4923 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t02.dart
index 8df3d9a..af6771a 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t03.dart
index da7601a..48689b9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t01.dart
index cb9db3c..65e7b77 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t02.dart
index 78d4034..4d80b93 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t03.dart
index 87894d0..9917163 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t01.dart
index e177c4f..b7ebb1b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t02.dart
index 13392d6..eca587b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t03.dart
index 754ed2e..ac37c8e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t01.dart
index e32bfb5..e363897 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t02.dart
index 181a12b..c0c7e22 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t03.dart
index 81e9577..1749b76 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t01.dart
index 0c72e9c..625b100 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t02.dart
index dcebd52..e9eb4c0 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t03.dart
index 5ae6ea9..2fe24b0 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t01.dart
index 2294d6c..fb64e32 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t02.dart
index 75e029a..8e353cd 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t03.dart
index 5b656af..3b4caf2 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t01.dart
index 894abf7..41ae226 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t02.dart
index d272a09..b9e0d51 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t03.dart
index 0830c33..a7118d6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t01.dart
index b5650ae..cf066c1 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t02.dart
index 6da309f..3c7f24a 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t03.dart
index de3576e..4725d5a 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t01.dart
index 43c298e..daec3ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t02.dart
index 1762421..cfc0a95 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t03.dart
index 523a55c..0315b0d 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t01.dart
index 482ee52..e4e9e9d 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t02.dart
index 65056a7..8ef68f3 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t03.dart
index 259d5f1..9b641a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t01.dart
index 7b1ab8a..6711819 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t02.dart
index a4e64a2..2eb4620 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t03.dart
index f22d9a4..55eee7b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t01.dart
index 3fc953a..0e477db 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t02.dart
index 28f1724..10469f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t03.dart
index 4a6c03c..69575b4 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t01.dart
index 57ce6a6..7ea911f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t02.dart
index 14fe408..1d5030d 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t03.dart
index a2929c4..e175bac 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t01.dart
index 9424258..96e8ad3 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t02.dart
index 8e00446..05a56d9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t03.dart
index af28c47..6ab8397 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t01.dart
index 510c044..a87aeec 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t02.dart
index f5d2822..6d57b51 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t03.dart
index 3a88066..2e53f2b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t01.dart
index 60bfb80..7da7371 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t02.dart
index ce735ce..b3597c7 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t03.dart
index 306881a..6cff312 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t01.dart
index 5cae304..8af1ced 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t02.dart
index 3a39e37..2f75921 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t03.dart
index fb19518..98a4980 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t01.dart
index d7bd9cb..a5ba0eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t02.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t02.dart
index cca3515..99df1d9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t03.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t03.dart
index 6e3b1d5..739c2a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_class_member_A18_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A01_t01.dart
index 851cfe6..ca98827 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A02_t01.dart
index 7038215..1c5eb40 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A03_t01.dart
index e5ddfba..bdd3ef4 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A04_t01.dart
index a607693..1b218c2 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A05_t01.dart
index e0a4cd9..917f160 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A06_t01.dart
index 227b264..e682766 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A07_t01.dart
index 44334f7..6499ec8 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A08_t01.dart
index 1c6c7c0..ca51ffe 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A09_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A09_t01.dart
index 1511c0f..be9f671 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A10_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A10_t01.dart
index 63a3d08..87c408e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A11_t01.dart
index 71abbfe..acfbded 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A12_t01.dart
index 8cb3345..49280fe 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A13_t01.dart
index da8c653..b0c4542 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A14_t01.dart
index 67241d7..698f12f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A15_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A15_t01.dart
index 81d2a32..6b04fa3 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A16_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A16_t01.dart
index 4781ccc..3658b2b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A17_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A17_t01.dart
index 5697623..976a809 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A18_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A18_t01.dart
index 22fc92a..68132dd 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_global_variable_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A01_t01.dart
index 15849a1..2a41479 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A02_t01.dart
index 2f950c1..17ec3f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A03_t01.dart
index 76ca4c3..ffd1cf8 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A04_t01.dart
index 995f2cd..2660c01 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A05_t01.dart
index c4279dc..b0b2e0b 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A06_t01.dart
index 3604def..92c373d 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A07_t01.dart
index cadd215..e31d3d3 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A08_t01.dart
index 65875f3..37988c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A09_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A09_t01.dart
index f3bb165..c17d11c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A10_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A10_t01.dart
index 8dede39..3ef9116 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A11_t01.dart
index 62282b2..7d78d0f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A12_t01.dart
index 8790432..e865c7e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A13_t01.dart
index 6ad78c1..0f8cffb 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A14_t01.dart
index 1db3e80..e5af0b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A15_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A15_t01.dart
index 410275e..d646f5f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A16_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A16_t01.dart
index d6ee68d..a7c0ebc 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A17_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A17_t01.dart
index c4a10be..6d91607 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A18_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A18_t01.dart
index 5ddf235..e61c6ad 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_local_variable_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A01_t01.dart
index 52f5f6c..a67f909 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A02_t01.dart
index dc8e1ae..f682007 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A03_t01.dart
index 76d2c92..f4cc7ab 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A04_t01.dart
index 41e21a7..ba2cbae 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A05_t01.dart
index 36f2eac..64e15ff 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A06_t01.dart
index 4aa78d6..8a5f223 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A07_t01.dart
index a73291b..3db3325 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A08_t01.dart
index f5cc5f8..7053472 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A09_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A09_t01.dart
index 0b22752..a7bb98a 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A09_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A10_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A10_t01.dart
index 98b325d..eb9089f 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A10_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A11_t01.dart
index 3eb5aea..f219304 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A12_t01.dart
index 5bb8a64..93410dd 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A13_t01.dart
index cb7354f..d95daae 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A14_t01.dart
index bc177d4..09bd8f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A15_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A15_t01.dart
index d3149f8..b51d2ae 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A15_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A16_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A16_t01.dart
index 56f76cc..97686c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A16_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A17_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A17_t01.dart
index 5ae7108..5e4104c 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A17_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A18_t01.dart b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A18_t01.dart
index 8c3a7d2..119754e 100644
--- a/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A18_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/function_type_function_return_value_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t01.dart
index b868995..ed57d50 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t02.dart
index 4551591..fbfa034 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t03.dart
index 983284c..5556978 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t01.dart
index 6e95d50..5bd3ba9 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t02.dart
index 65c0402..b7879fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t03.dart
index 7e10d91..7e243df 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t01.dart
index fb84133..2ca1a6f 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t02.dart
index 96fcabb..6a8326b 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t03.dart
index 68885f7..e6cacc7 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t01.dart
index fc225f8..73915e6 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t02.dart
index 819099d..74f04fe 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t03.dart
index 64ac998..f1c0679 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
index 7e598c8..594a165 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_mixin_fail_A01_t01.dart
index 0f59a70..c50fd84 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_super_fail_A01_t01.dart
index 1e25c73..7131666 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
index cbeb84d..98fb173 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_mixin_fail_A01_t01.dart
index d0b216f..edb7090 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_super_fail_A01_t01.dart
index e5cf2a5..a33041c 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
index eab8db2..e6e242d 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
index 7a1bba6..f67bc54 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
index 2ce46f5..5657283 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A01_t01.dart
index 0610388..4fadc50 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A02_t01.dart
index 805e2a2..5848300 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A01_t01.dart
index 6eb06f6..2aa05a2 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A02_t01.dart
index 051169e..631ebb8 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A01_t01.dart
index 1e4e02c..961cdb0 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A02_t01.dart
index f7003c2..6955815 100644
--- a/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/interface_compositionality_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t01.dart
index 028e5f5..4a5d525 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t02.dart
index 0f30e7f..9a23b1e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t03.dart
index eb524be..b0beaf2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t01.dart
index 688aa43..6a10a43 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t02.dart
index 380b240..1f97e5d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t03.dart
index 06a826d..480158d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t01.dart
index 53ddd29..16aba8f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t02.dart
index f2e2c0d..7bf432f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t03.dart
index 428110e..4c3ca41 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t01.dart
index 1d24ad7..b8d1559 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t02.dart
index 4225a33..0bd7bcd 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t03.dart
index 50f85d9..bc0846e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t01.dart
index f80ec2e..2be3911 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t02.dart
index 4ef9e10..d58dc68 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t03.dart
index 63e016a..ad37dc2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t01.dart
index 6f5a486..e2e4640 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t02.dart
index 27ce5e7..d9766d4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t03.dart
index 41fa25f..3a99174 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t01.dart
index 93bdf34..b84c224 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t02.dart
index e0f8cd0..e45a048 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t03.dart
index 6743712..ce16585 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t01.dart
index 454f2c0..91c709d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t02.dart
index f3c47c3..f52a153 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t03.dart
index 8ca8326..b335190 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
index 72fa9c9..e644632 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
index 57bc12b..a243f02 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A03_t01.dart
index a1c2c8c..efd86ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A04_t01.dart
index 434b89c..d3325a0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
index 01f2f32..97a593b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
index 380d990..2370003 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A03_t01.dart
index 606b39f..6bc0bc3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A04_t01.dart
index e881063..cef3210 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
index 7c4879c..d0e6d0a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
index 0e6b276..9a0667c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A03_t01.dart
index 7aa20c9..f521b7d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A04_t01.dart
index ecdc71a..4352ff4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_arguments_binding_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
index fccff21..2480538 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
index 215a093..24ab33d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A03_t01.dart
index 45e40f9..7c6f6db 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A04_t01.dart
index 9768567..72c3fee 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
index 4a35531..66abdf7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
index ffcde4c..02e5b85 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A03_t01.dart
index 13feba6..233f31f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A04_t01.dart
index 495c2a9..8754044 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A01_t01.dart
index 41d82af..b1ef71a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A02_t01.dart
index bb7a928..1a6987e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A03_t01.dart
index 7660afc..e68de9c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A04_t01.dart
index 9209ba9..2b43070 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_class_member_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
index d6cdd99..952086a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
index ec71a11..7f21af5 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A03_t01.dart
index 80b9a6b..ad9830c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A04_t01.dart
index 66822d2..9414e41 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_global_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
index 760ed4b..c34b4c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
index d8229be..af789c7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A03_t01.dart
index 0a8dd00..f2d5854 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A04_t01.dart
index 87f956a..19e464f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_local_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
index 097bbf4..8a50b23 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
index 0285032..0f4e663 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A03_t01.dart
index cefcb5e..5e10a73 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A04_t01.dart
index ecf145a..d5f1f8a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_fail_return_value_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A01_t01.dart
index 186b3b4..2e84bef 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A02_t01.dart
index 1222603..f16f859 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A03_t01.dart
index 8fdfbbf..a36eebc 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A04_t01.dart
index 3052ab3..c10bac1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A01_t01.dart
index f71535a..eb6a2d1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A02_t01.dart
index b9103da..762b40d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A03_t01.dart
index bcf7ff3..f13092a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A04_t01.dart
index 50d908a..4f905f0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A01_t01.dart
index b087dd3..a728ff3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A02_t01.dart
index 0786c67..99ff189 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A03_t01.dart
index 88b28de..8c0424e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A04_t01.dart
index 08970dc..791ff51 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_FutureOr_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t01.dart
index 64ff24c..313b479 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t02.dart
index 3032685..025b264 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t03.dart
index bcf8982..11194ac 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t01.dart
index 96ddda8..bfc009e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t02.dart
index 5f8d60a..cd30806 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t03.dart
index 91e5daf..2762149 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t01.dart
index 7ef5f19..a08c53f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t02.dart
index ea29e46..27bed80 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t03.dart
index 0af714a..0ca5e99 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t01.dart
index 88f8f67..c7a2f34 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t02.dart
index 653358c..82bc520 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t03.dart
index 9262dbf..e41b0b3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
index 9d2f681..8d79c2e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
index 7a252f7..efa2bff 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
index 488fe8b..87d4bff 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A01_t01.dart
index 62cb369..ffb9498 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A02_t01.dart
index 29af9e6..3955182 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A03_t01.dart
index 76afc7e..e8542b3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A01_t01.dart
index de656bf..503b61c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A02_t01.dart
index a408c18..936b03c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A03_t01.dart
index 2338b0f..b2c6c51 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_arguments_binding_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A01_t01.dart
index 677871d..d824918 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A02_t01.dart
index fb449f4..ab10fe9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A03_t01.dart
index 6134069..80a9691 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A01_t01.dart
index 977085e..491dd79 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A02_t01.dart
index 922ae1e..11e5cc6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A03_t01.dart
index 5720498..0a3f1d6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A01_t01.dart
index 27ef139..4570088 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A02_t01.dart
index bd77cca..3e600fe 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A03_t01.dart
index 8cf6d55..741bdea 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_class_member_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
index 0b0b25e..7c554a0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
index 2d59b0f..2855710 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
index e27752a..89882a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
index 1443c32..1e6605a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
index 5566bf0..e153184 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
index a20556f..e1efe16 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A01_t01.dart
index 5becedb..abeea3d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A02_t01.dart
index 276f2eb..e0ed4d8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A03_t01.dart
index cadb187..8804639 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A01_t01.dart
index ae2f908..160c2a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A02_t01.dart
index 55b49d7..1edb548 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A01_t01.dart
index 6457328..d980d47 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A02_t01.dart
index 874cc44..c4a5804 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A01_t01.dart
index 8499826..3403773 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A02_t01.dart
index a7113e6..486f167 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_legacy_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t01.dart
index a095d36..148780a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t02.dart
index 2371f75..187e30e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t03.dart
index 224e07c..1886a2f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t01.dart
index adea2df..6b5fb9c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t02.dart
index c4df663..747d83b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t03.dart
index fb35898..5bc68c2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t01.dart
index 6ae4248..2de8ef3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t02.dart
index 2c50949..2f54ae7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t03.dart
index 334b943..fbf9142 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t01.dart
index 257e88f..a97b537 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t02.dart
index a8c5f10..6b3736d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t03.dart
index 160f719..6efe3c2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t01.dart
index 986b775..955aba6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t02.dart
index f8b61d3..1ef333a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t03.dart
index 07261ad..a19045e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_arguments_binding_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t01.dart
index 4a14cbd..48eba8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t02.dart
index 50f8916..ebe08b4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t03.dart
index 964e5c7..8a58cb1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t01.dart
index ac9e4ae..66e655b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t02.dart
index 3a84cc6..254893a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t03.dart
index 9e072e4..b12fb67 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t01.dart
index 603b758..c500eef 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t02.dart
index 81e10f9..827aa3c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t03.dart
index 6be3cd3..78a658a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t01.dart
index b5d228a..7eb25a4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t02.dart
index fbcab34..f510e01 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t03.dart
index d8360f7..f298983 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t01.dart
index f7add27..7a2cb27 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t02.dart
index ac97796..c0576a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t03.dart
index b9f1b53..c55ef6d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_class_member_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A01_t01.dart
index bb3e755..d61890b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A02_t01.dart
index 92b2d63..5cf83ee 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A03_t01.dart
index e650083..1b91102 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A04_t01.dart
index 7d07480..ed91543 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A01_t01.dart
index 1e49bfb..4b0af6a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A02_t01.dart
index 03445d2..6208d63 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A03_t01.dart
index 05cef9c..6040691 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A04_t01.dart
index 6f32624..2e4f688 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A01_t01.dart
index 0878067..bcbcad2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A02_t01.dart
index cf37ebc..f91ac5d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A03_t01.dart
index 055bfc7..7aaff10 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A04_t01.dart
index 6f5421f..d2b4c54 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_arguments_binding_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A01_t01.dart
index 7e366df..5cd5848 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A02_t01.dart
index e9be532..538aecd 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A03_t01.dart
index 46de01d..8541fb4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A04_t01.dart
index 70c6226..7ff2c2d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A01_t01.dart
index 950685f..1a61849 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A02_t01.dart
index 2d0f5c5..0350cc7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A03_t01.dart
index 1387edf..38c8cc1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A04_t01.dart
index 2719a80..69c12ee 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A01_t01.dart
index a10a573..ae9a9d3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A02_t01.dart
index 9a36c2a..7d1e3c5 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A03_t01.dart
index 74175bc..fba0aef 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A04_t01.dart
index 364e391..696146a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_class_member_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A01_t01.dart
index a96f454..cc77868 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A02_t01.dart
index b19cf6d..83bd7f4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A03_t01.dart
index 633d460..54bbc72 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A04_t01.dart
index a33372f..9f2aa1a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_global_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A01_t01.dart
index 62cecde..e5bee8a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A02_t01.dart
index 37ae784..f5050f2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A03_t01.dart
index 405fafb..ffc1bc4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A04_t01.dart
index 8d93480..0d4697e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_local_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A01_t01.dart
index 3b85a39..32ddd90 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A02_t01.dart
index d16cae9..665e768 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A03_t01.dart
index 9fcac0e..b1f98cd 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A04_t01.dart
index 3a2ebc1..6bb4ac6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_fail_return_value_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A02_t01.dart
index 877c12c..bd7881a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A03_t01.dart
index 214d7b9..23c5f9e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A04_t01.dart
index 5b2280a..72bea7d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A05_t01.dart
index b37a305..4db3b8b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A06_t01.dart
index 28b8c3e..0cbd913 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_global_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A02_t01.dart
index 0b5e337..4f79891 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A03_t01.dart
index a6b82df..b256960 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A04_t01.dart
index 9191424..1fc0dd6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A05_t01.dart
index f116bb1..a358c6a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A06_t01.dart
index 722c7cf..51f194c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_local_variable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A02_t01.dart
index 5748443..f07dc49 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A03_t01.dart
index 6ac59cd..b481620 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A04_t01.dart
index 89a12e8..2c71a12 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A05_t01.dart
index ce4c75f..3d5c25b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A06_t01.dart
index 790aef5..440a9a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_null_return_value_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t01.dart
index 5784d13..f8f66ed 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t02.dart
index 34f1842..c6fc8ad 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t03.dart
index 887d301..131d766 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t01.dart
index 8ef272f..7872b6f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t02.dart
index 3d515cf..84e74d2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t03.dart
index 6e689c5..0bb71f7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
index b919349..ad778a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
index 82e8d47..997dd2c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A01_t01.dart
index ede66bf..2f4f609 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A02_t01.dart
index 99b03f9..4207950 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A01_t01.dart
index 2e058e8..4e94bab 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A02_t01.dart
index 3059c4a..6634e98 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A01_t01.dart
index ec3cee2..8316638 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A02_t01.dart
index 9e80a6c..bdf1821 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A01_t01.dart
index 4c723d4..42ec6e9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A02_t01.dart
index b1043ba..93a1fc7 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A01_t01.dart
index 967a483..4cee7ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A02_t01.dart
index e43f51d..b460238 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
index e0ba0f1..f021002 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
index f464bcd..7763a0c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
index 941bf6a..191d376 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
index ade98b5..532f40c 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A01_t01.dart
index 9130dbe..42cc9b8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A02_t01.dart
index 786ca07..18d3bd8 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_global_variable_A01_t01.dart
index 6143e2c..33e3a9b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_local_variable_A01_t01.dart
index d4df61f..eb33151 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_nullable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_nullable_return_value_A01_t01.dart
index f01d249..08a0e4a 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_nullable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_nullable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t01.dart
index 4217aeb..4415bb2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t02.dart
index d0404ca..37fe8f3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t03.dart
index 55ac905..5626bd0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t01.dart
index f193995..998ffca 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t02.dart
index b756890..dd942b0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t03.dart
index 2cf6cc9..cf7e3a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t01.dart
index faac23b..a2dccd1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t02.dart
index d07e1f1..3ecd6cf 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t03.dart
index 6cdb2a2..d7e6f3d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t01.dart
index d10e26a..5be8d1b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t02.dart
index fa9d390..cbe673d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t03.dart
index f086825..fa940c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A01_t01.dart
index de8f12e..e3cc82e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A02_t01.dart
index 0725fc8..9d80b64 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A01_t01.dart
index f72075f..e28c4fe 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A02_t01.dart
index 8a56ff5..59e98c0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A01_t01.dart
index e4cc878..d911807 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A02_t01.dart
index 3cf056c..02b6de4 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_promoted_variable_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t01.dart
index e9fee19..de660f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t02.dart
index b0f03ec..6987744 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t03.dart
index 1336d2b..e321250 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t01.dart
index 10c16a4..0f70a70 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t02.dart
index 3f57e5e..edd58e3 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t03.dart
index 6eacd91..d29d406 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_top_global_variable_A01_t01.dart
index a81b0cb..f6fdd5d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_top_local_variable_A01_t01.dart
index 98105fe..b9e2891 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_top_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_top_return_value_A01_t01.dart
index e67000f..34f3b17 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_top_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_top_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
index 662c947..227feb0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
index f170585..3872eb2 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
index e1805aa..7dad3b9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t01.dart
index 06631e4..be0482e 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t02.dart
index b43b231..1f1a761 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t03.dart
index c3fdbf8..e6c1c68 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
index ce5a3c4..23fb805 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_mixin_fail_A01_t01.dart
index 2bdf4b2..1c0b4f9 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_super_fail_A01_t01.dart
index 75fff8f..3ccfa52 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
index b4a7754..e2a7b82 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_mixin_fail_A01_t01.dart
index 4c66a97..a6d37eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_super_fail_A01_t01.dart
index bf81519..e16c5c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
index 882efcd..2444e0d 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
index 07ef5c2..9b5619b 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
index 7db7aab..d431b9f 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_global_variable_A01_t01.dart
index 44d0fd9..a299db1 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_local_variable_A01_t01.dart
index 280731f..31236e0 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_return_value_A01_t01.dart
index b260870..7fc0b92 100644
--- a/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/left_type_variable_bound_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t01.dart
index 0ce5156..a95d78a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t02.dart
index 0072924..2169e71 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t03.dart
index 471205e..eca3980 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t01.dart
index 4a47dfd..30c8678 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t02.dart
index a0a4534..2571698 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t03.dart
index 30f4681..760a38d 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t01.dart
index 7768c20..ed3d47f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t02.dart
index edf7962..1780faf 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t03.dart
index 6a9e051..754b017 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t01.dart
index a981bcc..385e8aa 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t02.dart
index 0f44e4f..8a15412 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t03.dart
index 3798198..ac53b34 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t01.dart
index 98b9671..b0b184f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t02.dart
index 94e96b8..80fb0b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t03.dart
index 0e054e7..25ff411 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t01.dart
index ced4fe4..a1efc1f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t02.dart
index 6ac9778..7370cc5 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t03.dart
index eccaac4..812e006 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t01.dart
index e4cee16..ac9b067 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t02.dart
index 0906d8f..d2ab7b3 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t03.dart
index 4df55e8..aba75e1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t01.dart
index f37e3b1..533b515 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t02.dart
index b824851..8494a95 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t03.dart
index 3e8ed5f..31e7449 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t01.dart
index 5561c4a..3873ac0 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t02.dart
index e01c6ea..70da1da 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t03.dart
index 3be13b6..6eb122a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t01.dart
index b2d26d8..43c6c85 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t02.dart
index d5c60f9..9b64992 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t03.dart
index b095c8e..2a3f00a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
index c68d140..f276170 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
index e7e4bcc..ebe631f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
index 695a57e..dc450d1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
index 618e2a5..5c9dd8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
index 1713148..562a186 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
index 296eab3..3778313 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
index 861dea0..a1f7eec 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
index b1a187a..b2c1dab 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
index c7def85..f33a91a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
index 7405df4..a4d7b55 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
index 47ee68a..d146ed8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
index 15776f1..dd67214 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
index 253a173..1c84a25 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
index 238c497..41efab0 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
index 3e46b5f..ff6300e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
index d12808f..d897d0c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
index a0c3330..13943c2 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
index 9d85294..f699277 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A23_t01.dart
index a821ab7..7c2a170 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
index dc0b5a8..a7dc9ea 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
index f42c5ac..fcbc23d 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A33_t01.dart
index 5a97a2d..f5fa79c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A41_t01.dart
index 1ee0598..ce9f01a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A42_t01.dart
index 48f2529..fdeccdf 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A43_t01.dart
index 83cdb92..d9255bb 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A51_t01.dart
index 9ca8e6b..ca49122 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A52_t01.dart
index 48078a5..dfb8e30 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A53_t01.dart
index 1cc7c59..83605a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_mixin_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A11_t01.dart
index 32eeff6..42e9cf4 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A12_t01.dart
index f7d27f4..fd983ca 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A21_t01.dart
index 0f86b6e..dc5d67d 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A22_t01.dart
index b46ba94..8bdcf7e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A23_t01.dart
index 9b19d63..0b97942 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A31_t01.dart
index b8611e1..5a368c3 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A32_t01.dart
index 6dc3533..6121fe8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A33_t01.dart
index a87edf9..7df7b10 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A41_t01.dart
index 0682785..f52c358 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A42_t01.dart
index 7c96730..9063a8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A43_t01.dart
index 8b0642c..8237c4f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A51_t01.dart
index 38f17cd..78b291e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A52_t01.dart
index 2297412..b342c93 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A53_t01.dart
index 61173e2..f5379b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_arguments_binding_super_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A11_t01.dart
index 7d00d0f..39a8a7a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A12_t01.dart
index 00e8647..408ced3 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A21_t01.dart
index 076dfd7..564ab5e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A22_t01.dart
index 61fe78d..ca7aa2d 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A23_t01.dart
index 9297d40..61e4969 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A31_t01.dart
index 7ea55c1..ab3da97 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A32_t01.dart
index 227bf76..d4cff89 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A33_t01.dart
index cd2aca3..c12806c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A41_t01.dart
index a9485ba..9494bb1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A42_t01.dart
index 0d78fe7..8791142 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A43_t01.dart
index 77ad0ed..539d852 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A51_t01.dart
index f558f7f..b27bfea 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A52_t01.dart
index 5b77a88..54b563a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A53_t01.dart
index abc12c7..294c6b5 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A11_t01.dart
index 44aeb8e..608bbae 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A12_t01.dart
index d5d013d..9948091 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A21_t01.dart
index 15bcfeb..f87d71a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A22_t01.dart
index 8f6a5cd..17a2bf4 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A23_t01.dart
index 9e09e69..c721f7b 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A31_t01.dart
index 72f71ae..1d43fdc 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A32_t01.dart
index 923a62f..30a74e9 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A33_t01.dart
index d39cf67..23b9856 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A41_t01.dart
index fca5837..9bdce26 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A42_t01.dart
index f60165c..39eccdc 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A43_t01.dart
index 06994fd..13f74a0 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A51_t01.dart
index 790fce1..645a209 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A52_t01.dart
index 9b572a4..205ac5f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A53_t01.dart
index f3a9cfd..e1dc9c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_mixin_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A11_t01.dart
index 5fa6568..d87d98c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A12_t01.dart
index a37497b..27213ed 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A21_t01.dart
index 711387b..945fbe5 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A22_t01.dart
index c79f953..02e78da 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A23_t01.dart
index eaef0c6..ae828d6 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A31_t01.dart
index 1f78ba6..362a8b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A32_t01.dart
index b909d2a..80a91a2 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A33_t01.dart
index fe8f8bb..8217061 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A41_t01.dart
index d09ca28..db87e96 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A42_t01.dart
index 9005dc7..a359ea6 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A43_t01.dart
index 073c1e0..d2f208b 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A51_t01.dart
index cb1197d..821c5d3 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A52_t01.dart
index b6002a6..45a1466 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A53_t01.dart
index 64548bf..36faacd 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_class_member_super_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
index 66760a2..9012c50 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
index 0df1f77..3df5b1a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
index da9b6c1..b23537b 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
index ebcda3d..f776492 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
index b43eec8..9e66f76 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
index e688509..f0ba691 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
index 264f026..6da2837 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
index 9448527..ea5b986 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
index db0914f..f4e7277 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
index c1541be..2fe142c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
index e873c09..8d0f0c8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
index de45c3a..6a3e035 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
index 29137d7..10aca9f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
index f2e7a8a..36cc69c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_global_variable_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
index 3880f45..54c3dba 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
index d0ead5a..b3cb52e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
index 2e719db..11e19ac 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
index a1a78a8..bb75be3 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
index 3a3a5f0..17c7d1c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
index 159e0c9..0c11158 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
index 274fae3..9619c8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
index 13611d3..ba808f1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
index 210fbec..da20c0a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
index 9d82194..4da06e4 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
index 699118c..1a87744 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
index 0f5c2f0..6c898ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
index a06d7ff..5893ca2 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
index 536bbbc..e9e3353 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_local_variable_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A11_t01.dart
index a3f8b11..f764f16 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A12_t01.dart
index a3dad92..4bc295f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A21_t01.dart
index 4eb3d6d..9b6787a 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A21_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A22_t01.dart
index 1f30857..ef9d499 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A23_t01.dart
index c5ad396..0346949 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A23_t01.dart
Binary files differ
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A31_t01.dart
index 0066415..af82586 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A32_t01.dart
index d019592..829e240 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A33_t01.dart
index 03e8625..1f6604e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A41_t01.dart
index 1f24447..9e4ee18 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A42_t01.dart
index c8d0e24..4bfd7b8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A43_t01.dart
index f4052a1..b7252b7 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A51_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A51_t01.dart
index fd44157..aad8d59 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A51_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A51_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A52_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A52_t01.dart
index 35c77b6..93d2847 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A52_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A52_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A53_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A53_t01.dart
index 88724a9..8df4a04 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A53_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_fail_return_value_fail_A53_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A01_t01.dart
index 20077f1..6f19c82 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A02_t01.dart
index 98e97ca..52af0eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A03_t01.dart
index 08cc480..132e8c0 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A04_t01.dart
index 84c7c64..2bce52e 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A05_t01.dart
index fc408f8..40fe789 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A01_t01.dart
index c6f9c08..b9d811f 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A02_t01.dart
index 1faf3c6..90f2354 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A03_t01.dart
index b7b9339..bddc1e8 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A04_t01.dart
index 9200619..d94442c 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A05_t01.dart
index 4ec18bb..fe26ba1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A01_t01.dart
index f463749..924eab6 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A02_t01.dart
index 463b014..a2bcd4b 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A03_t01.dart
index 9468a97..d51e753 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A04_t01.dart
index 8b2074d..8abe78b 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A05_t01.dart
index 735402a..3907dd1 100644
--- a/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/named_function_types_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t01.dart
index 3d3cb3a..5dcc6a2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t02.dart
index ef0db1b..ffd6518 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t03.dart
index d0f8920..b128147 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t01.dart
index 06d2426..a616722 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t02.dart
index 4848f2f..01b2505 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t03.dart
index f8c7c48..2877397 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t01.dart
index eb55b6a..1884b88 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t02.dart
index 4d7eb37..2ab8fd5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t03.dart
index 4703bad..a228e01 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t01.dart
index adab84d..fa8e2e3 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t02.dart
index 0f260f4..da32245 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t03.dart
index 5aea102..1c392b5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t01.dart
index f279f5f..38320ee 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t02.dart
index ad908e5..fd234ba 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t03.dart
index 1349f2d..b624a95 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t01.dart
index 6574423..0fc1df7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t02.dart
index 2dd091b..b5530b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t03.dart
index e73da49..80409a6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t01.dart
index a12c6d3..10025ff 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t02.dart
index 144ab3d..e561767 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t03.dart
index 8751e83..5610dcd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t01.dart
index 60cd7bf..22c9039 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t02.dart
index 033fcac..a7a87d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t03.dart
index 039e5cf..71561d0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t01.dart
index 08f1555..ab52e24 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t02.dart
index 5935bee..065c5e0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t03.dart
index 706a38f..8077995 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t01.dart
index b096b96..7df5e05 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t02.dart
index d9da2ef..20f6600 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t03.dart
index 54b22df..099b726 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t01.dart
index 853ca04..de85e1e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t02.dart
index 7444aeb..1a8ac95 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t03.dart
index 3a0d4d6..b7e2c57 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A23_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t01.dart
index 34ff5e8..0145c2b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t02.dart
index af08173..f9e3521 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t03.dart
index 7b0f2b3..52910bb 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A24_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t01.dart
index 3b92fae..95f06e4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t02.dart
index 9d9f20b..d343e41 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t03.dart
index 4284257..d62c11c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t01.dart
index e903071..55be8be 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t02.dart
index a3e16b1..fb2c439 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t03.dart
index 498d556..64ad1ea 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t01.dart
index b90f1c8..9471c24 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t02.dart
index 67a757a..f75a86b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t03.dart
index c2f7251..ec016ba 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t01.dart
index bae3ac9..69237a2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t02.dart
index 1910903..064f0de 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t03.dart
index 2b32598..1ba8c52 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A34_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t01.dart
index 9b899d9..3a61cb2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t02.dart
index b0f91f5..9484d17 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t03.dart
index 8f9b78a..93d25cc 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t01.dart
index ca5936c..fabef40 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t02.dart
index cd26d34..76d2dce 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t03.dart
index add9bed..7c4f717 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t01.dart
index e273b05..2ab9120 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t02.dart
index 7456987..37b0b2f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t03.dart
index 0d1e0b4..44ba4d8 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t01.dart
index 3b4da2e..99a8a2a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t02.dart
index d1fe6f2..08f66e7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t03.dart
index c8d1933..6adef38 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_arguments_binding_A44_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t01.dart
index 4dd71b8..89c9fb7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t02.dart
index 14d7594..0fd9cad 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t03.dart
index f7b83d3..6367d48 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t01.dart
index 50b1efa..6cf133e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t02.dart
index a97fb32..cebb3e0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t03.dart
index 5aa77b3..0c4c926 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t01.dart
index 6ce71b1..335c1d0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t02.dart
index 07dd032..86dbcb2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t03.dart
index 05ac0ed..101680a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t01.dart
index 279d9d8..3acd600 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t02.dart
index 7fb3f7a..574fb02 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t03.dart
index b463b3f..19e5fc6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t01.dart
index 62a8cea..1b14c15 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t02.dart
index 92deb54..f25cfdb 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t03.dart
index ec66497..b1267eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t01.dart
index 6712b12..21b2136 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t02.dart
index db2d7e6..4396cdf 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t03.dart
index 70e4ee9..e87a8d2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t01.dart
index 3dd406a..a10c3cf 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t02.dart
index 9d0a78d..21da0a7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t03.dart
index f21b823..95232f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t01.dart
index 9a293e4..39e981e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t02.dart
index 9091c81..eb1a5b4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t03.dart
index 939633e..b0de9b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t01.dart
index a306476..7b4c844 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t02.dart
index d39343c..d4e0c3e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t03.dart
index b7dbd7f..963a6ed 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t01.dart
index 2b30dcc..416a930 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t02.dart
index 3ff607b..bfe7615 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t03.dart
index 0da923c..39ad1a4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t01.dart
index a5fabd3..84ea24e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t02.dart
index e72abee..1002753 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t03.dart
index a2bec33..ca7c151 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A23_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t01.dart
index 27cf405..9e265bc 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t02.dart
index bf9d516..18dae1b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t03.dart
index 2df3b86..7e49cef 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A24_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t01.dart
index b7fea8c..c22d41d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t02.dart
index 8a3a371..96033af 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t03.dart
index a94f12a..77a62d8 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A31_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t01.dart
index 34cc93e..b4ae295 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t02.dart
index e91dbfd..f940465 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t03.dart
index b31871c..475d2af 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t01.dart
index 67cecce..45de30d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t02.dart
index 58b58dc..6e448e8 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t03.dart
index df77f3b..212411f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t01.dart
index 31a3ed6..f7fd71b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t02.dart
index 91c3484..19b4392 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t03.dart
index 817e5a3..adbee1e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A34_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t01.dart
index b382bde..63a6bc3 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t02.dart
index c3abf92..7f0d828 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t03.dart
index 6ec752c..0baf944 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A41_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t01.dart
index 38ec422..126a3d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t02.dart
index 02f5ac1..37333fa 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t03.dart
index 6e22d22..9f4eb3e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A42_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t01.dart
index 7c0f5d2..278ff72 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t02.dart
index bb62ea5..5e474e3 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t03.dart
index a8ca8c0..ff14b07 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A43_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t01.dart
index ab349aa..178a5bd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t02.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t02.dart
index 267cf8a..b3a8e48 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t03.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t03.dart
index 9454d59..9090b99 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_class_member_A44_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
index 581565e..963e18f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
index 5b17d88..380b6fd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
index 5ea90ec..68700b4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
index 6d53361..53af398 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
index 6208c67..839fc91 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
index 61d99e7..1fee796 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
index b9f9379..f499558 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
index de2e56e..b41fee3 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
index cd911d6..0821afb 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
index 23ff591..deaeaf4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
index 488716b..11b471f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
index c21e95b..caa2ccd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
index 6b7a5fd..1e008aa 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
index aaf76fd..aad4805 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A01_t01.dart
index d34614e..ef3d965 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A02_t01.dart
index a71551c..bd2e43c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A03_t01.dart
index a2b9e3c..55d44df 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A04_t01.dart
index 3550336..5fe81d1 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A05_t01.dart
index f2fe8de..c9f9850 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A06_t01.dart
index 5895683..cf2174e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A07_t01.dart
index 184a813..6590613 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A08_t01.dart
index 6fb040e..7b745f9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
index ccf50cb..cb17fa0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
index 845a22c..7503a47 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
index 11187bf..b801a7e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
index 76dc486..243bf09 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
index c41bd6d..221c198 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
index a4141a9..48c0ec3 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_mixin_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A01_t01.dart
index 3554421..d1bd717 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A02_t01.dart
index 85c84a1..0115e98 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A03_t01.dart
index 9614d55..182cc0d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A04_t01.dart
index 3f0c074..df4deb7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A05_t01.dart
index 0e07993..4ec6b5d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A06_t01.dart
index 86e6961..2b1b61a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A07_t01.dart
index 8040ec1..83fec89 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A08_t01.dart
index 400a95f..08aca99 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A11_t01.dart
index 64a72f8..37305e4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A12_t01.dart
index aaca414..5baf55a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A21_t01.dart
index a39f2a7..26fa6a5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A22_t01.dart
index 8c5f1e3..2597d04 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A31_t01.dart
index e51b56f..6e8cf03 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A32_t01.dart
index 94281a1..17bec9c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_arguments_binding_super_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
index 8a183e2..80749c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
index ab5beac..5a5bea5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
index 8c1ee29..811b3ab 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
index e9ba686..0adf0de 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
index 084bf68..a47eeed 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
index c610806..6d91d37 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
index e5d2383..0093885 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
index be0ee9b..82bd915 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
index 278ba0f..43fc50e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
index 89a7b5a..8d68f4e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
index 3a8ff5b..85cf130 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
index 9da8588..9ea5d51 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
index 8e20d07..b30fdd7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
index 6677356..26d712c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A01_t01.dart
index 80fe25e..7ed61c1 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A02_t01.dart
index d34b4a9..6bb4e51 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A03_t01.dart
index ac12a29..e6d3866 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A04_t01.dart
index 8056e36..6aba172 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A05_t01.dart
index e28bc9e..26db07a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A06_t01.dart
index 68d995b..8c84ddf 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A07_t01.dart
index 9731cc3..78d1900 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A08_t01.dart
index cee8a38..aea53de 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A11_t01.dart
index b1c52ec..d4a0dfd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A12_t01.dart
index 5094241..87c08d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A21_t01.dart
index 4791ad7..a260527 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A22_t01.dart
index 063bcc5..4f39a70 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A31_t01.dart
index 7b10913..4857d6f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A32_t01.dart
index 10b68b8..1c41df9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_mixin_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A01_t01.dart
index bdfcd08..66ff602 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A02_t01.dart
index f53bfec..098589f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A03_t01.dart
index c0ff9aa..40ba212 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A04_t01.dart
index 540a5b7..f08152c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A05_t01.dart
index 8d16252..6749cc7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A06_t01.dart
index 1b67744..bae9468 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A07_t01.dart
index 221f77c..18f6db4 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A08_t01.dart
index b79ba6c..80f6833 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A11_t01.dart
index ee22c7d..6455439 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A12_t01.dart
index f50bc05..256dbcc 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A21_t01.dart
index 1ff1918..8ebc067 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A22_t01.dart
index 437876a..840fa2f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A31_t01.dart
index 9ea999d..b7c8c59 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A32_t01.dart
index faa0577..2fbd31d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_class_member_super_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
index 232a2c9..65f08e9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
index 9d8728c..b471077 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
index 0b2ccfe..0d89f2a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
index 71609e9..9177410 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
index 14e967c..e5510e8 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
index 5fccd3c..191297a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
index 1f1627f..76890e9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
index e0b1e2b..21ba970 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
index 2b9b2b2..0dbea1e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
index a13c371..d476557 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
index 6c9dd52..4c412c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
index 0b177d4..9dbac5e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
index 077355d..583402d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
index 4dd04e9..e996f89 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_global_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
index 0d537da..04d836a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
index 98640da..c07bb02 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
index 6aa1a81..3c87b02 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
index e485f8a..34d6841 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
index ad177ad..056eac7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
index ef5a3de..e0445b0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
index 060c9b9..4b185db 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
index 148f961..7cd9136 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
index cffc73a..58f4428 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
index e1682ec..590f45e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
index 11f27e4..5eddc53 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
index b5ab6e5..e4d8e7c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
index 1e7ef88..e52dc20 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
index b06e46b..9e7975f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_local_variable_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
index 8267ebf..0414b58 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
index 425ba22..08d81bd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
index 89e6c8f..f710132 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
index c413b84..8332a90 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
index 44afc2b..9eebd8a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
index e602e9b..041a348 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
index 2419693..33f434b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
index da01616..4e2211e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
index c48e2bc..b9e7f1c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
index 986fba7..3d0a446 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
index 9b53a07..a12529e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
index 16e3679..c61c92e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
index 458525b..adb5619 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
index 6ba4905..ff79903 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_fail_return_value_fail_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A01_t01.dart
index cbaafca..98ba945 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A02_t01.dart
index 2ad950f..e6f13bd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A03_t01.dart
index 0f14f1c..828c86f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A04_t01.dart
index 98f2a48..aa580ca 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A11_t01.dart
index b3c1819..2dd7800 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A12_t01.dart
index ca153ff..e71e3b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A13_t01.dart
index c8b853b..8e1fb00 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A14_t01.dart
index d2fd755..f0fc03e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A21_t01.dart
index eb74bce..da4f486 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A22_t01.dart
index 2ddb432..e8c4b6c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A23_t01.dart
index 34c4586..b8a3667 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A24_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A24_t01.dart
index e9f7595..72cc0ca 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A31_t01.dart
index c9237ad..9c530e0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A32_t01.dart
index bea0e16..4cb45f7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A33_t01.dart
index a85f9f3..84ea5d1 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A34_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A34_t01.dart
index 72f1f1f..6e62d98 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A41_t01.dart
index 6db964b..b176fc9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A42_t01.dart
index 151895e..721b2ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A43_t01.dart
index 6089240..0e70f58 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A44_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A44_t01.dart
index 46988ab..f8ac0e0 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_global_variable_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A01_t01.dart
index afdfe94..dfda0cd 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A02_t01.dart
index 6c2e1ef..f414b5d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A03_t01.dart
index 64231c2..424138c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A04_t01.dart
index 344e675..a1f4ce9 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A11_t01.dart
index 6f9e961..6a39e38 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A12_t01.dart
index bb2e4b2..e6b9724 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A13_t01.dart
index 590c0a4..c975ff6 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A14_t01.dart
index 17755ff..24481ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A21_t01.dart
index 0d87abf..6cce06d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A22_t01.dart
index c10c195..4d3e921 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A23_t01.dart
index 17e1a38..e65e508 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A24_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A24_t01.dart
index 09f137c..2f5fcdb 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A31_t01.dart
index d33124d..3a0fa2e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A32_t01.dart
index 9c87c7c..273c29e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A33_t01.dart
index bde18b4..74bec04 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A34_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A34_t01.dart
index 0021926..c152717 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A41_t01.dart
index 378f2c8..0163f4d 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A42_t01.dart
index f12ce6a..3f58f33 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A43_t01.dart
index 7159429..c9639dc 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A44_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A44_t01.dart
index fd6785a..d0b1a6b 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_local_variable_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A01_t01.dart
index 0db4722..23d00e8 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A02_t01.dart
index a3a44fa..44cc731 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A03_t01.dart
index f7fa23b..d079181 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A04_t01.dart
index 991ecb6..4c3b439 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A11_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A11_t01.dart
index 582f357..1f74e8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A11_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A12_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A12_t01.dart
index aba77b2..93a896f 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A12_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A13_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A13_t01.dart
index 7561154..4fa8851 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A13_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A14_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A14_t01.dart
index 8191bf2..5356d53 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A14_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A21_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A21_t01.dart
index 3a73fec..62f0a75 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A21_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A22_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A22_t01.dart
index 91b8424..16e5362 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A22_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A23_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A23_t01.dart
index 909ba20..51ba5e7 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A23_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A24_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A24_t01.dart
index 88fa0fa..47b0714 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A24_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A31_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A31_t01.dart
index 13acd05..10c8a2e 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A31_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A32_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A32_t01.dart
index bf24ed7..162e474 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A32_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A33_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A33_t01.dart
index 4884755..646c629 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A33_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A34_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A34_t01.dart
index 8bcd7d9..eb9905a 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A34_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A34_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A41_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A41_t01.dart
index 6f09c4e..b9ef604 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A41_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A41_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A42_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A42_t01.dart
index bbfd820..8208082 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A42_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A42_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A43_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A43_t01.dart
index e6a7411..7b997da 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A43_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A43_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A44_t01.dart b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A44_t01.dart
index 7909d98..c35691c 100644
--- a/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A44_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/positional_function_types_return_value_A44_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t01.dart
index 4395395..7778157 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t02.dart
index 5372be5..feb5dee 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t03.dart
index 243e7e9..82afdec 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t01.dart
index a78d27f..6cd2b46 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t02.dart
index 84a6a97..b76244e 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t03.dart
index b89ed2d..6efba91 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t01.dart
index a6e403a..66f39e9 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t02.dart
index a3f14c3..64b2a9c 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t03.dart
index eb0007f..89ab791 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t01.dart
index ccc4a47..3689f17 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t02.dart
index 15cd449..75a754e 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t03.dart
index 8474a12..e5dbfa1 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t01.dart
index 5984ba6..7a49ac1 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t02.dart
index b1e060c..bd68d4c 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t03.dart
index edae6a5..93cc24e 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t01.dart
index 8a3c068..96c8ee1 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t02.dart
index 4beb3bd..f7b7909 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t03.dart
index c8add9f..e2368d9 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t01.dart
index 18ba75a..df1b347 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t02.dart
index 61391f7..45b96b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t03.dart
index 5a54b36..899ba44 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t01.dart
index abc68f7..a519b63 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t02.dart
index 4895b7c..d544803 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t03.dart
index 6857fbf..8312822 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A01_t01.dart
index 3886b58..4d63f4a 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A02_t01.dart
index cff558e..ab99f62 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A03_t01.dart
index d1938b9..d8686cb 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A04_t01.dart
index 123e2d7..e728584 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A01_t01.dart
index 53278a3..a4448c2 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A02_t01.dart
index 46bb1ef..7ae24b9 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A03_t01.dart
index aed2d58..af729e6 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A04_t01.dart
index 78dc5b4..c6e55ca 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A01_t01.dart
index 408b018..32ed3f3 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A02_t01.dart
index fd395db..cec7d61 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A03_t01.dart
index 6ca2e31..2c1f900 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A04_t01.dart
index 70e3417..896a3af 100644
--- a/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/reflexivity_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t01.dart
index 8ba6893..86c9d7a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t02.dart
index dff05a6..6f0b5a4 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t03.dart
index d6ac680..7d55f27 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t01.dart
index 62dac20..f1d374e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t02.dart
index 665a94d..c73bf7d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t03.dart
index fba8900..694421f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t01.dart
index dc5d023..821c996 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t02.dart
index 4ec4723..38c8548 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t03.dart
index 9760703..8d861e3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t01.dart
index f0060a2..024d712 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t02.dart
index ccdf31a..222b233 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t03.dart
index da81242..4518c52 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t01.dart
index 04499a3..cf21d09 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t02.dart
index 4b3ef73..d270262 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t03.dart
index a312ebd..89382ee 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t01.dart
index 6046b73..6faf03f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t02.dart
index 5d84537..0c3faae 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t03.dart
index b3d3914..4866661 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t01.dart
index df8e563..dbc64da 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t02.dart
index a5641b6..87b1478 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t03.dart
index f031b4a..8e3801f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t01.dart
index 928f58c..9b5d02f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t02.dart
index 40966e2..4b272ac 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t03.dart
index c165f62..4c4f960 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
index 4fa75a8..6b9239a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
index 4cc054b..9993eee 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
index 7b064a6..51341a4 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
index c26a5c4..7b18746 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
index 99476ef..ec6e8f3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
index 8f1b456..65ca074 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
index 469bc2e..408b5cf 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
index 614f188..0dc3882 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
index 3a96873..826c168 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
index 1d32559..e3c9bb0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A01_t01.dart
index 453f83e..1e96cc1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A02_t01.dart
index 5a1f965..ca7bfdd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
index 1b97474..93df1a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
index 84ce0e8..c935bf1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
index c9e1f2a..ad8b609 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
index 6be5539..45e9a77 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
index c07b8e2..927ab6d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
index 026313c..b5d384d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A01_t01.dart
index 9d8615e..6e24b62 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A02_t01.dart
index 9eed527..71436a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A03_t01.dart
index e418ccf..05fe4c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A04_t01.dart
index 5ddf1b6..2fa7fbd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A01_t01.dart
index 3c88157..2254be3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A02_t01.dart
index 33d4dcc..e8658eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A03_t01.dart
index 8023360..134ca8e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A04_t01.dart
index d39cb4d..a9cf171 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A01_t01.dart
index ac6de22..e51858f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A02_t01.dart
index 4d0e7fc..8624957 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A03_t01.dart
index e797bae..53851eb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A04_t01.dart
index 67de366..dc9c3da 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_FutureOr_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t01.dart
index 2dbcea4..546baca 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t02.dart
index 3c9f18a..40f3669 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t03.dart
index f3e5ac3..c1510c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t01.dart
index 04ddf21..f120fcc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t02.dart
index 3a1a650..04ef0e1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t03.dart
index 2e48433..630e0cf 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t01.dart
index 292fc83..ffdbff6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t02.dart
index a8eed94..e9fd16b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t03.dart
index fbb1047..f40dc14 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t01.dart
index 60f43a8..c1dd9b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t02.dart
index a70f984..1fd93b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t03.dart
index b9be9a4..e0c4060 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t01.dart
index a94ac1d..c50030a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t02.dart
index 5801f67..fe7f007 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t03.dart
index f091af3..a14e788 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t01.dart
index 6366240..8ad26e1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t02.dart
index 04fe4d6..82d23cc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t03.dart
index a2bd7ef..ad97cf6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A01_t01.dart
index 7278526..f173838 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A02_t01.dart
index 247005b..15e165b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A03_t01.dart
index c58c235..7989c39 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A01_t01.dart
index cc88078..b15463e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A02_t01.dart
index 2e6749e..66460c3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A03_t01.dart
index 752f619..22fcac3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A01_t01.dart
index ff8d3f0..0a4ddbf 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A02_t01.dart
index 7f4edd9..4f1c2e8 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A03_t01.dart
index ce9f940..5bf1c1a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_nullable_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t01.dart
index 05a7821..1bbaf57 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t02.dart
index b7bb617..4b2383d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t03.dart
index 888cd3c..fc6f12a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t01.dart
index 1ec93df..2e7d2be 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t02.dart
index 27a1549..bfe3801 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t03.dart
index 8f26ca7..f4c873e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t01.dart
index d3cc014..bc758ee 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t02.dart
index aa78e41..205a64f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t03.dart
index 7947278..ed075cf 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t01.dart
index 4723993..6514a81 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t02.dart
index aa8443a..cee2afb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t03.dart
index 8531f05..ce251a3 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t01.dart
index 24efe16..f454412 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t02.dart
index c469a1b..06f7b45 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t03.dart
index cfc7fc4..3f4c025 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_arguments_binding_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t01.dart
index 4cafdcb..423fc3d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t02.dart
index 2a3831c..da15e49 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t03.dart
index 345f39a..42ac228 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t01.dart
index b43cce2..ef94a36 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t02.dart
index cb629fb..1d8dbfc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t03.dart
index b3c9c93..76b35f0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t01.dart
index 6e467b3..674f8d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t02.dart
index 75dafbc..60ce4ae 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t03.dart
index a8e6077..c33e4d9 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t01.dart
index f55b5cd..2e2b416 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t02.dart
index 2c5d61b..a30ff78 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t03.dart
index 0219efb..15140d5 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t01.dart
index d8e673e..2415970 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t02.dart
index c3d2190..d86b1fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t03.dart
index c893e75..a75f87d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_class_member_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A01_t01.dart
index 8f60d66..6fdaf12 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A02_t01.dart
index addb3fd..a45e28c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A03_t01.dart
index e6688e7..aeec007 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A04_t01.dart
index 413072d..d32c1a7 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A05_t01.dart
index 8e9304e..756d648 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A06_t01.dart
index ea43835..f467777 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
index 1a37abb..559830c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
index 0e7076a..80061ea 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A01_t01.dart
index e8dca7d..e1cecfc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A02_t01.dart
index 4903052..0cf5d9b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A03_t01.dart
index f95ae40..358597c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A04_t01.dart
index 7509aa0..de85663 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A05_t01.dart
index a57bfdc..ce6e258 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A06_t01.dart
index d3c628a..47c2673 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A07_t01.dart
index 77067c6..4afd732 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A08_t01.dart
index 46e255d..8d37c3e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_mixin_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A01_t01.dart
index e0116b5..1daeb32 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A02_t01.dart
index bb3012b..60a8a1c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A03_t01.dart
index d615fbc..07799aa 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A04_t01.dart
index d02b34e..85a7880 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A05_t01.dart
index 14b4188..5a652de 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A06_t01.dart
index e4fc8f5..ae53a82 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A07_t01.dart
index 816f57d..76f9964 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A08_t01.dart
index 50ddb66..a6bbaee 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_arguments_binding_super_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A01_t01.dart
index 6337d65..8de53bd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A02_t01.dart
index a14436a..8e9f5e1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A03_t01.dart
index 47688b9..b6a1a60 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A04_t01.dart
index b19dde4..3474ebd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A05_t01.dart
index b78e889..1590758 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A06_t01.dart
index dc379d4..ec3c0a1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A07_t01.dart
index d1b3569..cd83670 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A08_t01.dart
index e0c4135..a06c31f 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A01_t01.dart
index f48fc25..5554c7d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A02_t01.dart
index 160a979..fdcfa72 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A03_t01.dart
index befbf59..73c8af0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A04_t01.dart
index ea6d5cb..f744ab4 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A05_t01.dart
index 669ba81..676b034 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A06_t01.dart
index 8e60737..b1c0c6b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A07_t01.dart
index cf5e623..a5f8640 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A08_t01.dart
index 7ab87db..6bb4cfe 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_mixin_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A01_t01.dart
index 61765c0..b46ea94 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A02_t01.dart
index 3dbd9db..19c5005 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A03_t01.dart
index 904d8f2..6809d6d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A04_t01.dart
index a317056..43f9705 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A05_t01.dart
index 322fd4b..1208ff4 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A06_t01.dart
index 675531d..b1a744a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A07_t01.dart
index ff07fe4..b85c8b0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A08_t01.dart
index 226a669..5a4482b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_class_member_super_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A01_t01.dart
index 304e754..24c68e1 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A02_t01.dart
index 3c234a9..b531fda 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A03_t01.dart
index b933198..6fce24a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A04_t01.dart
index 835dcca..a8dad35 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A05_t01.dart
index 5e9a5df..fca45ef 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A06_t01.dart
index bf2cbf5..7e5ffd7 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A07_t01.dart
index 1470133..6d61a34 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A08_t01.dart
index c6061a9..1a46c1e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_global_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A01_t01.dart
index 1eee025..1d7980b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A02_t01.dart
index 1e0eb02..764bc73 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A03_t01.dart
index c1e0884..9a9853c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A04_t01.dart
index 68aaee4..79001ec 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A05_t01.dart
index 41feedc..4b3d7fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A06_t01.dart
index beb7a5f..e6bf3fa 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A07_t01.dart
index ada6dfc..2112948 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A08_t01.dart
index c5a2167..f15c435 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_local_variable_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A01_t01.dart
index 1c925a5..e066e40 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A02_t01.dart
index 4ee76d0..f360d0c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A03_t01.dart
index 0285be9..6750577 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A04_t01.dart
index 69fcf69..55af2bc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A05_t01.dart
index 35a6dea3..4be92d9 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A06_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A06_t01.dart
index b57a768..50c7cf8 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A06_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A07_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A07_t01.dart
index 37cf3f7..a775af5 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A07_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A08_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A08_t01.dart
index 565b249..add600d 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A08_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_fail_return_value_fail_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A01_t01.dart
index 7dde529..6a89443 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A02_t01.dart
index 7684aa2..76c0849 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A03_t01.dart
index b8dc548..27760fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A04_t01.dart
index 4a2269f..90e916b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A05_t01.dart
index f643aa6..83ae03e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_global_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A01_t01.dart
index 72399d4..e9e0e6b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A02_t01.dart
index fbc7c09..1fe31bb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A03_t01.dart
index 6af023a..807fc05 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A04_t01.dart
index e643bbc..412147a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A05_t01.dart
index 6245f80..9ffaafd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_local_variable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A01_t01.dart
index 124a147..1176717 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A02_t01.dart
index d8ff3cb..ad82cc4 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A03_t01.dart
index 9659a37..1b6ad4a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A04_t01.dart
index b58a81c..8e5691c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A05_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A05_t01.dart
index 049938a..1a71d70 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A05_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_object_return_value_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t01.dart
index 978fb5f..de32a51 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t02.dart
index c3c456e..18435c6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t03.dart
index 5732118..17c5cc8 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t01.dart
index c899c68..810ddaf 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t02.dart
index 06b403e..1492ba5 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t03.dart
index f13abfe..a272fd0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_global_variable_A01_t01.dart
index aaa0c21..68eac8b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_local_variable_A01_t01.dart
index 696f70f..8087d60 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_return_value_A01_t01.dart
index b54af79..ea4f153 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_promoted_variable_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t01.dart
index 254f621..8e77844 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t02.dart
index fac8beb..39e351c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t03.dart
index 435e826..037dcfd 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t01.dart
index 9f24b3a..89dbc6b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t02.dart
index b83c8a2..58ae20c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t03.dart
index 7b804e0..43462b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t01.dart
index 4cd1307..70b1167 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t02.dart
index 3450444..6493820 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t03.dart
index 070baf1..89e9b2e 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t01.dart
index 03fed24..9840889 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t02.dart
index 215c43e..17b8a7a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t03.dart
index 584940b..ee6efde 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_arguments_binding_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t01.dart
index 3ed3779..d6aaa36 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t02.dart
index 2f5360b..ec8b2c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t03.dart
index 69496a5..e92530b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t01.dart
index d913efc..76ae6f0 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t02.dart
index cfb3b0c..7fdfd0b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t03.dart
index a502c22..c9fc82b 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t01.dart
index de118aa..46797fc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t02.dart
index b22dadd..c3ba31c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t03.dart
index 89aea48..5876e8c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t01.dart
index 9681992..43b3399 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t02.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t02.dart
index 5ecdcf8..8e4b175 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t03.dart b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t03.dart
index 48c4afb..297d30c 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_class_member_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A01_t01.dart
index 04729bf..540a309 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A02_t01.dart
index 2e993be..cd4cb60 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A03_t01.dart
index 00d0a53..aed4543 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A04_t01.dart
index f07cd5f..a262fbc 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_global_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A01_t01.dart
index ea980a1..58f1458 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A02_t01.dart
index ad42732..b7701fb 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A03_t01.dart
index 09c8909..7d09644 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A04_t01.dart
index 68aff94..eb7b02a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_local_variable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A01_t01.dart
index a2e1ce6..68cd3e2 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A02_t01.dart
index 17065f2..8189fe2 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A03_t01.dart
index b5156ad..5090397 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A04_t01.dart b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A04_t01.dart
index c689e4a..cdf207a 100644
--- a/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A04_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/right_top_return_value_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t01.dart
index f3f9b25..6c0b278 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t02.dart
index 389ec0d..3317b67 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t03.dart
index 9bfc420..9efd1b2 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t01.dart
index 32a0240..468a9c8 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t02.dart
index 4af5e79..51c9689 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t03.dart
index cba95e6..cfe308f 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t01.dart
index 29b27e0..c3fc4a8 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t02.dart
index 80d3a7a..c6ae4e4 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t03.dart
index ff874a6..df0cdfa 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_arguments_binding_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t01.dart
index c7bc7bd..8ef282e 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t02.dart
index 0bd98d9..9a32882 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t03.dart
index dfcc19b..41d7b62 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t01.dart
index 7247018..e84d1ae 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t02.dart
index f191515..39da1f4 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t03.dart
index f5bdacb..f47970b 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t01.dart
index c889ce0..1c814ec 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t02.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t02.dart
index a43274d..b681cde 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t03.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t03.dart
index 38a79d4..7a59bfc 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_class_member_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
index 087dac0..373d6b5 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_mixin_fail_A01_t01.dart
index 189d3bb..214a11f 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_super_fail_A01_t01.dart
index a026aeb..2313538 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_arguments_binding_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_fail_A01_t01.dart
index 4b301de..68c11d6 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_mixin_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_mixin_fail_A01_t01.dart
index a6fd6d1..afb9feb 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_mixin_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_mixin_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_super_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_super_fail_A01_t01.dart
index 02e5b97..546d17a 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_super_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_class_member_super_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_global_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_global_variable_fail_A01_t01.dart
index 506dc87..755e9e7 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_global_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_global_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_local_variable_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_local_variable_fail_A01_t01.dart
index c2b41ef..0e17f6c 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_local_variable_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_local_variable_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_return_value_fail_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_return_value_fail_A01_t01.dart
index 0cc870d..212bfcc 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_fail_return_value_fail_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_fail_return_value_fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A01_t01.dart
index 71270a2..552260f 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A02_t01.dart
index 07f54cf..83685e3 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A03_t01.dart
index 293fbb9..0bb26b6 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_global_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A01_t01.dart
index 463ad62..57f78f8 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A02_t01.dart
index 0bff84c..2e01c15 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A03_t01.dart
index a48eada..f4723d6 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_local_variable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A01_t01.dart
index 29da905..9c0a2b3 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A02_t01.dart
index 045da3f..d977026 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A03_t01.dart b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A03_t01.dart
index 12f9ac4..571af3d 100644
--- a/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A03_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/super_interface_return_value_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t01.dart
index 8941cc6..9bd14f6 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t02.dart
index c69d9d1..05b17cb 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t03.dart
index 3d6bf3c..5f46065 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t01.dart
index dd6883b..81c793a 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t02.dart
index a44f80a..5f0f8c9 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t03.dart
index 2369fde..e8b0f16 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_arguments_binding_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t01.dart
index fd0df27..ee1b7c5 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t02.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t02.dart
index a572662..cb43330 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t03.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t03.dart
index c76549d..9b6f118 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t01.dart
index ce8f1de..dccef62 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t02.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t02.dart
index 6cb87c7..118855c 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t03.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t03.dart
index aa3d63c..0dfce02 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_class_member_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A01_t01.dart
index 042510a..f338ba9 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A02_t01.dart
index 1ffc2be..8d97341 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_global_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A01_t01.dart
index e8d8677..6067fec 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A02_t01.dart
index 93739cb..f05b310 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_local_variable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A01_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A01_t01.dart
index 2099fed..230ccc2 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A02_t01.dart b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A02_t01.dart
index 2ea11a8..1ae9d75 100644
--- a/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/generated/type_variable_reflexivity_1_return_value_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_fail_x01.dart
index 40efe05..ec02874 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1. Global function required argument is
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_mixin_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_mixin_fail_x01.dart
index 0382884..7f3ee22 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_mixin_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_mixin_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1. Test mixin members. Super method required
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_super_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_super_fail_x01.dart
index f355295..e59ca7d 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_super_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_super_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as an argument of type T1. Test superclass members. Super constructor
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x01.dart
index 2ff607b..f6fcfbb 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x02.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x02.dart
index db68bf9..5296391 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x02.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1. Test superclass members
diff --git a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x03.dart b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x03.dart
index a3d94af..28ebc45 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x03.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/arguments_binding_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as an argument of type T1. Test mixin members
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_fail_x01.dart
index c5c93f2..ba2a1c7 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then it cannot
  * be used as a class member of type T1. Assignment to static and instance class
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_mixin_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_mixin_fail_x01.dart
index 23d82bb..422b9eb 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_mixin_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_mixin_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the mixin member of type T1.
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_super_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_super_fail_x01.dart
index 04f6a13..93da717 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_super_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_super_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the superclass member of type T1.
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_x01.dart
index ed35c3b..fdc99da 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the class member of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_x02.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_x02.dart
index 425aab7..316f16a 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_x02.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_x02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the superclass member of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/class_member_x03.dart b/LanguageFeatures/Subtyping/static/test_cases/class_member_x03.dart
index 408289a..d0aadb8 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/class_member_x03.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/class_member_x03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the mixin member of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/global_variable_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/global_variable_fail_x01.dart
index 929b064..533d2d5 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/global_variable_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/global_variable_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the to global variable of type T1.
diff --git a/LanguageFeatures/Subtyping/static/test_cases/global_variable_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/global_variable_x01.dart
index 3d66ded..164c7e2 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/global_variable_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/global_variable_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the to global variable of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/local_variable_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/local_variable_fail_x01.dart
index 4f5587b..e41e837 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/local_variable_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/local_variable_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is not a subtype of a type T1, then
  * instance of T0 cannot be be assigned to the to local variable of type T1.
diff --git a/LanguageFeatures/Subtyping/static/test_cases/local_variable_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/local_variable_x01.dart
index 8d9a63a..b98414c 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/local_variable_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/local_variable_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be assigned to the to local variable of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_cases/return_value_fail_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/return_value_fail_x01.dart
index bfd7e1f..92223f5 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/return_value_fail_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/return_value_fail_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 not a subtype of a type T1, then instance
  * of T0 cannot be be used as a return value of type T1. Return value is tested.
diff --git a/LanguageFeatures/Subtyping/static/test_cases/return_value_x01.dart b/LanguageFeatures/Subtyping/static/test_cases/return_value_x01.dart
index 3ce9d8e..dae5aff 100644
--- a/LanguageFeatures/Subtyping/static/test_cases/return_value_x01.dart
+++ b/LanguageFeatures/Subtyping/static/test_cases/return_value_x01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Check that if type T0 is a subtype of a type T1, then instance
  * of T0 can be be used as a return value of type T1
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A03.dart b/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A03.dart
index 25cc660..88c6696 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A03.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A04.dart b/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A04.dart
index 82d748a..9a971aa 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A04.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_FutureOr_fail_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A01.dart b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A01.dart
index 1e15db8..31e19c3 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A02.dart b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A02.dart
index 091fa10..a687fee 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A03.dart b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A03.dart
index 091fa10..a687fee 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A03.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A04.dart b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A04.dart
index 7adf574..767cf0a 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A04.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_null_fail_A04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_nullable_fail_A01.dart b/LanguageFeatures/Subtyping/static/test_types/left_nullable_fail_A01.dart
index 6cfb5e9..175f806 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_nullable_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_nullable_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A01.dart b/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A01.dart
index eb9170d..74de80d 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A02.dart b/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A02.dart
index 3a8b6ab..1efae98 100644
--- a/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A02.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/left_promoted_variable_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_A02.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_A02.dart
index 4909bbb..260ab3e 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_A02.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_A03.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_A03.dart
index 5a7db50..96235a3 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_A03.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A01.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A01.dart
index f6dd00e..fb8ed24 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A02.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A02.dart
index 6157d07..5c54e9c 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A03.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A03.dart
index 44c5e2b..b56abde 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A03.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A04.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A04.dart
index d12c104..3763ce5 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A04.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A05.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A05.dart
index 7956f6c..e71fafb 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A05.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A06.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A06.dart
index a44111a..a691bf6 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A06.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A07.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A07.dart
index fdceb69..a4f885b 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A07.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A08.dart b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A08.dart
index 488e8fe..c95ba38 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A08.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_object_fail_A08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/right_promoted_variable_A01.dart b/LanguageFeatures/Subtyping/static/test_types/right_promoted_variable_A01.dart
index 015831b..337d675 100644
--- a/LanguageFeatures/Subtyping/static/test_types/right_promoted_variable_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/right_promoted_variable_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A01.dart b/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A01.dart
index de83106..d800a86 100644
--- a/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A01.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A02.dart b/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A02.dart
index 6aa9a1f..0602795 100644
--- a/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A02.dart
+++ b/LanguageFeatures/Subtyping/static/test_types/type_variable_reflexivity_1_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t01.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t01.dart
index 074fa04..92f3e60 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t02.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t02.dart
index 88cf923..0870652 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t03.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t03.dart
index 4792dec..afcccb4 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t03.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t04.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t04.dart
index 065d428..29f37e3 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t04.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t05.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t05.dart
index 92e5bee..0453ec7 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t05.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t06.dart b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t06.dart
index 1bf3203..b5b8717 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t06.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_bottom_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_null_A01_t01.dart b/LanguageFeatures/Subtyping/static/tests/left_null_A01_t01.dart
index 062a90e..e190ff9 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_null_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_null_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/left_null_A01_t02.dart b/LanguageFeatures/Subtyping/static/tests/left_null_A01_t02.dart
index 48aa2e5..ac1864d 100644
--- a/LanguageFeatures/Subtyping/static/tests/left_null_A01_t02.dart
+++ b/LanguageFeatures/Subtyping/static/tests/left_null_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_legacy_A01.dart b/LanguageFeatures/Subtyping/static/tests/right_legacy_A01.dart
index c6e1612..cbdf06d 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_legacy_A01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_legacy_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_legacy_fail_A01.dart b/LanguageFeatures/Subtyping/static/tests/right_legacy_fail_A01.dart
index 7fff3ac..b61a24f 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_legacy_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_legacy_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_nullable_A01_t01.dart b/LanguageFeatures/Subtyping/static/tests/right_nullable_A01_t01.dart
index 0a86688..16ec179 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_nullable_A01_t01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_nullable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t01.dart b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t01.dart
index a8f4123..a01dbf4 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t01.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t02.dart b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t02.dart
index 430fbd9..21805a9 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t02.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t03.dart b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t03.dart
index 2cc7e87..cc62a04 100644
--- a/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t03.dart
+++ b/LanguageFeatures/Subtyping/static/tests/right_nullable_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A01.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A01.dart
index 81ecc14..7012848 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A02.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A02.dart
index 7f3540e..8748690 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A03.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A03.dart
index 4d5e496..cf4480b 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A04.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A04.dart
index 89ee2b9..f233e96 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A05.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A05.dart
index ea4037d..7fff94e 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A05.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A06.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A06.dart
index 0c33ca0..a83fd89 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A06.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A07.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A07.dart
index 8682e70..8007e3a 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A07.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A08.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A08.dart
index bdd98a0..49817d9 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A08.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A09.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A09.dart
index 8a3f5fb..a585b5b 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A09.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A10.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A10.dart
index a9dfc74..49cdd72 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A10.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A11.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A11.dart
index edad1e0..2037266 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A11.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A12.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A12.dart
index d7a89de..eb74310 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A12.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A13.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A13.dart
index eae9a61..e07f135 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A13.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A14.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A14.dart
index ace7277..c0df4cc 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A14.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A15.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A15.dart
index 988237f..698d82d 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A15.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A16.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A16.dart
index b972cf0..c589e92 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A16.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A17.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A17.dart
index 51c4d13..d97e597 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A17.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/function_type_function_A18.dart b/LanguageFeatures/Subtyping/test_types/function_type_function_A18.dart
index a202557..ea67c46 100644
--- a/LanguageFeatures/Subtyping/test_types/function_type_function_A18.dart
+++ b/LanguageFeatures/Subtyping/test_types/function_type_function_A18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/interface_compositionality_A01.dart b/LanguageFeatures/Subtyping/test_types/interface_compositionality_A01.dart
index de2f5b7..341232c 100644
--- a/LanguageFeatures/Subtyping/test_types/interface_compositionality_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/interface_compositionality_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/interface_compositionality_A02.dart b/LanguageFeatures/Subtyping/test_types/interface_compositionality_A02.dart
index 9606c38..8ae1f8c 100644
--- a/LanguageFeatures/Subtyping/test_types/interface_compositionality_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/interface_compositionality_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/interface_compositionality_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/interface_compositionality_fail_A01.dart
index 1f49ea2..a8f7c7a 100644
--- a/LanguageFeatures/Subtyping/test_types/interface_compositionality_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/interface_compositionality_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A01.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A01.dart
index 58875f7..f11cac9 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A02.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A02.dart
index 3c3c197..63368a9 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A03.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A03.dart
index 561f598..da29b46 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A04.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A04.dart
index 33954c1..af710e2 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A01.dart
index aaf2371..098f1bf 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A02.dart b/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A02.dart
index acf0d46..97ba5d1 100644
--- a/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_FutureOr_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_legacy_A01.dart b/LanguageFeatures/Subtyping/test_types/left_legacy_A01.dart
index ec3f97f..d2a9616 100644
--- a/LanguageFeatures/Subtyping/test_types/left_legacy_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_legacy_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_legacy_A02.dart b/LanguageFeatures/Subtyping/test_types/left_legacy_A02.dart
index 8063393..080ed5f 100644
--- a/LanguageFeatures/Subtyping/test_types/left_legacy_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_legacy_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A01.dart
index 60649a5..a4319c9 100644
--- a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A02.dart b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A02.dart
index 2172e52..45e6e6d 100644
--- a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A03.dart b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A03.dart
index ddf6c4f..cf9fe88 100644
--- a/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_legacy_fail_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_null_A02.dart b/LanguageFeatures/Subtyping/test_types/left_null_A02.dart
index f7b65af..d34613a 100644
--- a/LanguageFeatures/Subtyping/test_types/left_null_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_null_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_null_A03.dart b/LanguageFeatures/Subtyping/test_types/left_null_A03.dart
index 4ab31c6..231feeb 100644
--- a/LanguageFeatures/Subtyping/test_types/left_null_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_null_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_null_A04.dart b/LanguageFeatures/Subtyping/test_types/left_null_A04.dart
index 73dab77..947e4a8 100644
--- a/LanguageFeatures/Subtyping/test_types/left_null_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_null_A04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_null_A05.dart b/LanguageFeatures/Subtyping/test_types/left_null_A05.dart
index 77f50e5..decb39d 100644
--- a/LanguageFeatures/Subtyping/test_types/left_null_A05.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_null_A05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_null_A06.dart b/LanguageFeatures/Subtyping/test_types/left_null_A06.dart
index f10ceec..99e5d95 100644
--- a/LanguageFeatures/Subtyping/test_types/left_null_A06.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_null_A06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_nullable_A01.dart b/LanguageFeatures/Subtyping/test_types/left_nullable_A01.dart
index 6265cc9..c6306fd 100644
--- a/LanguageFeatures/Subtyping/test_types/left_nullable_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_nullable_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_nullable_fail_A02.dart b/LanguageFeatures/Subtyping/test_types/left_nullable_fail_A02.dart
index b329775..7cb2f84 100644
--- a/LanguageFeatures/Subtyping/test_types/left_nullable_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_nullable_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_top_A01.dart b/LanguageFeatures/Subtyping/test_types/left_top_A01.dart
index e1de6f2..2dd956b 100644
--- a/LanguageFeatures/Subtyping/test_types/left_top_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_top_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_A01.dart b/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_A01.dart
index 2b551e3..436b924 100644
--- a/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_fail_A01.dart
index e8fcaa9..197a869 100644
--- a/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/left_type_variable_bound_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_A01.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_A01.dart
index 232a9bd..baa6acb 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_A02.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_A02.dart
index 7863d95..c3e11e6 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_A03.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_A03.dart
index d6dbd54..f2df732 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_A04.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_A04.dart
index 04deb1a..0899ddb 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_A05.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_A05.dart
index bde45f5..b297b32 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_A05.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_A05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A11.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A11.dart
index d05ea92..e28d757 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A11.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A12.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A12.dart
index bda2ce7..08953e8 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A12.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A21.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A21.dart
index 55edf87..9c4e509 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A21.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A22.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A22.dart
index 4718a91..bd4f8f1 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A22.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A23.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A23.dart
index 045036d..45d033c 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A23.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A31.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A31.dart
index 9456efc..49cabcc 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A31.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A32.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A32.dart
index b661922..ad24155 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A32.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A33.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A33.dart
index f1c6f4c..6cfadac 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A33.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A41.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A41.dart
index dffc2dd..01e8a18 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A41.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A41.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A42.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A42.dart
index ec5ff48..42f796e 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A42.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A42.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A43.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A43.dart
index 5c913f7..6973616 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A43.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A43.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A51.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A51.dart
index a4dcef6..9f232a1 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A51.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A51.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A52.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A52.dart
index d4229d0..6df93e0 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A52.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A52.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A53.dart b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A53.dart
index 23ad47e..21db96e 100644
--- a/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A53.dart
+++ b/LanguageFeatures/Subtyping/test_types/named_function_types_fail_A53.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Named Function Types: T0 is U0 Function<X0 extends B00, ..., Xk extends B0k>
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A01.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A01.dart
index 8b7b841..f44a783 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A02.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A02.dart
index db9de89..fd9125f 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A03.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A03.dart
index 9402fa6..a14f89d 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A04.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A04.dart
index fe6a484..687edff 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A11.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A11.dart
index bab3663..b81720a 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A11.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A12.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A12.dart
index a464a47..a702808 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A12.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A13.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A13.dart
index 2927a80..0f38c28 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A13.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A14.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A14.dart
index 921ceac..63841ac 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A14.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A21.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A21.dart
index a645fff..96084ab 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A21.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A22.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A22.dart
index 6af8024..0088ac2 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A22.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A23.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A23.dart
index c3b6ee2..d6d605b 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A23.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A23.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A24.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A24.dart
index 4b5ad2f..5f790b3 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A24.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A24.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A31.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A31.dart
index bb0412e..dcaed22 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A31.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A32.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A32.dart
index a35054c..7c5c86a 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A32.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A33.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A33.dart
index 431a919..bdf2c09 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A33.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A33.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A34.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A34.dart
index b078e44..fc4ecf7 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A34.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A34.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A41.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A41.dart
index d2cdf85..dc4c8f6 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A41.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A41.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A42.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A42.dart
index c14adc1..97d85b6 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A42.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A42.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A43.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A43.dart
index 19049d3..f26c752 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A43.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A43.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_A44.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_A44.dart
index 407aa2d..4027864 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_A44.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_A44.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionA type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A01.dart
index 5ba6ee5..d9022d1 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A02.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A02.dart
index 9a7a22e..4fecc58 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A03.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A03.dart
index 6313419..8ab4150 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A04.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A04.dart
index c621995..45bbf32 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A05.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A05.dart
index 6234847..0d6cc11 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A05.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A06.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A06.dart
index 21ab012..0f0cc1f 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A06.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A07.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A07.dart
index 818831f..607431d 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A07.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A08.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A08.dart
index f059b57..195cde7 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A08.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A11.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A11.dart
index cf439ee..eac258b 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A11.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A12.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A12.dart
index 08750bb..bd479f5 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A12.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A21.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A21.dart
index 930d401..3f390c0 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A21.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A21.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A22.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A22.dart
index f251843..a81478b 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A22.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A22.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A31.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A31.dart
index 3d5cc49..f7c6a62 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A31.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A31.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A32.dart b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A32.dart
index 33b7750..f9c3445 100644
--- a/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A32.dart
+++ b/LanguageFeatures/Subtyping/test_types/positional_function_types_fail_A32.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A type T0 is a subtype of a type T1 (written T0 <: T1) when:
  * Positional Function Types: T0 is U0 Function<X0 extends B00, ... ,
diff --git a/LanguageFeatures/Subtyping/test_types/reflexivity_A01.dart b/LanguageFeatures/Subtyping/test_types/reflexivity_A01.dart
index ca73c23..55315a1 100644
--- a/LanguageFeatures/Subtyping/test_types/reflexivity_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/reflexivity_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/reflexivity_A02.dart b/LanguageFeatures/Subtyping/test_types/reflexivity_A02.dart
index 15323d3..b0c4830 100644
--- a/LanguageFeatures/Subtyping/test_types/reflexivity_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/reflexivity_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/reflexivity_A03.dart b/LanguageFeatures/Subtyping/test_types/reflexivity_A03.dart
index 60291b2..3df86f4 100644
--- a/LanguageFeatures/Subtyping/test_types/reflexivity_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/reflexivity_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/reflexivity_A04.dart b/LanguageFeatures/Subtyping/test_types/reflexivity_A04.dart
index f6bfb4d..83dde09 100644
--- a/LanguageFeatures/Subtyping/test_types/reflexivity_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/reflexivity_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A01.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A01.dart
index 6c900c2..263b7cd 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A02.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A02.dart
index 119ba68..0c87d42 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A03.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A03.dart
index 8514fd5d..a11f9ef 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A04.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A04.dart
index bde3d34..7c8a955 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A01.dart
index e9dc7c8..c62aad3 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A02.dart b/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A02.dart
index 6370a61..e2f1376 100644
--- a/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_FutureOr_fail_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_nullable_A01.dart b/LanguageFeatures/Subtyping/test_types/right_nullable_A01.dart
index ae0ac7e..a6c44bf 100644
--- a/LanguageFeatures/Subtyping/test_types/right_nullable_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_nullable_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_nullable_A02.dart b/LanguageFeatures/Subtyping/test_types/right_nullable_A02.dart
index 2b8465a..63b12ea 100644
--- a/LanguageFeatures/Subtyping/test_types/right_nullable_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_nullable_A02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_nullable_A03.dart b/LanguageFeatures/Subtyping/test_types/right_nullable_A03.dart
index 972bfdf..68b9abe 100644
--- a/LanguageFeatures/Subtyping/test_types/right_nullable_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_nullable_A03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_object_A01.dart b/LanguageFeatures/Subtyping/test_types/right_object_A01.dart
index 9873b84..c55d3e6 100644
--- a/LanguageFeatures/Subtyping/test_types/right_object_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_object_A01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_object_A04.dart b/LanguageFeatures/Subtyping/test_types/right_object_A04.dart
index bd057ee..d506f99 100644
--- a/LanguageFeatures/Subtyping/test_types/right_object_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_object_A04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_object_A05.dart b/LanguageFeatures/Subtyping/test_types/right_object_A05.dart
index d2b48b0..a2a725a 100644
--- a/LanguageFeatures/Subtyping/test_types/right_object_A05.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_object_A05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_top_A01.dart b/LanguageFeatures/Subtyping/test_types/right_top_A01.dart
index 51d1c5a..2057548 100644
--- a/LanguageFeatures/Subtyping/test_types/right_top_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_top_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_top_A02.dart b/LanguageFeatures/Subtyping/test_types/right_top_A02.dart
index 8468a87..30e3c00 100644
--- a/LanguageFeatures/Subtyping/test_types/right_top_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_top_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_top_A03.dart b/LanguageFeatures/Subtyping/test_types/right_top_A03.dart
index f147201..0413250 100644
--- a/LanguageFeatures/Subtyping/test_types/right_top_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_top_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/right_top_A04.dart b/LanguageFeatures/Subtyping/test_types/right_top_A04.dart
index efbae00..b567236 100644
--- a/LanguageFeatures/Subtyping/test_types/right_top_A04.dart
+++ b/LanguageFeatures/Subtyping/test_types/right_top_A04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/super_interface_A01.dart b/LanguageFeatures/Subtyping/test_types/super_interface_A01.dart
index 650015b..93f09fc 100644
--- a/LanguageFeatures/Subtyping/test_types/super_interface_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/super_interface_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/super_interface_A02.dart b/LanguageFeatures/Subtyping/test_types/super_interface_A02.dart
index 005f7f2..41d1e82 100644
--- a/LanguageFeatures/Subtyping/test_types/super_interface_A02.dart
+++ b/LanguageFeatures/Subtyping/test_types/super_interface_A02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/super_interface_A03.dart b/LanguageFeatures/Subtyping/test_types/super_interface_A03.dart
index 9c36c2b..98324d5 100644
--- a/LanguageFeatures/Subtyping/test_types/super_interface_A03.dart
+++ b/LanguageFeatures/Subtyping/test_types/super_interface_A03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/test_types/super_interface_fail_A01.dart b/LanguageFeatures/Subtyping/test_types/super_interface_fail_A01.dart
index 24dc12c..ed3a4cc 100644
--- a/LanguageFeatures/Subtyping/test_types/super_interface_fail_A01.dart
+++ b/LanguageFeatures/Subtyping/test_types/super_interface_fail_A01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that a type T0 is a subtype of a type T1 (written T0 <: T1)
  * when:
diff --git a/LanguageFeatures/Subtyping/utils/legacy_lib.dart b/LanguageFeatures/Subtyping/utils/legacy_lib.dart
index fbedc36..5788592 100644
--- a/LanguageFeatures/Subtyping/utils/legacy_lib.dart
+++ b/LanguageFeatures/Subtyping/utils/legacy_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t01.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t01.dart
index e7b8e6e..aa30d5d 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t01.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t02.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t02.dart
index 4c8671b..9fa0f55 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t02.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t03.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t03.dart
index fbf548b..efb2f83 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t03.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t04.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t04.dart
index 3c392e3..387f329 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t04.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t05.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t05.dart
index f45653b..241652c 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t05.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t06.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t06.dart
index 3b8e385..6fbc342 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t06.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t07.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t07.dart
index fe75a49..11d719c 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t07.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t08.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t08.dart
index 34e16ba..48c5cf8 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t08.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t09.dart b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t09.dart
index 107cb32..9b62a09 100644
--- a/LanguageFeatures/Super-bounded-types/motivation_example_A01_t09.dart
+++ b/LanguageFeatures/Super-bounded-types/motivation_example_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Here are some examples of finite unfoldings, and the effect they
  * have on types of expressions:
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t01.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t01.dart
index c06ff24..72cbc9f 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t01.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t02.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t02.dart
index 9bc03c7..81b2943 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t02.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t03.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t03.dart
index f5836a4..db8d8e4 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t03.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t04.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t04.dart
index 520be27..7104e92 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t04.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t05.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t05.dart
index 6c0167d..0ee773b 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t05.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t06.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t06.dart
index 8e7692a..8c4d075 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t06.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t07.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t07.dart
index 4a23715..2c082b8 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t07.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t08.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t08.dart
index 091be93..1967d94 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t08.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t09.dart b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t09.dart
index 421598a..5cbe9d9 100644
--- a/LanguageFeatures/Super-bounded-types/static_analysis_A01_t09.dart
+++ b/LanguageFeatures/Super-bounded-types/static_analysis_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion We say that the parameterized type G<T1..Tk> is regular-bounded
  * when Tj <: [T1/X1 .. Tk/Xk]Bj for all j, 1 <= j <= k, where X1..Xk are the
diff --git a/LanguageFeatures/Super-mixins/compatible_t01.dart b/LanguageFeatures/Super-mixins/compatible_t01.dart
index f0f4c87..aaeeaa1 100644
--- a/LanguageFeatures/Super-mixins/compatible_t01.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/compatible_t02.dart b/LanguageFeatures/Super-mixins/compatible_t02.dart
index c73ce41..bca183c 100644
--- a/LanguageFeatures/Super-mixins/compatible_t02.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/compatible_t03.dart b/LanguageFeatures/Super-mixins/compatible_t03.dart
index e8717eb..818f806 100644
--- a/LanguageFeatures/Super-mixins/compatible_t03.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/compatible_t04.dart b/LanguageFeatures/Super-mixins/compatible_t04.dart
index 00fd366..8fcb0ea 100644
--- a/LanguageFeatures/Super-mixins/compatible_t04.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/compatible_t05.dart b/LanguageFeatures/Super-mixins/compatible_t05.dart
index b432872..bbe010a 100644
--- a/LanguageFeatures/Super-mixins/compatible_t05.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/compatible_t06.dart b/LanguageFeatures/Super-mixins/compatible_t06.dart
index d189ff3..0fe8185 100644
--- a/LanguageFeatures/Super-mixins/compatible_t06.dart
+++ b/LanguageFeatures/Super-mixins/compatible_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Further, the interfaces B and C must be compatible. The on clause
  * introduces a synthetic interface combining B and C, call it A$super, which is
diff --git a/LanguageFeatures/Super-mixins/covariance_t01.dart b/LanguageFeatures/Super-mixins/covariance_t01.dart
index 50a6a9c..aca51d9 100644
--- a/LanguageFeatures/Super-mixins/covariance_t01.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t02.dart b/LanguageFeatures/Super-mixins/covariance_t02.dart
index 6acb528..f2c14d1 100644
--- a/LanguageFeatures/Super-mixins/covariance_t02.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t03.dart b/LanguageFeatures/Super-mixins/covariance_t03.dart
index 723a49f..d8c679d 100644
--- a/LanguageFeatures/Super-mixins/covariance_t03.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t04.dart b/LanguageFeatures/Super-mixins/covariance_t04.dart
index 457f065..f78a8ab 100644
--- a/LanguageFeatures/Super-mixins/covariance_t04.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t05.dart b/LanguageFeatures/Super-mixins/covariance_t05.dart
index a3fcca1..05f7dd4 100644
--- a/LanguageFeatures/Super-mixins/covariance_t05.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t06.dart b/LanguageFeatures/Super-mixins/covariance_t06.dart
index 9d89852..9b8dd0c 100644
--- a/LanguageFeatures/Super-mixins/covariance_t06.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/covariance_t07.dart b/LanguageFeatures/Super-mixins/covariance_t07.dart
index 325d0a8..755f74d 100644
--- a/LanguageFeatures/Super-mixins/covariance_t07.dart
+++ b/LanguageFeatures/Super-mixins/covariance_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/declaration_t01.dart b/LanguageFeatures/Super-mixins/declaration_t01.dart
index ef770b7..a7bb3da 100644
--- a/LanguageFeatures/Super-mixins/declaration_t01.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t02.dart b/LanguageFeatures/Super-mixins/declaration_t02.dart
index 9f95850..c986f7a 100644
--- a/LanguageFeatures/Super-mixins/declaration_t02.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t03.dart b/LanguageFeatures/Super-mixins/declaration_t03.dart
index 027b09d..fa5291a 100644
--- a/LanguageFeatures/Super-mixins/declaration_t03.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t04.dart b/LanguageFeatures/Super-mixins/declaration_t04.dart
index 1bb3a66..321531e 100644
--- a/LanguageFeatures/Super-mixins/declaration_t04.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t05.dart b/LanguageFeatures/Super-mixins/declaration_t05.dart
index feef5d3..3e470d2 100644
--- a/LanguageFeatures/Super-mixins/declaration_t05.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t06.dart b/LanguageFeatures/Super-mixins/declaration_t06.dart
index 8fe1643..cbff6ab 100644
--- a/LanguageFeatures/Super-mixins/declaration_t06.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t07.dart b/LanguageFeatures/Super-mixins/declaration_t07.dart
index 80686e0..e3b03d6 100644
--- a/LanguageFeatures/Super-mixins/declaration_t07.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t08.dart b/LanguageFeatures/Super-mixins/declaration_t08.dart
index c6313c4..b42cb3b 100644
--- a/LanguageFeatures/Super-mixins/declaration_t08.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t09.dart b/LanguageFeatures/Super-mixins/declaration_t09.dart
index 4f18c05..732e040 100644
--- a/LanguageFeatures/Super-mixins/declaration_t09.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t10.dart b/LanguageFeatures/Super-mixins/declaration_t10.dart
index 74da131..39d3c15 100644
--- a/LanguageFeatures/Super-mixins/declaration_t10.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t11.dart b/LanguageFeatures/Super-mixins/declaration_t11.dart
index c8f9456..ef943c3 100644
--- a/LanguageFeatures/Super-mixins/declaration_t11.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/declaration_t12.dart b/LanguageFeatures/Super-mixins/declaration_t12.dart
index a21de60..5bed4cb 100644
--- a/LanguageFeatures/Super-mixins/declaration_t12.dart
+++ b/LanguageFeatures/Super-mixins/declaration_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/implementation_t01.dart b/LanguageFeatures/Super-mixins/implementation_t01.dart
index 30ec41e..808834e 100644
--- a/LanguageFeatures/Super-mixins/implementation_t01.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t02.dart b/LanguageFeatures/Super-mixins/implementation_t02.dart
index 096259f..3f80405 100644
--- a/LanguageFeatures/Super-mixins/implementation_t02.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t03.dart b/LanguageFeatures/Super-mixins/implementation_t03.dart
index 6fae9e5..7e4141f 100644
--- a/LanguageFeatures/Super-mixins/implementation_t03.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t04.dart b/LanguageFeatures/Super-mixins/implementation_t04.dart
index 6c19e06..d490bd9 100644
--- a/LanguageFeatures/Super-mixins/implementation_t04.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t05.dart b/LanguageFeatures/Super-mixins/implementation_t05.dart
index eddaf55..745ee50 100644
--- a/LanguageFeatures/Super-mixins/implementation_t05.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t06.dart b/LanguageFeatures/Super-mixins/implementation_t06.dart
index b3b2590..d1c949c 100644
--- a/LanguageFeatures/Super-mixins/implementation_t06.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t07.dart b/LanguageFeatures/Super-mixins/implementation_t07.dart
index 4e21cba..a9cd9c6 100644
--- a/LanguageFeatures/Super-mixins/implementation_t07.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t08.dart b/LanguageFeatures/Super-mixins/implementation_t08.dart
index ca21b51..d49cb4b 100644
--- a/LanguageFeatures/Super-mixins/implementation_t08.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/implementation_t09.dart b/LanguageFeatures/Super-mixins/implementation_t09.dart
index 9ad75e0..7cdd65c 100644
--- a/LanguageFeatures/Super-mixins/implementation_t09.dart
+++ b/LanguageFeatures/Super-mixins/implementation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like
  * mixin A<X extends S, Y extends T> on B, C implements D, E { body }
diff --git a/LanguageFeatures/Super-mixins/member_declaration_t01.dart b/LanguageFeatures/Super-mixins/member_declaration_t01.dart
index f7f73ab..69b5caf 100644
--- a/LanguageFeatures/Super-mixins/member_declaration_t01.dart
+++ b/LanguageFeatures/Super-mixins/member_declaration_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/member_declaration_t02.dart b/LanguageFeatures/Super-mixins/member_declaration_t02.dart
index c5cc7fc..b185feb 100644
--- a/LanguageFeatures/Super-mixins/member_declaration_t02.dart
+++ b/LanguageFeatures/Super-mixins/member_declaration_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t01.dart b/LanguageFeatures/Super-mixins/mixin_application_t01.dart
index 32a37f5..eae4a38 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t01.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t02.dart b/LanguageFeatures/Super-mixins/mixin_application_t02.dart
index 3ac32f6..908572e 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t02.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t03.dart b/LanguageFeatures/Super-mixins/mixin_application_t03.dart
index 2f3f782..2156ad7 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t03.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t04.dart b/LanguageFeatures/Super-mixins/mixin_application_t04.dart
index acdc1ee..0449a78 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t04.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t05.dart b/LanguageFeatures/Super-mixins/mixin_application_t05.dart
index 8f07ab0..4db8995 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t05.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t06.dart b/LanguageFeatures/Super-mixins/mixin_application_t06.dart
index e21ad02..ccab712 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t06.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t07.dart b/LanguageFeatures/Super-mixins/mixin_application_t07.dart
index eebaee9..c3de699 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t07.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t08.dart b/LanguageFeatures/Super-mixins/mixin_application_t08.dart
index efd334d..f0ef824 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t08.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t09.dart b/LanguageFeatures/Super-mixins/mixin_application_t09.dart
index 31b0c69..cc9c498 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t09.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t10.dart b/LanguageFeatures/Super-mixins/mixin_application_t10.dart
index cb57a35..2507532 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t10.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t11.dart b/LanguageFeatures/Super-mixins/mixin_application_t11.dart
index 97dace0..f26c191 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t11.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t12.dart b/LanguageFeatures/Super-mixins/mixin_application_t12.dart
index ad1dfac..adf64f7 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t12.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t13.dart b/LanguageFeatures/Super-mixins/mixin_application_t13.dart
index 13a6f4e..ab2f4da 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t13.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_application_t14.dart b/LanguageFeatures/Super-mixins/mixin_application_t14.dart
index 054cf66..b91c63c 100644
--- a/LanguageFeatures/Super-mixins/mixin_application_t14.dart
+++ b/LanguageFeatures/Super-mixins/mixin_application_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Mixin application semantics is mostly unchanged, except that it's
  * a compile-time error to apply a mixin to a class that doesn't implement all
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t01.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t01.dart
index 488ca22..70854d1 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t01.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t02.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t02.dart
index a4e6383..4555533 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t02.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t03.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t03.dart
index adaac54..95d254e 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t03.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t04.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t04.dart
index 39ca40c..5132184 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t04.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t05.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t05.dart
index 6701b85..706b8f7 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t05.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_constructor_t06.dart b/LanguageFeatures/Super-mixins/mixin_constructor_t06.dart
index 4a6f825..e643b13 100644
--- a/LanguageFeatures/Super-mixins/mixin_constructor_t06.dart
+++ b/LanguageFeatures/Super-mixins/mixin_constructor_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t01.dart b/LanguageFeatures/Super-mixins/mixin_member_t01.dart
index 8cec8a8..7d3c395 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t01.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t02.dart b/LanguageFeatures/Super-mixins/mixin_member_t02.dart
index 0dc251f..0de537f 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t02.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t03.dart b/LanguageFeatures/Super-mixins/mixin_member_t03.dart
index a3add8a..23c7c45 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t03.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t04.dart b/LanguageFeatures/Super-mixins/mixin_member_t04.dart
index 726673e..f593041 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t04.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t05.dart b/LanguageFeatures/Super-mixins/mixin_member_t05.dart
index 404966f..89b3aaa 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t05.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_member_t06.dart b/LanguageFeatures/Super-mixins/mixin_member_t06.dart
index cb694b3..ec53e52 100644
--- a/LanguageFeatures/Super-mixins/mixin_member_t06.dart
+++ b/LanguageFeatures/Super-mixins/mixin_member_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixinMember production allows the same instance or static
  * members that a class would allow, but no constructors (for now).
diff --git a/LanguageFeatures/Super-mixins/mixin_members_t01.dart b/LanguageFeatures/Super-mixins/mixin_members_t01.dart
index 94cedef..a511bb9 100644
--- a/LanguageFeatures/Super-mixins/mixin_members_t01.dart
+++ b/LanguageFeatures/Super-mixins/mixin_members_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin introduced by a mixin declaration contains all the
  * non-static members declared by the mixin, just as the mixin derived from a
diff --git a/LanguageFeatures/Super-mixins/mixin_members_t02.dart b/LanguageFeatures/Super-mixins/mixin_members_t02.dart
index 0abb13d..dd892aa 100644
--- a/LanguageFeatures/Super-mixins/mixin_members_t02.dart
+++ b/LanguageFeatures/Super-mixins/mixin_members_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin introduced by a mixin declaration contains all the
  * non-static members declared by the mixin, just as the mixin derived from a
diff --git a/LanguageFeatures/Super-mixins/mixin_members_t03.dart b/LanguageFeatures/Super-mixins/mixin_members_t03.dart
index bdfc26c..7b5149c 100644
--- a/LanguageFeatures/Super-mixins/mixin_members_t03.dart
+++ b/LanguageFeatures/Super-mixins/mixin_members_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin introduced by a mixin declaration contains all the
  * non-static members declared by the mixin, just as the mixin derived from a
diff --git a/LanguageFeatures/Super-mixins/mixin_word_t01.dart b/LanguageFeatures/Super-mixins/mixin_word_t01.dart
index b15bdbb..856ab36 100644
--- a/LanguageFeatures/Super-mixins/mixin_word_t01.dart
+++ b/LanguageFeatures/Super-mixins/mixin_word_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin word is a built-in identifier to avoid parsing
  * ambiguities. It does not need to be a reserved word. The identifier mixin was
diff --git a/LanguageFeatures/Super-mixins/mixin_word_t02.dart b/LanguageFeatures/Super-mixins/mixin_word_t02.dart
index b5a15e2..179f204 100644
--- a/LanguageFeatures/Super-mixins/mixin_word_t02.dart
+++ b/LanguageFeatures/Super-mixins/mixin_word_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin word is a built-in identifier to avoid parsing
  * ambiguities. It does not need to be a reserved word. The identifier mixin was
diff --git a/LanguageFeatures/Super-mixins/mixin_word_t03.dart b/LanguageFeatures/Super-mixins/mixin_word_t03.dart
index 223e189..593e241 100644
--- a/LanguageFeatures/Super-mixins/mixin_word_t03.dart
+++ b/LanguageFeatures/Super-mixins/mixin_word_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin word is a built-in identifier to avoid parsing
  * ambiguities. It does not need to be a reserved word. The identifier mixin was
diff --git a/LanguageFeatures/Super-mixins/mixin_word_t04.dart b/LanguageFeatures/Super-mixins/mixin_word_t04.dart
index f5241ed..b8d433b 100644
--- a/LanguageFeatures/Super-mixins/mixin_word_t04.dart
+++ b/LanguageFeatures/Super-mixins/mixin_word_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin word is a built-in identifier to avoid parsing
  * ambiguities. It does not need to be a reserved word. The identifier mixin was
diff --git a/LanguageFeatures/Super-mixins/mixin_word_t05.dart b/LanguageFeatures/Super-mixins/mixin_word_t05.dart
index f75b854..9393f1e 100644
--- a/LanguageFeatures/Super-mixins/mixin_word_t05.dart
+++ b/LanguageFeatures/Super-mixins/mixin_word_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The mixin word is a built-in identifier to avoid parsing
  * ambiguities. It does not need to be a reserved word. The identifier mixin was
diff --git a/LanguageFeatures/Super-mixins/more_specific_t01.dart b/LanguageFeatures/Super-mixins/more_specific_t01.dart
index 50dfb87..e59ae5e 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t01.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/more_specific_t02.dart b/LanguageFeatures/Super-mixins/more_specific_t02.dart
index e009fb8..52af810 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t02.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/more_specific_t03.dart b/LanguageFeatures/Super-mixins/more_specific_t03.dart
index 6a0dab7..675cef2 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t03.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/more_specific_t04.dart b/LanguageFeatures/Super-mixins/more_specific_t04.dart
index 87185c4..b2af4b1 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t04.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/more_specific_t05.dart b/LanguageFeatures/Super-mixins/more_specific_t05.dart
index 7bc0558..0739b99 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t05.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/more_specific_t06.dart b/LanguageFeatures/Super-mixins/more_specific_t06.dart
index fe1a6d3..7d2af0a 100644
--- a/LanguageFeatures/Super-mixins/more_specific_t06.dart
+++ b/LanguageFeatures/Super-mixins/more_specific_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If more than one super-constraint interface declares a member
  * with  the same name, at least one of those members is more specific than the
diff --git a/LanguageFeatures/Super-mixins/not_class_t01.dart b/LanguageFeatures/Super-mixins/not_class_t01.dart
index bf2d2aa..88877b2 100644
--- a/LanguageFeatures/Super-mixins/not_class_t01.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/not_class_t02.dart b/LanguageFeatures/Super-mixins/not_class_t02.dart
index 489a6a8..6eb747a 100644
--- a/LanguageFeatures/Super-mixins/not_class_t02.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/not_class_t03.dart b/LanguageFeatures/Super-mixins/not_class_t03.dart
index 43ed3bd..5c1e7ac 100644
--- a/LanguageFeatures/Super-mixins/not_class_t03.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/not_class_t04.dart b/LanguageFeatures/Super-mixins/not_class_t04.dart
index 1ca3e46..d600e64 100644
--- a/LanguageFeatures/Super-mixins/not_class_t04.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/not_class_t05.dart b/LanguageFeatures/Super-mixins/not_class_t05.dart
index 38435e3..eb59ed5 100644
--- a/LanguageFeatures/Super-mixins/not_class_t05.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/not_class_t06.dart b/LanguageFeatures/Super-mixins/not_class_t06.dart
index f332757..938eb1f 100644
--- a/LanguageFeatures/Super-mixins/not_class_t06.dart
+++ b/LanguageFeatures/Super-mixins/not_class_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration introduces a mixin and an interface, but not a
  * class.
diff --git a/LanguageFeatures/Super-mixins/on_word_t01.dart b/LanguageFeatures/Super-mixins/on_word_t01.dart
index 4a4cf9f..88d9bb7 100644
--- a/LanguageFeatures/Super-mixins/on_word_t01.dart
+++ b/LanguageFeatures/Super-mixins/on_word_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The on word is not reserved in any way, it is a context-specific
  * keyword that has a specific meaning when occuring after the type name of a
diff --git a/LanguageFeatures/Super-mixins/on_word_t02.dart b/LanguageFeatures/Super-mixins/on_word_t02.dart
index 6d71ce8..34c6ec9 100644
--- a/LanguageFeatures/Super-mixins/on_word_t02.dart
+++ b/LanguageFeatures/Super-mixins/on_word_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The on word is not reserved in any way, it is a context-specific
  * keyword that has a specific meaning when occuring after the type name of a
diff --git a/LanguageFeatures/Super-mixins/on_word_t03.dart b/LanguageFeatures/Super-mixins/on_word_t03.dart
index 42b4a7e..a27d1d7 100644
--- a/LanguageFeatures/Super-mixins/on_word_t03.dart
+++ b/LanguageFeatures/Super-mixins/on_word_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The on word is not reserved in any way, it is a context-specific
  * keyword that has a specific meaning when occuring after the type name of a
diff --git a/LanguageFeatures/Super-mixins/subclassable_types_t01.dart b/LanguageFeatures/Super-mixins/subclassable_types_t01.dart
index 8a605c6..93f477f 100644
--- a/LanguageFeatures/Super-mixins/subclassable_types_t01.dart
+++ b/LanguageFeatures/Super-mixins/subclassable_types_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration defines an interface. The interface for this
  * mixin declaration is equivalent to the interface of the class declared as:
diff --git a/LanguageFeatures/Super-mixins/super_invocation_neg_t01.dart b/LanguageFeatures/Super-mixins/super_invocation_neg_t01.dart
index 0139623..95f5e53 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_neg_t01.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_neg_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It's a compile-time error if an instance method in a mixin body
  * has a super-access (super.foo, super.foo(), super + bar, etc.) which would
diff --git a/LanguageFeatures/Super-mixins/super_invocation_neg_t02.dart b/LanguageFeatures/Super-mixins/super_invocation_neg_t02.dart
index 97819f4..b153f9d 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_neg_t02.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_neg_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It's a compile-time error if an instance method in a mixin body
  * has a super-access (super.foo, super.foo(), super + bar, etc.) which would
diff --git a/LanguageFeatures/Super-mixins/super_invocation_neg_t03.dart b/LanguageFeatures/Super-mixins/super_invocation_neg_t03.dart
index 49475f7..d7f9b7d 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_neg_t03.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_neg_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It's a compile-time error if an instance method in a mixin body
  * has a super-access (super.foo, super.foo(), super + bar, etc.) which would
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t01.dart b/LanguageFeatures/Super-mixins/super_invocation_t01.dart
index 9442157..436eea7 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t01.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t02.dart b/LanguageFeatures/Super-mixins/super_invocation_t02.dart
index d73aba1..f084ce5 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t02.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t03.dart b/LanguageFeatures/Super-mixins/super_invocation_t03.dart
index 60ea75f..eded229 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t03.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t04.dart b/LanguageFeatures/Super-mixins/super_invocation_t04.dart
index 36331fe..db72728 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t04.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t05.dart b/LanguageFeatures/Super-mixins/super_invocation_t05.dart
index 3a03508..2ae8f56 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t05.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t06.dart b/LanguageFeatures/Super-mixins/super_invocation_t06.dart
index f2ff2d2..5538a8b 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t06.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t07.dart b/LanguageFeatures/Super-mixins/super_invocation_t07.dart
index 2366683..832eedb 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t07.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t08.dart b/LanguageFeatures/Super-mixins/super_invocation_t08.dart
index 6217db8..7ffe5ea 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t08.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t09.dart b/LanguageFeatures/Super-mixins/super_invocation_t09.dart
index 509121f..33b215e 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t09.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t10.dart b/LanguageFeatures/Super-mixins/super_invocation_t10.dart
index 2ac5543..fc184c7 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t10.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t11.dart b/LanguageFeatures/Super-mixins/super_invocation_t11.dart
index 1826adf..5624a4e 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t11.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t12.dart b/LanguageFeatures/Super-mixins/super_invocation_t12.dart
index 9197785..9a03cf2 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t12.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t13.dart b/LanguageFeatures/Super-mixins/super_invocation_t13.dart
index 206920d..31b126b 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t13.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t13.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t14.dart b/LanguageFeatures/Super-mixins/super_invocation_t14.dart
index 7ad1b48..e80302f 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t14.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t14.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t15.dart b/LanguageFeatures/Super-mixins/super_invocation_t15.dart
index 0836c6b..c773e62 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t15.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t15.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t16.dart b/LanguageFeatures/Super-mixins/super_invocation_t16.dart
index 3a6b153..136578c 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t16.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t16.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t17.dart b/LanguageFeatures/Super-mixins/super_invocation_t17.dart
index 7618620..ccdde86 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t17.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t17.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t18.dart b/LanguageFeatures/Super-mixins/super_invocation_t18.dart
index 1b6c371..b444bc6 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t18.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t18.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/super_invocation_t19.dart b/LanguageFeatures/Super-mixins/super_invocation_t19.dart
index 4c20957..1a76ace 100644
--- a/LanguageFeatures/Super-mixins/super_invocation_t19.dart
+++ b/LanguageFeatures/Super-mixins/super_invocation_t19.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion In a mixin declaration like mixin A<X extends S, Y extends T>
  * on B, C implements D, E { body } the on clause declares the interfaces B and
diff --git a/LanguageFeatures/Super-mixins/superclass_constraint_t01.dart b/LanguageFeatures/Super-mixins/superclass_constraint_t01.dart
index 9a531ba..ad5915a 100644
--- a/LanguageFeatures/Super-mixins/superclass_constraint_t01.dart
+++ b/LanguageFeatures/Super-mixins/superclass_constraint_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Only class types that can be subclassed, can be used as
  * super-class constraints. Types like void, dynamic, FutureOr<X> or
diff --git a/LanguageFeatures/Super-mixins/syntax_t01.dart b/LanguageFeatures/Super-mixins/syntax_t01.dart
index 72b655c..67f1451 100644
--- a/LanguageFeatures/Super-mixins/syntax_t01.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t02.dart b/LanguageFeatures/Super-mixins/syntax_t02.dart
index 86d1249..3f70945 100644
--- a/LanguageFeatures/Super-mixins/syntax_t02.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t03.dart b/LanguageFeatures/Super-mixins/syntax_t03.dart
index e5ba1fd..5fa54a0 100644
--- a/LanguageFeatures/Super-mixins/syntax_t03.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t04.dart b/LanguageFeatures/Super-mixins/syntax_t04.dart
index b80b334..03dd0ae 100644
--- a/LanguageFeatures/Super-mixins/syntax_t04.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t05.dart b/LanguageFeatures/Super-mixins/syntax_t05.dart
index e67ba92..c257640 100644
--- a/LanguageFeatures/Super-mixins/syntax_t05.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t06.dart b/LanguageFeatures/Super-mixins/syntax_t06.dart
index 31c4a8b..0143652 100644
--- a/LanguageFeatures/Super-mixins/syntax_t06.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Super-mixins/syntax_t07.dart b/LanguageFeatures/Super-mixins/syntax_t07.dart
index a2284ef..5eb1f6b 100644
--- a/LanguageFeatures/Super-mixins/syntax_t07.dart
+++ b/LanguageFeatures/Super-mixins/syntax_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion A mixin declaration syntax separate from class declarations:
  * mixinDeclaration :
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t01.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t01.dart
index 797861f..7fb1e98 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t01.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t02.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t02.dart
index 02ba0fe..5a08788 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t02.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t03.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t03.dart
index 492dc5d..5a79cc6 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t03.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t04.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t04.dart
index 5baff78..6ab3f27 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t04.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t05.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t05.dart
index 85cbc86..36fb633 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t05.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t06.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t06.dart
index 22b1ec2..8ce8a5a 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t06.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t07.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t07.dart
index 434fa41..48deb84 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t07.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t08.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t08.dart
index dcb397f..c50744b 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t08.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t09.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t09.dart
index f7f3927..4c604e0 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t09.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t10.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t10.dart
index 05b7c2d..719c966 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t10.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t11.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t11.dart
index 56bf3b8..9a6ff49 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t11.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/Triple-Shift/Constants_A01_t12.dart b/LanguageFeatures/Triple-Shift/Constants_A01_t12.dart
index 8ed52b6..46d1bc3 100644
--- a/LanguageFeatures/Triple-Shift/Constants_A01_t12.dart
+++ b/LanguageFeatures/Triple-Shift/Constants_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion From the Constant-update-2018 Spec:
  * The operator [>>>] is now allowed in a potentially constant expression, and
diff --git a/LanguageFeatures/int-to-double/arguments_binding_fail_t01.dart b/LanguageFeatures/int-to-double/arguments_binding_fail_t01.dart
index 931984f..d898b65 100644
--- a/LanguageFeatures/int-to-double/arguments_binding_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/arguments_binding_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/arguments_binding_t01.dart b/LanguageFeatures/int-to-double/arguments_binding_t01.dart
index 89d2f00..18b40db 100644
--- a/LanguageFeatures/int-to-double/arguments_binding_t01.dart
+++ b/LanguageFeatures/int-to-double/arguments_binding_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/arguments_binding_t02.dart b/LanguageFeatures/int-to-double/arguments_binding_t02.dart
index a6746cc..f183ece 100644
--- a/LanguageFeatures/int-to-double/arguments_binding_t02.dart
+++ b/LanguageFeatures/int-to-double/arguments_binding_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_class_member_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_class_member_fail_t01.dart
index 94b8b40..2333118 100644
--- a/LanguageFeatures/int-to-double/assignment_class_member_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_class_member_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that it is a compile error if integer but not a literal
diff --git a/LanguageFeatures/int-to-double/assignment_class_member_t01.dart b/LanguageFeatures/int-to-double/assignment_class_member_t01.dart
index cc87d3a..f364eb4 100644
--- a/LanguageFeatures/int-to-double/assignment_class_member_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_class_member_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_class_member_t02.dart b/LanguageFeatures/int-to-double/assignment_class_member_t02.dart
index 7f19687..da5faeb 100644
--- a/LanguageFeatures/int-to-double/assignment_class_member_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_class_member_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_fail_t01.dart
index 3efa99f..a505410 100644
--- a/LanguageFeatures/int-to-double/assignment_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_fail_t02.dart b/LanguageFeatures/int-to-double/assignment_fail_t02.dart
index f2e2317..e38e8f9 100644
--- a/LanguageFeatures/int-to-double/assignment_fail_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_fail_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_global_variable_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_global_variable_fail_t01.dart
index 900a8b9..e14a207 100644
--- a/LanguageFeatures/int-to-double/assignment_global_variable_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_global_variable_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that it is a compile error if integer but not a literal
diff --git a/LanguageFeatures/int-to-double/assignment_global_variable_t01.dart b/LanguageFeatures/int-to-double/assignment_global_variable_t01.dart
index 80cef1a..de824ec 100644
--- a/LanguageFeatures/int-to-double/assignment_global_variable_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_global_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_global_variable_t02.dart b/LanguageFeatures/int-to-double/assignment_global_variable_t02.dart
index 9a55a8d..44c2882 100644
--- a/LanguageFeatures/int-to-double/assignment_global_variable_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_global_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_local_variable_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_local_variable_fail_t01.dart
index 5e81cd6..33ece2c 100644
--- a/LanguageFeatures/int-to-double/assignment_local_variable_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_local_variable_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that it is a compile error if integer but not a literal
diff --git a/LanguageFeatures/int-to-double/assignment_local_variable_t01.dart b/LanguageFeatures/int-to-double/assignment_local_variable_t01.dart
index e5abe82..40ff0d0 100644
--- a/LanguageFeatures/int-to-double/assignment_local_variable_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_local_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_local_variable_t02.dart b/LanguageFeatures/int-to-double/assignment_local_variable_t02.dart
index d2476f2..a8a6bdb 100644
--- a/LanguageFeatures/int-to-double/assignment_local_variable_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_local_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_super_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_super_fail_t01.dart
index c972fa2..c3b6d50 100644
--- a/LanguageFeatures/int-to-double/assignment_super_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_super_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that it is a compile error if integer but not a literal
diff --git a/LanguageFeatures/int-to-double/assignment_super_t01.dart b/LanguageFeatures/int-to-double/assignment_super_t01.dart
index 342c497..68bf2ac 100644
--- a/LanguageFeatures/int-to-double/assignment_super_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_super_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_super_t02.dart b/LanguageFeatures/int-to-double/assignment_super_t02.dart
index b35d114..2e126fd 100644
--- a/LanguageFeatures/int-to-double/assignment_super_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_super_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_this_fail_t01.dart b/LanguageFeatures/int-to-double/assignment_this_fail_t01.dart
index ff3223f..7026253 100644
--- a/LanguageFeatures/int-to-double/assignment_this_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_this_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that it is a compile error if integer but not a literal
diff --git a/LanguageFeatures/int-to-double/assignment_this_t01.dart b/LanguageFeatures/int-to-double/assignment_this_t01.dart
index 8db4462..8165180 100644
--- a/LanguageFeatures/int-to-double/assignment_this_t01.dart
+++ b/LanguageFeatures/int-to-double/assignment_this_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/assignment_this_t02.dart b/LanguageFeatures/int-to-double/assignment_this_t02.dart
index 0f227fb..077b86d 100644
--- a/LanguageFeatures/int-to-double/assignment_this_t02.dart
+++ b/LanguageFeatures/int-to-double/assignment_this_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/max_acceptable_value_fail_t01.dart b/LanguageFeatures/int-to-double/max_acceptable_value_fail_t01.dart
index cfbb4c4..b38fabd 100644
--- a/LanguageFeatures/int-to-double/max_acceptable_value_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/max_acceptable_value_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal is less than -(1−2^(−53)) * 2^1024 and if it is
diff --git a/LanguageFeatures/int-to-double/max_acceptable_value_t01.dart b/LanguageFeatures/int-to-double/max_acceptable_value_t01.dart
index 768776e..1b80a55 100644
--- a/LanguageFeatures/int-to-double/max_acceptable_value_t01.dart
+++ b/LanguageFeatures/int-to-double/max_acceptable_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal is less than -(1−2^(−53)) * 2^1024 and if it is
diff --git a/LanguageFeatures/int-to-double/min_acceptable_values_fail_t01.dart b/LanguageFeatures/int-to-double/min_acceptable_values_fail_t01.dart
index f424401..354e6f9 100644
--- a/LanguageFeatures/int-to-double/min_acceptable_values_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/min_acceptable_values_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal is less than -(1−2^(−53))*2^1024 and if it is
diff --git a/LanguageFeatures/int-to-double/min_acceptable_values_t01.dart b/LanguageFeatures/int-to-double/min_acceptable_values_t01.dart
index 1703beb..68e5b89 100644
--- a/LanguageFeatures/int-to-double/min_acceptable_values_t01.dart
+++ b/LanguageFeatures/int-to-double/min_acceptable_values_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal is less than -(1−2^(−53))*2^1024 and if it is
diff --git a/LanguageFeatures/int-to-double/representation_fail_t01.dart b/LanguageFeatures/int-to-double/representation_fail_t01.dart
index e3aed21..5887673 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_fail_t02.dart b/LanguageFeatures/int-to-double/representation_fail_t02.dart
index b6a026e..904cdc2 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t02.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_fail_t03.dart b/LanguageFeatures/int-to-double/representation_fail_t03.dart
index 708fb8f..ac3cb98 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t03.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_fail_t04.dart b/LanguageFeatures/int-to-double/representation_fail_t04.dart
index 7e56b58..8a58a20 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t04.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_fail_t05.dart b/LanguageFeatures/int-to-double/representation_fail_t05.dart
index cd0b514..dbe9846 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t05.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_fail_t06.dart b/LanguageFeatures/int-to-double/representation_fail_t06.dart
index c622a0f..78b3772 100644
--- a/LanguageFeatures/int-to-double/representation_fail_t06.dart
+++ b/LanguageFeatures/int-to-double/representation_fail_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_t01.dart b/LanguageFeatures/int-to-double/representation_t01.dart
index 8819593..cca2d8f 100644
--- a/LanguageFeatures/int-to-double/representation_t01.dart
+++ b/LanguageFeatures/int-to-double/representation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_t02.dart b/LanguageFeatures/int-to-double/representation_t02.dart
index f1cb944..64c0332 100644
--- a/LanguageFeatures/int-to-double/representation_t02.dart
+++ b/LanguageFeatures/int-to-double/representation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_t03.dart b/LanguageFeatures/int-to-double/representation_t03.dart
index f198e1d..6f41b99 100644
--- a/LanguageFeatures/int-to-double/representation_t03.dart
+++ b/LanguageFeatures/int-to-double/representation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/representation_t04.dart b/LanguageFeatures/int-to-double/representation_t04.dart
index e9e6e5d..7d4271e 100644
--- a/LanguageFeatures/int-to-double/representation_t04.dart
+++ b/LanguageFeatures/int-to-double/representation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile-time error if the unbounded integer value of a
  * double valued integer literal cannot be represented exactly as an IEEE 754
diff --git a/LanguageFeatures/int-to-double/return_value_fail_t01.dart b/LanguageFeatures/int-to-double/return_value_fail_t01.dart
index ed81549..7d37314 100644
--- a/LanguageFeatures/int-to-double/return_value_fail_t01.dart
+++ b/LanguageFeatures/int-to-double/return_value_fail_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/return_value_fail_t02.dart b/LanguageFeatures/int-to-double/return_value_fail_t02.dart
index c6aa716..8945a0a 100644
--- a/LanguageFeatures/int-to-double/return_value_fail_t02.dart
+++ b/LanguageFeatures/int-to-double/return_value_fail_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/return_value_t01.dart b/LanguageFeatures/int-to-double/return_value_t01.dart
index aee30bd..b949fc8 100644
--- a/LanguageFeatures/int-to-double/return_value_t01.dart
+++ b/LanguageFeatures/int-to-double/return_value_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/int-to-double/return_value_t02.dart b/LanguageFeatures/int-to-double/return_value_t02.dart
index 8bbc219..5b1570f 100644
--- a/LanguageFeatures/int-to-double/return_value_t02.dart
+++ b/LanguageFeatures/int-to-double/return_value_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The static type of a double valued integer literal is [double]
  * @description Checks that the static type of a double valued integer literal
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t01.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t01.dart
index d0d84a5..e4ea5a5 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t02.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t02.dart
index e2258cd..bca22cd 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t01.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t01.dart
index b031928..8e82173 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t02.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t02.dart
index 4d4d090..2926222 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t01.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t01.dart
index 6c056aa..602aa3d 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t01.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t02.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t02.dart
index 16d7128..1d1f369 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t02.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t03.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t03.dart
index eed823e..01311e4 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t03.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t04.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t04.dart
index 7d5d665..34cb3c9 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t04.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t05.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t05.dart
index aedb7fd..487e7a5 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t05.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t06.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t06.dart
index 36b0f1a..95ac02a 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t06.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t01.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t01.dart
index 2acbb3e..e2e2bda 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t01.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t02.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t02.dart
index c00a26c..5053d4e 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t02.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t03.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t03.dart
index 8ba26c5..6d09450 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t03.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t04.dart b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t04.dart
index 3dba4c4..94da213 100644
--- a/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t04.dart
+++ b/LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t01.dart
index e3e4563..adca0f3 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t02.dart
index 6a8d53c..0a8eda4 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t03.dart
index eb35ea7..1141db9 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t01.dart
index 1eca3eb..89aab33 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t02.dart
index 57b3670..ed3d864 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t03.dart
index e9d8854..6b655a9 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t04.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t04.dart
index 055a847..9264436 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t04.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t05.dart b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t05.dart
index 1425995..119c4ad 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t05.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/class/class_static_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
index dbbdcaa..095b627 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
index d924021..18b638c 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
index 8b46f02..4f17a30 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t01.dart
index 6489fa4..03aa1ee 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t02.dart
index 9744b98..ffa6f5b 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t03.dart
index 9e68564..04bfabf 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t05.dart b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t05.dart
index 0140f76..e701f1f 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t05.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/nonfunction_typedef/nonfunction_static_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
index c2a72ce..d11655d 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
index 308e781..8b0d0a3 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
index d29a3dc..1a83976 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t04.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
index 1f5f801..9f81c23 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t05.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
index db3708f..e58ff4e 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t06.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
index ccd6d9d..d0e153c 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t07.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
index 18b92bd..a31525d 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t08.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
index def2045..cf1ff10 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t09.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
index 01b2e8c..407d3cb 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t10.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
index fc5b9ca..0999023 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t11.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
index e2b0eb7..0f7b9b3 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t12.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
index 1be9beb..1475638 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t13.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
index be89522..77b9df6 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t14.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
index 357fa27..924384a 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t15.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
index 3ca48a7..e42af5a 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t16.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
index bdc90c2..5d2ca11 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t17.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
index 7ffc484..d6278d1 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t18.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
index c5628d0..3088fa8 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t19.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
index 76ca9d1..b8cb2cc 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t20.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
index 5f57630..6c03384 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t21.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
index 75523f3..24574e7 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t22.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
index db82413..5dace71 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t01.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t01.dart
index 23ae77c..a863a3c 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t01.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t02.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t02.dart
index 3a34933..0781dc1 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t02.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t03.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t03.dart
index ffb3ce2..e6663bb 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t03.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t04.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t04.dart
index 72beba9..71c3861 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t04.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t05.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t05.dart
index a752cbf..14e05f7 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t05.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t06.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t06.dart
index a4bcee5..7a4e401 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t06.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t07.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t07.dart
index e02bdbf..d516728 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t07.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t08.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t08.dart
index c5e6552..cfd0358 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t08.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t09.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t09.dart
index 5e2633d..bfeac13 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t09.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t10.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t10.dart
index c09cc6e..33fa8a1 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t10.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t11.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t11.dart
index 343721f..7cef948 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t11.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t12.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t12.dart
index 9cdd74b..f63a551 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t12.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t13.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t13.dart
index 56bdd68..8a4dc8a 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t13.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t14.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t14.dart
index a5d132e..7844f8c 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t14.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t15.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t15.dart
index e6e04da..f7db8b5 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t15.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t16.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t16.dart
index 2ae94d0..12bd4eb 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t16.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t17.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t17.dart
index b397ecc..e820787 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t17.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t18.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t18.dart
index b0c2176..a8d44c6 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t18.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t19.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t19.dart
index ba63f50..f6f4fb1 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t19.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t20.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t20.dart
index 1916a68..9e91f1b 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t20.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t21.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t21.dart
index e604102..de9db1a 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t21.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t22.dart b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t22.dart
index f18a97a..f7b4fec 100644
--- a/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t22.dart
+++ b/LanguageFeatures/nnbd/Least-greatest-closure/typedef/typedef_static_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/assignability_A01_t01.dart b/LanguageFeatures/nnbd/assignability_A01_t01.dart
index ea22ff5..7b0339a 100644
--- a/LanguageFeatures/nnbd/assignability_A01_t01.dart
+++ b/LanguageFeatures/nnbd/assignability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/assignability_A01_t02.dart b/LanguageFeatures/nnbd/assignability_A01_t02.dart
index 6592062..e1bd847 100644
--- a/LanguageFeatures/nnbd/assignability_A01_t02.dart
+++ b/LanguageFeatures/nnbd/assignability_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t01.dart b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t01.dart
index 774aa4c..f437a6f 100644
--- a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t01.dart
+++ b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t02.dart b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t02.dart
index 69aaae8..64d7331 100644
--- a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t02.dart
+++ b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t01.dart b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t01.dart
index 412994c..0d9d6cf 100644
--- a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t01.dart
+++ b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t02.dart b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t02.dart
index 0ff8ec3..c902f6e 100644
--- a/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t02.dart
+++ b/LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t01.dart
index aa09837..52f8aad 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t02.dart
index 6839fe5..dd13502 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t03.dart
index 48bbebb..adb4232 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t04.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t04.dart
index b84bb82..8583e29 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t04.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t05.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t05.dart
index c6c504b..6364a4a 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t05.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t06.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t06.dart
index d1b7a2b..b786f25 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t06.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t07.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t07.dart
index b9468ff..842e6d5 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t07.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t08.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t08.dart
index 75e70e5..8c1f5ca 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t08.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t09.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t09.dart
index a13a221..f2d94ef 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t09.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t10.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t10.dart
index b7d2070..ebe8564 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t10.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t11.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t11.dart
index 6a98916..c684242 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t11.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t12.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t12.dart
index 3ac12b2..278dea3 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t12.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t13.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t13.dart
index c5541f1..10423b6 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t13.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t14.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t14.dart
index 9b18f61..47336d3 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t14.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t15.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t15.dart
index 923b656..675d9d4 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t15.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t16.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t16.dart
index 19a1f57..a3edf37 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t16.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t17.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t17.dart
index 0bc41cf..cf25550 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t17.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A01_t18.dart b/LanguageFeatures/nnbd/const_evaluation_A01_t18.dart
index ae93a23..e4af31c 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A01_t18.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_evaluation_A02_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A02_t01.dart
index f277582..9328411 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A02_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T if T is dynamic, void, Null
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A02_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A02_t02.dart
index 25b540c..1776699 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A02_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T if T is dynamic, void, Null
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A02_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A02_t03.dart
index 14c83b9..e92f171 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A02_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T if T is dynamic, void, Null
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A03_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A03_t01.dart
index 01db398..ede930a 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A03_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A03_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A03_t02.dart
index d42afd4..346a2c7 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A03_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A03_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A03_t03.dart
index 1162188..8132a09 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A03_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A03_t04.dart b/LanguageFeatures/nnbd/const_evaluation_A03_t04.dart
index b4e90a6..8992c18 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A03_t04.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t01.dart
index 21a3ed9..e8f5ebe 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t02.dart
index eefcc6b..4edfcc6 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t03.dart
index d48c546..704f779 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t04.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t04.dart
index 3634503..d51deca 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t04.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t05.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t05.dart
index 506e6e0..977db60 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t05.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t06.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t06.dart
index ac0c236..f40fc8b 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t06.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t07.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t07.dart
index d7e6e28..b214d2a 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t07.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t08.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t08.dart
index ec7989c..aa9f497 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t08.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A04_t09.dart b/LanguageFeatures/nnbd/const_evaluation_A04_t09.dart
index 2702164..dd05101 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A04_t09.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A05_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A05_t01.dart
index 46ea226..e6d0cb1 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A05_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T?) =
  *     let S be CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A05_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A05_t02.dart
index aab4ba1..43404b0 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A05_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T?) =
  *     let S be CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A05_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A05_t03.dart
index 2cee658..757fe0d 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A05_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T?) =
  *     let S be CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A06_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A06_t01.dart
index 25d121c..b3348b2 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A06_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T*) = CONST_CANONICAL_TYPE(T)
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A06_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A06_t02.dart
index 3f2020a..416bd3a 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A06_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T*) = CONST_CANONICAL_TYPE(T)
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A07_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A07_t01.dart
index 0c04593..7ef37e7 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A07_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(X extends T) = X*
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A07_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A07_t02.dart
index 2bb51ce..c7aba48 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A07_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion •	CONST_CANONICAL_TYPE(T*) = CONST_CANONICAL_TYPE(T)
  *
diff --git a/LanguageFeatures/nnbd/const_evaluation_A08_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A08_t01.dart
index b512750..efcbe79 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A08_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(C<T0, ..., Tn>) = C<R0, ..., Rn>*
  *   where Ri is CONST_CANONICAL_TYPE(Ti)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A08_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A08_t02.dart
index 7043d28..8c7d1ce 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A08_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(C<T0, ..., Tn>) = C<R0, ..., Rn>*
  *   where Ri is CONST_CANONICAL_TYPE(Ti)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A09_t01.dart b/LanguageFeatures/nnbd/const_evaluation_A09_t01.dart
index f7b40ce..f11a3de 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A09_t01.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(R Function<X extends B>(S)) = F*
  *   where F = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A09_t02.dart b/LanguageFeatures/nnbd/const_evaluation_A09_t02.dart
index b425d43..4112851 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A09_t02.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(R Function<X extends B>(S)) = F*
  *   where F = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/const_evaluation_A09_t03.dart b/LanguageFeatures/nnbd/const_evaluation_A09_t03.dart
index 2a9e0a5..ee4139b 100644
--- a/LanguageFeatures/nnbd/const_evaluation_A09_t03.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(R Function<X extends B>(S)) = F*
  *   where F = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/const_evaluation_lib.dart b/LanguageFeatures/nnbd/const_evaluation_lib.dart
index a0ddcb1..18e78c3 100644
--- a/LanguageFeatures/nnbd/const_evaluation_lib.dart
+++ b/LanguageFeatures/nnbd/const_evaluation_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/const_objects_A01_t01.dart b/LanguageFeatures/nnbd/const_objects_A01_t01.dart
index 9020490..d415fad 100644
--- a/LanguageFeatures/nnbd/const_objects_A01_t01.dart
+++ b/LanguageFeatures/nnbd/const_objects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/const_type_var_elimination_A01_t01.dart b/LanguageFeatures/nnbd/const_type_var_elimination_A01_t01.dart
index d25e1b4..02f4004 100644
--- a/LanguageFeatures/nnbd/const_type_var_elimination_A01_t01.dart
+++ b/LanguageFeatures/nnbd/const_type_var_elimination_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If performing inference on a const value of a generic class
  * results in inferred type arguments to the generic class which contain free
diff --git a/LanguageFeatures/nnbd/const_type_var_elimination_A01_t02.dart b/LanguageFeatures/nnbd/const_type_var_elimination_A01_t02.dart
index 35f4aa1..f48b41c 100644
--- a/LanguageFeatures/nnbd/const_type_var_elimination_A01_t02.dart
+++ b/LanguageFeatures/nnbd/const_type_var_elimination_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If performing inference on a const value of a generic class
  * results in inferred type arguments to the generic class which contain free
diff --git a/LanguageFeatures/nnbd/const_type_var_elimination_A02_t01.dart b/LanguageFeatures/nnbd/const_type_var_elimination_A02_t01.dart
index 899d306..a67a923 100644
--- a/LanguageFeatures/nnbd/const_type_var_elimination_A02_t01.dart
+++ b/LanguageFeatures/nnbd/const_type_var_elimination_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Note that free type variables which are explicitly used as type
  * arguments in const generic instances are still considered erroneous.
diff --git a/LanguageFeatures/nnbd/exports_A02_t01.dart b/LanguageFeatures/nnbd/exports_A02_t01.dart
index f2f72c6..00b2ea7 100644
--- a/LanguageFeatures/nnbd/exports_A02_t01.dart
+++ b/LanguageFeatures/nnbd/exports_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion: It is an error for a migrated library to re-export symbols from
  * an unmigrated library.
diff --git a/LanguageFeatures/nnbd/expression_typing_A01_t01.dart b/LanguageFeatures/nnbd/expression_typing_A01_t01.dart
index aab9139..aa60368 100644
--- a/LanguageFeatures/nnbd/expression_typing_A01_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is permitted to invoke or tear-off a method, setter, getter, or
  * operator that is defined on Object on potentially nullable type. The type
diff --git a/LanguageFeatures/nnbd/expression_typing_A02_t01.dart b/LanguageFeatures/nnbd/expression_typing_A02_t01.dart
index d9ce9ec..b87e12c 100644
--- a/LanguageFeatures/nnbd/expression_typing_A02_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Calling a method (including an operator) or getter on a receiver
  * of static type Never is treated by static analysis as producing a result of
diff --git a/LanguageFeatures/nnbd/expression_typing_A03_t01.dart b/LanguageFeatures/nnbd/expression_typing_A03_t01.dart
index 748185c..200fd35 100644
--- a/LanguageFeatures/nnbd/expression_typing_A03_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Tearing off a method from a receiver of static type Never produces
  * a value of type Never.
diff --git a/LanguageFeatures/nnbd/expression_typing_A04_t01.dart b/LanguageFeatures/nnbd/expression_typing_A04_t01.dart
index e73340d..2b68a89 100644
--- a/LanguageFeatures/nnbd/expression_typing_A04_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Applying an expression of type Never in the function position of a
  * function call produces a result of type Never.
diff --git a/LanguageFeatures/nnbd/expression_typing_A05_t01.dart b/LanguageFeatures/nnbd/expression_typing_A05_t01.dart
index b0bb049..d0288c3 100644
--- a/LanguageFeatures/nnbd/expression_typing_A05_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The static type of a throw e expression is Never.
  *
diff --git a/LanguageFeatures/nnbd/expression_typing_A06_t01.dart b/LanguageFeatures/nnbd/expression_typing_A06_t01.dart
index 7d85c02..23428ea 100644
--- a/LanguageFeatures/nnbd/expression_typing_A06_t01.dart
+++ b/LanguageFeatures/nnbd/expression_typing_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In legacy mode, an override of operator== with no explicit
  * parameter type inherits the parameter type of the overridden method if any
diff --git a/LanguageFeatures/nnbd/extension_method_resolution_A01_t01.dart b/LanguageFeatures/nnbd/extension_method_resolution_A01_t01.dart
index 9b3b824..934432f 100644
--- a/LanguageFeatures/nnbd/extension_method_resolution_A01_t01.dart
+++ b/LanguageFeatures/nnbd/extension_method_resolution_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/extension_method_resolution_A01_t02.dart b/LanguageFeatures/nnbd/extension_method_resolution_A01_t02.dart
index 3ed7f34..a987e11 100644
--- a/LanguageFeatures/nnbd/extension_method_resolution_A01_t02.dart
+++ b/LanguageFeatures/nnbd/extension_method_resolution_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/extension_method_resolution_A02_t01.dart b/LanguageFeatures/nnbd/extension_method_resolution_A02_t01.dart
index 993e2f5..39ecc24 100644
--- a/LanguageFeatures/nnbd/extension_method_resolution_A02_t01.dart
+++ b/LanguageFeatures/nnbd/extension_method_resolution_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/extension_method_resolution_A03_t01.dart b/LanguageFeatures/nnbd/extension_method_resolution_A03_t01.dart
index d64a6d1..0dc4186 100644
--- a/LanguageFeatures/nnbd/extension_method_resolution_A03_t01.dart
+++ b/LanguageFeatures/nnbd/extension_method_resolution_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/extension_method_resolution_A03_t02.dart b/LanguageFeatures/nnbd/extension_method_resolution_A03_t02.dart
index b62bb71..9d7e018 100644
--- a/LanguageFeatures/nnbd/extension_method_resolution_A03_t02.dart
+++ b/LanguageFeatures/nnbd/extension_method_resolution_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A01_t01.dart
index 0f0d03e..d6a47a2 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t01.dart
index 715aa50..2b807e3 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t02.dart
index bb11aca..eed5336 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t03.dart
index af3abf8..5c3e681 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t04.dart
index 2e4cfe0..a57515a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t05.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t05.dart
index 0e9a5b2..f723d7f 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t01.dart
index 379d57f..b4e6e12 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t02.dart
index 5d464a2..c7254e2 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t03.dart
index e851abc..138f95a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t04.dart
index 4d446bf..e847a78 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t05.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t05.dart
index d79676c..ab5fb10 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t01.dart
index 5cfa3e2..2e83888 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t02.dart
index 297d9d7..20a46a1 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t01.dart
index a451d9e..599ea58 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t02.dart
index aabc696..bf77059 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t03.dart
index 1568daa..ae119e9 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t04.dart
index e52efcb..f0e7fb9 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t01.dart
index 219ee85..c9b414c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t02.dart
index 35f10ca..3203f31 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t01.dart
index 5634013..1391ba8 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t02.dart
index 31274f9..19b93be 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t03.dart
index 86dac6b..9bd2074 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t04.dart
index 176bde3..90f3992 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A07_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t01.dart
index d56be7e..522290a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t02.dart
index e0e4833..dc413ac 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t03.dart
index 1fbd0bb..4621959 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t04.dart
index ee18484..ea79c5d 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t05.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t05.dart
index 19f7d78..a3396cc 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t06.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t06.dart
index f77509a..9f2a675 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t07.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t07.dart
index 5a5d10e..9521bca 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A08_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t01.dart
index 61a24b1..73d2273 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t02.dart
index efa5a08..308d8db 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t03.dart
index e2b7753..ea6bb4b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t04.dart
index 0223567..780f867 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t05.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t05.dart
index 749323d..308af00 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A10_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A10_t01.dart
index cbde75d..1bed765 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A10_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t01.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t01.dart
index ca789ca..b51a09c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t02.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t02.dart
index 9f05bef..cde4098 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t03.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t03.dart
index cda3b36..fc0ce60 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t04.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t04.dart
index 065d828..a95555b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t05.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t05.dart
index 403ba5b..b2f0fd1 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t06.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t06.dart
index caee3ba..00a56ff 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t07.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t07.dart
index 9c8c968..6af64ea 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t08.dart b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t08.dart
index e1677a5..a2868cc 100644
--- a/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t08.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/definite_assignment_A11_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A01_t01.dart
index 775e9cb..f4fe82c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is demotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A02_t01.dart
index 0f5ce76..74c3276 100644
--- a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is demotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A03_t01.dart
index c2273ac..4eeb1ff 100644
--- a/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/demotion_via_assignment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is demotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A01_t01.dart
index 3976da4..fd642ce 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A02_t01.dart
index 11f434c..8fdce1b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A03_t01.dart
index 228909d..ac9cb5b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A04_t01.dart
index 522a6fc..33d80be 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_assignment_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A01_t01.dart
index 52bf923..e22c90c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A02_t01.dart
index c54497a..104b7b5 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A03_t01.dart
index 5c01fc7..c2276da 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A04_t01.dart
index d3d86da..7c4255b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A05_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A05_t01.dart
index f94d7cd..84c467b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A05_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A06_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A06_t01.dart
index ed2dbc0..69531f3 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A06_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_initialization_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t01.dart
index e361149..4ddbf25 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t02.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t02.dart
index 655197a..b16c48e 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t03.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t03.dart
index cf623f2..eaea927 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t01.dart
index 31a03ee..4e64aea 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t02.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t02.dart
index 3594eb8..4c68ca6 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t01.dart
index a751af2..67cc069 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t02.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t02.dart
index d761a8f..7fc0652 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t03.dart b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t03.dart
index 13b1bd0..abf8d4c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/promotion_via_type_test_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t01.dart
index dbcfdeb..c76193a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t02.dart
index ea9e00d..d38f757 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t03.dart
index b40ab97..f69a21f 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t04.dart
index 7602921..b041a0a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t05.dart
index 6efc5aa..9fa329a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t06.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t06.dart
index 07ba268..011414e 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t07.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t07.dart
index fd76c36..4577931 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t08.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t08.dart
index 9d1e4f4..0b52e7d 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t08.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t09.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t09.dart
index 8b72c60..4afb04b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t09.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t10.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t10.dart
index 540246b..2faa415 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t10.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t01.dart
index 74d1854..98f51a1 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t02.dart
index 4ded4a2..18e60ce 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t03.dart
index 67d7c10..f98ff5e 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t04.dart
index 79c65b4..90be13c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t01.dart
index e522614..c9b26c2 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t02.dart
index d29ff2d..fdf867c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t03.dart
index bd5abd6..32561e2 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t04.dart
index 696a28b..58e6b40 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t01.dart
index e5344f0..6e5b445 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion null literal: If N is the literal null, then:
  *  Let null(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t02.dart
index 14979c5..904ff9a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion null literal: If N is the literal null, then:
  *  Let null(N) = before(N).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t01.dart
index fd6d382..a17d6d6 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t02.dart
index bcb7fb4..28b9f29 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t03.dart
index 94ccc9c..dcbfba3 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t04.dart
index 5448e4f..17fe54c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t05.dart
index 193ef9b..b325903 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t06.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t06.dart
index f41a2d6..d8769e9 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t01.dart
index 3c3abbc..656b16a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Null check operator: If N is an expression of the form E!, then:
  *  Let before(E) = before(N)
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t02.dart
index 7702261..5332b9d 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Null check operator: If N is an expression of the form E!, then:
  *  Let before(E) = before(N)
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t01.dart
index b314c48..f94a163 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t02.dart
index 1ab98c8..d24df36 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t03.dart
index 5c5034c..880c9d0 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t04.dart
index 030d175..dc4fc1b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t05.dart
index e2c97db..7a9bf6a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t06.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t06.dart
index 826d459..7b4035f 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t07.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t07.dart
index 51feb24..702e957 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t08.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t08.dart
index 2b1a763..4fea515 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t08.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t09.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t09.dart
index d7f1087..cfd5bb3 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t09.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t10.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t10.dart
index 1296b45..a73b0b0 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t10.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_A07_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t01.dart
index 941aff9..d533d28 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t02.dart
index 388f92d..6635296 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t03.dart
index 371eaa2..cd6c95a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t04.dart
index b2803b5..f723ec1 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t05.dart
index 86f5e18..466047c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t06.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t06.dart
index a60471a..cbfa833 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t07.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t07.dart
index 4cdf780..8332bfd 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t08.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t08.dart
index 9167f19..640ca7f 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t08.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t09.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t09.dart
index 1bcba67..1e951fa 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t09.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t10.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t10.dart
index 5126209..8cba3ca 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t10.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t01.dart
index 77e9c43..77337fe 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t02.dart
index db1c2f7..2c0fdd1 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t03.dart
index a8f1cf7..f758b8b 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t04.dart
index 36f121a..026ebc9 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t05.dart
index 7f6116d..b37ca61 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t01.dart
index a5f7123..0ca56f2 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t02.dart
index 3bee97e..5013bf3 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t03.dart
index 9dcfd99..d24d7fe 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t04.dart
index d17ddd9..0199f43 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t05.dart
index e2ebdaa..3c7a18c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A04_t01.dart
index b068891..5727354 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_break_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_break_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t01.dart
index ebd65f5..509d481 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t02.dart
index c6f9baa..b906b6f 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t03.dart
index 81da59a..0a234ca 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t04.dart
index 7765d36..761168d 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t05.dart
index d4ae5ba..8661310 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t06.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t06.dart
index 23dff1d..465cc6a 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t06.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t07.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t07.dart
index b61183c..ccd22cd 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t07.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t08.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t08.dart
index f94da1a..fbf0ec5 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t08.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t09.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t09.dart
index 09267b9..e79f602 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t09.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t10.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t10.dart
index fac8a91..ed3afef 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t10.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t01.dart
index 71f68c5..48f8300 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t02.dart
index 38ae3a7..944e7ea 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t03.dart
index 263ac97..c120824 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t04.dart
index 6ad25b4..3c3cb86 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t05.dart
index 34b2ddc..d41133c 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t01.dart
index 6ebd6a1..61abd79 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t02.dart
index b3d7dec..cad1b03 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t03.dart
index 274639e..b3cab09 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t04.dart
index dcda771..53c893d 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t05.dart
index ce00056..f85e383 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A04_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A04_t01.dart
index 44c3ffe..21cd631 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A04_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_continue_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t01.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t01.dart
index e24228b..47f94f4 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t01.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Return statement: If N is a statement of the form return E1; then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t02.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t02.dart
index 82c664a..62304a7 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t02.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Return statement: If N is a statement of the form return E1; then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t03.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t03.dart
index bec2c29..35045e6 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t03.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Return statement: If N is a statement of the form return E1; then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t04.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t04.dart
index 41d1bf3..ac28cb8 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t04.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Return statement: If N is a statement of the form return E1; then:
  *
diff --git a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t05.dart b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t05.dart
index b4bcd5b..a129ed0 100644
--- a/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t05.dart
+++ b/LanguageFeatures/nnbd/flow-analysis/reachability_return_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Return statement: If N is a statement of the form return E1; then:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t01.dart b/LanguageFeatures/nnbd/future_flattening_A01_t01.dart
index 3c68b1f..5b53647 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t01.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t02.dart b/LanguageFeatures/nnbd/future_flattening_A01_t02.dart
index 71cc0d4..5b0961b 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t02.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t03.dart b/LanguageFeatures/nnbd/future_flattening_A01_t03.dart
index 69e0816..9e4c549 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t03.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t04.dart b/LanguageFeatures/nnbd/future_flattening_A01_t04.dart
index aa3a50c..cd3eeb5 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t04.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t05.dart b/LanguageFeatures/nnbd/future_flattening_A01_t05.dart
index 487545a..0b7fe82 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t05.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t06.dart b/LanguageFeatures/nnbd/future_flattening_A01_t06.dart
index 3f18887..aad830a 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t06.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t13.dart b/LanguageFeatures/nnbd/future_flattening_A01_t13.dart
index 41382fc..4561aa0 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t13.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t14.dart b/LanguageFeatures/nnbd/future_flattening_A01_t14.dart
index 5708615..6b25681 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t14.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t15.dart b/LanguageFeatures/nnbd/future_flattening_A01_t15.dart
index 287ce5c..80b9feb 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t15.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t16.dart b/LanguageFeatures/nnbd/future_flattening_A01_t16.dart
index 61014e5..01a8baf 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t16.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t17.dart b/LanguageFeatures/nnbd/future_flattening_A01_t17.dart
index 287b44d..8f93e93 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t17.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t18.dart b/LanguageFeatures/nnbd/future_flattening_A01_t18.dart
index 2200d08..21d5350 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t18.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t19.dart b/LanguageFeatures/nnbd/future_flattening_A01_t19.dart
index 07392c9..3d25d09 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t19.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t20.dart b/LanguageFeatures/nnbd/future_flattening_A01_t20.dart
index 155c796..c063e52 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t20.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t21.dart b/LanguageFeatures/nnbd/future_flattening_A01_t21.dart
index e0130e2..66d8bef 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t21.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t22.dart b/LanguageFeatures/nnbd/future_flattening_A01_t22.dart
index d01dcf6..96c43fd 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t22.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t23.dart b/LanguageFeatures/nnbd/future_flattening_A01_t23.dart
index 43c1b9e..ceea2d7 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t23.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t24.dart b/LanguageFeatures/nnbd/future_flattening_A01_t24.dart
index cf1352e..7a00ce9 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t24.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t25.dart b/LanguageFeatures/nnbd/future_flattening_A01_t25.dart
index dfda358..4f3a86c 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t25.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t26.dart b/LanguageFeatures/nnbd/future_flattening_A01_t26.dart
index eeb005a..491517b 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t26.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t27.dart b/LanguageFeatures/nnbd/future_flattening_A01_t27.dart
index 9cb79e5..7212ede 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t27.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t28.dart b/LanguageFeatures/nnbd/future_flattening_A01_t28.dart
index 04d7ae5..0748df1 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t28.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t29.dart b/LanguageFeatures/nnbd/future_flattening_A01_t29.dart
index 7f68c02..f809592 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t29.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t30.dart b/LanguageFeatures/nnbd/future_flattening_A01_t30.dart
index 3ced902..83de722 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t30.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t31.dart b/LanguageFeatures/nnbd/future_flattening_A01_t31.dart
index 9fd79cf..32ba409 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t31.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t32.dart b/LanguageFeatures/nnbd/future_flattening_A01_t32.dart
index 643cce5..5b517f3 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t32.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t33.dart b/LanguageFeatures/nnbd/future_flattening_A01_t33.dart
index 67778cf..e34ff6b 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t33.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t34.dart b/LanguageFeatures/nnbd/future_flattening_A01_t34.dart
index 339ae6b..dd4f245 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t34.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t41.dart b/LanguageFeatures/nnbd/future_flattening_A01_t41.dart
index bd4ebf5..60be295 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t41.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t41.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t42.dart b/LanguageFeatures/nnbd/future_flattening_A01_t42.dart
index 3c10c39..90c30ea 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t42.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t42.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t43.dart b/LanguageFeatures/nnbd/future_flattening_A01_t43.dart
index ecc0037..110a3fc 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t43.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t43.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t44.dart b/LanguageFeatures/nnbd/future_flattening_A01_t44.dart
index bfa5718..dc42e86 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t44.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t44.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t45.dart b/LanguageFeatures/nnbd/future_flattening_A01_t45.dart
index a8f61b8..77d5f34 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t45.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t45.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t46.dart b/LanguageFeatures/nnbd/future_flattening_A01_t46.dart
index cada7e3..c50c86c 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t46.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t46.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t47.dart b/LanguageFeatures/nnbd/future_flattening_A01_t47.dart
index c813e45..011101b 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t47.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t47.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t48.dart b/LanguageFeatures/nnbd/future_flattening_A01_t48.dart
index e95366d..a8ffe5e 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t48.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t48.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t49.dart b/LanguageFeatures/nnbd/future_flattening_A01_t49.dart
index e944c7c..0b1bbc5 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t49.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t49.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t50.dart b/LanguageFeatures/nnbd/future_flattening_A01_t50.dart
index dad631d..fb3e556 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t50.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t50.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t51.dart b/LanguageFeatures/nnbd/future_flattening_A01_t51.dart
index c1f1fee..5ed9169 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t51.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t51.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t52.dart b/LanguageFeatures/nnbd/future_flattening_A01_t52.dart
index dda9939..d85091e 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t52.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t52.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t53.dart b/LanguageFeatures/nnbd/future_flattening_A01_t53.dart
index 691991e..39b4d77 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t53.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t53.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t54.dart b/LanguageFeatures/nnbd/future_flattening_A01_t54.dart
index 5184825..8036515 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t54.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t54.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t55.dart b/LanguageFeatures/nnbd/future_flattening_A01_t55.dart
index 529e45e..5d18d39 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t55.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t55.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t56.dart b/LanguageFeatures/nnbd/future_flattening_A01_t56.dart
index 06a80da..fc10422 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t56.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t56.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t57.dart b/LanguageFeatures/nnbd/future_flattening_A01_t57.dart
index 8c8cbfd..d7d98c6 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t57.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t57.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t58.dart b/LanguageFeatures/nnbd/future_flattening_A01_t58.dart
index 058a21e..eb00c0a 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t58.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t58.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t59.dart b/LanguageFeatures/nnbd/future_flattening_A01_t59.dart
index cbe730e..3c074a6 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t59.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t59.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t60.dart b/LanguageFeatures/nnbd/future_flattening_A01_t60.dart
index 95a453f..7e7410a 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t60.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t60.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t61.dart b/LanguageFeatures/nnbd/future_flattening_A01_t61.dart
index a2bf542..fb112e1 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t61.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t61.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t62.dart b/LanguageFeatures/nnbd/future_flattening_A01_t62.dart
index 8872218..8c6d941 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t62.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t62.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t63.dart b/LanguageFeatures/nnbd/future_flattening_A01_t63.dart
index a4e625e..95cc85e 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t63.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t63.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t64.dart b/LanguageFeatures/nnbd/future_flattening_A01_t64.dart
index aae34de..21ee5b7 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t64.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t64.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t65.dart b/LanguageFeatures/nnbd/future_flattening_A01_t65.dart
index 24b1905..a001732 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t65.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t65.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t66.dart b/LanguageFeatures/nnbd/future_flattening_A01_t66.dart
index 3c9f799..4d7e8e2 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t66.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t66.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t75.dart b/LanguageFeatures/nnbd/future_flattening_A01_t75.dart
index d9ba8dc..794ae1f 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t75.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t75.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t76.dart b/LanguageFeatures/nnbd/future_flattening_A01_t76.dart
index f44f0e3..3ca574d 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t76.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t76.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t77.dart b/LanguageFeatures/nnbd/future_flattening_A01_t77.dart
index c66282d..026e0ac 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t77.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t77.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t78.dart b/LanguageFeatures/nnbd/future_flattening_A01_t78.dart
index c3fe1a7..f0ab6cc 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t78.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t78.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t79.dart b/LanguageFeatures/nnbd/future_flattening_A01_t79.dart
index 145ad74..763da1d 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t79.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t79.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t80.dart b/LanguageFeatures/nnbd/future_flattening_A01_t80.dart
index 9b50bbc..fb06f70 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t80.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t80.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t81.dart b/LanguageFeatures/nnbd/future_flattening_A01_t81.dart
index 7d40815..46ee851 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t81.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t81.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t82.dart b/LanguageFeatures/nnbd/future_flattening_A01_t82.dart
index d5d7488..1bef317 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t82.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t82.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_flattening_A01_t83.dart b/LanguageFeatures/nnbd/future_flattening_A01_t83.dart
index 31dd839..b00cfaf 100644
--- a/LanguageFeatures/nnbd/future_flattening_A01_t83.dart
+++ b/LanguageFeatures/nnbd/future_flattening_A01_t83.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/future_value_type_A01_t01.dart b/LanguageFeatures/nnbd/future_value_type_A01_t01.dart
index 561c4d4..9c70ba4 100644
--- a/LanguageFeatures/nnbd/future_value_type_A01_t01.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A01_t02.dart b/LanguageFeatures/nnbd/future_value_type_A01_t02.dart
index 40c11e6..c9caacc 100644
--- a/LanguageFeatures/nnbd/future_value_type_A01_t02.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A01_t03.dart b/LanguageFeatures/nnbd/future_value_type_A01_t03.dart
index 2493eb9..b3fb24c 100644
--- a/LanguageFeatures/nnbd/future_value_type_A01_t03.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A01_t04.dart b/LanguageFeatures/nnbd/future_value_type_A01_t04.dart
index edb5a4a..84ed975 100644
--- a/LanguageFeatures/nnbd/future_value_type_A01_t04.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A02_t01.dart b/LanguageFeatures/nnbd/future_value_type_A02_t01.dart
index ac06ff6..d23a680 100644
--- a/LanguageFeatures/nnbd/future_value_type_A02_t01.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A02_t02.dart b/LanguageFeatures/nnbd/future_value_type_A02_t02.dart
index e3abc0a..7215d31 100644
--- a/LanguageFeatures/nnbd/future_value_type_A02_t02.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A03_t01.dart b/LanguageFeatures/nnbd/future_value_type_A03_t01.dart
index 14f3a94..8b73b0d 100644
--- a/LanguageFeatures/nnbd/future_value_type_A03_t01.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A03_t02.dart b/LanguageFeatures/nnbd/future_value_type_A03_t02.dart
index d51e02c..00d0017 100644
--- a/LanguageFeatures/nnbd/future_value_type_A03_t02.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A03_t03.dart b/LanguageFeatures/nnbd/future_value_type_A03_t03.dart
index 5d4628f..88547ec 100644
--- a/LanguageFeatures/nnbd/future_value_type_A03_t03.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A04_t01.dart b/LanguageFeatures/nnbd/future_value_type_A04_t01.dart
index ab6d3b7..8bb9226 100644
--- a/LanguageFeatures/nnbd/future_value_type_A04_t01.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A04_t02.dart b/LanguageFeatures/nnbd/future_value_type_A04_t02.dart
index c7e3d19..6d5b2e8 100644
--- a/LanguageFeatures/nnbd/future_value_type_A04_t02.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/future_value_type_A05_t01.dart b/LanguageFeatures/nnbd/future_value_type_A05_t01.dart
index 6f06ea4..bf6f344 100644
--- a/LanguageFeatures/nnbd/future_value_type_A05_t01.dart
+++ b/LanguageFeatures/nnbd/future_value_type_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/generics_A01_t01.dart b/LanguageFeatures/nnbd/generics_A01_t01.dart
index 2511c8d..d01f61d 100644
--- a/LanguageFeatures/nnbd/generics_A01_t01.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t02.dart b/LanguageFeatures/nnbd/generics_A01_t02.dart
index a042afd..f783a06 100644
--- a/LanguageFeatures/nnbd/generics_A01_t02.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t05.dart b/LanguageFeatures/nnbd/generics_A01_t05.dart
index de014d6..de0af33 100644
--- a/LanguageFeatures/nnbd/generics_A01_t05.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t06.dart b/LanguageFeatures/nnbd/generics_A01_t06.dart
index bb6cd5c..f911952 100644
--- a/LanguageFeatures/nnbd/generics_A01_t06.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t07.dart b/LanguageFeatures/nnbd/generics_A01_t07.dart
index ca05fd9..eb782fe 100644
--- a/LanguageFeatures/nnbd/generics_A01_t07.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t07.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t08.dart b/LanguageFeatures/nnbd/generics_A01_t08.dart
index 32df64d..03b7f45 100644
--- a/LanguageFeatures/nnbd/generics_A01_t08.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t08.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/generics_A01_t09.dart b/LanguageFeatures/nnbd/generics_A01_t09.dart
index c56382f..80d3aad 100644
--- a/LanguageFeatures/nnbd/generics_A01_t09.dart
+++ b/LanguageFeatures/nnbd/generics_A01_t09.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/implicit_conversions_A01_t01.dart b/LanguageFeatures/nnbd/implicit_conversions_A01_t01.dart
index 70cb620..83b188d 100644
--- a/LanguageFeatures/nnbd/implicit_conversions_A01_t01.dart
+++ b/LanguageFeatures/nnbd/implicit_conversions_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit conversion of integer literals to double literals is
  * performed when the context type is double or double?
diff --git a/LanguageFeatures/nnbd/implicit_conversions_A02_t01.dart b/LanguageFeatures/nnbd/implicit_conversions_A02_t01.dart
index 9372c6b..bed3b3c 100644
--- a/LanguageFeatures/nnbd/implicit_conversions_A02_t01.dart
+++ b/LanguageFeatures/nnbd/implicit_conversions_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit tear-off conversion which converts uses of instances
  * of classes with call methods to the tear-off of their .call method when the
diff --git a/LanguageFeatures/nnbd/implicit_conversions_A02_t02.dart b/LanguageFeatures/nnbd/implicit_conversions_A02_t02.dart
index 258dc1c..7e29218 100644
--- a/LanguageFeatures/nnbd/implicit_conversions_A02_t02.dart
+++ b/LanguageFeatures/nnbd/implicit_conversions_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit tear-off conversion which converts uses of instances
  * of classes with call methods to the tear-off of their .call method when the
diff --git a/LanguageFeatures/nnbd/implicit_conversions_A03_t01.dart b/LanguageFeatures/nnbd/implicit_conversions_A03_t01.dart
index 863d166..8173131 100644
--- a/LanguageFeatures/nnbd/implicit_conversions_A03_t01.dart
+++ b/LanguageFeatures/nnbd/implicit_conversions_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Implicit tear-off conversion is not performed on objects of
  * nullable type, regardless of the context type.
diff --git a/LanguageFeatures/nnbd/import_legacy_lib_A01_t01.dart b/LanguageFeatures/nnbd/import_legacy_lib_A01_t01.dart
index 58b1fa8..91c99df 100644
--- a/LanguageFeatures/nnbd/import_legacy_lib_A01_t01.dart
+++ b/LanguageFeatures/nnbd/import_legacy_lib_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/late_A01_t01.dart b/LanguageFeatures/nnbd/late_A01_t01.dart
index 9eaa5b0..4fbd8d3 100644
--- a/LanguageFeatures/nnbd/late_A01_t01.dart
+++ b/LanguageFeatures/nnbd/late_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A01_t02.dart b/LanguageFeatures/nnbd/late_A01_t02.dart
index 5baaad5..726ded6 100644
--- a/LanguageFeatures/nnbd/late_A01_t02.dart
+++ b/LanguageFeatures/nnbd/late_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A02_t01.dart b/LanguageFeatures/nnbd/late_A02_t01.dart
index 5f42839..6169b02 100644
--- a/LanguageFeatures/nnbd/late_A02_t01.dart
+++ b/LanguageFeatures/nnbd/late_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A02_t02.dart b/LanguageFeatures/nnbd/late_A02_t02.dart
index 67ea27d..cc5d520 100644
--- a/LanguageFeatures/nnbd/late_A02_t02.dart
+++ b/LanguageFeatures/nnbd/late_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A03_t01.dart b/LanguageFeatures/nnbd/late_A03_t01.dart
index 2cb212f..b4c07aa 100644
--- a/LanguageFeatures/nnbd/late_A03_t01.dart
+++ b/LanguageFeatures/nnbd/late_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A03_t02.dart b/LanguageFeatures/nnbd/late_A03_t02.dart
index 475f7d5..6389b17 100644
--- a/LanguageFeatures/nnbd/late_A03_t02.dart
+++ b/LanguageFeatures/nnbd/late_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A03_t04.dart b/LanguageFeatures/nnbd/late_A03_t04.dart
index eed6556..b2dafc9 100644
--- a/LanguageFeatures/nnbd/late_A03_t04.dart
+++ b/LanguageFeatures/nnbd/late_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A04_t01.dart b/LanguageFeatures/nnbd/late_A04_t01.dart
index d7ace2f..a99322c 100644
--- a/LanguageFeatures/nnbd/late_A04_t01.dart
+++ b/LanguageFeatures/nnbd/late_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A04_t02.dart b/LanguageFeatures/nnbd/late_A04_t02.dart
index 4b208c8..590c039 100644
--- a/LanguageFeatures/nnbd/late_A04_t02.dart
+++ b/LanguageFeatures/nnbd/late_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A04_t03.dart b/LanguageFeatures/nnbd/late_A04_t03.dart
index 85462e8..c72ff5d 100644
--- a/LanguageFeatures/nnbd/late_A04_t03.dart
+++ b/LanguageFeatures/nnbd/late_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A04_t04.dart b/LanguageFeatures/nnbd/late_A04_t04.dart
index 3cfc2b0..cee76c8 100644
--- a/LanguageFeatures/nnbd/late_A04_t04.dart
+++ b/LanguageFeatures/nnbd/late_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A05_t01.dart b/LanguageFeatures/nnbd/late_A05_t01.dart
index 260406a..5eef2f4 100644
--- a/LanguageFeatures/nnbd/late_A05_t01.dart
+++ b/LanguageFeatures/nnbd/late_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A05_t02.dart b/LanguageFeatures/nnbd/late_A05_t02.dart
index 87dc76b..f7f5d9e 100644
--- a/LanguageFeatures/nnbd/late_A05_t02.dart
+++ b/LanguageFeatures/nnbd/late_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A05_t03.dart b/LanguageFeatures/nnbd/late_A05_t03.dart
index 90027bf..2a345a3 100644
--- a/LanguageFeatures/nnbd/late_A05_t03.dart
+++ b/LanguageFeatures/nnbd/late_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A05_t04.dart b/LanguageFeatures/nnbd/late_A05_t04.dart
index 826660e..5808e73 100644
--- a/LanguageFeatures/nnbd/late_A05_t04.dart
+++ b/LanguageFeatures/nnbd/late_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/late_A06_t01.dart b/LanguageFeatures/nnbd/late_A06_t01.dart
index 27ab103..a182f39 100644
--- a/LanguageFeatures/nnbd/late_A06_t01.dart
+++ b/LanguageFeatures/nnbd/late_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t02.dart b/LanguageFeatures/nnbd/late_A06_t02.dart
index cc61697..955346d 100644
--- a/LanguageFeatures/nnbd/late_A06_t02.dart
+++ b/LanguageFeatures/nnbd/late_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t03.dart b/LanguageFeatures/nnbd/late_A06_t03.dart
index 87fc072..34428bc 100644
--- a/LanguageFeatures/nnbd/late_A06_t03.dart
+++ b/LanguageFeatures/nnbd/late_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t04.dart b/LanguageFeatures/nnbd/late_A06_t04.dart
index 829a859..455c2bc 100644
--- a/LanguageFeatures/nnbd/late_A06_t04.dart
+++ b/LanguageFeatures/nnbd/late_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t05.dart b/LanguageFeatures/nnbd/late_A06_t05.dart
index 91fc615..4ac8a62 100644
--- a/LanguageFeatures/nnbd/late_A06_t05.dart
+++ b/LanguageFeatures/nnbd/late_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t06.dart b/LanguageFeatures/nnbd/late_A06_t06.dart
index 3c50064..e63b5bf 100644
--- a/LanguageFeatures/nnbd/late_A06_t06.dart
+++ b/LanguageFeatures/nnbd/late_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A06_t07.dart b/LanguageFeatures/nnbd/late_A06_t07.dart
index 1da16f4..742e747 100644
--- a/LanguageFeatures/nnbd/late_A06_t07.dart
+++ b/LanguageFeatures/nnbd/late_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/late_A07_t01.dart b/LanguageFeatures/nnbd/late_A07_t01.dart
index 785ce96..8b82bc1 100644
--- a/LanguageFeatures/nnbd/late_A07_t01.dart
+++ b/LanguageFeatures/nnbd/late_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A non-local late variable declaration D implicitly induces a
  * getter into the enclosing scope. It also induces an implicit setter iff one
diff --git a/LanguageFeatures/nnbd/late_A07_t02.dart b/LanguageFeatures/nnbd/late_A07_t02.dart
index 78c12de..a4145d1 100644
--- a/LanguageFeatures/nnbd/late_A07_t02.dart
+++ b/LanguageFeatures/nnbd/late_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A non-local late variable declaration D implicitly induces a
  * getter into the enclosing scope. It also induces an implicit setter iff one
diff --git a/LanguageFeatures/nnbd/late_A08_t01.dart b/LanguageFeatures/nnbd/late_A08_t01.dart
index fa50b9c..2459892 100644
--- a/LanguageFeatures/nnbd/late_A08_t01.dart
+++ b/LanguageFeatures/nnbd/late_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A08_t02.dart b/LanguageFeatures/nnbd/late_A08_t02.dart
index 90c3069..44d445f 100644
--- a/LanguageFeatures/nnbd/late_A08_t02.dart
+++ b/LanguageFeatures/nnbd/late_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A08_t03.dart b/LanguageFeatures/nnbd/late_A08_t03.dart
index ce697c8..6954e35 100644
--- a/LanguageFeatures/nnbd/late_A08_t03.dart
+++ b/LanguageFeatures/nnbd/late_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A08_t04.dart b/LanguageFeatures/nnbd/late_A08_t04.dart
index 2f7c0ea..bb84813 100644
--- a/LanguageFeatures/nnbd/late_A08_t04.dart
+++ b/LanguageFeatures/nnbd/late_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A08_t05.dart b/LanguageFeatures/nnbd/late_A08_t05.dart
index 2bba630..63552ac 100644
--- a/LanguageFeatures/nnbd/late_A08_t05.dart
+++ b/LanguageFeatures/nnbd/late_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A08_t06.dart b/LanguageFeatures/nnbd/late_A08_t06.dart
index 6c53ce8..3be1605 100644
--- a/LanguageFeatures/nnbd/late_A08_t06.dart
+++ b/LanguageFeatures/nnbd/late_A08_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/late_A10_t01.dart b/LanguageFeatures/nnbd/late_A10_t01.dart
index dbd8e8f..be2581d 100644
--- a/LanguageFeatures/nnbd/late_A10_t01.dart
+++ b/LanguageFeatures/nnbd/late_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An instance variable declaration may be declared covariant iff it
  * introduces an implicit setter.
diff --git a/LanguageFeatures/nnbd/late_A10_t02.dart b/LanguageFeatures/nnbd/late_A10_t02.dart
index ceb07b1..d7b1669 100644
--- a/LanguageFeatures/nnbd/late_A10_t02.dart
+++ b/LanguageFeatures/nnbd/late_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An instance variable declaration may be declared covariant iff it
  * introduces an implicit setter.
diff --git a/LanguageFeatures/nnbd/legacy_lib.dart b/LanguageFeatures/nnbd/legacy_lib.dart
index ea46b2b..28c5fd7 100644
--- a/LanguageFeatures/nnbd/legacy_lib.dart
+++ b/LanguageFeatures/nnbd/legacy_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/legacy_libraries_A01_t01.dart b/LanguageFeatures/nnbd/legacy_libraries_A01_t01.dart
index 65c6e48..4c6041d 100644
--- a/LanguageFeatures/nnbd/legacy_libraries_A01_t01.dart
+++ b/LanguageFeatures/nnbd/legacy_libraries_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/list_length_t01.dart b/LanguageFeatures/nnbd/list_length_t01.dart
index 7d6b7c5..3025f0d 100644
--- a/LanguageFeatures/nnbd/list_length_t01.dart
+++ b/LanguageFeatures/nnbd/list_length_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/list_length_t03.dart b/LanguageFeatures/nnbd/list_length_t03.dart
index ae119e7..383df51 100644
--- a/LanguageFeatures/nnbd/list_length_t03.dart
+++ b/LanguageFeatures/nnbd/list_length_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A01_t01.dart b/LanguageFeatures/nnbd/local_variable_assign_A01_t01.dart
index 362cfa0..839be0b 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A01_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, non-late
  * local variable which is potentially assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A01_t02.dart b/LanguageFeatures/nnbd/local_variable_assign_A01_t02.dart
index 697a336..570a8cb 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A01_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, non-late
  * local variable which is potentially assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A01_t03.dart b/LanguageFeatures/nnbd/local_variable_assign_A01_t03.dart
index 140851c..c718093 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A01_t03.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, non-late
  * local variable which is potentially assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A02_t01.dart b/LanguageFeatures/nnbd/local_variable_assign_A02_t01.dart
index fad20be..45f5fd5 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A02_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A02_t02.dart b/LanguageFeatures/nnbd/local_variable_assign_A02_t02.dart
index e4bac03..ec6f171 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A02_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A02_t03.dart b/LanguageFeatures/nnbd/local_variable_assign_A02_t03.dart
index 6e477b7..f161e94 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A02_t03.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_assign_A02_t04.dart b/LanguageFeatures/nnbd/local_variable_assign_A02_t04.dart
index 8e208fb..ab24eb4 100644
--- a/LanguageFeatures/nnbd/local_variable_assign_A02_t04.dart
+++ b/LanguageFeatures/nnbd/local_variable_assign_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A01_t01.dart b/LanguageFeatures/nnbd/local_variable_inference_A01_t01.dart
index 2560d8e..fc57341 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A01_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with explicitly written types are given the
  * declared types as written. The declared type of the variable is considered a
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A01_t02.dart b/LanguageFeatures/nnbd/local_variable_inference_A01_t02.dart
index bc279bb..021a9d4 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A01_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with explicitly written types are given the
  * declared types as written. The declared type of the variable is considered a
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A02_t01.dart b/LanguageFeatures/nnbd/local_variable_inference_A02_t01.dart
index 5be62bd..216cb00 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A02_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with no explicitly written type but with an
  * initializer are given an inferred type equal to the type of their
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A02_t02.dart b/LanguageFeatures/nnbd/local_variable_inference_A02_t02.dart
index 85c97e9..7ec27b6 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A02_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with no explicitly written type but with an
  * initializer are given an inferred type equal to the type of their
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A02_t03.dart b/LanguageFeatures/nnbd/local_variable_inference_A02_t03.dart
index 0e4a5f9..0c0cf37 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A02_t03.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with no explicitly written type but with an
  * initializer are given an inferred type equal to the type of their
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A03_t01.dart b/LanguageFeatures/nnbd/local_variable_inference_A03_t01.dart
index 38c1ee3..8102197 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A03_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion  In the case that the type of the initializer is a promoted type
  * variable X & T, the inferred type of the variable shall be X, but X & T shall
diff --git a/LanguageFeatures/nnbd/local_variable_inference_A03_t02.dart b/LanguageFeatures/nnbd/local_variable_inference_A03_t02.dart
index 5ebcf52..56b4f8a 100644
--- a/LanguageFeatures/nnbd/local_variable_inference_A03_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_inference_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion  In the case that the type of the initializer is a promoted type
  * variable X & T, the inferred type of the variable shall be X, but X & T shall
diff --git a/LanguageFeatures/nnbd/local_variable_read_A01_t01.dart b/LanguageFeatures/nnbd/local_variable_read_A01_t01.dart
index 8b6a411..46f34c6 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A01_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A01_t02.dart b/LanguageFeatures/nnbd/local_variable_read_A01_t02.dart
index 07f9eb5..921e3a4 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A01_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A02_t01.dart b/LanguageFeatures/nnbd/local_variable_read_A02_t01.dart
index 8586ab8..53187db 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A02_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A02_t02.dart b/LanguageFeatures/nnbd/local_variable_read_A02_t02.dart
index dc96d1c..ee4a4d8 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A02_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A03_t01.dart b/LanguageFeatures/nnbd/local_variable_read_A03_t01.dart
index d8fa90c..7703aab 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A03_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A03_t02.dart b/LanguageFeatures/nnbd/local_variable_read_A03_t02.dart
index dc1086b..85fccd7 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A03_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t01.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t01.dart
index 9e180c9..16e2696 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t02.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t02.dart
index b86275e..1a91645 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t03.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t03.dart
index d833aed..b9575b8 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t03.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t04.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t04.dart
index 3f8c615..fe4474f 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t04.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t05.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t05.dart
index 2836bf8..0784ac4 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t05.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t06.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t06.dart
index 2ff7bca..4c61a77 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t06.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t07.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t07.dart
index f08968d..93bc092 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t07.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A04_t09.dart b/LanguageFeatures/nnbd/local_variable_read_A04_t09.dart
index 0e47c03..84a9f3a 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A04_t09.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/local_variable_read_A05_t01.dart b/LanguageFeatures/nnbd/local_variable_read_A05_t01.dart
index 4bc3ca1..9f8b6e8 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A05_t01.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/local_variable_read_A05_t02.dart b/LanguageFeatures/nnbd/local_variable_read_A05_t02.dart
index 0360e8b..8962096 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A05_t02.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/local_variable_read_A05_t03.dart b/LanguageFeatures/nnbd/local_variable_read_A05_t03.dart
index 3583ea2..0e32eb1 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A05_t03.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/local_variable_read_A05_t04.dart b/LanguageFeatures/nnbd/local_variable_read_A05_t04.dart
index 9331b39..430aba1 100644
--- a/LanguageFeatures/nnbd/local_variable_read_A05_t04.dart
+++ b/LanguageFeatures/nnbd/local_variable_read_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A01_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A01_t01.dart
index bed2792..cd528be 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A01_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A01_t04.dart
index 61e8b88..8e8ea36 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A01_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A01_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A01_t05.dart
index be11ec7..1cc265d 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A01_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A02_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A02_t01.dart
index ba7e8b5..411eab64 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.f translates to:
  *  PASSTHRU[F, fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A03_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A03_t01.dart
index 31d7aae..8977505 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A03_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A03_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A03_t04.dart
index e51fe6c..8c06fcd 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A03_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A03_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A03_t05.dart
index f5819d9..0105de9 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A03_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A04_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A04_t01.dart
index 4b75925..1de699b 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A04_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.m(args) translates to:
  *  PASSTHRU[F, fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A05_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A05_t01.dart
index 39c24f3..d9ce326 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A05_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e(args) translates to:
  *  PASSTHRU[F, fn[x] => x(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A05_t02.dart b/LanguageFeatures/nnbd/null_aware_operator_A05_t02.dart
index 1ea4ed8..7f97973 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A05_t02.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e(args) translates to:
  *  PASSTHRU[F, fn[x] => x(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A06_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A06_t01.dart
index 5583dc2..fd7b5a9 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A06_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A07_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A07_t01.dart
index dbd01f7..1ab3e24 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A07_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A08_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A08_t01.dart
index 7a41659..482c019 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A08_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t01.dart
index f658d09..b0ba26f 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t02.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t02.dart
index c1905b6..4a0bbfa 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t02.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t03.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t03.dart
index 020302d..f0b842d 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t03.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t04.dart
index 0f6060f..5d4b9c4 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t05.dart
index 3ed5a0c..ce9bb7e 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t06.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t06.dart
index ff1a026..c897bbb 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t06.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t07.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t07.dart
index 9fcfc89..ab6945b 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t07.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t08.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t08.dart
index 399c4dc..1b685d8 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t08.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t09.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t09.dart
index 7587d05..2bab420 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t09.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t10.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t10.dart
index e0a7416..85ca8bf 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t10.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t11.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t11.dart
index f10ac2d..15314f3 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t11.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A09_t13.dart b/LanguageFeatures/nnbd/null_aware_operator_A09_t13.dart
index d3d5076..a9320d4 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A09_t13.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A09_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A10_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A10_t01.dart
index aa88817..80cdddb 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A10_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t01.dart
index 471ea9a..f3a52af 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t02.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t02.dart
index d58e86d..0ab2da3 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t02.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t03.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t03.dart
index e36679d..614f075 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t03.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t04.dart
index a8e2ca5..c8d1511 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t05.dart
index 53e9061..5a52511 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t06.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t06.dart
index 0f14663..cc216ef 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t06.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t07.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t07.dart
index 1cdc643..8accecf 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t07.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t08.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t08.dart
index a02f6b4..16c819b 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t08.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t09.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t09.dart
index b334d54..770f7a0 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t09.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t10.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t10.dart
index 79a413c..a976cb7 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t10.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t11.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t11.dart
index b411210..c1210fc 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t11.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A11_t13.dart b/LanguageFeatures/nnbd/null_aware_operator_A11_t13.dart
index a55bd70..97b7d2e 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A11_t13.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A11_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A12_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A12_t01.dart
index b5ae261..073471c 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A12_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t01.dart
index fd7767a..8a4f815 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t02.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t02.dart
index 4d79246..2cf722b 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t02.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t03.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t03.dart
index 156caff..32c3653 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t03.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t04.dart
index 50ec908..72763a8 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t05.dart
index 7d07c1d..1a9c233 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t06.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t06.dart
index f5643b0..3bf2a24 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t06.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t07.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t07.dart
index a5d4511..64a9b91 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t07.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t08.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t08.dart
index e2fea85..b9e3563 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t08.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t09.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t09.dart
index 39838f6..168b80f 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t09.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t10.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t10.dart
index 33e2662..1b78472 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t10.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t11.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t11.dart
index 87d7731..4da0dc8 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t11.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A13_t13.dart b/LanguageFeatures/nnbd/null_aware_operator_A13_t13.dart
index f6ba8c8..172badc 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A13_t13.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A13_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A14_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A14_t01.dart
index 975993b..c232362 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A14_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t01.dart
index e5d53a3..eb1ba07 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t02.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t02.dart
index 74fe442..494f7b5 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t02.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t03.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t03.dart
index bc61578..c445321 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t03.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t04.dart
index fb58c11..1fb06c8 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t05.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t05.dart
index a3e9ccf..8b7b878 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t05.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t06.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t06.dart
index ebe95bf..94dd97e 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t06.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t07.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t07.dart
index dc1d842..df77855 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t07.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t08.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t08.dart
index 75e444f..88aa930 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t08.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t09.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t09.dart
index 1059017..9bb0b3e 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t09.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t10.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t10.dart
index efe610e..73615ca 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t10.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t11.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t11.dart
index 4f25d77..f06ea1f 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t11.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A15_t13.dart b/LanguageFeatures/nnbd/null_aware_operator_A15_t13.dart
index 7cf106d..4a57680 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A15_t13.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A15_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A16_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A16_t01.dart
index 26a587e..c7a1d41 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A16_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A16_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A16_t04.dart
index cef216d..d5b2c1b 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A16_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A16_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A17_t01.dart b/LanguageFeatures/nnbd/null_aware_operator_A17_t01.dart
index d633c83..e9bb880 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A17_t01.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A17_t04.dart b/LanguageFeatures/nnbd/null_aware_operator_A17_t04.dart
index 799706a..041cd0f 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A17_t04.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A17_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A17_t06.dart b/LanguageFeatures/nnbd/null_aware_operator_A17_t06.dart
index 6f1ab3c..7b10d41 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A17_t06.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A17_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A17_t07.dart b/LanguageFeatures/nnbd/null_aware_operator_A17_t07.dart
index 87d19f6..f547dd7 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A17_t07.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A17_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/null_aware_operator_A17_t08.dart b/LanguageFeatures/nnbd/null_aware_operator_A17_t08.dart
index 52509a3..924914a 100644
--- a/LanguageFeatures/nnbd/null_aware_operator_A17_t08.dart
+++ b/LanguageFeatures/nnbd/null_aware_operator_A17_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A01_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A01_t01.dart
index a8bb7ee..8a95c28 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A01_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A01_t02.dart
index 50281af..405f319 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A02_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A02_t01.dart
index f9ff17f..31379fc 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A02_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A02_t02.dart
index 7467a43..1d9051d 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A02_t03.dart b/LanguageFeatures/nnbd/null_check_operator_A02_t03.dart
index b18364e..185cf94 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A02_t03.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A03_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A03_t01.dart
index d9aca02..cec0422 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A03_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A03_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A03_t02.dart
index c73c65e..4adcf4d 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A03_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A03_t03.dart b/LanguageFeatures/nnbd/null_check_operator_A03_t03.dart
index c2624ee..faac0a9 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A03_t03.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A04_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A04_t01.dart
index 421eddd..57bb508 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A04_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A05_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A05_t01.dart
index 78106f6..45adf04 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A05_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A05_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A05_t02.dart
index b31d2d0..e2b5c66 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A05_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A05_t03.dart b/LanguageFeatures/nnbd/null_check_operator_A05_t03.dart
index 6e65962..9587a43 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A05_t03.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A06_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A06_t01.dart
index 85c355b..50406f4 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A06_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A06_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A06_t02.dart
index 5a2ef4b..86d7a91 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A06_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A07_t01.dart b/LanguageFeatures/nnbd/null_check_operator_A07_t01.dart
index d46b181..09c418e 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A07_t01.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A07_t02.dart b/LanguageFeatures/nnbd/null_check_operator_A07_t02.dart
index c8b76c4..e01ef1f 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A07_t02.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_check_operator_A07_t03.dart b/LanguageFeatures/nnbd/null_check_operator_A07_t03.dart
index 26c82c6..74b14ec 100644
--- a/LanguageFeatures/nnbd/null_check_operator_A07_t03.dart
+++ b/LanguageFeatures/nnbd/null_check_operator_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/null_promotion_A01_t01.dart b/LanguageFeatures/nnbd/null_promotion_A01_t01.dart
index dbeea35..a6a8f5e 100644
--- a/LanguageFeatures/nnbd/null_promotion_A01_t01.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/null_promotion_A01_t02.dart b/LanguageFeatures/nnbd/null_promotion_A01_t02.dart
index b95f96b..0aedab8 100644
--- a/LanguageFeatures/nnbd/null_promotion_A01_t02.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/null_promotion_A01_t06.dart b/LanguageFeatures/nnbd/null_promotion_A01_t06.dart
index eac02c4..fac6bc5 100644
--- a/LanguageFeatures/nnbd/null_promotion_A01_t06.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/null_promotion_A01_t07.dart b/LanguageFeatures/nnbd/null_promotion_A01_t07.dart
index f3aa833..1fd56c1 100644
--- a/LanguageFeatures/nnbd/null_promotion_A01_t07.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/null_promotion_A02_t01.dart b/LanguageFeatures/nnbd/null_promotion_A02_t01.dart
index 770d78a..41bd672 100644
--- a/LanguageFeatures/nnbd/null_promotion_A02_t01.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/null_promotion_A02_t02.dart b/LanguageFeatures/nnbd/null_promotion_A02_t02.dart
index 8be8117..6cbe2d1 100644
--- a/LanguageFeatures/nnbd/null_promotion_A02_t02.dart
+++ b/LanguageFeatures/nnbd/null_promotion_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A01_t01.dart b/LanguageFeatures/nnbd/nullability_definitions_A01_t01.dart
index f4837f7..ebd360d 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A01_t01.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A01_t02.dart b/LanguageFeatures/nnbd/nullability_definitions_A01_t02.dart
index f5ca5fe..7620193 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A01_t02.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A01_t06.dart b/LanguageFeatures/nnbd/nullability_definitions_A01_t06.dart
index aaefff9..3a872c3 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A01_t06.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A01_t09.dart b/LanguageFeatures/nnbd/nullability_definitions_A01_t09.dart
index a4931d1..6dda76b 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A01_t09.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A01_t10.dart b/LanguageFeatures/nnbd/nullability_definitions_A01_t10.dart
index acb41c4..3e09c52 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A01_t10.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t02.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t02.dart
index 2f5ea64..b7bf20f 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t02.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t03.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t03.dart
index 184acb5..8e5a5c9 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t03.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t09.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t09.dart
index 0774e38..ddfc3e6 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t09.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t13.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t13.dart
index b7369f7..5d4679e 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t13.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t16.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t16.dart
index 403023f..d11cee5 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t16.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/nullability_definitions_A02_t18.dart b/LanguageFeatures/nnbd/nullability_definitions_A02_t18.dart
index 403023f..d11cee5 100644
--- a/LanguageFeatures/nnbd/nullability_definitions_A02_t18.dart
+++ b/LanguageFeatures/nnbd/nullability_definitions_A02_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/opted_in_lib.dart b/LanguageFeatures/nnbd/opted_in_lib.dart
index 2c24546..b15f23d 100644
--- a/LanguageFeatures/nnbd/opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t001.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t001.dart
index 44849d7..92cdd04 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t001.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t001.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t002.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t002.dart
index 8b42c95..9b0756b 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t002.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t002.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t003.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t003.dart
index 5b931eb..63dee19 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t003.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t003.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t004.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t004.dart
index 29863a5..6c493c0 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t004.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t004.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t005.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t005.dart
index 01fea8c..ca838dd 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t005.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t005.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t006.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t006.dart
index d9e6db2..e19645d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t006.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t006.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t007.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t007.dart
index 4a31563..215a8bc 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t007.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t007.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t008.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t008.dart
index 21e199c..641bbb0 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t008.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t008.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t009.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t009.dart
index f0971fa..f979994 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t009.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t009.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t010.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t010.dart
index 36dd62d..459f56f 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t010.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t010.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t011.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t011.dart
index d44cc64..5fff6d9 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t011.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t011.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t015.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t015.dart
index 1910744..36684fc 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t015.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t015.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t016.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t016.dart
index 389e7b0..50a2fa2 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t016.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t016.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t017.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t017.dart
index e0002b5..23f3974 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t017.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t017.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t034.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t034.dart
index c7f2cfe..77549eb 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t034.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t034.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t035.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t035.dart
index ce6cf46..6ebcf51 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t035.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t035.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t036.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t036.dart
index 2f36839..bddd22b 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t036.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t036.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t037.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t037.dart
index bc56251..31df681 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t037.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t037.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t038.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t038.dart
index 676decc..f172c37 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t038.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t038.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t039.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t039.dart
index 81443bf..cd1fab3 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t039.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t039.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t040.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t040.dart
index 78eb868..09a3c82 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t040.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t040.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t041.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t041.dart
index 6e1f306..9f35c7d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t041.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t041.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t042.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t042.dart
index 8f54147..7d9b7ed 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t042.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t042.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t048.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t048.dart
index cc4b408..420591c 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t048.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t048.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t049.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t049.dart
index 4836f93..efab30c 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t049.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t049.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t050.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t050.dart
index 13438b4..2ef3d78 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t050.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t050.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t056.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t056.dart
index 39dd920..baeae4b 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t056.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t056.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t057.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t057.dart
index 72cad42..0e2b8b5 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t057.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t057.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t062.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t062.dart
index 591ab97..3cc93ff 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t062.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t062.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t063.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t063.dart
index e9fb6a5..54d9075 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t063.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t063.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t064.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t064.dart
index ce64b44..1dd5ee8 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t064.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t064.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t065.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t065.dart
index 06ed7dd..fd0f38d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t065.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t065.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t066.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t066.dart
index 1ba2f53..a30f9eb 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t066.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t066.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t067.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t067.dart
index 51da6d0..db89507 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t067.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t067.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t068.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t068.dart
index 6fdc411..34e3f2d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t068.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t068.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t075.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t075.dart
index bd198a1..fc3654c 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t075.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t075.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t076.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t076.dart
index 93b19db..10d0bb0 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t076.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t076.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t077.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t077.dart
index f0565a1..f84f632 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t077.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t077.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t078.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t078.dart
index f65d6b6..da16fc4 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t078.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t078.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t079.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t079.dart
index fac4c52..b02a247 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t079.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t079.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t080.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t080.dart
index 561d343..af32d76 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t080.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t080.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t081.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t081.dart
index a40b64f..50521c9 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t081.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t081.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t082.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t082.dart
index 04b6006..dded663 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t082.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t082.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t083.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t083.dart
index d7612ae..55bdc6b 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t083.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t083.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t084.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t084.dart
index 9843b10..96c137b 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t084.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t084.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t087.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t087.dart
index 151f7b8..da514d0 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t087.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t087.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t088.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t088.dart
index b204212..c6a5f64 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t088.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t088.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t089.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t089.dart
index c097eaa..d3b12d0 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t089.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t089.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t090.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t090.dart
index ba05b17..80434f1 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t090.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t090.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t091.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t091.dart
index b4c1e33..8bb9782 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t091.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t091.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t092.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t092.dart
index f1af9ba..df12a93 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t092.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t092.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t093.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t093.dart
index c385b2e..c2c935d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t093.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t093.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t094.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t094.dart
index 11ea4b8..2d11a6e 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t094.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t094.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t095.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t095.dart
index 3dc986d..971e9fa 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t095.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t095.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t097.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t097.dart
index 3501785..8185d53 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t097.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t097.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t101.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t101.dart
index 939777c..b91c9db 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t101.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t101.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t102.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t102.dart
index 51369dc..c620d97 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t102.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t102.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t111.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t111.dart
index 8040a86..46e29a8 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t111.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t111.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t119.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t119.dart
index 921981c..6b01f12 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t119.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t119.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t131.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t131.dart
index 43906b7..9e76e4c 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t131.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t131.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t135.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t135.dart
index 1834d2f..7b853db 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t135.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t135.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t141.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t141.dart
index ebc5e09..79f595a 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t141.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t141.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t145.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t145.dart
index af69202..af7c17d 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t145.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t145.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/overriding/override_checking_A06_t150.dart b/LanguageFeatures/nnbd/overriding/override_checking_A06_t150.dart
index 32a2434..89537bc 100644
--- a/LanguageFeatures/nnbd/overriding/override_checking_A06_t150.dart
+++ b/LanguageFeatures/nnbd/overriding/override_checking_A06_t150.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/return_A01_t01.dart b/LanguageFeatures/nnbd/return_A01_t01.dart
index 86d4061..1c561a3 100644
--- a/LanguageFeatures/nnbd/return_A01_t01.dart
+++ b/LanguageFeatures/nnbd/return_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/return_A01_t02.dart b/LanguageFeatures/nnbd/return_A01_t02.dart
index fc03341..5c968e9 100644
--- a/LanguageFeatures/nnbd/return_A01_t02.dart
+++ b/LanguageFeatures/nnbd/return_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/return_A01_t03.dart b/LanguageFeatures/nnbd/return_A01_t03.dart
index 9a5a177..42d3934 100644
--- a/LanguageFeatures/nnbd/return_A01_t03.dart
+++ b/LanguageFeatures/nnbd/return_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/return_A01_t04.dart b/LanguageFeatures/nnbd/return_A01_t04.dart
index 306b7d8..93ffda3 100644
--- a/LanguageFeatures/nnbd/return_A01_t04.dart
+++ b/LanguageFeatures/nnbd/return_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/return_A01_t05.dart b/LanguageFeatures/nnbd/return_A01_t05.dart
index 00b7ced..75c9803 100644
--- a/LanguageFeatures/nnbd/return_A01_t05.dart
+++ b/LanguageFeatures/nnbd/return_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/return_A02_t01.dart b/LanguageFeatures/nnbd/return_A02_t01.dart
index 90c8643..382391e 100644
--- a/LanguageFeatures/nnbd/return_A02_t01.dart
+++ b/LanguageFeatures/nnbd/return_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t02.dart b/LanguageFeatures/nnbd/return_A02_t02.dart
index c0faf0f..5fd307d 100644
--- a/LanguageFeatures/nnbd/return_A02_t02.dart
+++ b/LanguageFeatures/nnbd/return_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t03.dart b/LanguageFeatures/nnbd/return_A02_t03.dart
index e5057fa..bd31e83 100644
--- a/LanguageFeatures/nnbd/return_A02_t03.dart
+++ b/LanguageFeatures/nnbd/return_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t04.dart b/LanguageFeatures/nnbd/return_A02_t04.dart
index 517c7ee..c7e3bf3 100644
--- a/LanguageFeatures/nnbd/return_A02_t04.dart
+++ b/LanguageFeatures/nnbd/return_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t06.dart b/LanguageFeatures/nnbd/return_A02_t06.dart
index aea8a5d..99f8c00 100644
--- a/LanguageFeatures/nnbd/return_A02_t06.dart
+++ b/LanguageFeatures/nnbd/return_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t07.dart b/LanguageFeatures/nnbd/return_A02_t07.dart
index d7c2b72..14d14a1 100644
--- a/LanguageFeatures/nnbd/return_A02_t07.dart
+++ b/LanguageFeatures/nnbd/return_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A02_t08.dart b/LanguageFeatures/nnbd/return_A02_t08.dart
index e05458c..aa338d0 100644
--- a/LanguageFeatures/nnbd/return_A02_t08.dart
+++ b/LanguageFeatures/nnbd/return_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/return_A03_t01.dart b/LanguageFeatures/nnbd/return_A03_t01.dart
index 3b601c3..19531a9 100644
--- a/LanguageFeatures/nnbd/return_A03_t01.dart
+++ b/LanguageFeatures/nnbd/return_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The dynamic semantics specified at this location is changed as
  * follows, where $f$ is the enclosing function with declared return type $T$,
diff --git a/LanguageFeatures/nnbd/return_A03_t02.dart b/LanguageFeatures/nnbd/return_A03_t02.dart
index 03a4865..1b10bf6 100644
--- a/LanguageFeatures/nnbd/return_A03_t02.dart
+++ b/LanguageFeatures/nnbd/return_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The dynamic semantics specified at this location is changed as
  * follows, where $f$ is the enclosing function with declared return type $T$,
diff --git a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t01.dart b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t01.dart
index 1058c2e..0a7cfdd 100644
--- a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t02.dart b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t02.dart
index 180bd64..1ad4744 100644
--- a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t03.dart b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t03.dart
index cbfa457..a53a372 100644
--- a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t03.dart
+++ b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t04.dart b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t04.dart
index ce0c118..92371f2 100644
--- a/LanguageFeatures/nnbd/runtime_equality_operator_A01_t04.dart
+++ b/LanguageFeatures/nnbd/runtime_equality_operator_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/runtime_equality_operator_A02_t01.dart b/LanguageFeatures/nnbd/runtime_equality_operator_A02_t01.dart
index 528c33e..053f25c 100644
--- a/LanguageFeatures/nnbd/runtime_equality_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/runtime_equality_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Note that we do not equate primitive top types. List<void> and
  * List<dynamic> are still considered distinct runtime type objects. Note that
diff --git a/LanguageFeatures/nnbd/static/strong/exports_A01_t01.dart b/LanguageFeatures/nnbd/static/strong/exports_A01_t01.dart
index 4c9f689..0ad73bf 100644
--- a/LanguageFeatures/nnbd/static/strong/exports_A01_t01.dart
+++ b/LanguageFeatures/nnbd/static/strong/exports_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t01.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t01.dart
index 73e91c2..1444ba5 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t01.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t03.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t03.dart
index a555795..015c262 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t03.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T) = T* if T is Never or Object
  *
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t04.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t04.dart
index f18690b..01b4d10 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t04.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t08.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t08.dart
index 50bbcd0..5faa270 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t08.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(FutureOr<T>) = FutureOr<S>* where S is
  * CONST_CANONICAL_TYPE(T)
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A06_t01.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A06_t01.dart
index bd889a1..2b8caf2 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A06_t01.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(T*) = CONST_CANONICAL_TYPE(T)
  *
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A07_t01.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A07_t01.dart
index 9b0ef05..869e018 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A07_t01.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(X extends T) = X*
  *
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A08_t01.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A08_t01.dart
index f1cd152..988afe4 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A08_t01.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(C<T0, ..., Tn>) = C<R0, ..., Rn>*
  *   where Ri is CONST_CANONICAL_TYPE(Ti)
diff --git a/LanguageFeatures/nnbd/static/weak/const_evaluation_A09_t03.dart b/LanguageFeatures/nnbd/static/weak/const_evaluation_A09_t03.dart
index 4695356..6e79e15 100644
--- a/LanguageFeatures/nnbd/static/weak/const_evaluation_A09_t03.dart
+++ b/LanguageFeatures/nnbd/static/weak/const_evaluation_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion CONST_CANONICAL_TYPE(R Function<X extends B>(S)) = F*
  *   where F = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t01.dart b/LanguageFeatures/nnbd/static_errors_A01_t01.dart
index 9755ad0..0b7bd6f 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t02.dart b/LanguageFeatures/nnbd/static_errors_A01_t02.dart
index 7500dc7..00ec267 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t03.dart b/LanguageFeatures/nnbd/static_errors_A01_t03.dart
index 1d11c38..32fbd7a 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t06.dart b/LanguageFeatures/nnbd/static_errors_A01_t06.dart
index 6c64bff..53c65ed 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t07.dart b/LanguageFeatures/nnbd/static_errors_A01_t07.dart
index 9888262..61673fa 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t10.dart b/LanguageFeatures/nnbd/static_errors_A01_t10.dart
index d57b960..ac38a61 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t11.dart b/LanguageFeatures/nnbd/static_errors_A01_t11.dart
index b88fb29..c76b44b 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t12.dart b/LanguageFeatures/nnbd/static_errors_A01_t12.dart
index eb18980..a56c25a 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A01_t13.dart b/LanguageFeatures/nnbd/static_errors_A01_t13.dart
index f7ac6d6..c7911b2 100644
--- a/LanguageFeatures/nnbd/static_errors_A01_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t01.dart b/LanguageFeatures/nnbd/static_errors_A02_t01.dart
index 80250b0..b1c3e8b 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t02.dart b/LanguageFeatures/nnbd/static_errors_A02_t02.dart
index 498f8aa..68d1c30 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t03.dart b/LanguageFeatures/nnbd/static_errors_A02_t03.dart
index d26600d..48f692d 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t06.dart b/LanguageFeatures/nnbd/static_errors_A02_t06.dart
index bb29dea..e4741cd 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t07.dart b/LanguageFeatures/nnbd/static_errors_A02_t07.dart
index 42d6a2d..3cc2c92 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t10.dart b/LanguageFeatures/nnbd/static_errors_A02_t10.dart
index f8e5270..485d737 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t11.dart b/LanguageFeatures/nnbd/static_errors_A02_t11.dart
index 8b915ac..7d7edd8 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t12.dart b/LanguageFeatures/nnbd/static_errors_A02_t12.dart
index 3707cfb..8293f7f 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A02_t13.dart b/LanguageFeatures/nnbd/static_errors_A02_t13.dart
index 0897033..837fb30 100644
--- a/LanguageFeatures/nnbd/static_errors_A02_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/static_errors_A03_t01.dart b/LanguageFeatures/nnbd/static_errors_A03_t01.dart
index bf09465..7c3143a 100644
--- a/LanguageFeatures/nnbd/static_errors_A03_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/static_errors_A03_t02.dart b/LanguageFeatures/nnbd/static_errors_A03_t02.dart
index eb61fc4..2c3338e 100644
--- a/LanguageFeatures/nnbd/static_errors_A03_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/static_errors_A03_t05.dart b/LanguageFeatures/nnbd/static_errors_A03_t05.dart
index 1ddb820..7e9d43d 100644
--- a/LanguageFeatures/nnbd/static_errors_A03_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/static_errors_A03_t06.dart b/LanguageFeatures/nnbd/static_errors_A03_t06.dart
index e4b3e4c..d748b52 100644
--- a/LanguageFeatures/nnbd/static_errors_A03_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t01.dart b/LanguageFeatures/nnbd/static_errors_A04_t01.dart
index 37deca4..d36dac9 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t02.dart b/LanguageFeatures/nnbd/static_errors_A04_t02.dart
index 9cddcac..fce1455 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t03.dart b/LanguageFeatures/nnbd/static_errors_A04_t03.dart
index 4bf005e..896c60f 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t04.dart b/LanguageFeatures/nnbd/static_errors_A04_t04.dart
index 174e989..d5b0935 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t08.dart b/LanguageFeatures/nnbd/static_errors_A04_t08.dart
index ecd08a2..45644d5 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t09.dart b/LanguageFeatures/nnbd/static_errors_A04_t09.dart
index c4aa88c..79d49b5 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t10.dart b/LanguageFeatures/nnbd/static_errors_A04_t10.dart
index d4e77ab..bb9c034 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t13.dart b/LanguageFeatures/nnbd/static_errors_A04_t13.dart
index adc8726..5e5c78f 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t21.dart b/LanguageFeatures/nnbd/static_errors_A04_t21.dart
index b221b1b..29f7ad2 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t21.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t22.dart b/LanguageFeatures/nnbd/static_errors_A04_t22.dart
index 1808a58..f0a20bc 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t22.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t23.dart b/LanguageFeatures/nnbd/static_errors_A04_t23.dart
index 48b1c85..9d12baf 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t23.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t24.dart b/LanguageFeatures/nnbd/static_errors_A04_t24.dart
index 71abc22..26b4a58 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t24.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t28.dart b/LanguageFeatures/nnbd/static_errors_A04_t28.dart
index c543177..e236a76 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t28.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t29.dart b/LanguageFeatures/nnbd/static_errors_A04_t29.dart
index dc684be..2f59cc0 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t29.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t30.dart b/LanguageFeatures/nnbd/static_errors_A04_t30.dart
index 69ea9d9..f1950a0 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t30.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A04_t33.dart b/LanguageFeatures/nnbd/static_errors_A04_t33.dart
index e3bc86a..1c7a2ea 100644
--- a/LanguageFeatures/nnbd/static_errors_A04_t33.dart
+++ b/LanguageFeatures/nnbd/static_errors_A04_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t01.dart b/LanguageFeatures/nnbd/static_errors_A05_t01.dart
index 0fa163f..c95df75 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t02.dart b/LanguageFeatures/nnbd/static_errors_A05_t02.dart
index 087270a..2bb6ec5 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t03.dart b/LanguageFeatures/nnbd/static_errors_A05_t03.dart
index 2f0496b..2faa67a 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t04.dart b/LanguageFeatures/nnbd/static_errors_A05_t04.dart
index 643e643..a83c0af 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t06.dart b/LanguageFeatures/nnbd/static_errors_A05_t06.dart
index 32b69ff..e07609b 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t07.dart b/LanguageFeatures/nnbd/static_errors_A05_t07.dart
index 332112b..9cbe1e2 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t08.dart b/LanguageFeatures/nnbd/static_errors_A05_t08.dart
index 6158629..d6e2e2e 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t09.dart b/LanguageFeatures/nnbd/static_errors_A05_t09.dart
index db1b0dd..e65b36d 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t10.dart b/LanguageFeatures/nnbd/static_errors_A05_t10.dart
index 30732de..26d2cc9 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t12.dart b/LanguageFeatures/nnbd/static_errors_A05_t12.dart
index 617ce4c..b260eaf 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t13.dart b/LanguageFeatures/nnbd/static_errors_A05_t13.dart
index 4230f45..1e42521 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t15.dart b/LanguageFeatures/nnbd/static_errors_A05_t15.dart
index ad8ec68..b868fa4 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t15.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t16.dart b/LanguageFeatures/nnbd/static_errors_A05_t16.dart
index 8ed599c..7df3fba 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t16.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t17.dart b/LanguageFeatures/nnbd/static_errors_A05_t17.dart
index 59fd1fb..240b75d 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t17.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t18.dart b/LanguageFeatures/nnbd/static_errors_A05_t18.dart
index a9b7ab2..dbc3215 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t18.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t19.dart b/LanguageFeatures/nnbd/static_errors_A05_t19.dart
index 11a208e..52aff19 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t19.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t21.dart b/LanguageFeatures/nnbd/static_errors_A05_t21.dart
index da86e07..6d549e1 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t21.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t22.dart b/LanguageFeatures/nnbd/static_errors_A05_t22.dart
index 234117b..34c43c6 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t22.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t23.dart b/LanguageFeatures/nnbd/static_errors_A05_t23.dart
index 046bef7..e88b278 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t23.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t24.dart b/LanguageFeatures/nnbd/static_errors_A05_t24.dart
index 8ae6867..149b1df 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t24.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t26.dart b/LanguageFeatures/nnbd/static_errors_A05_t26.dart
index 53d6e61..508e19c 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t26.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t27.dart b/LanguageFeatures/nnbd/static_errors_A05_t27.dart
index 0b00f54..ef132f3 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t27.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t28.dart b/LanguageFeatures/nnbd/static_errors_A05_t28.dart
index 2091439..6934f26 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t28.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t29.dart b/LanguageFeatures/nnbd/static_errors_A05_t29.dart
index c531ed8..d338d88 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t29.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t30.dart b/LanguageFeatures/nnbd/static_errors_A05_t30.dart
index 704c392..ce1f36e 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t30.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t32.dart b/LanguageFeatures/nnbd/static_errors_A05_t32.dart
index e72605b..c5ffcda 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t32.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t33.dart b/LanguageFeatures/nnbd/static_errors_A05_t33.dart
index c08c133..67a74c2 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t33.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A05_t34.dart b/LanguageFeatures/nnbd/static_errors_A05_t34.dart
index 20c626f..ecadb1c 100644
--- a/LanguageFeatures/nnbd/static_errors_A05_t34.dart
+++ b/LanguageFeatures/nnbd/static_errors_A05_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t01.dart b/LanguageFeatures/nnbd/static_errors_A06_t01.dart
index 1b8ce02..8bfc3b0 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t02.dart b/LanguageFeatures/nnbd/static_errors_A06_t02.dart
index daf44c7..4a92232 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t03.dart b/LanguageFeatures/nnbd/static_errors_A06_t03.dart
index d15d86c..bf45edf 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t04.dart b/LanguageFeatures/nnbd/static_errors_A06_t04.dart
index 1de5d24..59a53fb 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t05.dart b/LanguageFeatures/nnbd/static_errors_A06_t05.dart
index e842c00..a34d6c2 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t06.dart b/LanguageFeatures/nnbd/static_errors_A06_t06.dart
index 846fffc..107628e 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t07.dart b/LanguageFeatures/nnbd/static_errors_A06_t07.dart
index 5dbda89..b5f4d39 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t08.dart b/LanguageFeatures/nnbd/static_errors_A06_t08.dart
index aa53897..579e34e 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t11.dart b/LanguageFeatures/nnbd/static_errors_A06_t11.dart
index 4046751..562e976 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t12.dart b/LanguageFeatures/nnbd/static_errors_A06_t12.dart
index 2c872b0..8eb9a84 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t13.dart b/LanguageFeatures/nnbd/static_errors_A06_t13.dart
index 1bf2c61..7252cfb 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t14.dart b/LanguageFeatures/nnbd/static_errors_A06_t14.dart
index e3da948..c9c80ce 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t14.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t15.dart b/LanguageFeatures/nnbd/static_errors_A06_t15.dart
index cacf23b..67b78b3 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t15.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t16.dart b/LanguageFeatures/nnbd/static_errors_A06_t16.dart
index 9f530a3..374c795 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t16.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t17.dart b/LanguageFeatures/nnbd/static_errors_A06_t17.dart
index 48ef0b5..a609690 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t17.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t18.dart b/LanguageFeatures/nnbd/static_errors_A06_t18.dart
index 4834b69..007a300 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t18.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t19.dart b/LanguageFeatures/nnbd/static_errors_A06_t19.dart
index d25613c..2ba0ad6 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t19.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t20.dart b/LanguageFeatures/nnbd/static_errors_A06_t20.dart
index 92959b5..da62ff9 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t20.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t23.dart b/LanguageFeatures/nnbd/static_errors_A06_t23.dart
index 8b007e6..eaab19b 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t23.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t24.dart b/LanguageFeatures/nnbd/static_errors_A06_t24.dart
index fc2cfae..4e1e77a 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t24.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t25.dart b/LanguageFeatures/nnbd/static_errors_A06_t25.dart
index 632dca3..1090f7a 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t25.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A06_t26.dart b/LanguageFeatures/nnbd/static_errors_A06_t26.dart
index b318420..4c9b49d 100644
--- a/LanguageFeatures/nnbd/static_errors_A06_t26.dart
+++ b/LanguageFeatures/nnbd/static_errors_A06_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t01.dart b/LanguageFeatures/nnbd/static_errors_A08_t01.dart
index fa9e1b4..8c8b413 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t02.dart b/LanguageFeatures/nnbd/static_errors_A08_t02.dart
index f9c1fc0..6c5dc1f 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t03.dart b/LanguageFeatures/nnbd/static_errors_A08_t03.dart
index 76b89f7..e90e39b 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t04.dart b/LanguageFeatures/nnbd/static_errors_A08_t04.dart
index 5862ab8..eb48717 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t06.dart b/LanguageFeatures/nnbd/static_errors_A08_t06.dart
index 8c337db..dc03312 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t07.dart b/LanguageFeatures/nnbd/static_errors_A08_t07.dart
index 3ad063a..59680b7 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t09.dart b/LanguageFeatures/nnbd/static_errors_A08_t09.dart
index e2a0e3c..f51d7f7 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t10.dart b/LanguageFeatures/nnbd/static_errors_A08_t10.dart
index 1928999..5f701e8 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t11.dart b/LanguageFeatures/nnbd/static_errors_A08_t11.dart
index f1f00c0..23471c0 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t13.dart b/LanguageFeatures/nnbd/static_errors_A08_t13.dart
index 8482b54..29447d7 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t14.dart b/LanguageFeatures/nnbd/static_errors_A08_t14.dart
index 5972dc2..8aea395 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t14.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A08_t15.dart b/LanguageFeatures/nnbd/static_errors_A08_t15.dart
index bd6b9b5..e5e610d 100644
--- a/LanguageFeatures/nnbd/static_errors_A08_t15.dart
+++ b/LanguageFeatures/nnbd/static_errors_A08_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t01.dart b/LanguageFeatures/nnbd/static_errors_A09_t01.dart
index 5be3f38..3caa475 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t02.dart b/LanguageFeatures/nnbd/static_errors_A09_t02.dart
index 68a59bb..59cc817 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t03.dart b/LanguageFeatures/nnbd/static_errors_A09_t03.dart
index 8a35ef7..c6162c5 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t04.dart b/LanguageFeatures/nnbd/static_errors_A09_t04.dart
index 172fe9b..ef26652 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t07.dart b/LanguageFeatures/nnbd/static_errors_A09_t07.dart
index 6489581..b378c94 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t08.dart b/LanguageFeatures/nnbd/static_errors_A09_t08.dart
index 53dc904..138310c 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t09.dart b/LanguageFeatures/nnbd/static_errors_A09_t09.dart
index aea0cb6..7cfd40d 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t10.dart b/LanguageFeatures/nnbd/static_errors_A09_t10.dart
index 64f4ec5..c4c5437 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t11.dart b/LanguageFeatures/nnbd/static_errors_A09_t11.dart
index 3147d20..040afcd 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t13.dart b/LanguageFeatures/nnbd/static_errors_A09_t13.dart
index 28513a7..cd69c04 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t14.dart b/LanguageFeatures/nnbd/static_errors_A09_t14.dart
index 0f25554..b8266ca 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t14.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A09_t15.dart b/LanguageFeatures/nnbd/static_errors_A09_t15.dart
index a470112..d464252 100644
--- a/LanguageFeatures/nnbd/static_errors_A09_t15.dart
+++ b/LanguageFeatures/nnbd/static_errors_A09_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t01.dart b/LanguageFeatures/nnbd/static_errors_A10_t01.dart
index b6f3027..a2e3fbe 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t02.dart b/LanguageFeatures/nnbd/static_errors_A10_t02.dart
index cc2fc86..e6e87f2 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t03.dart b/LanguageFeatures/nnbd/static_errors_A10_t03.dart
index c745572..8072fac 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t04.dart b/LanguageFeatures/nnbd/static_errors_A10_t04.dart
index b99c1b3..1b93dfa 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t06.dart b/LanguageFeatures/nnbd/static_errors_A10_t06.dart
index b2157a3..b5686c8 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t07.dart b/LanguageFeatures/nnbd/static_errors_A10_t07.dart
index fb2f5ed..4bfcb6e 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t08.dart b/LanguageFeatures/nnbd/static_errors_A10_t08.dart
index 28b5644..d2026e3 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t09.dart b/LanguageFeatures/nnbd/static_errors_A10_t09.dart
index 595e38e..a75b164 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t10.dart b/LanguageFeatures/nnbd/static_errors_A10_t10.dart
index a2a157a..08be9e7 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t11.dart b/LanguageFeatures/nnbd/static_errors_A10_t11.dart
index 602470f..229516c 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t13.dart b/LanguageFeatures/nnbd/static_errors_A10_t13.dart
index 29c318b..7ff5e6b 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A10_t15.dart b/LanguageFeatures/nnbd/static_errors_A10_t15.dart
index dce72e1..3709c0b 100644
--- a/LanguageFeatures/nnbd/static_errors_A10_t15.dart
+++ b/LanguageFeatures/nnbd/static_errors_A10_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/static_errors_A11_t01.dart b/LanguageFeatures/nnbd/static_errors_A11_t01.dart
index bd4a61a..60d0b9d 100644
--- a/LanguageFeatures/nnbd/static_errors_A11_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a required named parameter has a default value.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A11_t02.dart b/LanguageFeatures/nnbd/static_errors_A11_t02.dart
index 4845e9f..f13290c 100644
--- a/LanguageFeatures/nnbd/static_errors_A11_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a required named parameter has a default value.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A11_t03.dart b/LanguageFeatures/nnbd/static_errors_A11_t03.dart
index 119cd93..4d1701b 100644
--- a/LanguageFeatures/nnbd/static_errors_A11_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a required named parameter has a default value.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A11_t05.dart b/LanguageFeatures/nnbd/static_errors_A11_t05.dart
index 1a3d23d..202def2 100644
--- a/LanguageFeatures/nnbd/static_errors_A11_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A11_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a required named parameter has a default value.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A12_t01.dart b/LanguageFeatures/nnbd/static_errors_A12_t01.dart
index 174425a..f3dc11f 100644
--- a/LanguageFeatures/nnbd/static_errors_A12_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a named parameter that is part of a required
  * group is not bound to an argument at a call site
diff --git a/LanguageFeatures/nnbd/static_errors_A12_t02.dart b/LanguageFeatures/nnbd/static_errors_A12_t02.dart
index 4d46bad..cb6c1a4 100644
--- a/LanguageFeatures/nnbd/static_errors_A12_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a named parameter that is part of a required
  * group is not bound to an argument at a call site
diff --git a/LanguageFeatures/nnbd/static_errors_A12_t03.dart b/LanguageFeatures/nnbd/static_errors_A12_t03.dart
index f255943..c236040 100644
--- a/LanguageFeatures/nnbd/static_errors_A12_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a named parameter that is part of a required
  * group is not bound to an argument at a call site
diff --git a/LanguageFeatures/nnbd/static_errors_A13_t01.dart b/LanguageFeatures/nnbd/static_errors_A13_t01.dart
index 309268f..3acf7b8 100644
--- a/LanguageFeatures/nnbd/static_errors_A13_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call the default List constructor.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t01.dart b/LanguageFeatures/nnbd/static_errors_A14_t01.dart
index 31087bb..917237f 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t02.dart b/LanguageFeatures/nnbd/static_errors_A14_t02.dart
index 4cd893f..c5e07f2 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t03.dart b/LanguageFeatures/nnbd/static_errors_A14_t03.dart
index 0adfa09..4a10c7d 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t04.dart b/LanguageFeatures/nnbd/static_errors_A14_t04.dart
index b44de66..0725b96 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t05.dart b/LanguageFeatures/nnbd/static_errors_A14_t05.dart
index 8bafada..a0b9d22 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t06.dart b/LanguageFeatures/nnbd/static_errors_A14_t06.dart
index b3545ae..c702fe6 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t12.dart b/LanguageFeatures/nnbd/static_errors_A14_t12.dart
index 383b071..d4bad2a 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A14_t13.dart b/LanguageFeatures/nnbd/static_errors_A14_t13.dart
index 8014e0a..afbf0a5 100644
--- a/LanguageFeatures/nnbd/static_errors_A14_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A14_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/static_errors_A15_t01.dart b/LanguageFeatures/nnbd/static_errors_A15_t01.dart
index 82a186c..4c48f68 100644
--- a/LanguageFeatures/nnbd/static_errors_A15_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin a type
  * of the form T? for any T.
diff --git a/LanguageFeatures/nnbd/static_errors_A16_t01.dart b/LanguageFeatures/nnbd/static_errors_A16_t01.dart
index e8e71dc..d0f781e 100644
--- a/LanguageFeatures/nnbd/static_errors_A16_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin the type
  * Never
diff --git a/LanguageFeatures/nnbd/static_errors_A17_t01.dart b/LanguageFeatures/nnbd/static_errors_A17_t01.dart
index 39d978e..e842788 100644
--- a/LanguageFeatures/nnbd/static_errors_A17_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/static_errors_A17_t03.dart b/LanguageFeatures/nnbd/static_errors_A17_t03.dart
index aba2867..a827897 100644
--- a/LanguageFeatures/nnbd/static_errors_A17_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/static_errors_A18_t01.dart b/LanguageFeatures/nnbd/static_errors_A18_t01.dart
index a0954e5..29dac5a 100644
--- a/LanguageFeatures/nnbd/static_errors_A18_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to apply an expression of type Never in the
  * function position of a function call
diff --git a/LanguageFeatures/nnbd/static_errors_A19_t01.dart b/LanguageFeatures/nnbd/static_errors_A19_t01.dart
index 9e04429..a839eda 100644
--- a/LanguageFeatures/nnbd/static_errors_A19_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A19_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the static type of e in the expression 'throw e'
  * is not assignable to Object
diff --git a/LanguageFeatures/nnbd/static_errors_A19_t04.dart b/LanguageFeatures/nnbd/static_errors_A19_t04.dart
index 5668df6..21ede0a 100644
--- a/LanguageFeatures/nnbd/static_errors_A19_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A19_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the static type of e in the expression 'throw e'
  * is not assignable to Object
diff --git a/LanguageFeatures/nnbd/static_errors_A20_t01.dart b/LanguageFeatures/nnbd/static_errors_A20_t01.dart
index 06b2ab7..1a5e163 100644
--- a/LanguageFeatures/nnbd/static_errors_A20_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A20_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A20_t02.dart b/LanguageFeatures/nnbd/static_errors_A20_t02.dart
index 6014452..dc69b41 100644
--- a/LanguageFeatures/nnbd/static_errors_A20_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A20_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A20_t03.dart b/LanguageFeatures/nnbd/static_errors_A20_t03.dart
index 8ec049f..064eeeb 100644
--- a/LanguageFeatures/nnbd/static_errors_A20_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A20_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t01.dart b/LanguageFeatures/nnbd/static_errors_A21_t01.dart
index 9f794b6..b510a3b 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t02.dart b/LanguageFeatures/nnbd/static_errors_A21_t02.dart
index 96cebb1..311fbbd 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t03.dart b/LanguageFeatures/nnbd/static_errors_A21_t03.dart
index fbb0717..49acdf2 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t04.dart b/LanguageFeatures/nnbd/static_errors_A21_t04.dart
index b6b9baa..94fd2dc 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t05.dart b/LanguageFeatures/nnbd/static_errors_A21_t05.dart
index 70bb882..8dad7c9 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t06.dart b/LanguageFeatures/nnbd/static_errors_A21_t06.dart
index c7386c8..909371c 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A21_t07.dart b/LanguageFeatures/nnbd/static_errors_A21_t07.dart
index 621a4ed..64dd0c5 100644
--- a/LanguageFeatures/nnbd/static_errors_A21_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A21_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a variable to be declared as late in any of the
  * following positions: in a formal parameter list of any kind; in a catch
diff --git a/LanguageFeatures/nnbd/static_errors_A22_t01.dart b/LanguageFeatures/nnbd/static_errors_A22_t01.dart
index a2be29d..7f5acff 100644
--- a/LanguageFeatures/nnbd/static_errors_A22_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A22_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for the initializer expression of a late local
  * variable to use a prefix await expression that is not nested inside of
diff --git a/LanguageFeatures/nnbd/static_errors_A22_t02.dart b/LanguageFeatures/nnbd/static_errors_A22_t02.dart
index c1f2b25..6cb0987 100644
--- a/LanguageFeatures/nnbd/static_errors_A22_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for the initializer expression of a late local
  * variable to use a prefix await expression that is not nested inside of
diff --git a/LanguageFeatures/nnbd/static_errors_A22_t03.dart b/LanguageFeatures/nnbd/static_errors_A22_t03.dart
index ea0b931..b17ea28 100644
--- a/LanguageFeatures/nnbd/static_errors_A22_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error for the initializer expression of a late local
  * variable to use a prefix await expression that is not nested inside of
diff --git a/LanguageFeatures/nnbd/static_errors_A23_t01.dart b/LanguageFeatures/nnbd/static_errors_A23_t01.dart
index aad7805..4d608e4 100644
--- a/LanguageFeatures/nnbd/static_errors_A23_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A23_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class with a const constructor to have a late
  * final instance variable.
diff --git a/LanguageFeatures/nnbd/static_errors_A24_t01.dart b/LanguageFeatures/nnbd/static_errors_A24_t01.dart
index 66b1070..f317689 100644
--- a/LanguageFeatures/nnbd/static_errors_A24_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not a compile time error to write to a final variable if
  * that variable is declared late and does not have an initializer.
diff --git a/LanguageFeatures/nnbd/static_errors_A24_t02.dart b/LanguageFeatures/nnbd/static_errors_A24_t02.dart
index 5409c04..1b48e81 100644
--- a/LanguageFeatures/nnbd/static_errors_A24_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not a compile time error to write to a final variable if
  * that variable is declared late and does not have an initializer.
diff --git a/LanguageFeatures/nnbd/static_errors_A25_t01.dart b/LanguageFeatures/nnbd/static_errors_A25_t01.dart
index 0d0b756..2f91aab 100644
--- a/LanguageFeatures/nnbd/static_errors_A25_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A25_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/static_errors_A25_t03.dart b/LanguageFeatures/nnbd/static_errors_A25_t03.dart
index 1a7ab33..d723159 100644
--- a/LanguageFeatures/nnbd/static_errors_A25_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A25_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/static_errors_A25_t04.dart b/LanguageFeatures/nnbd/static_errors_A25_t04.dart
index 0f9cfea..3aeabb7 100644
--- a/LanguageFeatures/nnbd/static_errors_A25_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A25_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/static_errors_A25_t05.dart b/LanguageFeatures/nnbd/static_errors_A25_t05.dart
index 17cd123..1f78a96 100644
--- a/LanguageFeatures/nnbd/static_errors_A25_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A25_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/static_errors_A25_t06.dart b/LanguageFeatures/nnbd/static_errors_A25_t06.dart
index 8d05f91..700bafb 100644
--- a/LanguageFeatures/nnbd/static_errors_A25_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A25_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/static_errors_A26_t01.dart b/LanguageFeatures/nnbd/static_errors_A26_t01.dart
index 3faa6a8..d952c88 100644
--- a/LanguageFeatures/nnbd/static_errors_A26_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A26_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable marked late
  * when the variable is definitely unassigned. This includes all forms of reads,
diff --git a/LanguageFeatures/nnbd/static_errors_A26_t03.dart b/LanguageFeatures/nnbd/static_errors_A26_t03.dart
index 3bb9b2f..47b457e 100644
--- a/LanguageFeatures/nnbd/static_errors_A26_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A26_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable marked late
  * when the variable is definitely unassigned. This includes all forms of reads,
diff --git a/LanguageFeatures/nnbd/static_errors_A26_t04.dart b/LanguageFeatures/nnbd/static_errors_A26_t04.dart
index e607b04..d5f452b 100644
--- a/LanguageFeatures/nnbd/static_errors_A26_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A26_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable marked late
  * when the variable is definitely unassigned. This includes all forms of reads,
diff --git a/LanguageFeatures/nnbd/static_errors_A27_t01.dart b/LanguageFeatures/nnbd/static_errors_A27_t01.dart
index a413a15..badc7cb 100644
--- a/LanguageFeatures/nnbd/static_errors_A27_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A27_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the object being iterated over by a for-in loop
  * has a static type which is not dynamic, and is not a subtype of
diff --git a/LanguageFeatures/nnbd/static_errors_A27_t02.dart b/LanguageFeatures/nnbd/static_errors_A27_t02.dart
index 65da58c..2c2eab2 100644
--- a/LanguageFeatures/nnbd/static_errors_A27_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A27_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the object being iterated over by a for-in loop
  * has a static type which is not dynamic, and is not a subtype of
diff --git a/LanguageFeatures/nnbd/static_errors_A28_t01.dart b/LanguageFeatures/nnbd/static_errors_A28_t01.dart
index 2728cd4..b24a79f 100644
--- a/LanguageFeatures/nnbd/static_errors_A28_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A28_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the type of the value returned from a factory
  * constructor is not a subtype of the class type associated with the class in
diff --git a/LanguageFeatures/nnbd/static_errors_A29_t01.dart b/LanguageFeatures/nnbd/static_errors_A29_t01.dart
index 1f23c2e..c2bb653 100644
--- a/LanguageFeatures/nnbd/static_errors_A29_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A29_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/static_errors_A29_t02.dart b/LanguageFeatures/nnbd/static_errors_A29_t02.dart
index 21f1dda..08f5fbc 100644
--- a/LanguageFeatures/nnbd/static_errors_A29_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A29_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/static_errors_A29_t03.dart b/LanguageFeatures/nnbd/static_errors_A29_t03.dart
index 29b1411..c9f5838 100644
--- a/LanguageFeatures/nnbd/static_errors_A29_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A29_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/static_errors_A29_t04.dart b/LanguageFeatures/nnbd/static_errors_A29_t04.dart
index 60cdf5b..9ae792d 100644
--- a/LanguageFeatures/nnbd/static_errors_A29_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A29_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t01.dart b/LanguageFeatures/nnbd/static_errors_A30_t01.dart
index 3037b6b..2b1730e 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t02.dart b/LanguageFeatures/nnbd/static_errors_A30_t02.dart
index fc22375..f5b09bf 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t03.dart b/LanguageFeatures/nnbd/static_errors_A30_t03.dart
index 21b0471..6c8f3fe 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t04.dart b/LanguageFeatures/nnbd/static_errors_A30_t04.dart
index c26f0cf..5de6f9a 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t04.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t05.dart b/LanguageFeatures/nnbd/static_errors_A30_t05.dart
index 9b21fe3..50fc3c4 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t06.dart b/LanguageFeatures/nnbd/static_errors_A30_t06.dart
index 31627b0..f36dfad 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t07.dart b/LanguageFeatures/nnbd/static_errors_A30_t07.dart
index 619b47b..39447dd 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t08.dart b/LanguageFeatures/nnbd/static_errors_A30_t08.dart
index e249435..10f46ee 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t09.dart b/LanguageFeatures/nnbd/static_errors_A30_t09.dart
index 8f9b3ad..c940390 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A30_t10.dart b/LanguageFeatures/nnbd/static_errors_A30_t10.dart
index e47d1b1..29b7ca3 100644
--- a/LanguageFeatures/nnbd/static_errors_A30_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A30_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/static_errors_A31_t01.dart b/LanguageFeatures/nnbd/static_errors_A31_t01.dart
index f352d30..f876da7 100644
--- a/LanguageFeatures/nnbd/static_errors_A31_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A31_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class has a setter and a getter with the same
  * basename where the return type of the getter is not a subtype of the argument
diff --git a/LanguageFeatures/nnbd/static_errors_A31_t02.dart b/LanguageFeatures/nnbd/static_errors_A31_t02.dart
index ef492b5..1b4d719 100644
--- a/LanguageFeatures/nnbd/static_errors_A31_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A31_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class has a setter and a getter with the same
  * basename where the return type of the getter is not a subtype of the argument
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t01.dart b/LanguageFeatures/nnbd/static_errors_A32_t01.dart
index edf179c..78f8e77 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t02.dart b/LanguageFeatures/nnbd/static_errors_A32_t02.dart
index 075b5f7..07ffd09 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t05.dart b/LanguageFeatures/nnbd/static_errors_A32_t05.dart
index 2622b34..f72b229 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t06.dart b/LanguageFeatures/nnbd/static_errors_A32_t06.dart
index 4f31b8a..9bc5629 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t07.dart b/LanguageFeatures/nnbd/static_errors_A32_t07.dart
index d2217a0..4ed8f31 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t08.dart b/LanguageFeatures/nnbd/static_errors_A32_t08.dart
index 3fbc1cd..21e6cd9 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t09.dart b/LanguageFeatures/nnbd/static_errors_A32_t09.dart
index 9e9bdaa..135c7bc 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t11.dart b/LanguageFeatures/nnbd/static_errors_A32_t11.dart
index 41badf5..7bf3bc6 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t11.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t12.dart b/LanguageFeatures/nnbd/static_errors_A32_t12.dart
index 4e7a296..3366364 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t13.dart b/LanguageFeatures/nnbd/static_errors_A32_t13.dart
index 32275d7..940748e 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A32_t14.dart b/LanguageFeatures/nnbd/static_errors_A32_t14.dart
index 7f2b932..c377741 100644
--- a/LanguageFeatures/nnbd/static_errors_A32_t14.dart
+++ b/LanguageFeatures/nnbd/static_errors_A32_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t01.dart b/LanguageFeatures/nnbd/static_errors_A33_t01.dart
index 0c2bf2d..2731bb2 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t01.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t02.dart b/LanguageFeatures/nnbd/static_errors_A33_t02.dart
index 01f2242..ec6b33a 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t02.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t03.dart b/LanguageFeatures/nnbd/static_errors_A33_t03.dart
index 4e8edf9..7454ac5 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t03.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t05.dart b/LanguageFeatures/nnbd/static_errors_A33_t05.dart
index f24f237..ba5cba0 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t05.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t06.dart b/LanguageFeatures/nnbd/static_errors_A33_t06.dart
index b461131..8a0aafa 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t06.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t07.dart b/LanguageFeatures/nnbd/static_errors_A33_t07.dart
index 0462195..15a6866 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t07.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t08.dart b/LanguageFeatures/nnbd/static_errors_A33_t08.dart
index ef757d0..771f7b5 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t09.dart b/LanguageFeatures/nnbd/static_errors_A33_t09.dart
index 238a982..b1d3bf5 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t09.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t10.dart b/LanguageFeatures/nnbd/static_errors_A33_t10.dart
index d5db49e..efe419b 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t10.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t12.dart b/LanguageFeatures/nnbd/static_errors_A33_t12.dart
index e18d25e..a8cbc37 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t12.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/static_errors_A33_t13.dart b/LanguageFeatures/nnbd/static_errors_A33_t13.dart
index 901fdd5..c9dbbd8 100644
--- a/LanguageFeatures/nnbd/static_errors_A33_t13.dart
+++ b/LanguageFeatures/nnbd/static_errors_A33_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/syntax_A01_t01.dart b/LanguageFeatures/nnbd/syntax_A01_t01.dart
index 488fbe3..9b6ef24 100644
--- a/LanguageFeatures/nnbd/syntax_A01_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/syntax_A01_t02.dart b/LanguageFeatures/nnbd/syntax_A01_t02.dart
index 85a42f6..a6c7594 100644
--- a/LanguageFeatures/nnbd/syntax_A01_t02.dart
+++ b/LanguageFeatures/nnbd/syntax_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/syntax_A01_t03.dart b/LanguageFeatures/nnbd/syntax_A01_t03.dart
index 907033a..8259204 100644
--- a/LanguageFeatures/nnbd/syntax_A01_t03.dart
+++ b/LanguageFeatures/nnbd/syntax_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/syntax_A01_t05.dart b/LanguageFeatures/nnbd/syntax_A01_t05.dart
index 944a5bc..d3641c2 100644
--- a/LanguageFeatures/nnbd/syntax_A01_t05.dart
+++ b/LanguageFeatures/nnbd/syntax_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/syntax_A01_t06.dart b/LanguageFeatures/nnbd/syntax_A01_t06.dart
index a470d3d..c0794cc 100644
--- a/LanguageFeatures/nnbd/syntax_A01_t06.dart
+++ b/LanguageFeatures/nnbd/syntax_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/syntax_A02_t01.dart b/LanguageFeatures/nnbd/syntax_A02_t01.dart
index 49ffa9a..b4664aa 100644
--- a/LanguageFeatures/nnbd/syntax_A02_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/syntax_A02_t03.dart b/LanguageFeatures/nnbd/syntax_A02_t03.dart
index 585e060..85f0ff2 100644
--- a/LanguageFeatures/nnbd/syntax_A02_t03.dart
+++ b/LanguageFeatures/nnbd/syntax_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/syntax_A03_t01.dart b/LanguageFeatures/nnbd/syntax_A03_t01.dart
index 77dbf04..92bae97 100644
--- a/LanguageFeatures/nnbd/syntax_A03_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of expressions is extended to allow any expression to
  * be suffixed with a !.
diff --git a/LanguageFeatures/nnbd/syntax_A04_t01.dart b/LanguageFeatures/nnbd/syntax_A04_t01.dart
index e613e58..dc7d4ff 100644
--- a/LanguageFeatures/nnbd/syntax_A04_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier late is added as a built-in identifier. The grammar
  * of top level variables, static fields, instance fields, and local variables
diff --git a/LanguageFeatures/nnbd/syntax_A05_t01.dart b/LanguageFeatures/nnbd/syntax_A05_t01.dart
index 08f7132..76736d6 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A05_t02.dart b/LanguageFeatures/nnbd/syntax_A05_t02.dart
index 5a0292d..ba25585 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t02.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A05_t03.dart b/LanguageFeatures/nnbd/syntax_A05_t03.dart
index 22b8ec8..3f5a969 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t03.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A05_t04.dart b/LanguageFeatures/nnbd/syntax_A05_t04.dart
index c8304f3..130d6f4 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t04.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A05_t05.dart b/LanguageFeatures/nnbd/syntax_A05_t05.dart
index ae2dae5..f92e80c 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t05.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A05_t06.dart b/LanguageFeatures/nnbd/syntax_A05_t06.dart
index e503702..c82ee45 100644
--- a/LanguageFeatures/nnbd/syntax_A05_t06.dart
+++ b/LanguageFeatures/nnbd/syntax_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/syntax_A06_t01.dart b/LanguageFeatures/nnbd/syntax_A06_t01.dart
index e68382e..8221457 100644
--- a/LanguageFeatures/nnbd/syntax_A06_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of selectors is extended to allow null-aware
  * subscripting using the syntax e1?[e2] which evaluates to null if e1
diff --git a/LanguageFeatures/nnbd/syntax_A07_t01.dart b/LanguageFeatures/nnbd/syntax_A07_t01.dart
index 7a745e1..7d5c54e 100644
--- a/LanguageFeatures/nnbd/syntax_A07_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/syntax_A07_t05.dart b/LanguageFeatures/nnbd/syntax_A07_t05.dart
index c8c9f40..d5666f0 100644
--- a/LanguageFeatures/nnbd/syntax_A07_t05.dart
+++ b/LanguageFeatures/nnbd/syntax_A07_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/syntax_A08_t01.dart b/LanguageFeatures/nnbd/syntax_A08_t01.dart
index 8c5595e..b84dfa2 100644
--- a/LanguageFeatures/nnbd/syntax_A08_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Conditional expressions inside of braces are ambiguous between
  * sets and maps. That is, { a as bool ? - 3 : 3 } can be parsed as a set
diff --git a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A01_t03.dart b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A01_t03.dart
index dabdaba..7260e44 100644
--- a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A01_t03.dart
+++ b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A02_t03.dart b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A02_t03.dart
index f5048ff..c985bb8 100644
--- a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A02_t03.dart
+++ b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A03_t03.dart b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A03_t03.dart
index 3d97229..c1754e9 100644
--- a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A03_t03.dart
+++ b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A04_t08.dart b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A04_t08.dart
index 03f5451..4c64712 100644
--- a/LanguageFeatures/nnbd/triple-shift/local_variable_read_A04_t08.dart
+++ b/LanguageFeatures/nnbd/triple-shift/local_variable_read_A04_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A09_t12.dart b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A09_t12.dart
index 4cbf5fe..d617b6a 100644
--- a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A09_t12.dart
+++ b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A09_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A11_t12.dart b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A11_t12.dart
index 0b3e5bf..f104232 100644
--- a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A11_t12.dart
+++ b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A11_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A13_t12.dart b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A13_t12.dart
index 6b57638..27af637 100644
--- a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A13_t12.dart
+++ b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A13_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A15_t12.dart b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A15_t12.dart
index d68a169..99f1dcb 100644
--- a/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A15_t12.dart
+++ b/LanguageFeatures/nnbd/triple-shift/null_aware_operator_A15_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/triple-shift/static_errors_A25_t02.dart b/LanguageFeatures/nnbd/triple-shift/static_errors_A25_t02.dart
index d927f5f..78142aa 100644
--- a/LanguageFeatures/nnbd/triple-shift/static_errors_A25_t02.dart
+++ b/LanguageFeatures/nnbd/triple-shift/static_errors_A25_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a local variable
  * marked late and final when the variable is definitely assigned. This includes
diff --git a/LanguageFeatures/nnbd/triple-shift/static_errors_A26_t02.dart b/LanguageFeatures/nnbd/triple-shift/static_errors_A26_t02.dart
index fd87020..5ad2377 100644
--- a/LanguageFeatures/nnbd/triple-shift/static_errors_A26_t02.dart
+++ b/LanguageFeatures/nnbd/triple-shift/static_errors_A26_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable marked late
  * when the variable is definitely unassigned. This includes all forms of reads,
diff --git a/LanguageFeatures/nnbd/type-aliases/assignability_A01_t01.dart b/LanguageFeatures/nnbd/type-aliases/assignability_A01_t01.dart
index 8793a89..84c86ef 100644
--- a/LanguageFeatures/nnbd/type-aliases/assignability_A01_t01.dart
+++ b/LanguageFeatures/nnbd/type-aliases/assignability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/type-aliases/assignability_A01_t02.dart b/LanguageFeatures/nnbd/type-aliases/assignability_A01_t02.dart
index f22d976..9e9761e 100644
--- a/LanguageFeatures/nnbd/type-aliases/assignability_A01_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/assignability_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t05.dart b/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t05.dart
index 71fe6ae..d979327 100644
--- a/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t05.dart
+++ b/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t06.dart b/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t06.dart
index 6bf1c99..b643a4a 100644
--- a/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t06.dart
+++ b/LanguageFeatures/nnbd/type-aliases/extension_method_resolution_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A01_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A01_t02.dart
index e41683b..fe1a034 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A02_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A02_t02.dart
index e777063..89ddacb 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.f translates to:
  *  PASSTHRU[F, fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A03_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A03_t02.dart
index 3d40509..a1bf807 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A03_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A04_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A04_t02.dart
index 7117819..ce45e1d 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A04_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.m(args) translates to:
  *  PASSTHRU[F, fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A06_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A06_t02.dart
index c04ac0c..3255925 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A06_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A07_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A07_t02.dart
index 22bca49..bb169f9 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A07_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A08_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A08_t02.dart
index a67e8b0..e52c348 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A08_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A10_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A10_t02.dart
index 2a94ffc..c2c26a2 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A10_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A12_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A12_t02.dart
index d6f2b35..107e9c8 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A12_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A14_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A14_t02.dart
index 407b140..9430a29 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A14_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A16_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A16_t02.dart
index 65096e4..9a51977 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A16_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t02.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t02.dart
index 25bc1f7..1720c5b 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t05.dart b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t05.dart
index 4b63739..fb86053 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t05.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_aware_operator_A17_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t03.dart b/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t03.dart
index acd0a7e..c8788d9 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t03.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t08.dart b/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t08.dart
index 543b07b..57be0d8 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t08.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_promotion_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t03.dart b/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t03.dart
index c3dd1c8..a316306 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t03.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t04.dart b/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t04.dart
index afdf5d3..146f58d 100644
--- a/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/null_promotion_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t03.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t03.dart
index f80afec..efbaafa 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t03.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t07.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t07.dart
index 8837bec..74f45e3 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t07.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t04.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t04.dart
index e3b4fdd..74c9e72 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t10.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t10.dart
index 6c14fe3..1b909e8 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t10.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t14.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t14.dart
index 9d5fe52..998d204 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t14.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t17.dart b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t17.dart
index bee8010..dc9cc26 100644
--- a/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t17.dart
+++ b/LanguageFeatures/nnbd/type-aliases/nullability_definitions_A02_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/type-aliases/opted_in_aliases_lib.dart b/LanguageFeatures/nnbd/type-aliases/opted_in_aliases_lib.dart
index c9e8ee3..dd145b5 100644
--- a/LanguageFeatures/nnbd/type-aliases/opted_in_aliases_lib.dart
+++ b/LanguageFeatures/nnbd/type-aliases/opted_in_aliases_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t04.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t04.dart
index b8b769b..4243a54 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t05.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t05.dart
index 4e6e849..7556cd0 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t05.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t04.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t04.dart
index d510a58..5ffffd1 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t05.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t05.dart
index 0c81602..65c8eff 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t05.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A03_t03.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A03_t03.dart
index 977992e..b1ed238 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A03_t03.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A14_t11.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A14_t11.dart
index fddc232..5228218 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A14_t11.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A14_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A15_t02.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A15_t02.dart
index b1509f7..446f624 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A15_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin a type
  * of the form T? for any T.
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A16_t02.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A16_t02.dart
index 6f507ed..e1685df 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A16_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin the type
  * Never
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t02.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t02.dart
index c3f4391..45768d8 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t04.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t04.dart
index ef30d45..6a8c743 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A17_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A18_t02.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A18_t02.dart
index 01b84f8..f5c0554 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A18_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is not an error to apply an expression of type Never in the
  * function position of a function call
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A19_t02.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A19_t02.dart
index efaf9b5..fbd2f50 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A19_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A19_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the static type of e in the expression 'throw e'
  * is not assignable to Object
diff --git a/LanguageFeatures/nnbd/type-aliases/static_errors_A32_t03.dart b/LanguageFeatures/nnbd/type-aliases/static_errors_A32_t03.dart
index 1a34028..fad29c6 100644
--- a/LanguageFeatures/nnbd/type-aliases/static_errors_A32_t03.dart
+++ b/LanguageFeatures/nnbd/type-aliases/static_errors_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A01_t04.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A01_t04.dart
index ee0b4f5..891dd45 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A01_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A02_t02.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A02_t02.dart
index b2c56e5..c5f900e 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A02_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A02_t04.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A02_t04.dart
index 1c29f02..6726b85 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A02_t04.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A03_t02.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A03_t02.dart
index 36a8ee4..9bc0b28 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A03_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of expressions is extended to allow any expression to
  * be suffixed with a !.
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A06_t02.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A06_t02.dart
index ee20fc7..2785f76 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A06_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of selectors is extended to allow null-aware
  * subscripting using the syntax e1?[e2] which evaluates to null if e1
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A07_t02.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A07_t02.dart
index 0a563cf..d57e987 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A07_t02.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/type-aliases/syntax_A07_t06.dart b/LanguageFeatures/nnbd/type-aliases/syntax_A07_t06.dart
index caa648a..729957c 100644
--- a/LanguageFeatures/nnbd/type-aliases/syntax_A07_t06.dart
+++ b/LanguageFeatures/nnbd/type-aliases/syntax_A07_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A01_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A01_t01.dart
index 1ad9482..858c6e8 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A01_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A01_t02.dart b/LanguageFeatures/nnbd/type-normalization/equations_A01_t02.dart
index c82ca88..6ab1ae9 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A01_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A05_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A05_t01.dart
index ce700a4..8e71210 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A05_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A06_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A06_t01.dart
index b1aa89e..913497f 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A06_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A07_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A07_t01.dart
index aa860e2..9c320c1 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A07_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A08_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A08_t01.dart
index 3f7304e..0999ed3 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A08_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A11_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A11_t01.dart
index 57d5b6f..892effe 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A11_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A11_t02.dart b/LanguageFeatures/nnbd/type-normalization/equations_A11_t02.dart
index 45c9048..b20eaba 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A11_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A12_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A12_t01.dart
index c044711..42565c3 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A12_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A12_t02.dart b/LanguageFeatures/nnbd/type-normalization/equations_A12_t02.dart
index 4948085..f5640f4 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A12_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/equations_A13_t01.dart b/LanguageFeatures/nnbd/type-normalization/equations_A13_t01.dart
index 959f613..f1aeccd 100644
--- a/LanguageFeatures/nnbd/type-normalization/equations_A13_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/equations_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t01.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t01.dart
index 9c9b0bd..5999622 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t02.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t02.dart
index b33464a..92beb11 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t04.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t04.dart
index 8824504..13ec39f 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t04.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t05.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t05.dart
index 4137b38..9382078 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t05.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t06.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t06.dart
index ed55389..3689639 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t06.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A02_t07.dart b/LanguageFeatures/nnbd/type-normalization/norm_A02_t07.dart
index 48f631d..a011cad 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A02_t07.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t01.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t01.dart
index 1669d38..27a5153 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t02.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t02.dart
index c9e6b7a..279861e 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t04.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t04.dart
index 47397ad..ccf0cd5 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t04.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t05.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t05.dart
index ff27a45..c0b6631 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t05.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t06.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t06.dart
index 7af520c..9991a62 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t06.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t08.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t08.dart
index bc8dda9..7047627 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t08.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A03_t10.dart b/LanguageFeatures/nnbd/type-normalization/norm_A03_t10.dart
index 9a76e1d..46aba22 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A03_t10.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A03_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A05_t01.dart b/LanguageFeatures/nnbd/type-normalization/norm_A05_t01.dart
index 63e71f8..04db478 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A05_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(X extends T) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A05_t02.dart b/LanguageFeatures/nnbd/type-normalization/norm_A05_t02.dart
index 9d992d7..84f58c7 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A05_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(X extends T) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A05_t03.dart b/LanguageFeatures/nnbd/type-normalization/norm_A05_t03.dart
index dfeba47..dd17e34 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A05_t03.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(X extends T) =
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t01.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t01.dart
index 9ef1316..f6d791c 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t05.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t05.dart
index 243c6bd..bb4198e 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t05.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t06.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t06.dart
index e057716..5123266 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t06.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t09.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t09.dart
index 2c80358..98e4940 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t09.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t10.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t10.dart
index e37d588..2725945 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t10.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A06_t11.dart b/LanguageFeatures/nnbd/type-normalization/norm_A06_t11.dart
index 3b05f03..ebb9927 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A06_t11.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A07_t01.dart b/LanguageFeatures/nnbd/type-normalization/norm_A07_t01.dart
index 2c89b86..ef809cf 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A07_t01.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(R Function<X extends B>(S)) = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/type-normalization/norm_A07_t02.dart b/LanguageFeatures/nnbd/type-normalization/norm_A07_t02.dart
index 5622be5..cda06ad 100644
--- a/LanguageFeatures/nnbd/type-normalization/norm_A07_t02.dart
+++ b/LanguageFeatures/nnbd/type-normalization/norm_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(R Function<X extends B>(S)) = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t01.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t01.dart
index faf89de..c0cf2cb 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t01.dart
@@ -1,9 +1,7 @@
-/*
- * Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t02.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t02.dart
index 5a7dd3d..fb58d84 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t01.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t01.dart
index 1526013..7c8c8a8 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t02.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t02.dart
index 5549673..3526911 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form [e is T] or [e is! T] is accepted as a
  * potentially and compile-time constant expression if [e] is potentially
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t01.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t01.dart
index c2b35a4..42d5052 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t03.dart b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t03.dart
index b83bcf7..f63274b 100644
--- a/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/Constant-update-2018/TypeTestOperator_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t01.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t01.dart
index ddde994..84e2454 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t02.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t02.dart
index e88c946..4ffbe1c 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t03.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t03.dart
index 94324d5..d41947e 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/class/class_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
index b876fca..0b07dd3 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
index 8b6544e..7f0431f 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
index 6fce901..b7fcb62 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/nonfunction_typedef/nonfunction_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t01.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
index 2c012df..419cb07 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t02.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
index 671ded5..acf7842 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t03.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
index 0e78474..29ea97a 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t04.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
index d8298b2..85e5e44 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t05.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
index dedd07c..916395a 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t06.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
index 8ed0a6d..5398b59 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t07.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
index 349a042..67d394d 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t08.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
index 28be184..43bb548 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t09.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
index 6d53e71..790ec91 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t10.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
index 8129576..44564c1 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t11.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
index b3c1e33..db41abb 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t12.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
index 9b0b7a6..c846cfe 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t13.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
index 099383c..c23f5a9 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t14.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
index 0b332b2..d3f57f8 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t15.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
index b114aa9..600ca99 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t16.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
index d1b9903..449553a 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t17.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
index d4b0cf6..f1e05f9 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t18.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
index 031ed9f..b07f99c 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t19.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
index 8dc1eee..996e816 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t20.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
index 85f2268..4a27bbe 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t21.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
index 56632f6..b389de0 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t22.dart b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
index 29d20ba..ffbae22 100644
--- a/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
+++ b/LanguageFeatures/nnbd/weak/Least-greatest-closure/typedef/typedef_dynamic_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The definitions of least and greatest closure are changed in null
  * safe libraries to substitute [Never] in positions where previously [Null
diff --git a/LanguageFeatures/nnbd/weak/assignability_A01_t01.dart b/LanguageFeatures/nnbd/weak/assignability_A01_t01.dart
index a1f0445..77e1aef 100644
--- a/LanguageFeatures/nnbd/weak/assignability_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/assignability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A01_t01.dart b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A01_t01.dart
index e740dea..1a5dcf7 100644
--- a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A02_t01.dart b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A02_t01.dart
index 47230a5..2a35957 100644
--- a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The requirement that the condition in a boolean conditional
  * control expression (e.g. the a conditional statement, conditional element,
diff --git a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t01.dart b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t01.dart
index d2897b4..3b96835 100644
--- a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion With unsound null checking, evaluation proceeds as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t02.dart b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t02.dart
index 86e2e2b..02085aa 100644
--- a/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/boolean_conditional_evaluation_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion With unsound null checking, evaluation proceeds as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t09.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t09.dart
index 8abcbea..4c1f03a 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t10.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t10.dart
index 6db6bf6..23a96b9 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t11.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t11.dart
index bdab6c6..f713c5d 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t11.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t12.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t12.dart
index bb61ce0..9f44d33 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t12.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t13.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t13.dart
index 619b5bc..861783e 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t13.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t14.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t14.dart
index 1a05e98..b393b58 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t14.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t15.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t15.dart
index ca631ac..e0f2b40 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t15.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t16.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t16.dart
index 6c93d6e..35118d8 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t16.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t17.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t17.dart
index 4d45ce7..0cf6178 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t17.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t18.dart b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t18.dart
index 1deeb5b..e7996a5 100644
--- a/LanguageFeatures/nnbd/weak/const_evaluation_A01_t18.dart
+++ b/LanguageFeatures/nnbd/weak/const_evaluation_A01_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion With sound null safety, all generic const constructors and
  * generic const literals are evaluated using the actual type arguments
diff --git a/LanguageFeatures/nnbd/weak/const_objects_A01_t01.dart b/LanguageFeatures/nnbd/weak/const_objects_A01_t01.dart
index 41567fa..635a843 100644
--- a/LanguageFeatures/nnbd/weak/const_objects_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/const_objects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form 'e as T' is potentially constant if e is
  * a potentially constant expression and T is a potentially constant type
diff --git a/LanguageFeatures/nnbd/weak/const_type_var_elimination_A01_t01.dart b/LanguageFeatures/nnbd/weak/const_type_var_elimination_A01_t01.dart
index c2b6435..5b3c57b 100644
--- a/LanguageFeatures/nnbd/weak/const_type_var_elimination_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/const_type_var_elimination_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If performing inference on a const value of a generic class
  * results in inferred type arguments to the generic class which contain free
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_class_t01.dart b/LanguageFeatures/nnbd/weak/exports_A01_class_t01.dart
index 8f67016..8f417e2 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_class_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_class_t02.dart b/LanguageFeatures/nnbd/weak/exports_A01_class_t02.dart
index 44fbeb7..91b4f7a 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_class_t02.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_class_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_class_t03.dart b/LanguageFeatures/nnbd/weak/exports_A01_class_t03.dart
index 2449d88..a38880a 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_class_t03.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_class_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_class_t04.dart b/LanguageFeatures/nnbd/weak/exports_A01_class_t04.dart
index 79659b7..9bdf5a2 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_class_t04.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_class_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_class_t05.dart b/LanguageFeatures/nnbd/weak/exports_A01_class_t05.dart
index 45633b6..18f03b6 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_class_t05.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_class_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t01.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t01.dart
index 7c8a74e..8a09c19 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t02.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t02.dart
index ea05965..a4da9ea 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t02.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t03.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t03.dart
index b28fd63..2b9d87b 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t03.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t04.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t04.dart
index f37adac..9351d6c 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t04.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t05.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t05.dart
index cfaf76e..849174d 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t05.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t06.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t06.dart
index a491a20..825532b 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t06.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t07.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t07.dart
index 1def1e2..bb638ad 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t07.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t08.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t08.dart
index 9e8c9bd..b4f0cb2 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t08.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t09.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t09.dart
index 298dcdb..22e6bf9 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t09.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t10.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t10.dart
index e1b10ff..5f446ab 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t10.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t11.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t11.dart
index 8167258..6373899 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t11.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t12.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t12.dart
index 55deade..6c0d4df 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t12.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t13.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t13.dart
index 2557aba..da2ed48 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t13.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t14.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t14.dart
index 20b2deb..6d1fe7a 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t14.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t15.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t15.dart
index b1e8908..6a0d33f 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t15.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_functions_t16.dart b/LanguageFeatures/nnbd/weak/exports_A01_functions_t16.dart
index cddd065..612007f 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_functions_t16.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_functions_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_opted_in_lib.dart b/LanguageFeatures/nnbd/weak/exports_A01_opted_in_lib.dart
index bf19314..c731505 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_opted_out_lib.dart b/LanguageFeatures/nnbd/weak/exports_A01_opted_out_lib.dart
index dbf9dd1..3e3fccc 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t01.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t01.dart
index 819e5ac..9ff5f66 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t02.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t02.dart
index 572532c..7ac150e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t02.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t03.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t03.dart
index 3751d8b..53533b4 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t03.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t04.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t04.dart
index dfd6f71..f1a208e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t04.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t05.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t05.dart
index 05df819..931c7e4 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t05.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t06.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t06.dart
index 5309d7d..461ec84 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t06.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t07.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t07.dart
index cea28e6..5daacee 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t07.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t08.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t08.dart
index ed4d6f1..6550cdf 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t08.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t09.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t09.dart
index 5702d5f..cc2baed 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t09.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t10.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t10.dart
index 57e4acc..e9821e1 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t10.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t11.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t11.dart
index d9c879f..72714cf 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t11.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t12.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t12.dart
index f71aaeb..4db35d0 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t12.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t13.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t13.dart
index f26a6ae..f8d0c86 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t13.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t14.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t14.dart
index 9e7cbb7..0072319 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t14.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t15.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t15.dart
index a311681..b5a8e1e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t15.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t16.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t16.dart
index 6afe255..e37c22e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t16.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t17.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t17.dart
index 40f67ce..ae84b59 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t17.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef1_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t01.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t01.dart
index d418e94..04fe5a0 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t02.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t02.dart
index 29516eb..06da5fc 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t02.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t03.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t03.dart
index 6c32e57..0562746 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t03.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t04.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t04.dart
index 061ecb5..1aadb80 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t04.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t05.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t05.dart
index ce4f2a6..e0fc501 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t05.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t06.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t06.dart
index 66e64bc..619e48f 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t06.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t07.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t07.dart
index 6c1a288..8f6353e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t07.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t08.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t08.dart
index d12dc8f..02831e3 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t08.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t09.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t09.dart
index 744a252..3b4fcf9 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t09.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t10.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t10.dart
index 5095661..4085f4e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t10.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t11.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t11.dart
index d4ca836..e85d719 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t11.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t12.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t12.dart
index c732df8..093e381 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t12.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t13.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t13.dart
index 8b9bff8..c2c3b2e 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t13.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t14.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t14.dart
index 37c4eef..b1faa4c 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t14.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t15.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t15.dart
index 846b338..aee2802 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t15.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t16.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t16.dart
index 003cacd..7607fb4 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t16.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t17.dart b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t17.dart
index 87f3f5b..2ecbd38 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_typedef_t17.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_typedef_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_var_t01.dart b/LanguageFeatures/nnbd/weak/exports_A01_var_t01.dart
index 5b81694..d6848eb 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_var_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_var_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_var_t02.dart b/LanguageFeatures/nnbd/weak/exports_A01_var_t02.dart
index 847083e..a5ec9c4 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_var_t02.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_var_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_var_t03.dart b/LanguageFeatures/nnbd/weak/exports_A01_var_t03.dart
index 723025f..e95d826 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_var_t03.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_var_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_var_t04.dart b/LanguageFeatures/nnbd/weak/exports_A01_var_t04.dart
index 9a319e0..7430a77 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_var_t04.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_var_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A01_var_t05.dart b/LanguageFeatures/nnbd/weak/exports_A01_var_t05.dart
index 63c3dda..f4831fa 100644
--- a/LanguageFeatures/nnbd/weak/exports_A01_var_t05.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A01_var_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/exports_A02_opted_out_lib.dart b/LanguageFeatures/nnbd/weak/exports_A02_opted_out_lib.dart
index f33fe8f..a5f004d 100644
--- a/LanguageFeatures/nnbd/weak/exports_A02_opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A02_opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/exports_A02_t01.dart b/LanguageFeatures/nnbd/weak/exports_A02_t01.dart
index 3b4d6e3..ff85cad 100644
--- a/LanguageFeatures/nnbd/weak/exports_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/exports_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion: It is an error for a migrated library to re-export symbols from
  * an unmigrated library.
diff --git a/LanguageFeatures/nnbd/weak/expression_typing_A02_t01.dart b/LanguageFeatures/nnbd/weak/expression_typing_A02_t01.dart
index b89484a..cafb560 100644
--- a/LanguageFeatures/nnbd/weak/expression_typing_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/expression_typing_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Calling a method (including an operator) or getter on a receiver
  * of static type Never is treated by static analysis as producing a result of
diff --git a/LanguageFeatures/nnbd/weak/expression_typing_A03_t01.dart b/LanguageFeatures/nnbd/weak/expression_typing_A03_t01.dart
index da3e060..0abf34f 100644
--- a/LanguageFeatures/nnbd/weak/expression_typing_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/expression_typing_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Tearing off a method from a receiver of static type Never produces
  * a value of type Never.
diff --git a/LanguageFeatures/nnbd/weak/expression_typing_A04_t01.dart b/LanguageFeatures/nnbd/weak/expression_typing_A04_t01.dart
index 0fe765d..7133797 100644
--- a/LanguageFeatures/nnbd/weak/expression_typing_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/expression_typing_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Applying an expression of type Never in the function position of a
  * function call produces a result of type Never.
diff --git a/LanguageFeatures/nnbd/weak/expression_typing_A05_t01.dart b/LanguageFeatures/nnbd/weak/expression_typing_A05_t01.dart
index 7dd2f16..74b3dec 100644
--- a/LanguageFeatures/nnbd/weak/expression_typing_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/expression_typing_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The static type of a throw e expression is Never.
  *
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t01.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t01.dart
index f2668bf..514260b 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t02.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t02.dart
index c027c79..90f37a0 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t03.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t03.dart
index b900c13..f5894bf 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t04.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t04.dart
index 0636a22..a67ad36 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t01.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t01.dart
index 6cd2625..b65340f 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t02.dart b/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t02.dart
index a76102f..c50f23d 100644
--- a/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/extension_method_resolution_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A01_t01.dart
index 32889fa..6230316 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t01.dart
index b3492d6..64a7108 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t04.dart
index da435ce..25368d6 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t05.dart
index 1b2b6d9..f5aa3e7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t01.dart
index a15f4e4..3bb8f61 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t02.dart
index 362afa6..de66ef7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t03.dart
index 52440e0..c5c6dab 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A04_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A04_t02.dart
index e23101e..35e0c0f 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t02.dart
index 53414e6..03e849a 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t04.dart
index 3c32024..179bd9f 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t01.dart
index 792a44d..aac4b3f 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t02.dart
index e038df9..ffc06cd 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A07_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A07_t01.dart
index c51ae4b..4238764 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A07_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t01.dart
index f50f885..cff04df 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t02.dart
index 9c1b50e..8077584 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t03.dart
index 6c50c4c..7dd0514 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t05.dart
index e0db87e..f406710 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t01.dart
index 37705cf..0c23957 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t02.dart
index 6992379..a52789e 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t03.dart
index 85602ef..a211eab 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t04.dart
index d391cb9..1dcae6f 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t05.dart
index 7885b16..6a18638 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t01.dart
index 48e82f3..44389b2 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t02.dart
index 7ab06a5..800e3f2 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t06.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t06.dart
index 9b4fc73..7e59746 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t06.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t08.dart b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t08.dart
index 77056f0..9ef5918 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t08.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/definite_assignment_A11_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion assigned is a boolean value indicating whether the variable has
  * definitely been assigned at the given point in the source code. When assigned
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A01_t01.dart
index 322ffc1..e8335dc 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A03_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A03_t01.dart
index c54d34a..b66855a 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_assignment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via assignment of an
  * expression of type T given variable model VM if
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A01_t01.dart
index d3aa3e8..0a602af 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A02_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A02_t01.dart
index 6e78434..3f7859d 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A03_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A03_t01.dart
index b88fb02..1295854 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A06_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A06_t01.dart
index 89d4dd3..f1abc5d 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_initialization_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via initialization given
  * variable model VM if x is a local variable (not a formal parameter) and:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t01.dart
index 7f2f62d..b75e4b4 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t02.dart
index 6e27eac..a24546e 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t03.dart
index f7eb42a..eb74b8a 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/promotion_via_type_test_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a variable x is promotable via type test with type T
  * given variable model VM if
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t04.dart
index 9dfe6da..7f928c3 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t06.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t06.dart
index 302d14d..498ae2c 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t08.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t08.dart
index 12666c1..03923b7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t10.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t10.dart
index e3477e2..101a9e3 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Variable or getter: If N is an expression of the form x where the
  * type of x is T then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t01.dart
index 738cbcc..1d422c3 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t02.dart
index 7b596e7..07dfb9d 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion True literal: If N is the literal true, then:
  *  Let true(N) = before(N).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t03.dart
index b6e6f89..ac994bb 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t04.dart
index b1f46a1..70e52bf 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion False literal: If N is the literal false, then:
  *  Let true(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A04_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A04_t02.dart
index 9583cff..513d46e 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion null literal: If N is the literal null, then:
  *  Let null(N) = before(N).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t01.dart
index ba99732..68c25d5 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t03.dart
index 5a973f3..7f475ac 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t05.dart
index 2bc9d7f..4994acd 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion other literal: If N is some other literal than the above, then:
  *  Let null(N) = unreachable(before(N)).
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A06_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A06_t01.dart
index 0fd2fcf..fef42c8 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Null check operator: If N is an expression of the form E!, then:
  *  Let before(E) = before(N)
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t05.dart
index b325c36..7f9ffb7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t06.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t06.dart
index 9fe5919..3a63dfe 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t06.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t07.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t07.dart
index ccefc1f..50674fc 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t07.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t08.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t08.dart
index d54faaa..b60fe93 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t08.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_A07_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If N is an expression of the form E1.m1(E2), then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t01.dart
index 6b255c2..11c1d81 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t02.dart
index 271944f..065ffa6 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t03.dart
index 19485d7..f87bb3b 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t04.dart
index 6883de1..1eb6184 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t05.dart
index caa9e4c..9180040 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t06.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t06.dart
index 85b8575..d6cdd56 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t07.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t07.dart
index d95dfbf..7a6506e 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t08.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t08.dart
index a707eae..d50fe1c 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t09.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t09.dart
index 9b81d95..ba0badb 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t10.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t10.dart
index 42dea4e..dd211b1 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t01.dart
index 320102b..7c0a621 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t02.dart
index 5384885..f2a42c7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t03.dart
index 44dd493..c73bbca 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t04.dart
index 15f1fd5..288e6a7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t05.dart
index 0c11f09..9ff28cc 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t01.dart
index 1fde2c8..f0b9e40 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t02.dart
index d86837b..4d390c2 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t03.dart
index 1f601e4..276cd62 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t04.dart
index 0149023..6437687 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t05.dart
index fb158a3..10205df 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_break_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Break statement: If N is a statement of the form break [L];, then:
  *
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t01.dart
index 50c8340..2ee96a3 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t02.dart
index 1cd884b..975e15a 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t03.dart
index b90f075..284fddc 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t04.dart
index a40c5bc..4bd6dba 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t05.dart
index 88439bb..0e882f8 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t06.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t06.dart
index 3e71792..b0bd8bd 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t07.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t07.dart
index e7f7b96..888480b 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t08.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t08.dart
index 45423c6..6b00baa 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t09.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t09.dart
index 6578119..e43a2b4 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t10.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t10.dart
index b999929..8fd2be0 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t01.dart
index 1d8d878..c59b05c 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t02.dart
index af89256..13e69c7 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t03.dart
index 263fb7f..647f920 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t04.dart
index 3a908ff..975ff5b 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t05.dart
index ff57369..f190c86 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t01.dart
index 09b724d..ff02429 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t02.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t02.dart
index 5e07287..83c735a 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t03.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t03.dart
index 222ad44..c2d9caa 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t04.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t04.dart
index 80a452c..6c803fa 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t05.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t05.dart
index 369d92b..a39d690 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A04_t01.dart b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A04_t01.dart
index e5b70cf..217f977 100644
--- a/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/flow-analysis/reachability_continue_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Continue statement: If N is a statement of the form continue [L];
  * then:
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t01.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t01.dart
index 8f83335..40efc9a 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t02.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t02.dart
index ab7775a..9a2cf69 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t03.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t03.dart
index 8c05a0b..8b75d5f 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t05.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t05.dart
index 398dbd3..9f4b851 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t06.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t06.dart
index e35eab4..f10b4e8 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t07.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t07.dart
index 3b77fed..39e7b89 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t08.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t08.dart
index d541d04..10c3e71 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t09.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t09.dart
index d7bedff..93e5f26 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t10.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t10.dart
index 3c3307b..ecd34b7 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t11.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t11.dart
index 9e8ed7e..2927af6 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t11.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t12.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t12.dart
index e3133aa..793f4b2 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t12.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t35.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t35.dart
index c3a4ec6..ad66d14 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t35.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t35.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t36.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t36.dart
index 2f8e61e..a4f6716 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t36.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t36.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t37.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t37.dart
index f333175..0f85173 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t37.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t37.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t38.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t38.dart
index 083333e..b89362d 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t38.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t38.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t39.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t39.dart
index f02acce..64038c8 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t39.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t39.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t40.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t40.dart
index 2ca6abb..b42d327 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t40.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t40.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t41.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t41.dart
index f72cf28..50fcb04 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t41.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t41.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t42.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t42.dart
index ebc1bad..aeda90c 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t42.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t42.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t43.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t43.dart
index 4044619..ae92dac 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t43.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t43.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t44.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t44.dart
index 8c889f3..9f97d61 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t44.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t44.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t45.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t45.dart
index 442deea..4742fea 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t45.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t45.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t47.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t47.dart
index 10220ac..ce313b2 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t47.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t47.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t48.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t48.dart
index 1a601c1..6256e12 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t48.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t48.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t49.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t49.dart
index b8f8ee0..e054630 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t49.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t49.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t50.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t50.dart
index 03f42f9..480bffb 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t50.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t50.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t53.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t53.dart
index 96a2947..6ff94ed 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t53.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t53.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t54.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t54.dart
index ac746ca..ab1d449 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t54.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t54.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t55.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t55.dart
index 19dde07..6fb2819 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t55.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t55.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t56.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t56.dart
index d3a9118..ff9c688 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t56.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t56.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t57.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t57.dart
index 2f1841f..703f1a9 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t57.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t57.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t58.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t58.dart
index 87646f9..a19868e 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t58.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t58.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t59.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t59.dart
index 049d4ec..5f6d72b 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t59.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t59.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t64.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t64.dart
index df75c6a..b992e4a 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t64.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t64.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t65.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t65.dart
index 31d5174..b3c8ed6 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t65.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t65.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t66.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t66.dart
index ecc2ff5..231d3a1 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t66.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t66.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t67.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t67.dart
index 943651f..0033325 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t67.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t67.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t68.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t68.dart
index 9156f02..100bdd1 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t68.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t68.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t69.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t69.dart
index a4e10a5..9de3820 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t69.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t69.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t70.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t70.dart
index 97b98d9..a2d949b 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t70.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t70.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t71.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t71.dart
index 978cdd8..6b64315 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t71.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t71.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t72.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t72.dart
index 9cbd514..3e6319d 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t72.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t72.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t73.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t73.dart
index ef0f21f..e7daa0b 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t73.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t73.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t74.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t74.dart
index a48eee0..176cdf6 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t74.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t74.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t75.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t75.dart
index 9b35ba8..aa1ba23 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t75.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t75.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t76.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t76.dart
index 8d87206..a56f9d2 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t76.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t76.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t77.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t77.dart
index 7812e8f..435d556 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t77.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t77.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t79.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t79.dart
index 68813f6..c19d09c 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t79.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t79.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t80.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t80.dart
index 4124b1a..f2be41d 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t80.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t80.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_A01_t81.dart b/LanguageFeatures/nnbd/weak/future_flattening_A01_t81.dart
index 2d24428..11cd61e 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_A01_t81.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_A01_t81.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The flatten function is modified as follows:
  *
diff --git a/LanguageFeatures/nnbd/weak/future_flattening_legacy_lib.dart b/LanguageFeatures/nnbd/weak/future_flattening_legacy_lib.dart
index 51c7e11..f9b0a22 100644
--- a/LanguageFeatures/nnbd/weak/future_flattening_legacy_lib.dart
+++ b/LanguageFeatures/nnbd/weak/future_flattening_legacy_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A01_t03.dart b/LanguageFeatures/nnbd/weak/future_value_type_A01_t03.dart
index 1d42279..f98c57b 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A02_t01.dart b/LanguageFeatures/nnbd/weak/future_value_type_A02_t01.dart
index 7c23edb..42fbf38 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A03_t01.dart b/LanguageFeatures/nnbd/weak/future_value_type_A03_t01.dart
index 6ac027f..acdfc88 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A03_t02.dart b/LanguageFeatures/nnbd/weak/future_value_type_A03_t02.dart
index 3d461ee..9d4e881 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A04_t01.dart b/LanguageFeatures/nnbd/weak/future_value_type_A04_t01.dart
index aa6073b..97c6e3a 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A04_t02.dart b/LanguageFeatures/nnbd/weak/future_value_type_A04_t02.dart
index 0345dd6..b299d01 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A05_t01.dart b/LanguageFeatures/nnbd/weak/future_value_type_A05_t01.dart
index 321298a..e0c033f 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/future_value_type_A06_t01.dart b/LanguageFeatures/nnbd/weak/future_value_type_A06_t01.dart
index 8079a60..6bd0278 100644
--- a/LanguageFeatures/nnbd/weak/future_value_type_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/future_value_type_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Let f be an asynchronous non-generator function with declared
  * return type T. Then the future value type of f is futureValueType(T). The
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t01.dart b/LanguageFeatures/nnbd/weak/generics_A01_t01.dart
index 69518fb..54fa972 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t02.dart b/LanguageFeatures/nnbd/weak/generics_A01_t02.dart
index 093501b..863f469 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t05.dart b/LanguageFeatures/nnbd/weak/generics_A01_t05.dart
index 5291a71..7b83797 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t06.dart b/LanguageFeatures/nnbd/weak/generics_A01_t06.dart
index 7b527bd..fe71466 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t07.dart b/LanguageFeatures/nnbd/weak/generics_A01_t07.dart
index f2da5f1..235c898 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t07.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2020, 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.
- */
+ // Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t08.dart b/LanguageFeatures/nnbd/weak/generics_A01_t08.dart
index 11b4e4a..bca3616 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t08.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2020, 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.
- */
+ // Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/generics_A01_t09.dart b/LanguageFeatures/nnbd/weak/generics_A01_t09.dart
index 0789379..457f5a7 100644
--- a/LanguageFeatures/nnbd/weak/generics_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/generics_A01_t09.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2020, 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.
- */
+ // Copyright (c) 2020, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/implicit_conversions_A01_t01.dart b/LanguageFeatures/nnbd/weak/implicit_conversions_A01_t01.dart
index 0afd441..bbd615b 100644
--- a/LanguageFeatures/nnbd/weak/implicit_conversions_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/implicit_conversions_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit conversion of integer literals to double literals is
  * performed when the context type is double or double?
diff --git a/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t01.dart b/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t01.dart
index 1db4151..7430807 100644
--- a/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit tear-off conversion which converts uses of instances
  * of classes with call methods to the tear-off of their .call method when the
diff --git a/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t02.dart b/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t02.dart
index 60e7dc2..33da11b 100644
--- a/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/implicit_conversions_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The implicit tear-off conversion which converts uses of instances
  * of classes with call methods to the tear-off of their .call method when the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t01.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t01.dart
index f2907ae..5e21398 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t02.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t02.dart
index 52d9f51..f4537c3 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t03.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t03.dart
index a1626df..2f0845e 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t04.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t04.dart
index f6f17a3..d0144a3 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t05.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t05.dart
index eaabe17..39660cc 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t06.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t06.dart
index f57a5a6..8d0c9ab 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t07.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t07.dart
index 3255b62..5c0d60a 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t08.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t08.dart
index f894505..55f5c27 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t09.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t09.dart
index 8424d11..d846de9 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t10.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t10.dart
index 6fd3325..9a3af9f 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/import_legacy_lib_A02_t01.dart b/LanguageFeatures/nnbd/weak/import_legacy_lib_A02_t01.dart
index aa97969..ad189d4 100644
--- a/LanguageFeatures/nnbd/weak/import_legacy_lib_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/import_legacy_lib_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The type system is extended with a notion of a legacy type
  * operator. For every type T, there is an additional type T* which is the
diff --git a/LanguageFeatures/nnbd/weak/late_A01_t01.dart b/LanguageFeatures/nnbd/weak/late_A01_t01.dart
index 2e5e77f..8f5cb7c 100644
--- a/LanguageFeatures/nnbd/weak/late_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A01_t02.dart b/LanguageFeatures/nnbd/weak/late_A01_t02.dart
index a082b18..fdd2955 100644
--- a/LanguageFeatures/nnbd/weak/late_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A02_t01.dart b/LanguageFeatures/nnbd/weak/late_A02_t01.dart
index ea192bd..40d065a 100644
--- a/LanguageFeatures/nnbd/weak/late_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A02_t02.dart b/LanguageFeatures/nnbd/weak/late_A02_t02.dart
index e128eb5..e66a456 100644
--- a/LanguageFeatures/nnbd/weak/late_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A03_t01.dart b/LanguageFeatures/nnbd/weak/late_A03_t01.dart
index ff39647..45a81a7 100644
--- a/LanguageFeatures/nnbd/weak/late_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A03_t02.dart b/LanguageFeatures/nnbd/weak/late_A03_t02.dart
index 52d8e1c..0e3b5ce 100644
--- a/LanguageFeatures/nnbd/weak/late_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A03_t04.dart b/LanguageFeatures/nnbd/weak/late_A03_t04.dart
index b62bd02..07e3349 100644
--- a/LanguageFeatures/nnbd/weak/late_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/late_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A04_t01.dart b/LanguageFeatures/nnbd/weak/late_A04_t01.dart
index c29d62e..bc4d361 100644
--- a/LanguageFeatures/nnbd/weak/late_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A04_t02.dart b/LanguageFeatures/nnbd/weak/late_A04_t02.dart
index 763d6ab..b1af10f 100644
--- a/LanguageFeatures/nnbd/weak/late_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A04_t03.dart b/LanguageFeatures/nnbd/weak/late_A04_t03.dart
index f6250d6..791a961 100644
--- a/LanguageFeatures/nnbd/weak/late_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/late_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A04_t04.dart b/LanguageFeatures/nnbd/weak/late_A04_t04.dart
index 3ddb24a..01a28e9 100644
--- a/LanguageFeatures/nnbd/weak/late_A04_t04.dart
+++ b/LanguageFeatures/nnbd/weak/late_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A05_t01.dart b/LanguageFeatures/nnbd/weak/late_A05_t01.dart
index 9f106db..f83405b 100644
--- a/LanguageFeatures/nnbd/weak/late_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A05_t02.dart b/LanguageFeatures/nnbd/weak/late_A05_t02.dart
index 9abf28d..f7f02a5 100644
--- a/LanguageFeatures/nnbd/weak/late_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A05_t03.dart b/LanguageFeatures/nnbd/weak/late_A05_t03.dart
index bb2e59f..5953ec0 100644
--- a/LanguageFeatures/nnbd/weak/late_A05_t03.dart
+++ b/LanguageFeatures/nnbd/weak/late_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A05_t04.dart b/LanguageFeatures/nnbd/weak/late_A05_t04.dart
index d63ec31..6d310d4 100644
--- a/LanguageFeatures/nnbd/weak/late_A05_t04.dart
+++ b/LanguageFeatures/nnbd/weak/late_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A read of a field or variable which is marked as late which has
  * not yet been written to causes the initializer expression of the variable to
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t01.dart b/LanguageFeatures/nnbd/weak/late_A06_t01.dart
index 9573cfe..5a168f5 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t02.dart b/LanguageFeatures/nnbd/weak/late_A06_t02.dart
index db7f2e7..b7c5f06 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t03.dart b/LanguageFeatures/nnbd/weak/late_A06_t03.dart
index 3f738e5..a56d4d7 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t03.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t04.dart b/LanguageFeatures/nnbd/weak/late_A06_t04.dart
index 198c240..e73ade6 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t04.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t05.dart b/LanguageFeatures/nnbd/weak/late_A06_t05.dart
index 19cb57e..d2c006f 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t05.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t06.dart b/LanguageFeatures/nnbd/weak/late_A06_t06.dart
index c2a6fbc..6cda572 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t06.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A06_t07.dart b/LanguageFeatures/nnbd/weak/late_A06_t07.dart
index 196f7e7..fafb872 100644
--- a/LanguageFeatures/nnbd/weak/late_A06_t07.dart
+++ b/LanguageFeatures/nnbd/weak/late_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A write to a field or variable which is marked final and late is a
  * runtime error unless the field or variable was declared with no initializer
diff --git a/LanguageFeatures/nnbd/weak/late_A07_t01.dart b/LanguageFeatures/nnbd/weak/late_A07_t01.dart
index f696100..848df20 100644
--- a/LanguageFeatures/nnbd/weak/late_A07_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A non-local late variable declaration D implicitly induces a
  * getter into the enclosing scope. It also induces an implicit setter iff one
diff --git a/LanguageFeatures/nnbd/weak/late_A07_t02.dart b/LanguageFeatures/nnbd/weak/late_A07_t02.dart
index fef32d4..25e21f8 100644
--- a/LanguageFeatures/nnbd/weak/late_A07_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A non-local late variable declaration D implicitly induces a
  * getter into the enclosing scope. It also induces an implicit setter iff one
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t01.dart b/LanguageFeatures/nnbd/weak/late_A08_t01.dart
index 1b4eff1..9c4cb68 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t02.dart b/LanguageFeatures/nnbd/weak/late_A08_t02.dart
index a48627c..158c632 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t03.dart b/LanguageFeatures/nnbd/weak/late_A08_t03.dart
index ce6559e..4f54158 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t03.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t04.dart b/LanguageFeatures/nnbd/weak/late_A08_t04.dart
index 44f8b54..078fb33 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t04.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t05.dart b/LanguageFeatures/nnbd/weak/late_A08_t05.dart
index 6fc7ca7..e1f9cb7 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t05.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A08_t06.dart b/LanguageFeatures/nnbd/weak/late_A08_t06.dart
index fb5aba1..16f34bb 100644
--- a/LanguageFeatures/nnbd/weak/late_A08_t06.dart
+++ b/LanguageFeatures/nnbd/weak/late_A08_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A toplevel or static variable with an initializer is evaluated as
  * if it was marked late. Note that this is a change from pre-NNBD semantics in
diff --git a/LanguageFeatures/nnbd/weak/late_A09_t01.dart b/LanguageFeatures/nnbd/weak/late_A09_t01.dart
index f9306f1..ce13b2a 100644
--- a/LanguageFeatures/nnbd/weak/late_A09_t01.dart
+++ b/LanguageFeatures/nnbd/weak/late_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The modifier late is added as a built-in identifier.
  *
diff --git a/LanguageFeatures/nnbd/weak/late_A10_t02.dart b/LanguageFeatures/nnbd/weak/late_A10_t02.dart
index 16e1952..6cb8801 100644
--- a/LanguageFeatures/nnbd/weak/late_A10_t02.dart
+++ b/LanguageFeatures/nnbd/weak/late_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An instance variable declaration may be declared covariant iff it
  * introduces an implicit setter.
diff --git a/LanguageFeatures/nnbd/weak/legacy_lib.dart b/LanguageFeatures/nnbd/weak/legacy_lib.dart
index 9f87d3e..43aea45 100644
--- a/LanguageFeatures/nnbd/weak/legacy_lib.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t01.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t01.dart
index 8f1bf13..58333a8 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t02.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t02.dart
index 14f4915..7c9ef00 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A02_t01.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A02_t01.dart
index 6fee260..bf0f92a 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A03_t01.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A03_t01.dart
index 14fd1e3..e0c7c37 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t01.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t01.dart
index c100c79..d68fd9f 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t02.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t02.dart
index 12b4192..aa2672f 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t03.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t03.dart
index 3175140..f2ea76d 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t04.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t04.dart
index e98ba5e..ddffe68 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t04.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t05.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t05.dart
index cc92e42..92b17ea 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t05.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t06.dart b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t06.dart
index 91b48ba..de9fac9 100644
--- a/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t06.dart
+++ b/LanguageFeatures/nnbd/weak/legacy_libraries_A04_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  In a legacy library, none of the new syntax introduced by this
  * proposal is available, and it is a static error if it is used.
diff --git a/LanguageFeatures/nnbd/weak/list_length_t01.dart b/LanguageFeatures/nnbd/weak/list_length_t01.dart
index b4459bc..24a0df5 100644
--- a/LanguageFeatures/nnbd/weak/list_length_t01.dart
+++ b/LanguageFeatures/nnbd/weak/list_length_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/weak/list_length_t02.dart b/LanguageFeatures/nnbd/weak/list_length_t02.dart
index 9231ad0..dc21373 100644
--- a/LanguageFeatures/nnbd/weak/list_length_t02.dart
+++ b/LanguageFeatures/nnbd/weak/list_length_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/weak/list_length_t03.dart b/LanguageFeatures/nnbd/weak/list_length_t03.dart
index 1e47383..b783b30 100644
--- a/LanguageFeatures/nnbd/weak/list_length_t03.dart
+++ b/LanguageFeatures/nnbd/weak/list_length_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/weak/list_length_t04.dart b/LanguageFeatures/nnbd/weak/list_length_t04.dart
index 374f0f4..8225146 100644
--- a/LanguageFeatures/nnbd/weak/list_length_t04.dart
+++ b/LanguageFeatures/nnbd/weak/list_length_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion Calling the .length setter on a List with element type E with an
  * argument greater than the current length of the list is a runtime error
diff --git a/LanguageFeatures/nnbd/weak/local_variable_assign_A01_t02.dart b/LanguageFeatures/nnbd/weak/local_variable_assign_A01_t02.dart
index c832eb0..5f519b4 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_assign_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_assign_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, non-late
  * local variable which is potentially assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t03.dart b/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t03.dart
index 68db0a9..7086d37 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t04.dart b/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t04.dart
index 30a4bcc..67979e6 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_assign_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to assign a value to a final, late
  * local variable if it is definitely assigned. Thus, it is not a compile time
diff --git a/LanguageFeatures/nnbd/weak/local_variable_inference_A01_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_inference_A01_t01.dart
index fc4d887..5c437d5 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_inference_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_inference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with explicitly written types are given the
  * declared types as written. The declared type of the variable is considered a
diff --git a/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t01.dart
index 9be0828..30d2b4e 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with no explicitly written type but with an
  * initializer are given an inferred type equal to the type of their
diff --git a/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t03.dart b/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t03.dart
index c240d52..965c607 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_inference_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Local variables with no explicitly written type but with an
  * initializer are given an inferred type equal to the type of their
diff --git a/LanguageFeatures/nnbd/weak/local_variable_inference_A03_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_inference_A03_t01.dart
index 3be5fd4..032cec2 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_inference_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_inference_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion  In the case that the type of the initializer is a promoted type
  * variable X & T, the inferred type of the variable shall be X, but X & T shall
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A01_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A01_t01.dart
index dab2610..9f9fdb4 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A01_t02.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A01_t02.dart
index d4af20f..a1b9639 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A02_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A02_t01.dart
index 9c9c8b5..1eef3c3 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A02_t02.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A02_t02.dart
index b97d250..9e3adb2 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A03_t01.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A03_t01.dart
index 4ee8619..6477825 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A03_t02.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A03_t02.dart
index b0feb57..b1742f8 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A04_t09.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A04_t09.dart
index 920c93e..cb0487e 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A04_t09.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A04_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is definitely unassigned unless the variable is non-final, and
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A05_t03.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A05_t03.dart
index 17b2d25..ce56018 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A05_t03.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/weak/local_variable_read_A05_t04.dart b/LanguageFeatures/nnbd/weak/local_variable_read_A05_t04.dart
index 9c02d90..869af84 100644
--- a/LanguageFeatures/nnbd/weak/local_variable_read_A05_t04.dart
+++ b/LanguageFeatures/nnbd/weak/local_variable_read_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is a compile time error to read a local variable when the
  * variable is potentially unassigned unless the variable is non-final and has
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t01.dart
index d301639..537340f 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t03.dart
index d63ad72..4e8f618 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t04.dart
index 301ea29..90acb33 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t05.dart
index af0eab7..b2541bb 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t01.dart
index 6bd975e..c29551a 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 20120 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.
- */
+// Copyright (c) 20120 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.
+
 /**
  * @assertion If e translates to F then e.f translates to:
  *  PASSTHRU[F, fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t03.dart
index 40807f0..21321aa 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.f translates to:
  *  PASSTHRU[F, fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t01.dart
index 3aeb3df..7be95bf 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t03.dart
index b824b19..fc6f76c 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t04.dart
index 8e59902..87a56c7 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t05.dart
index b3310bd..77ed227 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t01.dart
index e716606..16da0dd 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e translates to F then e.m(args) translates to:
  *  PASSTHRU[F, fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t03.dart
index 9b9bf1e..4c261e6 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e translates to F then e.m(args) translates to:
  *  PASSTHRU[F, fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t01.dart
index c9a1585..6701635 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e translates to F then e(args) translates to:
  *  PASSTHRU[F, fn[x] => x(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t02.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t02.dart
index 79dccf4..21edf19 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 20120 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.
- */
+// Copyright (c) 20120 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.
+
 /**
  * @assertion If e translates to F then e(args) translates to:
  *  PASSTHRU[F, fn[x] => x(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t01.dart
index 90f923f..40e6a20 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t03.dart
index 76584a7..2297e69 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t01.dart
index e5fffcc..fdf19a3 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t03.dart
index c9ce97d..5a557fd 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t01.dart
index 9b9df28..217737a 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t03.dart
index 90636e1..9ed69c2 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t01.dart
index 31b2d47..0a14c88 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t02.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t02.dart
index 338776c..332a073 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t03.dart
index 4aedbff..1cc994b 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t04.dart
index ad08013..a1a4e56 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t05.dart
index 17e7280..0593fc8 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t06.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t06.dart
index ad7ded4..a4be4a1 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t07.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t07.dart
index a37c62f..4f025db 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t08.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t08.dart
index b532d21..31e4d4a 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t08.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t09.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t09.dart
index 82e444e..7e1b58f 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t09.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t10.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t10.dart
index 8b72bb6..0fbf12c 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t10.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t11.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t11.dart
index 645eb88..6dff4c0 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t11.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t13.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t13.dart
index 01d093b..ef74556 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t13.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A09_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t01.dart
index 8c6ec33..2730313 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t03.dart
index 56b47f0..0d01e7b 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A10_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t01.dart
index 7c82ad5..8e445a6 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t02.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t02.dart
index 43946b2..597073c 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t03.dart
index bd9bd9d..982f2b4 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t04.dart
index 8c08efe..6ca8967 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t05.dart
index eb1267d..4e05c54 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t06.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t06.dart
index 7c6ebdf..b545d6b 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t07.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t07.dart
index 1e69e78..f100caf 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t08.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t08.dart
index 3c05b72..0712be2 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t08.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t09.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t09.dart
index 95be4fd..48d2dd2 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t09.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t10.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t10.dart
index d2a5d98..3106db5 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t10.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t11.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t11.dart
index de3f530..0f1782a 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t11.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t13.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t13.dart
index 063b1b4..6d4f4c5 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t13.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A11_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t01.dart
index 99828cd..d5a8768 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t03.dart
index 6793ff3..0ad49d7 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A12_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t01.dart
index 7efcf73..b09927e 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t02.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t02.dart
index bab137d..215b36d 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t03.dart
index ea4a53f..308d0fe 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t04.dart
index d0b993f..09c515e 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t05.dart
index 9f963bd..4223ba2 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t06.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t06.dart
index db3af2f..509842b 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t07.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t07.dart
index 70114f0..6788285 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t08.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t08.dart
index 53c739e..63039e8 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t08.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t09.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t09.dart
index e475fd3..914901c 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t09.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t10.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t10.dart
index d85815a..8034c50 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t10.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t11.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t11.dart
index 3e3c36f..546331a 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t11.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t13.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t13.dart
index b850ccf..5c28045 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t13.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A13_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t01.dart
index a736a6a..173f209 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t03.dart
index c9a548d..adc0a8f 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t01.dart
index 7503078..bd2aa50 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t02.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t02.dart
index d44c602..ab68c2b 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t03.dart
index 081fce9..7d084bd 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t04.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t04.dart
index 80ebae2..e245211 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t05.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t05.dart
index 09c180c..c3d7515 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t06.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t06.dart
index 9268239..288dea1 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t07.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t07.dart
index d20aede..ee762cc 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t08.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t08.dart
index 26676a4..176c41d 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t08.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t09.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t09.dart
index cb9bb97..8f5c0e5 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t09.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t10.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t10.dart
index 7e6380d..20be4b8 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t10.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t11.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t11.dart
index 6057094..7fd96c6 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t11.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t13.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t13.dart
index 2cdff16..3530c47 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t13.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A15_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t01.dart
index 816e37a..115e195 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t03.dart
index 0d450c5..9c17475 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A16_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t01.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t01.dart
index b36b797..69a1bc1 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t03.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t03.dart
index c945e6b..3c5eecf 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t06.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t06.dart
index 012cbf8..f3beac8 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t07.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t07.dart
index db725c4..c11e136 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t08.dart b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t08.dart
index 4178580..3fe8e1e 100644
--- a/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t08.dart
+++ b/LanguageFeatures/nnbd/weak/null_aware_operator_A17_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/null_check_operator_A01_t01.dart b/LanguageFeatures/nnbd/weak/null_check_operator_A01_t01.dart
index c1fb7b6..3197b9e 100644
--- a/LanguageFeatures/nnbd/weak/null_check_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_check_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/weak/null_check_operator_A02_t01.dart b/LanguageFeatures/nnbd/weak/null_check_operator_A02_t01.dart
index 5ea19f4..b6ee681 100644
--- a/LanguageFeatures/nnbd/weak/null_check_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/null_check_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/weak/null_check_operator_A02_t02.dart b/LanguageFeatures/nnbd/weak/null_check_operator_A02_t02.dart
index a7867fe..23b4699 100644
--- a/LanguageFeatures/nnbd/weak/null_check_operator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_check_operator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/weak/null_check_operator_A03_t02.dart b/LanguageFeatures/nnbd/weak/null_check_operator_A03_t02.dart
index 44d15dc..a5ab22b 100644
--- a/LanguageFeatures/nnbd/weak/null_check_operator_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_check_operator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/weak/null_check_operator_A03_t03.dart b/LanguageFeatures/nnbd/weak/null_check_operator_A03_t03.dart
index ad82c29..019b341 100644
--- a/LanguageFeatures/nnbd/weak/null_check_operator_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/null_check_operator_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion An expression of the form e! evaluates e to a value v, throws a
  * runtime error if v is null, and otherwise evaluates to v.
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A01_t04.dart b/LanguageFeatures/nnbd/weak/null_promotion_A01_t04.dart
index 32e4087..bbfbd64 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A01_t06.dart b/LanguageFeatures/nnbd/weak/null_promotion_A01_t06.dart
index 9ba2682..55601fa 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A01_t07.dart b/LanguageFeatures/nnbd/weak/null_promotion_A01_t07.dart
index f5a0023..547d09f 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A01_t09.dart b/LanguageFeatures/nnbd/weak/null_promotion_A01_t09.dart
index 82aeb67..a8dcbc2 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A02_t02.dart b/LanguageFeatures/nnbd/weak/null_promotion_A02_t02.dart
index c968b62..ec29a9e 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A02_t05.dart b/LanguageFeatures/nnbd/weak/null_promotion_A02_t05.dart
index fdff3eb..6425682 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/null_promotion_A02_t07.dart b/LanguageFeatures/nnbd/weak/null_promotion_A02_t07.dart
index 6923555..d44d1bd 100644
--- a/LanguageFeatures/nnbd/weak/null_promotion_A02_t07.dart
+++ b/LanguageFeatures/nnbd/weak/null_promotion_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t01.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t01.dart
index ffa0dad..10f39da 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t02.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t02.dart
index f2dcf79..d3ef3f6 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t04.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t04.dart
index 6aab6bd..49e3078 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t06.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t06.dart
index 27f6455..33307a4 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t08.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t08.dart
index 448e9de..502dcc0 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t09.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t09.dart
index b5d9727..45f7134 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t10.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t10.dart
index b65fe42..b942cca 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t10.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t05.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t05.dart
index d09ba34..7d16643 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t11.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t11.dart
index b5203ed..05114ed 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t11.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t11.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2020, 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.
- */
+  // Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t15.dart b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t15.dart
index edc6921..f96c04e 100644
--- a/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t15.dart
+++ b/LanguageFeatures/nnbd/weak/nullability_definitions_A02_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/opted_in_lib.dart b/LanguageFeatures/nnbd/weak/opted_in_lib.dart
index 2c24546..b15f23d 100644
--- a/LanguageFeatures/nnbd/weak/opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t01.dart
index c3ae40c..86850ff 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t02.dart
index b8212a5..de99c1f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t03.dart
index 3db9aa0..c7295ae 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t04.dart
index 2ce8747..358b21d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t05.dart
index 0a65b13..f7850ce 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t06.dart
index b157398..cd8965a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t07.dart
index b5d8552..d0b261e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t08.dart
index d3ec5fd..184fa2e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t09.dart
index ec6f2f4..bcb7fea 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t10.dart
index 61fb216..b368b26 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t11.dart
index 9de536c..aa54953 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t12.dart
index 40f06c4..f4dc7cd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t13.dart
index c87333b..7d00672 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t14.dart
index b2bcab4..26aae72 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t15.dart
index 3ade912..0c1bc3b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t16.dart
index 608d2dc..1f2220d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t17.dart
index 6a98181..99b2e63 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t18.dart
index b5bd96c..19e3e8c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t19.dart
index 22fd5b1..ba4590c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t20.dart
index b71123d..79d67d4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t21.dart
index 75b1e7b..cb11060 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t22.dart
index 6465663..f3b6c84 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t23.dart
index c88ef19..b6202e6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t24.dart
index 6dc39b2..8fc5921 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_ARGS_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t01.dart
index 225e8fa..824e2e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t02.dart
index 9d32239..7ab16ec 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t03.dart
index 03ba06e..9b11e31 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t04.dart
index f91663b..e9c6741 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t05.dart
index 103721c..e1fff67 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t06.dart
index 312d992..539664a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t07.dart
index 6aadb01..9be6e50 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t08.dart
index b6ee211..e04cbe5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t09.dart
index 3736e05..d71b29b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t10.dart
index 985aa6d..6204867 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t11.dart
index c2869dc..782e375 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t12.dart
index 9fd9ca0..0a61c61 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t13.dart
index 40a59f7..3612473 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t14.dart
index 17bbb9e..a87589b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t15.dart
index 355b452..ade895f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t16.dart
index b795f2a..12e32e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t17.dart
index be37d9b..217232d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t18.dart
index bddb1b1..74b1505 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t19.dart
index f21dc5a..1accccb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t20.dart
index 16008eb..e96c01b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t21.dart
index 96e1c02..6aef7bc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t22.dart
index a791d70..8637d1e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t23.dart
index 8590a83..602e85f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t24.dart
index 67e26c1..aa541e4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t25.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t25.dart
index 91e95dc..a7629af 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t25.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t26.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t26.dart
index b984224..e380ffa 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t26.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t27.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t27.dart
index 8275213..0e4b9e0 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t27.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t28.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t28.dart
index ea41551..cff75d9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t28.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t29.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t29.dart
index dc8ce50..b5fb51c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t29.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t30.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t30.dart
index baecca5..6e4f2e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t30.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t31.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t31.dart
index ee11318..e5103fd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t31.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t32.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t32.dart
index a3b0645..eca6958 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t32.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t33.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t33.dart
index 92b7b32..c16fe96 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t33.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t34.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t34.dart
index 22e0b54..81cac02 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t34.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t35.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t35.dart
index b7a8bbd..c4b7889 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t35.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t35.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t36.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t36.dart
index 1cbb0f0..eb8de19 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t36.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t36.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t37.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t37.dart
index ad7b137..1d41923 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t37.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t37.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t38.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t38.dart
index 471a752..f5c79d3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t38.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t38.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t39.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t39.dart
index 5498e67..f81065b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t39.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t39.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t40.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t40.dart
index a7f4b52..ef949b4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t40.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_CLASSPARAM_t40.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t01.dart
index 886cebe..95a2c32 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t02.dart
index 4091c87..191109c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t03.dart
index b37d4d7..dc4594c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t04.dart
index 68e5c8c..8001d33 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t05.dart
index 7169437..b041e7a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t06.dart
index 3d18126..3b763c7 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t07.dart
index d75f27c..9699192 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t08.dart
index b36ef71..56edaaa 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t09.dart
index 754d69e..8c99ba4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t10.dart
index 855ba58..017d05e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t11.dart
index 747600e..02cbc26 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t12.dart
index c162526..a9f886b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t13.dart
index 62ab719..0fd87e8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t14.dart
index 34f37ae..f82211b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t15.dart
index 87787ad..b12bd5a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t16.dart
index 319f041..3c734af 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t17.dart
index 378d13c..e347ef4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t18.dart
index 9595b17..995e7b2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t19.dart
index e8d0f70..5b95573 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t20.dart
index 5325237..f001c37 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t21.dart
index c3497d0..7133d33 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t22.dart
index 409cb8f..a82304c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t23.dart
index ecc18b5..4b04cac 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t24.dart
index ea9324a..9adbb4a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t25.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t25.dart
index f3b17bf..fbc60ab 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t25.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t26.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t26.dart
index fda29f9..2946ef8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t26.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t27.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t27.dart
index 6ed1493..1ddbfcc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t27.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t28.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t28.dart
index c5ab8a2..5544c80 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t28.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t29.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t29.dart
index 8b481c1..57bbc54 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t29.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t30.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t30.dart
index 09c69fc..80afb62 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t30.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t31.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t31.dart
index 8aa6055..91184ef 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t31.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t32.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t32.dart
index 2348fdc..0fe1502 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t32.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_FIELD_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t01.dart
index 3708af0..b248edb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t02.dart
index e5718c0..41c45a5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t03.dart
index 047c932..8c71946 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t04.dart
index 5ab5da7..eecdee2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t05.dart
index 321e9b0..0b977cf 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t06.dart
index aae8b02..4f2ef6e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t07.dart
index 141c284..cca4be8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t08.dart
index a5b0e35..f548ef1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t09.dart
index 73ffdaf..59762f1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t10.dart
index b244518..4ee8e86 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t11.dart
index c94eab6..6c8d45e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t12.dart
index a83f17b..09a9f59 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t13.dart
index 1bca840..9b58d0e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t14.dart
index 73fab32..7c31b44 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t15.dart
index 00d7b41..47b5c12 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t16.dart
index 099a31a..9e1431d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t17.dart
index da55b80..8b138cc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t18.dart
index 11c0632..2a30185 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t19.dart
index ac0fb48..9313fab 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t20.dart
index 312e0c7..f45f13a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t21.dart
index c8e6b6d..6a2f92d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t22.dart
index 812a65b..eb9f568 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t23.dart
index d7d5aed..3813632 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t24.dart
index ceb9fd0..5cba0ef 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_GETTER_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t01.dart
index 01963a8..942a9cf 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t02.dart
index b422c62..ed564f7 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t03.dart
index fcfb4cc..42d7b93 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t04.dart
index 015a33a..df60dbc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t05.dart
index 457750c..0143f61 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t06.dart
index 7b5e9cb..f14d338 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t07.dart
index 740e0ef..0f8bab6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t08.dart
index 6b1cd3a..70ada5c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t09.dart
index b6ab8ff..ba33fb9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t10.dart
index 99f2441..1b638f3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t11.dart
index e2f054b..47e9b80 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t12.dart
index 58c7d53..cc35be0 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t13.dart
index 33351ac..80e7add 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t14.dart
index 7f9b2d9..87ea37f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t15.dart
index c2ecc9e..8c79903 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t16.dart
index 3dd21c0..b39726a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t17.dart
index 587f7db..1a067c3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t18.dart
index a0907b8..ee46e45 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t19.dart
index ce1be30..62e65f3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t20.dart
index 70a2104..66e159f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t21.dart
index 02f5b19..e54ea2c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t22.dart
index fff55dd..05219e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t23.dart
index 805970a..034addd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t24.dart
index 5465814..f6c593a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t25.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t25.dart
index e47ec17..3fc095b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t25.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t26.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t26.dart
index f01b01c..165fb9d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t26.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t27.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t27.dart
index 40449e0..39df5ad 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t27.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t28.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t28.dart
index 2d837c5..953835f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t28.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_REQ_ARGS_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t01.dart
index 77c9858..fedab1f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t02.dart
index 183d19e..805ddfe 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t03.dart
index e60d507..bd4709b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t04.dart
index 16b0094..a13276b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t05.dart
index f5054ae..67f82dd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t06.dart
index b056ccd..4665fbe 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t07.dart
index ce35330..8d19688 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t08.dart
index 0056a06..8dac527 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t09.dart
index e201cc1..6127c50 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t10.dart
index 2a79422..48f6939 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t11.dart
index 88544aa..df0f9cd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t12.dart
index db0838c..ede850f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t13.dart
index c8a9e22..382ebdb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t14.dart
index 8c026ac..ec3c047 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t15.dart
index 5f092dd..2f4a42c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t16.dart
index 9c33867..8eae2ab 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t17.dart
index fb6c3d3..3fa6812 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t18.dart
index 6e37836..9c02cc0 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t19.dart
index c1dc92b..712e60b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t20.dart
index 5b4dbb8..4d6207c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t21.dart
index 34670b7..aa3a24f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t22.dart
index 89824b0..7d151fa 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t23.dart
index a0ffb7f..a5bd2ae 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t24.dart
index c1af0f5..365a11d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_RETURN_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t01.dart
index 18153e9..d792e37 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t02.dart
index 9b23d29..806fe0c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t03.dart
index 4d50135..0bbceae 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t04.dart
index 56278fa..2eda78e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t05.dart
index 6eb9dd3..f9f13d0 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t06.dart
index 430d81d..5e7a2ee 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t07.dart
index 1fab1ea..0e7b627 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t08.dart
index b28d019..f8f22fe 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t09.dart
index 29d96eb..dd577e4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t10.dart
index 86ca636..ef84937 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t11.dart
index fcc9b2b..fa20493 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t12.dart
index 7d68fa5..1045d0a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t13.dart
index 90da1f7..882e96a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t14.dart
index 0b00f4f..5db36c9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t15.dart
index 59eef3d..d231f11 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t16.dart
index c1c125a..b2642ec 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t17.dart
index 804ca83..e48395f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t18.dart
index 40faa48..bf485b9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t19.dart
index 71b440a..8d78ed9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t20.dart
index 9f0224d..d0b3439 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t21.dart
index f13685b..56ceabe 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t22.dart
index b80e745..8801e15 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t23.dart
index af4ed2e..4295d47 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t24.dart
index 5b95324..45a606c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_SETTER_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion In an unmigrated library, override checking is done using legacy
  * types. This means that an unmigrated library can bring together otherwise
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_futureor_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_futureor_lib.dart
index 3304bba..4903d60 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_futureor_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_futureor_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * Classes of this library are separated from 'override_checking_legacy lib' to
  * avoid all the override_checking_A02_* tests failing because of the bug
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_lib.dart
index 09b288e..8d7b7f6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A01_opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t01.dart
index 3581a51..ba96581 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t02.dart
index 32bcebf..eb47a8a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t03.dart
index 3a8c21f..3257849 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t04.dart
index 50b630a..4b977ce 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t05.dart
index 6d24f83..be546bb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t06.dart
index 3a640be..65c98df 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t07.dart
index 45b66e8..9bca03b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t08.dart
index a789063..be75be6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t09.dart
index 15a61c1..5931a5b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t10.dart
index 0bcbdaa..464a48f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t11.dart
index 0a04df9..b647c14 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t12.dart
index d458ccf..fb6b6b5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t13.dart
index b702866..6606926 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t14.dart
index acbc616..b1086a9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t15.dart
index 769347e..24c0c10 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t16.dart
index 202b51d..d322543 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t17.dart
index 7d06519..6ada43b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t18.dart
index 3db97e7..100fc53 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t19.dart
index 7e647c0..6a8bc39 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t20.dart
index 73ad304..f78d9e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t21.dart
index 1bc0ac0..760cca1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t22.dart
index 6c5a018..003e7a9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t23.dart
index 49b170c..11932c4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t24.dart
index 16a20ae..90598b0 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_ARGS_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t01.dart
index cdac84a..1d6761c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t02.dart
index 5bf6f8f..5cfdf51 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t03.dart
index ae037bf..93fa029 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t04.dart
index 353eaba..169fb58 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t05.dart
index 55539d5..3e12426 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t06.dart
index b38042f..567b3f3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t07.dart
index ab5a006..3caa6ef 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t08.dart
index 698c741..9929c2b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t09.dart
index c8d6921..87dfbc8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t10.dart
index 188aa1f..0320b89 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t11.dart
index e448121..567fb7b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t12.dart
index 6e80e39..a1df854 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t13.dart
index 2f92b33..c2b8ee2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t14.dart
index 84d8c7d..9aaa879 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t15.dart
index f3f9c66..c519df8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t16.dart
index 1bf5676..4ad58aa 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t17.dart
index efdbbe2..7bce47d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t18.dart
index 8641f53..30e8453 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t19.dart
index 4a54875..636a49c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t20.dart
index 9726627..81fa93d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t21.dart
index c17dbcc..106c09b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t22.dart
index fd45d4d..3385f74 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t23.dart
index 71b9509..0105278 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t24.dart
index d6f7e63..b9deb5f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_CLASSPARAM_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t01.dart
index e8433e3..eaa70d5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t02.dart
index 488bba1..7abba8f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t03.dart
index 8628696..3494ffa 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t04.dart
index 4f9173d..d445972 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t05.dart
index f5fb9ef..8cbdc73 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t06.dart
index d83ad71..1e7a262 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t07.dart
index 995338b..2907ee2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t08.dart
index c44c90a..d8a47f9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t09.dart
index 357dc7e..683f33bb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t10.dart
index 04acade..70fb674 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t11.dart
index 6dbc221..c73b99d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t12.dart
index 43ad664..3999ea4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_FIELD_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t01.dart
index f6c35e5..8473b45 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t02.dart
index 9ecc625..651140b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t03.dart
index bcacfc1..311dbff 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t04.dart
index 40b87d2..0221d2f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t05.dart
index 1fa8c52..94823c2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t06.dart
index f613c83..a64daf4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t07.dart
index 93dd3f8..fb9c67b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t08.dart
index 5dea306..54ccfe3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t09.dart
index 544ad68..3b1c167 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t10.dart
index 5646e6d..5c47db3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t11.dart
index 4e0c44b..d01a505 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t12.dart
index 08c4341..0ed8713 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_GETTER_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t01.dart
index 8774760..508054c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t02.dart
index 1c10c85..24f9a3a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t03.dart
index 3bec885..4690d8c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t04.dart
index 34a5793..5d0d4ab 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t05.dart
index 9f970ce..4b26bfb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t06.dart
index ffac311..8d974a4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t07.dart
index 305fb09..9a63a20 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t08.dart
index 8820cfb..38f8a46 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t09.dart
index 26199b5..e76f273 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t10.dart
index 918ce1b..93cf436 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t11.dart
index 5544011..41a3cc1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t12.dart
index 7fa011e..7141a90 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t13.dart
index c55b8be..abf2330 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t14.dart
index d02e14f..f4aeb7c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t15.dart
index a2dd026..5e2adde 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t16.dart
index d1f4847..fb87887 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t17.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t17.dart
index f374b6a..1f9a6db 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t17.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t18.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t18.dart
index d80d989..6bfe823 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t18.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t19.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t19.dart
index f90c9a3..3209ddd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t19.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t20.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t20.dart
index 7eea59a..80e206d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t20.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t21.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t21.dart
index 0459dab..7dc64bb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t21.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t22.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t22.dart
index 5a2d78c..66df3f2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t22.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t23.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t23.dart
index 1e5cb0a..5845028 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t23.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t24.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t24.dart
index 3f3e77f..4af97c6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t24.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t25.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t25.dart
index 0f7b3e5..ecc7903 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t25.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t26.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t26.dart
index 6c7123d..1e953e5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t26.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_REQ_ARGS_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t01.dart
index e2d385f..3fc82f9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t02.dart
index b12aee0..780bf78 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t03.dart
index 0ec51cf..11d94cd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t04.dart
index 6e6c4d0..3aef4f8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t05.dart
index 45d214e..17b9da1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t06.dart
index b4519dc..24e4824 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t07.dart
index 7d385a2..0b8f067 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t08.dart
index 4380cdc..45a4095 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t09.dart
index 0f021cc..4e74571 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t10.dart
index 706427e..20535fe 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t11.dart
index 2dc1721..c573d77 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t12.dart
index 818bc52..4c919ed 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t13.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t13.dart
index 896d95d..b0ee95d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t13.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t14.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t14.dart
index acc003b..b777d9e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t14.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t15.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t15.dart
index 1374bd8..ccf275f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t15.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t16.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t16.dart
index 99c44cd..84b3875 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t16.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_RETURN_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t01.dart
index 938e4db..2fc4a4d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t02.dart
index 244f033..9f81539 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t03.dart
index 0d3ee32..ff03889 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t04.dart
index f95050c..91d2c8c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t05.dart
index bf5c1f2..a77ace2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t06.dart
index c11c8c9..c0bf9ca 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t07.dart
index 05aa962..d072e81 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t08.dart
index 2f72340..91be61f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t09.dart
index 16cfe11..55fc475 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t10.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t10.dart
index 148705f..866fbbb 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t10.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t11.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t11.dart
index d0e0950..2de75c5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t11.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t12.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t12.dart
index 17bbe55..82fd927 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t12.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_SETTER_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion In a migrated library, override checking must check that an
  * override is consistent with all overridden methods from other migrated
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_futureor_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_futureor_lib.dart
index 106ec42..71b264c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_futureor_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_futureor_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * Classes of this library are separated from 'override_checking_legacy lib' to
  * avoid all the override_checking_A02_* tests failing because of the bug
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_lib.dart
index 3756539..b6538b8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A02_opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_in_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_in_lib.dart
index c2da808..24d3c6e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_out_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_out_lib.dart
index e92e49e..eec7b00 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t01.dart
index d055109..a97c1c3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t02.dart
index cfdae44..bf238f3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t03.dart
index 4cbf161..3b7a63e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t04.dart
index 0aa88bd..3bd2b3e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t05.dart
index 3f6e42c..d82cfed 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t06.dart
index 2065fc5..4d4c4e1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t07.dart
index fe61875..019fce3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Members inherited in a class in an opted-in library, which are
  * inherited via a class or mixin defined in a legacy library are viewed with
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t01.dart
index cb56d06..8aafa42 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library overrides a member, it is an
  * error if its signature is not a subtype of the types of all overriden members
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t02.dart
index 400f3fa..ba16b81 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library overrides a member, it is an
  * error if its signature is not a subtype of the types of all overriden members
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t03.dart
index 3cebaec..b90efa1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library overrides a member, it is an
  * error if its signature is not a subtype of the types of all overriden members
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t04.dart
index 6d6eb73..08e544c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library overrides a member, it is an
  * error if its signature is not a subtype of the types of all overriden members
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t05.dart
index 3b0776c..2e8feb9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library overrides a member, it is an
  * error if its signature is not a subtype of the types of all overriden members
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_opted_in_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_opted_in_lib.dart
index bc14712..2923fee 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t01.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t01.dart
index 91857a2..2ae655b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t02.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t02.dart
index ee73d3b..9e0a920 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t03.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t03.dart
index 95a32c3..457d656 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t03.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t04.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t04.dart
index 7645eb2..d542cb4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t04.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t05.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t05.dart
index f8df19f..3dcaf37 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t05.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t06.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t06.dart
index 6bfa9e7..d83eb5f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t06.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t07.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t07.dart
index 9619424..102b0d2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t07.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t08.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t08.dart
index 6bfb237..02ff7bf 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t08.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t09.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t09.dart
index 124dcda..c226a41 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t09.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A05_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in a legacy library implements the same generic
  * class [I] more than once, it is an error if the [LEGACY_ERASURE] of all such
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_opted_out_lib.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_opted_out_lib.dart
index 486201d..e731195 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t001.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t001.dart
index f00bf1d..f475b82 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t001.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t001.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t002.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t002.dart
index b8dda48..2775628 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t002.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t002.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t010.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t010.dart
index 809d59b..a024d53 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t010.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t010.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t011.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t011.dart
index 0f0a6a2..3f6534c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t011.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t011.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t012.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t012.dart
index bf434e2..0fec58b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t012.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t012.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t013.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t013.dart
index e8ced2f..359e31a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t013.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t013.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t014.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t014.dart
index f5d9195..8c27848 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t014.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t014.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t015.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t015.dart
index 609b4e6..efa0679 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t015.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t015.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t017.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t017.dart
index bb09a42..756cf78 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t017.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t017.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t018.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t018.dart
index 4188066..230f9df 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t018.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t018.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t019.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t019.dart
index fdca6dd..bcb71a9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t019.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t019.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t020.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t020.dart
index 9a6d3d5..264bf23 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t020.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t020.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t021.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t021.dart
index 8b0ac88..d5c8680 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t021.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t021.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t022.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t022.dart
index 230ff05..9d61918 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t022.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t022.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t023.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t023.dart
index e319653..dc3c2ed 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t023.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t023.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t024.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t024.dart
index 5b7ecce..109a968 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t024.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t024.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t025.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t025.dart
index 4d9b294..ed9681f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t025.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t025.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t026.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t026.dart
index f810bae..072ece9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t026.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t026.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t027.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t027.dart
index 6bf3ab6..4e1630d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t027.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t027.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t028.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t028.dart
index 94bba50..bf27c14 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t028.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t028.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t029.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t029.dart
index a876b1c..d18e612 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t029.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t029.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t030.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t030.dart
index 9da8202..d33bc58 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t030.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t030.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t031.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t031.dart
index 24e0750..1ea4f28 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t031.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t031.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t032.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t032.dart
index 4e63099..1a6d8e4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t032.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t032.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t033.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t033.dart
index fc3824e..29627db 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t033.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t033.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t036.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t036.dart
index 76412f4..30d5b12 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t036.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t036.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t037.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t037.dart
index a3599c8..325c246 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t037.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t037.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t039.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t039.dart
index cb96042..06c7a1d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t039.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t039.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t042.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t042.dart
index 5c3392b..cc97975 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t042.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t042.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t043.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t043.dart
index db27873..766211c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t043.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t043.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t044.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t044.dart
index cb6cad8..0c249b9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t044.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t044.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t045.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t045.dart
index 2c58070..d7f5c96 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t045.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t045.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t046.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t046.dart
index 34c75fc..57e0e15 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t046.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t046.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t047.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t047.dart
index 5d0d012..a27f120 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t047.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t047.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t048.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t048.dart
index f146155..f4d3320 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t048.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t048.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t051.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t051.dart
index 90b6460..f9646e2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t051.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t051.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t052.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t052.dart
index 296d2ed..c5600b2 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t052.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t052.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t053.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t053.dart
index 4e50cc4..c61d7b1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t053.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t053.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t054.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t054.dart
index b0b5547..c721752 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t054.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t054.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t055.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t055.dart
index a08ae71..847a8a9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t055.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t055.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t057.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t057.dart
index 84fc33e..85e4c95 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t057.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t057.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t058.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t058.dart
index b40c31f..174bb54 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t058.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t058.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t059.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t059.dart
index 2b8c3c5..0ee7b5c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t059.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t059.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t060.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t060.dart
index c714567..afd8a79 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t060.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t060.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t061.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t061.dart
index 101541f..fe7700b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t061.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t061.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t062.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t062.dart
index 8da7d90..86011f7 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t062.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t062.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t064.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t064.dart
index 3f4dc45..e03822f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t064.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t064.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t067.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t067.dart
index c59e398..35cc1bd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t067.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t067.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t068.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t068.dart
index ea62aa7..f425660 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t068.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t068.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t069.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t069.dart
index 7a091fe..e1d93e8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t069.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t069.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t070.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t070.dart
index 4beb275..2721bac 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t070.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t070.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t071.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t071.dart
index 528721f..d22c090 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t071.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t071.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t072.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t072.dart
index 16abf32..7b49459 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t072.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t072.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t073.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t073.dart
index 40e0b4d..8f365d8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t073.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t073.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t074.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t074.dart
index c13bb43..f8898a9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t074.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t074.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t075.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t075.dart
index a6007b1..457d2cf 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t075.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t075.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t076.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t076.dart
index 079732d..cd19e94 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t076.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t076.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t077.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t077.dart
index d3e6317..46cea68 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t077.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t077.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t085.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t085.dart
index 1f74feb..b376c63 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t085.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t085.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t086.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t086.dart
index 162ee64..4b92798 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t086.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t086.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t089.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t089.dart
index 2fda76c..65068e7 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t089.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t089.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t092.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t092.dart
index 0e521b6..63fcb93 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t092.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t092.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t096.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t096.dart
index 1934c2b..d70c179 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t096.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t096.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t097.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t097.dart
index 33efa11..085daf5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t097.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t097.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t098.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t098.dart
index c5eab4c..386dbfd 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t098.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t098.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t099.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t099.dart
index 8803907..c27843c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t099.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t099.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t100.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t100.dart
index f6d5f9f..c4957b9 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t100.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t100.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t102.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t102.dart
index 3a094ba..937079b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t102.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t102.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t103.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t103.dart
index da24492..51a35a1 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t103.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t103.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t104.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t104.dart
index 5372e39..c0da84f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t104.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t104.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t105.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t105.dart
index f2ebaf2..6132d80 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t105.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t105.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t106.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t106.dart
index 483283c..c198460 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t106.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t106.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t107.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t107.dart
index ad31ae3..41f8311 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t107.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t107.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t108.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t108.dart
index fad7305..8f0d130 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t108.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t108.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t109.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t109.dart
index f3a7808..b37ebf4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t109.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t109.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t110.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t110.dart
index 3abbc45..d8f0402 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t110.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t110.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t112.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t112.dart
index 9f9a675..b49e155 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t112.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t112.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t113.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t113.dart
index efc7319..cc5921c 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t113.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t113.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t114.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t114.dart
index 923bb9f..b13bd9e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t114.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t114.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t115.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t115.dart
index b275a37..ef285b8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t115.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t115.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t116.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t116.dart
index 3827e14..370f95b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t116.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t116.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t117.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t117.dart
index 6cc6702..723db66 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t117.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t117.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t118.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t118.dart
index bcff111..6d0ed6e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t118.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t118.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t119.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t119.dart
index f09a3bc..1cdb987 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t119.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t119.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t120.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t120.dart
index db48212..8a666d3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t120.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t120.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t121.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t121.dart
index 0405f54..bafbe17 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t121.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t121.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t122.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t122.dart
index 0671634..a09a1a7 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t122.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t122.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t123.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t123.dart
index 4f94e35..8f06c1d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t123.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t123.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t124.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t124.dart
index 02a2dcb..49f6e15 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t124.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t124.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t125.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t125.dart
index d4f7818..885be8b 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t125.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t125.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t126.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t126.dart
index 3818169..974cb71 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t126.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t126.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t127.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t127.dart
index ceda0b3..f52f39d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t127.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t127.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t128.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t128.dart
index e146bb2..58dca6f 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t128.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t128.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t129.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t129.dart
index 94337b8..9140e8e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t129.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t129.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t130.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t130.dart
index 5956d33..66bc773 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t130.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t130.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t132.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t132.dart
index 7ad7cb5..46b57bc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t132.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t132.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t133.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t133.dart
index fb2c38f..03b1d32 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t133.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t133.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t134.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t134.dart
index 7b909b2..ed1ed35 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t134.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t134.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t136.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t136.dart
index 6b74adc..104f89a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t136.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t136.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t137.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t137.dart
index 4ca5aa0..1a5e071 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t137.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t137.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t138.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t138.dart
index f185b3f..ec06957 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t138.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t138.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t139.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t139.dart
index c687e15..2a09c9e 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t139.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t139.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t140.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t140.dart
index 7d18e14..e647488 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t140.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t140.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t142.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t142.dart
index 0570177..e93b4d8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t142.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t142.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t143.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t143.dart
index 0570177..e93b4d8 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t143.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t143.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t144.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t144.dart
index 00a2111..ee765cc 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t144.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t144.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t146.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t146.dart
index 0c5b22f..5afd249 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t146.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t146.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t147.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t147.dart
index 7244ddb..ea95133 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t147.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t147.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t148.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t148.dart
index 530d28a..9e5d5f5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t148.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t148.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t149.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t149.dart
index 7e79300..7944d77 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t149.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t149.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t151.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t151.dart
index 490ac57..d615a5d 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t151.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t151.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t152.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t152.dart
index 3f54e64..f4e2a1a 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t152.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t152.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t153.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t153.dart
index bd7a7ad..0896858 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t153.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t153.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t154.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t154.dart
index fda3b9a..d187586 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t154.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t154.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t155.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t155.dart
index e5d7cfc..daa9fe6 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t155.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t155.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t156.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t156.dart
index 5cba8a4..9e96826 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t156.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t156.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t157.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t157.dart
index 703e703..bb959ed 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t157.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t157.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t158.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t158.dart
index 395d21e..d1d62a5 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t158.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t158.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t159.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t159.dart
index 8fe2ec5..e0f1984 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t159.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t159.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t160.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t160.dart
index cfd599f..db585e3 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t160.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t160.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t161.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t161.dart
index ee6ca77..5fd1746 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t161.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t161.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t162.dart b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t162.dart
index ca84703..7e08fe4 100644
--- a/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t162.dart
+++ b/LanguageFeatures/nnbd/weak/overriding/override_checking_A06_t162.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If a class [C] in an opted-in library implements the same generic
  * class [I] more than once as [I0], .., [In], and at least one of the [Ii] is
diff --git a/LanguageFeatures/nnbd/weak/return_A01_t02.dart b/LanguageFeatures/nnbd/weak/return_A01_t02.dart
index e0a8254..22602c1 100644
--- a/LanguageFeatures/nnbd/weak/return_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/return_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/weak/return_A01_t04.dart b/LanguageFeatures/nnbd/weak/return_A01_t04.dart
index fb74dc0..16b4de6 100644
--- a/LanguageFeatures/nnbd/weak/return_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/return_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/weak/return_A01_t05.dart b/LanguageFeatures/nnbd/weak/return_A01_t05.dart
index d567273..acde8ee 100644
--- a/LanguageFeatures/nnbd/weak/return_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/return_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a compile-time error if $s$ is \code{\RETURN{} $e$;},
  *  $T$ is neither \VOID{} nor \DYNAMIC, and $S$ is \VOID.
diff --git a/LanguageFeatures/nnbd/weak/return_A02_t03.dart b/LanguageFeatures/nnbd/weak/return_A02_t03.dart
index 2734749..9f41de7 100644
--- a/LanguageFeatures/nnbd/weak/return_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/return_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/weak/return_A02_t04.dart b/LanguageFeatures/nnbd/weak/return_A02_t04.dart
index a45c9bf..3d31814 100644
--- a/LanguageFeatures/nnbd/weak/return_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/return_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/weak/return_A02_t05.dart b/LanguageFeatures/nnbd/weak/return_A02_t05.dart
index 3b331e1..feffbd3 100644
--- a/LanguageFeatures/nnbd/weak/return_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/return_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/weak/return_A02_t06.dart b/LanguageFeatures/nnbd/weak/return_A02_t06.dart
index 5096669..2a40f12 100644
--- a/LanguageFeatures/nnbd/weak/return_A02_t06.dart
+++ b/LanguageFeatures/nnbd/weak/return_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion At this location about an asynchronous non-generator function with
  * future value type $T_v$, the text is changed as follows:
diff --git a/LanguageFeatures/nnbd/weak/return_A03_t01.dart b/LanguageFeatures/nnbd/weak/return_A03_t01.dart
index 61da1b3..cfaba86 100644
--- a/LanguageFeatures/nnbd/weak/return_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/return_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The dynamic semantics specified at this location is changed as
  * follows, where $f$ is the enclosing function with declared return type $T$,
diff --git a/LanguageFeatures/nnbd/weak/return_A03_t02.dart b/LanguageFeatures/nnbd/weak/return_A03_t02.dart
index eedb934..c394ab1 100644
--- a/LanguageFeatures/nnbd/weak/return_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/return_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The dynamic semantics specified at this location is changed as
  * follows, where $f$ is the enclosing function with declared return type $T$,
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t01.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t01.dart
index 7972369..55848f8 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t02.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t02.dart
index 2597456..9d41b06 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t03.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t03.dart
index c2f6c8d..7dc3e80 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t04.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t04.dart
index 7e7e9b9..ff9d750 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t05.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t05.dart
index 96432c6..bc9d5c5 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Two objects T1 and T2 which are instances of Type (that is,
  * runtime type objects) are considered equal if and only if the runtime type
diff --git a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A02_t01.dart b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A02_t01.dart
index 07e2106..9f61cd3 100644
--- a/LanguageFeatures/nnbd/weak/runtime_equality_operator_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/runtime_equality_operator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Note that we do not equate primitive top types. List<void> and
  * List<dynamic> are still considered distinct runtime type objects. Note that
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t02.dart
index c65d755..7b068ea 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t03.dart
index 78af47f..bc29826 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t06.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t06.dart
index 3da5603..1dc5669 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t07.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t07.dart
index 48dc681..b5b9e6b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t08.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t08.dart
index 439392f..02c1e3c 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t09.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t09.dart
index fd68f81..f047fc2 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t09.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t12.dart
index 1f9d3d0..d9ed497 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t13.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t13.dart
index b09aea7..29e6d77 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t13.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t14.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t14.dart
index 22ec436..b4b4358 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t14.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A01_t15.dart b/LanguageFeatures/nnbd/weak/static_errors_A01_t15.dart
index aad8212..48a2e90 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A01_t15.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A01_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t02.dart
index 2279cc1..41ad8b4 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t03.dart
index 7c88b4a..d5f83fe 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t06.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t06.dart
index 3f36025..9943106 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t06.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t07.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t07.dart
index c36bef7..9c71bbd 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t07.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t08.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t08.dart
index 8437303..2f2a83a 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t08.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t09.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t09.dart
index 9f27295..e1df0d7 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t09.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t12.dart
index 15fb08d..a473b77 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t13.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t13.dart
index 568c192..d6c038b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t13.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t14.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t14.dart
index bd7b644..961aa44 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t14.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A02_t15.dart b/LanguageFeatures/nnbd/weak/static_errors_A02_t15.dart
index 70eb67e..1782c96 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A02_t15.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A02_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A03_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A03_t05.dart
index 3a1c64b..f6ae60b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call an expression whose type is potentially
  * nullable and not dynamic.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t05.dart
index 127f3f7..efc82e7 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t11.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t11.dart
index 29ca508..b6462f5 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t11.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t14.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t14.dart
index 39be722..4dcb953 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t14.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t21.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t21.dart
index 7f17a15..f10cd71 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t21.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t22.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t22.dart
index 5f0d89e..28725d0 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t22.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t23.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t23.dart
index 0916441..cfd39d1 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t23.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t24.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t24.dart
index 63ce21b..344e242 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t24.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t25.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t25.dart
index 38ba372..c8245c0 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t25.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t28.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t28.dart
index 58505cd..fe60ae3 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t28.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t29.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t29.dart
index 676ec1d..021d33e 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t29.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t30.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t30.dart
index 8d958da..f670e40 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t30.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t31.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t31.dart
index a2ac03a..06ab56d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t31.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t33.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t33.dart
index 7a7d9fb..15d2c12 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t33.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A04_t34.dart b/LanguageFeatures/nnbd/weak/static_errors_A04_t34.dart
index 978628e..1d162d2 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A04_t34.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A04_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a top level variable or static variable with a
  * non-nullable type has no initializer expression unless the variable is marked
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t05.dart
index f535764..5d14616 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t11.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t11.dart
index 7a77166..38a7bec 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t11.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t14.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t14.dart
index f0b659a..147772f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t14.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t15.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t15.dart
index 8679265..154544c 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t15.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t16.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t16.dart
index 503959e..659ea53 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t16.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t17.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t17.dart
index 7c79088..e66521a 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t17.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t17.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t18.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t18.dart
index 0ce7ab6..fd7b326 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t18.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t18.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t19.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t19.dart
index 33619c0..424c174 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t19.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t19.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t20.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t20.dart
index 0b5a205..713d6b9 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t20.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t20.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t21.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t21.dart
index d94e8e9..7b0c0a8 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t21.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t22.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t22.dart
index 6a3d0c3..4c7ab97 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t22.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t23.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t23.dart
index 33bb8bd..afd2cdc 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t23.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t23.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t24.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t24.dart
index 3a0c123..a8b8525 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t24.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t24.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t25.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t25.dart
index 814f114..8313246 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t25.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t25.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t26.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t26.dart
index 0b15c37..6abfd2d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t26.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t26.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t27.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t27.dart
index 0888b5e..8ad297b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t27.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t28.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t28.dart
index 7738567..d831981 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t28.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t29.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t29.dart
index ee462d5..014ccc9 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t29.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t29.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t30.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t30.dart
index cb0e1ec..78d689b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t30.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t30.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t31.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t31.dart
index 7230fc1..64bc000 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t31.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t31.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t32.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t32.dart
index bd1db45..579ed2f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t32.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t32.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t33.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t33.dart
index 37cce3e..b55ae28 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t33.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t33.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t34.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t34.dart
index e13c1b4..558b67f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t34.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t34.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A05_t35.dart b/LanguageFeatures/nnbd/weak/static_errors_A05_t35.dart
index d61f643..55fe46e 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A05_t35.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A05_t35.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a class declaration declares an instance
  * variable with a potentially non-nullable type and no initializer expression,
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t09.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t09.dart
index 63b510f..6d4b9b2 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t09.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t10.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t10.dart
index 474cdbd..5cb5c77 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t10.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t21.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t21.dart
index a7d121c..a3fda60 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t21.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t21.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t22.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t22.dart
index ce59e0d..dd65bba 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t22.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t22.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t27.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t27.dart
index c9b6d15..01c3d0e 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t27.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t27.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A06_t28.dart b/LanguageFeatures/nnbd/weak/static_errors_A06_t28.dart
index f24cbdd..cfc0983 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A06_t28.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A06_t28.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a mixin declaration or a class declaration with
  * no generative constructors declares an instance variable with a potentially
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A08_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A08_t05.dart
index e134723..4286e22 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A08_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A08_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A08_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A08_t12.dart
index f20479f..edcad6e 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A08_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A08_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A08_t16.dart b/LanguageFeatures/nnbd/weak/static_errors_A08_t16.dart
index 8c139bc..52c4176 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A08_t16.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A08_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if a potentially non-nullable local variable which
  * has no initializer expression and is not marked late is used before it is
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A09_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A09_t05.dart
index 4fa3c90..4177f04 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A09_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A09_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A09_t06.dart b/LanguageFeatures/nnbd/weak/static_errors_A09_t06.dart
index 4fa3c90..4177f04 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A09_t06.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A09_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A09_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A09_t12.dart
index 36daa1d..2910b8f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A09_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A09_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A09_t16.dart b/LanguageFeatures/nnbd/weak/static_errors_A09_t16.dart
index 3f2b938..32a6cab 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A09_t16.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A09_t16.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion It is an error if the body of a method, function, getter, or
  * function expression with a potentially non-nullable return type may complete
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A10_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A10_t05.dart
index eb947ed..9119dee 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A10_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A10_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A10_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A10_t12.dart
index fea6139..7cba7dd 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A10_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A10_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A10_t14.dart b/LanguageFeatures/nnbd/weak/static_errors_A10_t14.dart
index 4b61727..fdf15df 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A10_t14.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A10_t14.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A10_t15.dart b/LanguageFeatures/nnbd/weak/static_errors_A10_t15.dart
index 175da96..9554255 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A10_t15.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A10_t15.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if an optional parameter (named or otherwise) with
  * no default value has a potentially non-nullable type except in the parameter
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A11_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A11_t04.dart
index 0767527..f83829d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A11_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A11_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a required named parameter has a default value.
  *
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A12_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A12_t04.dart
index 1535a46..78dfba9 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A12_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A12_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if a named parameter that is part of a required
  * group is not bound to an argument at a call site
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A13_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A13_t02.dart
index 861be61..4457969 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A13_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A13_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error to call the default List constructor
  *
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t01.dart
index 7311198..9a50feb 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t02.dart
index aa8b167..cbbd139 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t03.dart
index 37cbb28..cad08ba 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t04.dart
index 33878d5..ed670a3 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t05.dart
index 7de37ef..4c8c52c 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t06.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t06.dart
index c0de45a..cf6c86f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t06.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t07.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t07.dart
index 4af76f0..5d04c42 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t07.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t08.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t08.dart
index 9f43b2c..602f35b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t08.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t09.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t09.dart
index b6169df..86d3d2f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t09.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t10.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t10.dart
index b07570e..209e76c 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t10.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t12.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t12.dart
index e691d95..a091841 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t12.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A14_t13.dart b/LanguageFeatures/nnbd/weak/static_errors_A14_t13.dart
index 563252e..4486445 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A14_t13.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A14_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A15_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A15_t03.dart
index 8becc55..0f668be 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A15_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A15_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin a type
  * of the form T? for any T.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A17_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A17_t01.dart
index 31dbcce..be09327 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A17_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A17_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A17_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A17_t03.dart
index f9e11db..7cc1420 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A17_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A17_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A18_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A18_t01.dart
index 1e5dea4..90cf961 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A18_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A18_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to apply an expression of type Never in the
  * function position of a function call
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A19_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A19_t04.dart
index c8c5dfa..c66307f 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A19_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A19_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if the static type of e in the expression 'throw e'
  * is not assignable to Object
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A20_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A20_t01.dart
index efd08a7..7845130 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A20_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A20_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A20_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A20_t02.dart
index 2369847..7ac29ae 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A20_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A20_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A20_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A20_t03.dart
index b893152..1620294 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A20_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A20_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error for the body of a late field to reference this.
  *
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A22_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A22_t02.dart
index d50e5e5..2377e0d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A22_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A22_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error for the initializer expression of a late local
  * variable to use a prefix await expression that is not nested inside of
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A22_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A22_t03.dart
index 9643780..4e93c2d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A22_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A22_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error for the initializer expression of a late local
  * variable to use a prefix await expression that is not nested inside of
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A24_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A24_t01.dart
index 29313e9..0d18b92 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A24_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A24_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not a compile time error to write to a final variable if
  * that variable is declared late and does not have an initializer.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A24_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A24_t02.dart
index 0a04424..6d61869 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A24_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A24_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not a compile time error to write to a final variable if
  * that variable is declared late and does not have an initializer.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A27_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A27_t02.dart
index 0b58049..ae231dd 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A27_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A27_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if the object being iterated over by a for-in loop
  * has a static type which is not dynamic, and is not a subtype of
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A29_t03.dart b/LanguageFeatures/nnbd/weak/static_errors_A29_t03.dart
index fb02151..9f4ac1b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A29_t03.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A29_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A29_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A29_t04.dart
index 03293fe..ac16d3d 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A29_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A29_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error if any case of a switch statement except the last
  * case (the default case if present) may complete normally. The previous
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t01.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t01.dart
index 0f874b9..3f75448 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t01.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t04.dart
index 30cda4f..4c7f5e2 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t05.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t05.dart
index 1aec55e..33288a0 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t05.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t06.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t06.dart
index 0c0cba2..122a919 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t06.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t07.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t07.dart
index b131bef..9602535 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t07.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t08.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t08.dart
index fcdc33f..241d29e 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t08.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t09.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t09.dart
index c8ced57..ae7f99b 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t09.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t10.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t10.dart
index 56c01bc..6d02868 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t10.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A30_t13.dart b/LanguageFeatures/nnbd/weak/static_errors_A30_t13.dart
index 99469bd..d8a09af 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A30_t13.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A30_t13.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Given a switch statement which switches over an expression e of
  * type T, where the cases are dispatched based on expressions e0...ek:
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A32_t02.dart b/LanguageFeatures/nnbd/weak/static_errors_A32_t02.dart
index 694f92e..2821ca1 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A32_t02.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A32_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A33_t04.dart b/LanguageFeatures/nnbd/weak/static_errors_A33_t04.dart
index abd054c..edc10f9 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A33_t04.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A33_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/weak/static_errors_A33_t11.dart b/LanguageFeatures/nnbd/weak/static_errors_A33_t11.dart
index ffa17ee..450a9d1 100644
--- a/LanguageFeatures/nnbd/weak/static_errors_A33_t11.dart
+++ b/LanguageFeatures/nnbd/weak/static_errors_A33_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is a warning to use the null check operator (!) on an
  * expression of type T if T is strictly non-nullable
diff --git a/LanguageFeatures/nnbd/weak/syntax_A01_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A01_t01.dart
index 4f2aab0..1137ff8 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A01_t02.dart b/LanguageFeatures/nnbd/weak/syntax_A01_t02.dart
index 2eff7f1..6c887ea 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A01_t03.dart b/LanguageFeatures/nnbd/weak/syntax_A01_t03.dart
index e1e6ed9..6f76798 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A01_t05.dart b/LanguageFeatures/nnbd/weak/syntax_A01_t05.dart
index 1103f7e..93b6529 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A01_t06.dart b/LanguageFeatures/nnbd/weak/syntax_A01_t06.dart
index 9355537..2f69fcb 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A02_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A02_t01.dart
index 46f5bd0..31386c2 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A02_t03.dart b/LanguageFeatures/nnbd/weak/syntax_A02_t03.dart
index 3d2cce2..13aa400 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A03_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A03_t01.dart
index 1a2509c..9ba82dd 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of expressions is extended to allow any expression to
  * be suffixed with a !.
diff --git a/LanguageFeatures/nnbd/weak/syntax_A04_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A04_t01.dart
index 0577b56..b1c7998 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The modifier late is added as a built-in identifier. The grammar
  * of top level variables, static fields, instance fields, and local variables
diff --git a/LanguageFeatures/nnbd/weak/syntax_A05_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A05_t01.dart
index 97bee48..54df729 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/weak/syntax_A05_t02.dart b/LanguageFeatures/nnbd/weak/syntax_A05_t02.dart
index 366d16e..6d36329 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/weak/syntax_A05_t03.dart b/LanguageFeatures/nnbd/weak/syntax_A05_t03.dart
index 703b03e..6af78df 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A05_t03.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/weak/syntax_A05_t06.dart b/LanguageFeatures/nnbd/weak/syntax_A05_t06.dart
index 1809cfa..c0dbbb9 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A05_t06.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The modifier required is added as a built-in identifier. The
  * grammar of function types is extended to allow any named parameter
diff --git a/LanguageFeatures/nnbd/weak/syntax_A06_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A06_t01.dart
index 2b85113..6400708 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of selectors is extended to allow null-aware
  * subscripting using the syntax e1?[e2] which evaluates to null if e1
diff --git a/LanguageFeatures/nnbd/weak/syntax_A06_t03.dart b/LanguageFeatures/nnbd/weak/syntax_A06_t03.dart
index a3afc19..4bd2bd7 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A06_t03.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar of selectors is extended to allow null-aware
  * subscripting using the syntax e1?[e2] which evaluates to null if e1
diff --git a/LanguageFeatures/nnbd/weak/syntax_A07_t03.dart b/LanguageFeatures/nnbd/weak/syntax_A07_t03.dart
index 9f9c206..9a99690 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A07_t03.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/weak/syntax_A07_t05.dart b/LanguageFeatures/nnbd/weak/syntax_A07_t05.dart
index 2064296..06ebe65 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A07_t05.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A07_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/weak/syntax_A08_t01.dart b/LanguageFeatures/nnbd/weak/syntax_A08_t01.dart
index 4254e7c..ffd8fd7 100644
--- a/LanguageFeatures/nnbd/weak/syntax_A08_t01.dart
+++ b/LanguageFeatures/nnbd/weak/syntax_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Conditional expressions inside of braces are ambiguous between
  * sets and maps. That is, { a as bool ? - 3 : 3 } can be parsed as a set
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A01_t03.dart b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A01_t03.dart
index 676127a..efbea88 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It's not an error to read definitely assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A02_t03.dart b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A02_t03.dart
index 36de925..af19d3e 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It's not an error to read potentially assigned local variable in
  * the form var x;
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A03_t03.dart b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A03_t03.dart
index 5345fe2..37c6e22 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/local_variable_read_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It's not a compile error to read definitely unassigned local
  * variable in the form var x;
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A09_t12.dart b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A09_t12.dart
index c7a0eff..b544fc2 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A09_t12.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A09_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A11_t12.dart b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A11_t12.dart
index 77a1083..5c33512 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A11_t12.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A11_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A13_t12.dart b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A13_t12.dart
index 6d10e86..a1fbb22 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A13_t12.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A13_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A15_t12.dart b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A15_t12.dart
index 7ea030d..f796069 100644
--- a/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A15_t12.dart
+++ b/LanguageFeatures/nnbd/weak/triple-shift/null_aware_operator_A15_t12.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/assignability_A01_t01.dart b/LanguageFeatures/nnbd/weak/type-aliases/assignability_A01_t01.dart
index aaf70fe..41ce069 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/assignability_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/assignability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A type T is assignable to a type S if T is dynamic, or if T is a
  * subtype of S.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_in_aliases_lib.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_in_aliases_lib.dart
index f6e9fba..e4f42d3 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_in_aliases_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_in_aliases_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_out_aliases_lib.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_out_aliases_lib.dart
index 68c2888..89b65e8 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_out_aliases_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_opted_out_aliases_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t01.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t01.dart
index 1b5d482..b20dc6f 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t02.dart
index 0367a92..b9f911a 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t03.dart
index 53d0625..e359474 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t04.dart
index e1b1c7a..e2e8500 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t05.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t05.dart
index 1740f65..8304b46 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t06.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t06.dart
index dc01ce4..ab22ef0 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t07.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t07.dart
index bb4522a..ad9159d 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t07.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t08.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t08.dart
index f171c93..3133fc7 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t08.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t09.dart b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t09.dart
index 505a2b7..a5ba4d8 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t09.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/exports_A01_typedef2_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion If an unmigrated library re-exports a migrated library, the
  * re-exported symbols retain their migrated status (that is, downstream
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t05.dart b/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t05.dart
index dc512da..5b8ba07 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t06.dart b/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t06.dart
index d246a9c..1d4acf7 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/extension_method_resolution_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of extension method resolution, there is no
  * special treatment of nullable types with respect to what members are
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t03.dart
index 2495df0..b6c0d03 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t04.dart
index 7e5f715..22cf3e3 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/generics_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion The default bound of generic type parameters is treated as
  * [Object?].
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A01_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A01_t03.dart
index 2345627..177a786 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A03_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A03_t02.dart
index 7303cfd..2a61205 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/legacy_libraries_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion  All opted-in libraries upstream from the legacy library are
  * viewed by the legacy library with nullability related features erased from
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A01_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A01_t02.dart
index 7f34d69..fd13774 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A property access e?.f translates to:
  *  SHORT[EXP(e), fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A02_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A02_t02.dart
index 7c0e49a..10c109a 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e translates to F then e.f translates to:
  *  PASSTHRU[F, fn[x] => x.f]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A03_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A03_t02.dart
index f053c2e..2607f72 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A null aware method call e?.m(args) translates to:
  *  SHORT[EXP(e), fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A04_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A04_t02.dart
index 0a77597..e8ba368 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e translates to F then e.m(args) translates to:
  *  PASSTHRU[F, fn[x] => x.m(ARGS(args))]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A06_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A06_t02.dart
index 0b67935..b2549f5 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A06_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A07_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A07_t02.dart
index e5d2e17..2d2aeff 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A07_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)]]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A08_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A08_t02.dart
index c0889cf..25383e6 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A08_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The assignment e1?.f = e2 translates to:
  *  SHORT[EXP(e1), fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A10_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A10_t02.dart
index 8aab582..471ccec 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A10_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A10_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1.f = e2 translates to:
  *  PASSTHRU[F, fn[x] => x.f = EXP(e2)]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A12_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A12_t02.dart
index e574b92..9622124 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A12_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1?[e2] = e3 translates to:
  *  SHORT[EXP(e1), fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A14_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A14_t02.dart
index 467378c..8863cf2 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A14_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A14_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion If e1 translates to F then e1[e2] = e3 translates to:
  *  PASSTHRU[F, fn[x] => x[EXP(e2)] = EXP(e3)]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A16_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A16_t02.dart
index 4d3681e..71f51ae 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A16_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A cascade expression e..s translates as follows, where F is the
  * translation of e and x and y are fresh object level variables:
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A17_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A17_t02.dart
index 68ea06f..1f5659a 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A17_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_aware_operator_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A null-shorting cascade expression e?..s translates as follows,
  * where x and y are fresh object level variables.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A01_t08.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A01_t08.dart
index 9e9adfe..883e117 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A01_t08.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A check of the form [e == null] or of the form [e is Null] where
  * [e] has static type [T] promotes the type of [e] to [Null] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A02_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A02_t04.dart
index a37829e..7adf3c4 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/null_promotion_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A check of the form [e != null] or of the form [e is T] where [e]
  * has static type [T?] promotes the type of [e] to [T] in the [true]
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t03.dart
index 66b78ae..7a0a139 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t07.dart b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t07.dart
index a083591..1fab21e 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t07.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion We say that a type T is nullable if Null <: T and not T <: Object.
  * This is equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A02_t06.dart b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A02_t06.dart
index 80db535..21cf0cd 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A02_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/nullability_definitions_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion We say that a type T is non-nullable if T <: Object. This is
  * equivalent to the syntactic criterion that T is any of:
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/opted_in_aliases_lib.dart b/LanguageFeatures/nnbd/weak/type-aliases/opted_in_aliases_lib.dart
index c9e8ee3..dd145b5 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/opted_in_aliases_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/opted_in_aliases_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A01_t05.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A01_t05.dart
index 7e5bef9..44e10e6 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to call a method, setter, getter or operator on
  * an expression whose type is potentially nullable and not dynamic, except for
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A02_t05.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A02_t05.dart
index fee6532..3796b40 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is an error to read a field or tear off a method from an
  * expression whose type is potentially nullable and not dynamic, except for the
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A14_t11.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A14_t11.dart
index a38ca7d..4b2039e 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A14_t11.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A14_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion For the purposes of errors and warnings, the null aware operators
  * ?., ?.., and ?[] are checked as if the receiver of the operator had
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A15_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A15_t04.dart
index cfca00d..35f458f 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A15_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A15_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error for a class to extend, implement, or mixin a type
  * of the form T? for any T.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t02.dart
index 0110403..fc5bca3 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t04.dart
index a9f9c11..c25b8ac 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A17_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to call or tear-off a method, setter, or
  * getter, or to read or write a field, on a receiver of static type Never.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A18_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A18_t02.dart
index a0d29c8..e54f839 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A18_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A18_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is not an error to apply an expression of type Never in the
  * function position of a function call
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A19_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A19_t03.dart
index 91eb89b..e81d20f 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A19_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A19_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion It is an error if the static type of e in the expression 'throw e'
  * is not assignable to Object
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A32_t03.dart b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A32_t03.dart
index a42105a..7893e11 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A32_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/static_errors_A32_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion It is a warning to use a null aware operator (?., ?.., ??, ??=,
  * or ...?) on an expression of type T if T is strictly non-nullable.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A01_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A01_t04.dart
index 19d2db4..c71c8d9 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of types is extended to allow any type to be suffixed
  * with a ? (e.g. int?) indicating the nullable version of that type.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t02.dart
index 3f7ea3d..69b71ab 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t04.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t04.dart
index cb4479f..7dd4214 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion A new primitive type Never. This type is denoted by the built-in
  * type declaration Never declared in dart:core.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A03_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A03_t02.dart
index 66552ea..a10e756 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of expressions is extended to allow any expression to
  * be suffixed with a !.
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A06_t02.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A06_t02.dart
index 44c4fad..30db73a 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A06_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar of selectors is extended to allow null-aware
  * subscripting using the syntax e1?[e2] which evaluates to null if e1
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A07_t06.dart b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A07_t06.dart
index f676c5d..3f3a537 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/syntax_A07_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/syntax_A07_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The grammar for types does not allow multiple successive ?
  * operators on a type. That is, the grammar for types is nominally equivalent
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t05.dart b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t05.dart
index 831d842..f1a2ffc 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the object of the class imported from
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t06.dart b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t06.dart
index 0e271f9..3ada2d4 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the object of the class imported from
diff --git a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_legacy_aliases_lib.dart b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_legacy_aliases_lib.dart
index 8961cae..978318d 100644
--- a/LanguageFeatures/nnbd/weak/type-aliases/type_reification_legacy_aliases_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-aliases/type_reification_legacy_aliases_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A01_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A01_t01.dart
index d53b174..37a59e6 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A02_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A02_t01.dart
index 24f1fd4..20964cc 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A03_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A03_t01.dart
index 245f715..62ed89a 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A04_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A04_t01.dart
index 4dc74a9..3a2cbb8 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A05_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A05_t01.dart
index 4f7a710..33d64c1 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 20201 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.
- */
+// Copyright (c) 20201 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A06_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A06_t01.dart
index 97ac1dc..aff7d44 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A07_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A07_t01.dart
index 1266103..d0c7114 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A07_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A08_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A08_t01.dart
index a3d86d1..a14ef54 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A08_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A09_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A09_t01.dart
index 3349b0e..1564b9c 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A09_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A10_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A10_t01.dart
index 0c719c8..33f4fc2 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A10_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A11_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A11_t01.dart
index ca815ef..4576ec3 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A11_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A12_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A12_t01.dart
index 388eec8..c1ebf30 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A12_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/equations_A13_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/equations_A13_t01.dart
index b6a6449..0675039 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/equations_A13_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/equations_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion The NORM relation defines the canonical representative of classes
  * of equivalent types...
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t01.dart
index cabe482..a82a701 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t02.dart
index a9d5efa..4bfc6c5 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t03.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t03.dart
index b097b62..5126cf9 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t04.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t04.dart
index 5ab0562..193b097 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t05.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t05.dart
index ec96451..05d44d4 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t07.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t07.dart
index 7697a08..3c9f1cd 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t07.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(FutureOr<T>) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t01.dart
index 1d382e6..fe0ebe3 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t02.dart
index 8274bd0..c868dd4 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t02.dart
@@ -1,9 +1,7 @@
-/*
- * Copyright (c) 2021, the Dart project authors.  Please see the AUTHORS file
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t03.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t03.dart
index 1647925..5809ebe 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t04.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t04.dart
index a8df00e..19b2abc 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t05.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t05.dart
index eb35ea3..185540a 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t07.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t07.dart
index 37e7356..0241f78 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t07.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t08.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t08.dart
index 46af41e..4fd5a8f 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t08.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t09.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t09.dart
index 1a5a407..9774342 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t09.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t10.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t10.dart
index f467f02..306e3e7 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t10.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A03_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(T?) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t01.dart
index 607d936..cbe7652 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T*) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t02.dart
index ecb31b2..380823b 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T*) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t03.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t03.dart
index 1914a21..9834b6f 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T*) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t04.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t04.dart
index 13b668d..640c518 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(T*) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t01.dart
index ff862f7..72564f1 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(X extends T) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t02.dart
index 3f0d9af..7febc04 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(X extends T) =
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t01.dart
index d70dd4f..1765fac 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t02.dart
index 5aa39f5..e0c7005 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t03.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t03.dart
index a03b9a5..4e984bd 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t04.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t04.dart
index c4ceaa7..1796eeb 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t05.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t05.dart
index ca7aa87..5829fde 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t05.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t06.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t06.dart
index 020fde4..f2c4f67 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t06.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t07.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t07.dart
index 18d3e3f..ec94755 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t07.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t08.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t08.dart
index e1fc155..2496ca3 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t08.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t09.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t09.dart
index 8915b52..f24a50e 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t09.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t10.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t10.dart
index a365a96..b175141 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t10.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t11.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t11.dart
index 5df1c95..b28dfc3 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t11.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A06_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(C<T0, ..., Tn>) = C<R0, ..., Rn> where Ri is NORM(Ti)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t01.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t01.dart
index db38870..a5b22d1 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(R Function<X extends B>(S)) = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t02.dart b/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t02.dart
index 5b86cd0..1bb30ae 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/norm_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * NORM(R Function<X extends B>(S)) = R1 Function<X extends B1>(S1)
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/opted_in_lib.dart b/LanguageFeatures/nnbd/weak/type-normalization/opted_in_lib.dart
index ffd9deb..3e34397 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/opted_in_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/opted_in_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library opted_in_lib;
 import 'dart:async';
 
diff --git a/LanguageFeatures/nnbd/weak/type-normalization/opted_out_lib.dart b/LanguageFeatures/nnbd/weak/type-normalization/opted_out_lib.dart
index c1420c5..d800c48 100644
--- a/LanguageFeatures/nnbd/weak/type-normalization/opted_out_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type-normalization/opted_out_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 // @dart=2.6
 library opted_out_lib;
 import 'opted_in_lib.dart';
diff --git a/LanguageFeatures/nnbd/weak/type_reification_A01_t01.dart b/LanguageFeatures/nnbd/weak/type_reification_A01_t01.dart
index 03bd810..a05cfcd 100644
--- a/LanguageFeatures/nnbd/weak/type_reification_A01_t01.dart
+++ b/LanguageFeatures/nnbd/weak/type_reification_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the object of the class imported from
diff --git a/LanguageFeatures/nnbd/weak/type_reification_A01_t02.dart b/LanguageFeatures/nnbd/weak/type_reification_A01_t02.dart
index 7de9fc3..0933018 100644
--- a/LanguageFeatures/nnbd/weak/type_reification_A01_t02.dart
+++ b/LanguageFeatures/nnbd/weak/type_reification_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the object of the class imported from
diff --git a/LanguageFeatures/nnbd/weak/type_reification_A01_t03.dart b/LanguageFeatures/nnbd/weak/type_reification_A01_t03.dart
index 28ac00d..577edc9 100644
--- a/LanguageFeatures/nnbd/weak/type_reification_A01_t03.dart
+++ b/LanguageFeatures/nnbd/weak/type_reification_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the function imported from opted to
diff --git a/LanguageFeatures/nnbd/weak/type_reification_A01_t04.dart b/LanguageFeatures/nnbd/weak/type_reification_A01_t04.dart
index 0628f37..3852826 100644
--- a/LanguageFeatures/nnbd/weak/type_reification_A01_t04.dart
+++ b/LanguageFeatures/nnbd/weak/type_reification_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @assertion All types reified in legacy libraries are reified as legacy types.
  * @description Check that runtime type of the function imported from opted to
diff --git a/LanguageFeatures/nnbd/weak/type_reification_legacy_lib.dart b/LanguageFeatures/nnbd/weak/type_reification_legacy_lib.dart
index 356c07c..8898446 100644
--- a/LanguageFeatures/nnbd/weak/type_reification_legacy_lib.dart
+++ b/LanguageFeatures/nnbd/weak/type_reification_legacy_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LanguageFeatures/regression/32903_t01.dart b/LanguageFeatures/regression/32903_t01.dart
index 8497d70..4e138fb 100644
--- a/LanguageFeatures/regression/32903_t01.dart
+++ b/LanguageFeatures/regression/32903_t01.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @description Regression test for the issue 32903 (Dartanalyzer 2.0
  * incorrectly throws [type_argument_not_matching_bounds] error for
diff --git a/LanguageFeatures/regression/32903_t02.dart b/LanguageFeatures/regression/32903_t02.dart
index 8b8a33e..eac8c45 100644
--- a/LanguageFeatures/regression/32903_t02.dart
+++ b/LanguageFeatures/regression/32903_t02.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @description Regression test for the issue 32903 (Dartanalyzer 2.0
  * incorrectly throws [type_argument_not_matching_bounds] error for
diff --git a/LanguageFeatures/regression/32903_t03.dart b/LanguageFeatures/regression/32903_t03.dart
index 293f5a1..b00c795 100644
--- a/LanguageFeatures/regression/32903_t03.dart
+++ b/LanguageFeatures/regression/32903_t03.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @description Regression test for the issue 32903 (Dartanalyzer 2.0
  * incorrectly throws [type_argument_not_matching_bounds] error for
diff --git a/LanguageFeatures/regression/33184.dart b/LanguageFeatures/regression/33184.dart
index d32ac90..0464df5 100644
--- a/LanguageFeatures/regression/33184.dart
+++ b/LanguageFeatures/regression/33184.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33184 (No error when run dart
  * class with incorrect instantiation to bound)
diff --git a/LanguageFeatures/regression/33421_t01.dart b/LanguageFeatures/regression/33421_t01.dart
index 0d9ed86..b68ca12 100644
--- a/LanguageFeatures/regression/33421_t01.dart
+++ b/LanguageFeatures/regression/33421_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for issue 33421 (Dart does not throw error when
  * type parameter is a supertype of its upper bound): checks that type parameter
diff --git a/LanguageFeatures/regression/33421_t02.dart b/LanguageFeatures/regression/33421_t02.dart
index 9f38493..3a97481 100644
--- a/LanguageFeatures/regression/33421_t02.dart
+++ b/LanguageFeatures/regression/33421_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for issue 33421 (Dart does not throw error when
  * type parameter is a supertype of its upper bound): checks that two class type
diff --git a/LanguageFeatures/regression/33421_t03.dart b/LanguageFeatures/regression/33421_t03.dart
index e05107b..aa56c8b 100644
--- a/LanguageFeatures/regression/33421_t03.dart
+++ b/LanguageFeatures/regression/33421_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for issue 33421 (Dart does not throw error when
  * type parameter is a supertype of its upper bound): checks that compile error
diff --git a/LanguageFeatures/regression/33421_t04.dart b/LanguageFeatures/regression/33421_t04.dart
index 172fd38..e09df2c 100644
--- a/LanguageFeatures/regression/33421_t04.dart
+++ b/LanguageFeatures/regression/33421_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for issue 33421 (Dart does not throw error when
  * type parameter is a supertype of its upper bound): Checks that class cannot
diff --git a/LanguageFeatures/regression/33585_t01.dart b/LanguageFeatures/regression/33585_t01.dart
index e3b72ec..97f521c 100644
--- a/LanguageFeatures/regression/33585_t01.dart
+++ b/LanguageFeatures/regression/33585_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33585, 33308 (CFE doesn't check
  * type arguments against the bounds of the corresponding type variables)
diff --git a/LanguageFeatures/regression/33585_t02.dart b/LanguageFeatures/regression/33585_t02.dart
index e6408ee..06eb6a2 100644
--- a/LanguageFeatures/regression/33585_t02.dart
+++ b/LanguageFeatures/regression/33585_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33585, 33308 (CFE doesn't check
  * type arguments against the bounds of the corresponding type variables)
diff --git a/LanguageFeatures/regression/33596.dart b/LanguageFeatures/regression/33596.dart
index dde6d74..43c56da 100644
--- a/LanguageFeatures/regression/33596.dart
+++ b/LanguageFeatures/regression/33596.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33596 (Dart VM does not allow a
  * mixin of a class with itself). Checks that class cannot extends some class
diff --git a/LanguageFeatures/regression/33597.dart b/LanguageFeatures/regression/33597.dart
index 4c9a085..16fbbc0 100644
--- a/LanguageFeatures/regression/33597.dart
+++ b/LanguageFeatures/regression/33597.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 33597 (Dartanalyzer does not throw
  * compiler error when function variable with incorrect return type parameter is
diff --git a/LanguageFeatures/regression/33599_34700_t01.dart b/LanguageFeatures/regression/33599_34700_t01.dart
index 3314552..57afa80 100644
--- a/LanguageFeatures/regression/33599_34700_t01.dart
+++ b/LanguageFeatures/regression/33599_34700_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /*
  * @description Regression test for the issues 33599 (Analyzer produces
  * StackOverflow error in some cases when typedef references itself directly)
diff --git a/LanguageFeatures/regression/33599_34700_t02.dart b/LanguageFeatures/regression/33599_34700_t02.dart
index 1d617d7..c2b2045 100644
--- a/LanguageFeatures/regression/33599_34700_t02.dart
+++ b/LanguageFeatures/regression/33599_34700_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /*
  * @description Regression test for the issues 33599 (Analyzer produces
  * StackOverflow error in some cases when typedef references itself directly)
diff --git a/LanguageFeatures/regression/33599_34700_t03.dart b/LanguageFeatures/regression/33599_34700_t03.dart
index d8591d1..f00483d 100644
--- a/LanguageFeatures/regression/33599_34700_t03.dart
+++ b/LanguageFeatures/regression/33599_34700_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /*
  * @description Regression test for the issues 33599 (Analyzer produces
  * StackOverflow error in some cases when typedef references itself directly)
diff --git a/LanguageFeatures/regression/33599_34700_t04.dart b/LanguageFeatures/regression/33599_34700_t04.dart
index 565b51c..9bb86d1 100644
--- a/LanguageFeatures/regression/33599_34700_t04.dart
+++ b/LanguageFeatures/regression/33599_34700_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2019, 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.
- */
+// Copyright (c) 2019, 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.
+
 /*
  * @description Regression test for the issues 33599 (Analyzer produces
  * StackOverflow error in some cases when typedef references itself directly)
diff --git a/LanguageFeatures/regression/33624_t01.dart b/LanguageFeatures/regression/33624_t01.dart
index 09919d8..db45007 100644
--- a/LanguageFeatures/regression/33624_t01.dart
+++ b/LanguageFeatures/regression/33624_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33624 (Dart does not throw error
  * when analyzer fails with "type_argument_not_matching_bounds" error for
diff --git a/LanguageFeatures/regression/33624_t02.dart b/LanguageFeatures/regression/33624_t02.dart
index 1991f07..0a6f3f8 100644
--- a/LanguageFeatures/regression/33624_t02.dart
+++ b/LanguageFeatures/regression/33624_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33624 (Dart does not throw error
  * when analyzer fails with "type_argument_not_matching_bounds" error for
diff --git a/LanguageFeatures/regression/33625.dart b/LanguageFeatures/regression/33625.dart
index a923ad5..f9e1564 100644
--- a/LanguageFeatures/regression/33625.dart
+++ b/LanguageFeatures/regression/33625.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33625 (No error when run dart
  * class with incorrect instantiation to bound for functions). Checks that
diff --git a/LanguageFeatures/regression/33626.dart b/LanguageFeatures/regression/33626.dart
index b060532..02ff829 100644
--- a/LanguageFeatures/regression/33626.dart
+++ b/LanguageFeatures/regression/33626.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33626 (Dart does not throw error
  * when analyzer fails with "type_argument_not_matching_bounds" error for
diff --git a/LanguageFeatures/regression/33699_t01.dart b/LanguageFeatures/regression/33699_t01.dart
index 05df44b..7dba1cc 100644
--- a/LanguageFeatures/regression/33699_t01.dart
+++ b/LanguageFeatures/regression/33699_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33699 (Dart does not throw error
  * if function argument parameter extends void) Checks that function cannot have
diff --git a/LanguageFeatures/regression/33699_t02.dart b/LanguageFeatures/regression/33699_t02.dart
index 54a5752..2c1610c 100644
--- a/LanguageFeatures/regression/33699_t02.dart
+++ b/LanguageFeatures/regression/33699_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33699 (Dart does not throw error
  * if function argument parameter extends void) Checks that function cannot have
diff --git a/LanguageFeatures/regression/33701_t01.dart b/LanguageFeatures/regression/33701_t01.dart
index 1990fe8..26ca03b 100644
--- a/LanguageFeatures/regression/33701_t01.dart
+++ b/LanguageFeatures/regression/33701_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33701 (Dart does not throw error
  * if function argument parameter extends [Null]).
diff --git a/LanguageFeatures/regression/33701_t02.dart b/LanguageFeatures/regression/33701_t02.dart
index 763ee17..2d816b8 100644
--- a/LanguageFeatures/regression/33701_t02.dart
+++ b/LanguageFeatures/regression/33701_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33701 (Dart does not throw error
  * if function argument parameter extends [Null]). Checks that [typedef] type
diff --git a/LanguageFeatures/regression/33701_t03.dart b/LanguageFeatures/regression/33701_t03.dart
index a404043..355a840 100644
--- a/LanguageFeatures/regression/33701_t03.dart
+++ b/LanguageFeatures/regression/33701_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33701 (Dart does not throw error
  * if function argument parameter extends [Null]).
diff --git a/LanguageFeatures/regression/33701_t04.dart b/LanguageFeatures/regression/33701_t04.dart
index edf937c..407995d 100644
--- a/LanguageFeatures/regression/33701_t04.dart
+++ b/LanguageFeatures/regression/33701_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33701 (Dart does not throw error
  * if function argument parameter extends [Null]).
diff --git a/LanguageFeatures/regression/33703.dart b/LanguageFeatures/regression/33703.dart
index f59dfd0..1849d4c 100644
--- a/LanguageFeatures/regression/33703.dart
+++ b/LanguageFeatures/regression/33703.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33703 (Dart does not throw error
  * if class argument parameter extends Null).
diff --git a/LanguageFeatures/regression/33704.dart b/LanguageFeatures/regression/33704.dart
index aec7938..9cf399f 100644
--- a/LanguageFeatures/regression/33704.dart
+++ b/LanguageFeatures/regression/33704.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33704 (Dart does not throw error
  * if class argument parameter extends void)
diff --git a/LanguageFeatures/regression/33786.dart b/LanguageFeatures/regression/33786.dart
index a8bd4c4..e7aa078 100644
--- a/LanguageFeatures/regression/33786.dart
+++ b/LanguageFeatures/regression/33786.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 33786 (Dartanalyzer does not
  * report error about illegal recursive type in class declaration).
diff --git a/LanguageFeatures/regression/33805_t01.dart b/LanguageFeatures/regression/33805_t01.dart
index fa78f60..8279b2b 100644
--- a/LanguageFeatures/regression/33805_t01.dart
+++ b/LanguageFeatures/regression/33805_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33805 (Analyzer throws error when
  * try to assign a function result to row variable).
diff --git a/LanguageFeatures/regression/33805_t02.dart b/LanguageFeatures/regression/33805_t02.dart
index 593ed00..9c90877 100644
--- a/LanguageFeatures/regression/33805_t02.dart
+++ b/LanguageFeatures/regression/33805_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33805 (Analyzer throws error when
  * try to assign a function result to row variable). Checks that error appears
diff --git a/LanguageFeatures/regression/33805_t03.dart b/LanguageFeatures/regression/33805_t03.dart
index 986c590..568994d 100644
--- a/LanguageFeatures/regression/33805_t03.dart
+++ b/LanguageFeatures/regression/33805_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33805 (Analyzer throws error when
  * try to assign a function result to row variable). Checks that error appears
diff --git a/LanguageFeatures/regression/33863.dart b/LanguageFeatures/regression/33863.dart
index 33554d9..aa1f174 100644
--- a/LanguageFeatures/regression/33863.dart
+++ b/LanguageFeatures/regression/33863.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 33863 (Dart does not throw error
  * if parameter of incorrect type is passed to the function): Checks that
diff --git a/LanguageFeatures/regression/33864_t01.dart b/LanguageFeatures/regression/33864_t01.dart
index 2e43517..3998623 100644
--- a/LanguageFeatures/regression/33864_t01.dart
+++ b/LanguageFeatures/regression/33864_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33864 (Analyzer throws exception
  * if function optional argument is omitted and it's parametrized).
diff --git a/LanguageFeatures/regression/33864_t02.dart b/LanguageFeatures/regression/33864_t02.dart
index b5c683d..3d99754 100644
--- a/LanguageFeatures/regression/33864_t02.dart
+++ b/LanguageFeatures/regression/33864_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 33864 (Analyzer throws exception
  * if function optional argument is omitted and it's parametrized).
diff --git a/LanguageFeatures/regression/34087.dart b/LanguageFeatures/regression/34087.dart
index 47c1ce5..109671e 100644
--- a/LanguageFeatures/regression/34087.dart
+++ b/LanguageFeatures/regression/34087.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34087 (Dartanalyzer does not throw
  * error when [Callable] function result is assigned to incorrect type).
diff --git a/LanguageFeatures/regression/34482.dart b/LanguageFeatures/regression/34482.dart
index e46afe4..386457b 100644
--- a/LanguageFeatures/regression/34482.dart
+++ b/LanguageFeatures/regression/34482.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34482 (Unexpected type exception
  * during the assigning [Future] variable to [FutureOr]) Checks that [FutureOr]
diff --git a/LanguageFeatures/regression/34560_t01.dart b/LanguageFeatures/regression/34560_t01.dart
index ef4aaa8..0fd0539 100644
--- a/LanguageFeatures/regression/34560_t01.dart
+++ b/LanguageFeatures/regression/34560_t01.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @description Regression test for the issue 34560 (Analyzer: Some correct
  * super-bounded types are rejected): check example from the bug description.
diff --git a/LanguageFeatures/regression/34560_t02.dart b/LanguageFeatures/regression/34560_t02.dart
index 418c0ea..63c80cc 100644
--- a/LanguageFeatures/regression/34560_t02.dart
+++ b/LanguageFeatures/regression/34560_t02.dart
@@ -1,8 +1,7 @@
- /*
- * Copyright (c) 2019, 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.
- */
+ // Copyright (c) 2019, 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.
+
 /**
  * @description Regression test for the issue 34560 (Analyzer: Some correct
  * super-bounded types are rejected): check case with non-function type alias.
diff --git a/LanguageFeatures/regression/34628.dart b/LanguageFeatures/regression/34628.dart
index 6219b16..0605164 100644
--- a/LanguageFeatures/regression/34628.dart
+++ b/LanguageFeatures/regression/34628.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34628 (Analyzer throws compile
  * error whereas dart passes when two depending classes ([B<X extends A<X>>] and
diff --git a/LanguageFeatures/regression/34635_t01.dart b/LanguageFeatures/regression/34635_t01.dart
index c37740c..12ca0fc 100644
--- a/LanguageFeatures/regression/34635_t01.dart
+++ b/LanguageFeatures/regression/34635_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issues:
  * 33152 ([class C<X extends C> {}] causes dart crash instead of compiler error)
diff --git a/LanguageFeatures/regression/34635_t02.dart b/LanguageFeatures/regression/34635_t02.dart
index 1b93fca..e6ab696 100644
--- a/LanguageFeatures/regression/34635_t02.dart
+++ b/LanguageFeatures/regression/34635_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34635 (Analyzer checks "class
  * [C<X extends C>]" class declaration in a very strange way): check that
diff --git a/LanguageFeatures/regression/34635_t03.dart b/LanguageFeatures/regression/34635_t03.dart
index 3598b17..68f3024 100644
--- a/LanguageFeatures/regression/34635_t03.dart
+++ b/LanguageFeatures/regression/34635_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34635 (Analyzer checks "class
  * [C<X extends C>]" class declaration in a very strange way): check that
diff --git a/LanguageFeatures/regression/34636.dart b/LanguageFeatures/regression/34636.dart
index 3a1a1c6..c9cfd77 100644
--- a/LanguageFeatures/regression/34636.dart
+++ b/LanguageFeatures/regression/34636.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 34636 (Analyzer does not throw
  * compile error for incorrect class (whereas dart does it)). Checks that
diff --git a/LanguageFeatures/regression/34741.dart b/LanguageFeatures/regression/34741.dart
index 4ebaa6c..137c89e 100644
--- a/LanguageFeatures/regression/34741.dart
+++ b/LanguageFeatures/regression/34741.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 34741: Analyzer doesn't allow
  * function to use type parameter [<Instance of 'TypeParameterMember'>] as a
diff --git a/LanguageFeatures/regression/34803_t01.dart b/LanguageFeatures/regression/34803_t01.dart
index 4ca0b64..359d353 100644
--- a/LanguageFeatures/regression/34803_t01.dart
+++ b/LanguageFeatures/regression/34803_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34803 (Dart crashes when tries to
  * compile a class with generic function parameter) - checks dart versions with
diff --git a/LanguageFeatures/regression/34803_t02.dart b/LanguageFeatures/regression/34803_t02.dart
index afc6acc..ceec929 100644
--- a/LanguageFeatures/regression/34803_t02.dart
+++ b/LanguageFeatures/regression/34803_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34803 (Dart crashes when tries to
  * compile a class with generic function parameter) - checks dart versions with
diff --git a/LanguageFeatures/regression/34803_t03.dart b/LanguageFeatures/regression/34803_t03.dart
index 6fb0ee8..a0b2a79 100644
--- a/LanguageFeatures/regression/34803_t03.dart
+++ b/LanguageFeatures/regression/34803_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34803 (Dart crashes when tries to
  * compile a class with generic function parameter) - checks dart versions with
diff --git a/LanguageFeatures/regression/34803_t04.dart b/LanguageFeatures/regression/34803_t04.dart
index d269b49..6098946 100644
--- a/LanguageFeatures/regression/34803_t04.dart
+++ b/LanguageFeatures/regression/34803_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issue 34803 (Dart crashes when tries to
  * compile a class with generic function parameter) - checks dart versions with
diff --git a/LanguageFeatures/regression/34833.dart b/LanguageFeatures/regression/34833.dart
index 3ef0912..e2ff2ca 100644
--- a/LanguageFeatures/regression/34833.dart
+++ b/LanguageFeatures/regression/34833.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 33833 (Analyzer throws compile
  * error when declare a class with typed parameter which depends on
diff --git a/LanguageFeatures/regression/34845.dart b/LanguageFeatures/regression/34845.dart
index 2a5f38f..0c68a5b 100644
--- a/LanguageFeatures/regression/34845.dart
+++ b/LanguageFeatures/regression/34845.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 34845 (see comments there: With
  * that, we have [dynamic] == [FutureOr<dynamic>] ==
diff --git a/LanguageFeatures/regression/35114_35115.dart b/LanguageFeatures/regression/35114_35115.dart
index a7647ac..8dd32eb 100644
--- a/LanguageFeatures/regression/35114_35115.dart
+++ b/LanguageFeatures/regression/35114_35115.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the issues 35114 (Analyzer does not allow
  * declare a class with typed function parameter if it's parametrized
diff --git a/LanguageFeatures/regression/35148_35149.dart b/LanguageFeatures/regression/35148_35149.dart
index ba2e2fe..1c19faf 100644
--- a/LanguageFeatures/regression/35148_35149.dart
+++ b/LanguageFeatures/regression/35148_35149.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Regression test for the Issue 33597 (Dartanalyzer does not throw
  * compiler error when function variable with incorrect return type parameter is
diff --git a/LibTest/async/Completer/Completer.sync_A01_t01.dart b/LibTest/async/Completer/Completer.sync_A01_t01.dart
index 5328f24..39521c4 100644
--- a/LibTest/async/Completer/Completer.sync_A01_t01.dart
+++ b/LibTest/async/Completer/Completer.sync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Completer.sync()
  * Completes the future synchronously.
diff --git a/LibTest/async/Completer/Completer_A01_t01.dart b/LibTest/async/Completer/Completer_A01_t01.dart
index e10d60c..53a5aa3 100644
--- a/LibTest/async/Completer/Completer_A01_t01.dart
+++ b/LibTest/async/Completer/Completer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Completer()
  * Create a new completer.
diff --git a/LibTest/async/Completer/Completer_class_A01_t01.dart b/LibTest/async/Completer/Completer_class_A01_t01.dart
index 45f9c63..1ebf2be 100644
--- a/LibTest/async/Completer/Completer_class_A01_t01.dart
+++ b/LibTest/async/Completer/Completer_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Completer<T> A way to produce Future objects and to complete
  * them later with a value or error.
diff --git a/LibTest/async/Completer/completeError_A01_t01.dart b/LibTest/async/Completer/completeError_A01_t01.dart
index 2ec8e8b..95bb08d 100644
--- a/LibTest/async/Completer/completeError_A01_t01.dart
+++ b/LibTest/async/Completer/completeError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Complete future with an error. Completing a future with an error indicates
diff --git a/LibTest/async/Completer/completeError_A01_t02.dart b/LibTest/async/Completer/completeError_A01_t02.dart
index 7d847f7..bc1d190 100644
--- a/LibTest/async/Completer/completeError_A01_t02.dart
+++ b/LibTest/async/Completer/completeError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Complete future with an error. Completing a future with an error indicates
diff --git a/LibTest/async/Completer/completeError_A01_t03.dart b/LibTest/async/Completer/completeError_A01_t03.dart
index 960ffb0..082722e 100644
--- a/LibTest/async/Completer/completeError_A01_t03.dart
+++ b/LibTest/async/Completer/completeError_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Complete future with an error. Completing a future with an error indicates
diff --git a/LibTest/async/Completer/completeError_A01_t04.dart b/LibTest/async/Completer/completeError_A01_t04.dart
index aacfd49..bafe166 100644
--- a/LibTest/async/Completer/completeError_A01_t04.dart
+++ b/LibTest/async/Completer/completeError_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Complete future with an error. Completing a future with an error indicates
diff --git a/LibTest/async/Completer/completeError_A02_t01.dart b/LibTest/async/Completer/completeError_A02_t01.dart
index e437752..eae2ef6 100644
--- a/LibTest/async/Completer/completeError_A02_t01.dart
+++ b/LibTest/async/Completer/completeError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * The error must not be null.
diff --git a/LibTest/async/Completer/completeError_A03_t01.dart b/LibTest/async/Completer/completeError_A03_t01.dart
index 597e96e..b55e083 100644
--- a/LibTest/async/Completer/completeError_A03_t01.dart
+++ b/LibTest/async/Completer/completeError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/completeError_A03_t02.dart b/LibTest/async/Completer/completeError_A03_t02.dart
index acf58eb..936ed36 100644
--- a/LibTest/async/Completer/completeError_A03_t02.dart
+++ b/LibTest/async/Completer/completeError_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/completeError_A03_t03.dart b/LibTest/async/Completer/completeError_A03_t03.dart
index 772e163..2a7d3e5 100644
--- a/LibTest/async/Completer/completeError_A03_t03.dart
+++ b/LibTest/async/Completer/completeError_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void completeError(Object exception, [Object stackTrace])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/complete_A01_t01.dart b/LibTest/async/Completer/complete_A01_t01.dart
index cb66dd4..d79878f 100644
--- a/LibTest/async/Completer/complete_A01_t01.dart
+++ b/LibTest/async/Completer/complete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A01_t02.dart b/LibTest/async/Completer/complete_A01_t02.dart
index 7f3a59a..abd34a9 100644
--- a/LibTest/async/Completer/complete_A01_t02.dart
+++ b/LibTest/async/Completer/complete_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A01_t03.dart b/LibTest/async/Completer/complete_A01_t03.dart
index 48f49ca..6c37a64 100644
--- a/LibTest/async/Completer/complete_A01_t03.dart
+++ b/LibTest/async/Completer/complete_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A01_t04.dart b/LibTest/async/Completer/complete_A01_t04.dart
index 4190cdc..2548488 100644
--- a/LibTest/async/Completer/complete_A01_t04.dart
+++ b/LibTest/async/Completer/complete_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A01_t05.dart b/LibTest/async/Completer/complete_A01_t05.dart
index 41c8e62..17bfc6c 100644
--- a/LibTest/async/Completer/complete_A01_t05.dart
+++ b/LibTest/async/Completer/complete_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A01_t06.dart b/LibTest/async/Completer/complete_A01_t06.dart
index 16795b4..8a19636 100644
--- a/LibTest/async/Completer/complete_A01_t06.dart
+++ b/LibTest/async/Completer/complete_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Completes future with the supplied values.
diff --git a/LibTest/async/Completer/complete_A02_t01.dart b/LibTest/async/Completer/complete_A02_t01.dart
index b9a00eb..d6be593 100644
--- a/LibTest/async/Completer/complete_A02_t01.dart
+++ b/LibTest/async/Completer/complete_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/complete_A02_t02.dart b/LibTest/async/Completer/complete_A02_t02.dart
index 5591559..0794209 100644
--- a/LibTest/async/Completer/complete_A02_t02.dart
+++ b/LibTest/async/Completer/complete_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/complete_A02_t03.dart b/LibTest/async/Completer/complete_A02_t03.dart
index 9ac3efb..427ed8c 100644
--- a/LibTest/async/Completer/complete_A02_t03.dart
+++ b/LibTest/async/Completer/complete_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void complete([T value])
  * Calling complete or completeError must not be done more than once.
diff --git a/LibTest/async/Completer/future_A01_t01.dart b/LibTest/async/Completer/future_A01_t01.dart
index 4dc7f36..a6dc894 100644
--- a/LibTest/async/Completer/future_A01_t01.dart
+++ b/LibTest/async/Completer/future_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> future
  * The future that will contain the result provided to this completer.
diff --git a/LibTest/async/Completer/isCompleted_A01_t01.dart b/LibTest/async/Completer/isCompleted_A01_t01.dart
index 87a6b97..907d9ae 100644
--- a/LibTest/async/Completer/isCompleted_A01_t01.dart
+++ b/LibTest/async/Completer/isCompleted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isCompleted
  * Whether the future has been completed.
diff --git a/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.dart b/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.dart
index 342a35d..91be19a 100644
--- a/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.dart
+++ b/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const DeferredLibrary(String libraryName, {String uri})
  * (from #11507: Lazy library loading is a hint to deployment tools.
diff --git a/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.lib.dart b/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.lib.dart
index db7bde8..f22807c 100644
--- a/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.lib.dart
+++ b/LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const DeferredLibrary(String libraryName, {String uri})
  * @description Checks that DeferredLibrary loads in lazy way.
diff --git a/LibTest/async/EventSink/EventSink_A01_t01.test.dart b/LibTest/async/EventSink/EventSink_A01_t01.test.dart
index f46522a..a791542 100644
--- a/LibTest/async/EventSink/EventSink_A01_t01.test.dart
+++ b/LibTest/async/EventSink/EventSink_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion EventSink()
  *
diff --git a/LibTest/async/EventSink/addError_A01_t01.test.dart b/LibTest/async/EventSink/addError_A01_t01.test.dart
index 6930647..a9357e7 100644
--- a/LibTest/async/EventSink/addError_A01_t01.test.dart
+++ b/LibTest/async/EventSink/addError_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addError(errorEvent, [StackTrace stackTrace])
  * Send an async error to a stream.
diff --git a/LibTest/async/EventSink/add_A01_t01.test.dart b/LibTest/async/EventSink/add_A01_t01.test.dart
index e087563..422ba66 100644
--- a/LibTest/async/EventSink/add_A01_t01.test.dart
+++ b/LibTest/async/EventSink/add_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void add(T event)
  * Send a data event to a stream.
diff --git a/LibTest/async/EventSink/all_tests.lib.dart b/LibTest/async/EventSink/all_tests.lib.dart
index a2412e9..232cf61 100644
--- a/LibTest/async/EventSink/all_tests.lib.dart
+++ b/LibTest/async/EventSink/all_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion EventSync abstract class
  *
diff --git a/LibTest/async/EventSink/close_A01_t01.test.dart b/LibTest/async/EventSink/close_A01_t01.test.dart
index 4bec170..125dae8 100644
--- a/LibTest/async/EventSink/close_A01_t01.test.dart
+++ b/LibTest/async/EventSink/close_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void close()
  * Close the sink. No further events can be added after closing.
diff --git a/LibTest/async/EventSink/equality_operator_A01_t01.test.dart b/LibTest/async/EventSink/equality_operator_A01_t01.test.dart
index 7e6a60b..1b01fdc 100644
--- a/LibTest/async/EventSink/equality_operator_A01_t01.test.dart
+++ b/LibTest/async/EventSink/equality_operator_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(other)
  * The default behavior for all Objects is to return true if and only if this
diff --git a/LibTest/async/EventSink/hashCode_A01_t01.test.dart b/LibTest/async/EventSink/hashCode_A01_t01.test.dart
index 392db35..04838dd 100644
--- a/LibTest/async/EventSink/hashCode_A01_t01.test.dart
+++ b/LibTest/async/EventSink/hashCode_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/async/EventSink/noSuchMethodError_A01_t01.test.dart b/LibTest/async/EventSink/noSuchMethodError_A01_t01.test.dart
index 6db7e78..23b4eb3 100644
--- a/LibTest/async/EventSink/noSuchMethodError_A01_t01.test.dart
+++ b/LibTest/async/EventSink/noSuchMethodError_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic noSuchMethod(Invocation invocation)
  * Invoked when a non-existent method or property is accessed.
diff --git a/LibTest/async/EventSink/runtimeType_A01_t01.test.dart b/LibTest/async/EventSink/runtimeType_A01_t01.test.dart
index 7f79acf..24397d9 100644
--- a/LibTest/async/EventSink/runtimeType_A01_t01.test.dart
+++ b/LibTest/async/EventSink/runtimeType_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/async/EventSink/toString_A01_t01.test.dart b/LibTest/async/EventSink/toString_A01_t01.test.dart
index dfa1641..10eed8c 100644
--- a/LibTest/async/EventSink/toString_A01_t01.test.dart
+++ b/LibTest/async/EventSink/toString_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/async/Future/Future.delayed_A01_t01.dart b/LibTest/async/Future/Future.delayed_A01_t01.dart
index a018f07..e20bec4 100644
--- a/LibTest/async/Future/Future.delayed_A01_t01.dart
+++ b/LibTest/async/Future/Future.delayed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.delayed(Duration duration, [dynamic computation()])
  *    Creates a future that runs its computation after a delay.
diff --git a/LibTest/async/Future/Future.delayed_A01_t02.dart b/LibTest/async/Future/Future.delayed_A01_t02.dart
index 77b87f3..756b267 100644
--- a/LibTest/async/Future/Future.delayed_A01_t02.dart
+++ b/LibTest/async/Future/Future.delayed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.delayed(Duration duration, [dynamic computation()])
  *    Creates a future that runs its computation after a delay.
diff --git a/LibTest/async/Future/Future.delayed_A01_t03.dart b/LibTest/async/Future/Future.delayed_A01_t03.dart
index d235e3a..fc8c3b9 100644
--- a/LibTest/async/Future/Future.delayed_A01_t03.dart
+++ b/LibTest/async/Future/Future.delayed_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.delayed(Duration duration, [dynamic computation()])
  *    Creates a future that runs its computation after a delay.
diff --git a/LibTest/async/Future/Future.delayed_A02_t01.dart b/LibTest/async/Future/Future.delayed_A02_t01.dart
index 8a16337..813f3a4 100644
--- a/LibTest/async/Future/Future.delayed_A02_t01.dart
+++ b/LibTest/async/Future/Future.delayed_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.delayed(Duration duration, [dynamic  computation()])
  *    If computation is omitted, it will be treated as if computation was set to
diff --git a/LibTest/async/Future/Future.delayed_A03_t01.dart b/LibTest/async/Future/Future.delayed_A03_t01.dart
index 9e63270..fa03df9 100644
--- a/LibTest/async/Future/Future.delayed_A03_t01.dart
+++ b/LibTest/async/Future/Future.delayed_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.delayed(Duration duration, [dynamic computation()])
  *    If calling computation throws, the created future will complete with the
diff --git a/LibTest/async/Future/Future.error_A01_t01.dart b/LibTest/async/Future/Future.error_A01_t01.dart
index f3d1c05..bab180f 100644
--- a/LibTest/async/Future/Future.error_A01_t01.dart
+++ b/LibTest/async/Future/Future.error_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.error(error, [Object stackTrace])
  * A future that completes with an error in the next event-loop iteration.
diff --git a/LibTest/async/Future/Future.error_A01_t02.dart b/LibTest/async/Future/Future.error_A01_t02.dart
index 6aa3bcd..84a6691 100644
--- a/LibTest/async/Future/Future.error_A01_t02.dart
+++ b/LibTest/async/Future/Future.error_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.error(error, [Object stackTrace])
  * A future that completes with an error in the next event-loop iteration.
diff --git a/LibTest/async/Future/Future.error_A01_t03.dart b/LibTest/async/Future/Future.error_A01_t03.dart
index 9ec9cd6..5501a86 100644
--- a/LibTest/async/Future/Future.error_A01_t03.dart
+++ b/LibTest/async/Future/Future.error_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.error(error, [Object stackTrace])
  * A future that completes with an error in the next event-loop iteration.
diff --git a/LibTest/async/Future/Future.microtask_A01_t01.dart b/LibTest/async/Future/Future.microtask_A01_t01.dart
index b50d152..0739e7f 100644
--- a/LibTest/async/Future/Future.microtask_A01_t01.dart
+++ b/LibTest/async/Future/Future.microtask_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.microtask(dynamic computation())
  *    Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/Future.microtask_A01_t02.dart b/LibTest/async/Future/Future.microtask_A01_t02.dart
index d47e164..481f56a 100644
--- a/LibTest/async/Future/Future.microtask_A01_t02.dart
+++ b/LibTest/async/Future/Future.microtask_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.microtask(dynamic computation())
  *    Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/Future.microtask_A01_t03.dart b/LibTest/async/Future/Future.microtask_A01_t03.dart
index c809a45..f2a188d 100644
--- a/LibTest/async/Future/Future.microtask_A01_t03.dart
+++ b/LibTest/async/Future/Future.microtask_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.microtask(dynamic computation())
  *    If calling computation returns a Future, completion of the created future
diff --git a/LibTest/async/Future/Future.microtask_A01_t04.dart b/LibTest/async/Future/Future.microtask_A01_t04.dart
index 440796a..b5640bf 100644
--- a/LibTest/async/Future/Future.microtask_A01_t04.dart
+++ b/LibTest/async/Future/Future.microtask_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.microtask(dynamic computation())
  *    If calling computation returns a non-future value, the returned future is
diff --git a/LibTest/async/Future/Future.sync_A01_t01.dart b/LibTest/async/Future/Future.sync_A01_t01.dart
index a9a06cd..321cfa2 100644
--- a/LibTest/async/Future/Future.sync_A01_t01.dart
+++ b/LibTest/async/Future/Future.sync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.sync(dynamic computation())
  * Creates a future containing the result of immediately calling computation.
diff --git a/LibTest/async/Future/Future.sync_A01_t02.dart b/LibTest/async/Future/Future.sync_A01_t02.dart
index 425bb3e..2362e47 100644
--- a/LibTest/async/Future/Future.sync_A01_t02.dart
+++ b/LibTest/async/Future/Future.sync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.sync(dynamic computation())
  * Creates a future containing the result of immediately calling computation.
diff --git a/LibTest/async/Future/Future.sync_A01_t03.dart b/LibTest/async/Future/Future.sync_A01_t03.dart
index 91c67a2..5b0e3e7 100644
--- a/LibTest/async/Future/Future.sync_A01_t03.dart
+++ b/LibTest/async/Future/Future.sync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.sync(dynamic computation())
  * Creates a future containing the result of immediately calling computation.
diff --git a/LibTest/async/Future/Future.sync_A01_t04.dart b/LibTest/async/Future/Future.sync_A01_t04.dart
index 74f2444..61eced4 100644
--- a/LibTest/async/Future/Future.sync_A01_t04.dart
+++ b/LibTest/async/Future/Future.sync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.sync(dynamic computation())
  * Creates a future containing the result of immediately calling computation.
diff --git a/LibTest/async/Future/Future.value_A01_t01.dart b/LibTest/async/Future/Future.value_A01_t01.dart
index 93cd523..939c63b 100644
--- a/LibTest/async/Future/Future.value_A01_t01.dart
+++ b/LibTest/async/Future/Future.value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.value([value])
  * A future whose value is available in the next event-loop iteration.
diff --git a/LibTest/async/Future/Future.value_A01_t02.dart b/LibTest/async/Future/Future.value_A01_t02.dart
index 196b926..bfe8462 100644
--- a/LibTest/async/Future/Future.value_A01_t02.dart
+++ b/LibTest/async/Future/Future.value_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future.value([value])
  * A future whose value is available in the next event-loop iteration.
diff --git a/LibTest/async/Future/Future_A01_t01.dart b/LibTest/async/Future/Future_A01_t01.dart
index 0389719..28daed5 100644
--- a/LibTest/async/Future/Future_A01_t01.dart
+++ b/LibTest/async/Future/Future_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future(dynamic computation())
  * Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/Future_A01_t02.dart b/LibTest/async/Future/Future_A01_t02.dart
index f33c9e9..d3cde52 100644
--- a/LibTest/async/Future/Future_A01_t02.dart
+++ b/LibTest/async/Future/Future_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future(dynamic computation())
  * Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/Future_A01_t03.dart b/LibTest/async/Future/Future_A01_t03.dart
index 57c2857..79e11ba 100644
--- a/LibTest/async/Future/Future_A01_t03.dart
+++ b/LibTest/async/Future/Future_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future(dynamic computation())
  * Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/Future_A01_t04.dart b/LibTest/async/Future/Future_A01_t04.dart
index 580a01a..7dafea6 100644
--- a/LibTest/async/Future/Future_A01_t04.dart
+++ b/LibTest/async/Future/Future_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future(dynamic computation())
  * Creates a future containing the result of calling computation
diff --git a/LibTest/async/Future/any_A01_t01.dart b/LibTest/async/Future/any_A01_t01.dart
index 40d3e2b..ee79abb 100644
--- a/LibTest/async/Future/any_A01_t01.dart
+++ b/LibTest/async/Future/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future any(Iterable<Future> futures)
  * Returns the result of the first future in futures to complete.
diff --git a/LibTest/async/Future/any_A01_t02.dart b/LibTest/async/Future/any_A01_t02.dart
index 9506878..10b2257 100644
--- a/LibTest/async/Future/any_A01_t02.dart
+++ b/LibTest/async/Future/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future any(Iterable<Future> futures)
  * Returns the result of the first future in futures to complete.
diff --git a/LibTest/async/Future/any_A01_t03.dart b/LibTest/async/Future/any_A01_t03.dart
index 4af6840..77d9375 100644
--- a/LibTest/async/Future/any_A01_t03.dart
+++ b/LibTest/async/Future/any_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future any(Iterable<Future> futures)
  * Returns the result of the first future in futures to complete.
diff --git a/LibTest/async/Future/any_A01_t04.dart b/LibTest/async/Future/any_A01_t04.dart
index a750f21..10e762a 100644
--- a/LibTest/async/Future/any_A01_t04.dart
+++ b/LibTest/async/Future/any_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future any(Iterable<Future> futures)
  * Returns the result of the first future in futures to complete.
diff --git a/LibTest/async/Future/any_A01_t05.dart b/LibTest/async/Future/any_A01_t05.dart
index 9a73d0b..20f6da6 100644
--- a/LibTest/async/Future/any_A01_t05.dart
+++ b/LibTest/async/Future/any_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future any(Iterable<Future> futures)
  * Returns the result of the first future in futures to complete.
diff --git a/LibTest/async/Future/asStream_A01_t01.dart b/LibTest/async/Future/asStream_A01_t01.dart
index f5776c8..1a3a2bd 100644
--- a/LibTest/async/Future/asStream_A01_t01.dart
+++ b/LibTest/async/Future/asStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asStream()
  * Creates a Stream containing the result of this future.
diff --git a/LibTest/async/Future/asStream_A01_t02.dart b/LibTest/async/Future/asStream_A01_t02.dart
index d8ee6d7..b75823b 100644
--- a/LibTest/async/Future/asStream_A01_t02.dart
+++ b/LibTest/async/Future/asStream_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asStream()
  * Creates a Stream containing the result of this future.
diff --git a/LibTest/async/Future/asStream_A02_t01.dart b/LibTest/async/Future/asStream_A02_t01.dart
index d4ef13c..94babd2 100644
--- a/LibTest/async/Future/asStream_A02_t01.dart
+++ b/LibTest/async/Future/asStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Stream<T> asStream()
  * The stream will produce single data or error event containing the completion
diff --git a/LibTest/async/Future/asStream_A02_t02.dart b/LibTest/async/Future/asStream_A02_t02.dart
index 3635e1a..608b023 100644
--- a/LibTest/async/Future/asStream_A02_t02.dart
+++ b/LibTest/async/Future/asStream_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Stream<T> asStream()
  * The stream will produce single data or error event containing the completion
diff --git a/LibTest/async/Future/catchError_A01_t01.dart b/LibTest/async/Future/catchError_A01_t01.dart
index 5251b52..080c027 100644
--- a/LibTest/async/Future/catchError_A01_t01.dart
+++ b/LibTest/async/Future/catchError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    Handles errors emitted by this Future.
diff --git a/LibTest/async/Future/catchError_A01_t02.dart b/LibTest/async/Future/catchError_A01_t02.dart
index 1df2dca..e5240bc 100644
--- a/LibTest/async/Future/catchError_A01_t02.dart
+++ b/LibTest/async/Future/catchError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    Handles errors emitted by this Future.
diff --git a/LibTest/async/Future/catchError_A02_t01.dart b/LibTest/async/Future/catchError_A02_t01.dart
index 3c5b52c..29f8c2b 100644
--- a/LibTest/async/Future/catchError_A02_t01.dart
+++ b/LibTest/async/Future/catchError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with a value, the returned future completes with
diff --git a/LibTest/async/Future/catchError_A02_t02.dart b/LibTest/async/Future/catchError_A02_t02.dart
index 10fcdb6..8fb39d6 100644
--- a/LibTest/async/Future/catchError_A02_t02.dart
+++ b/LibTest/async/Future/catchError_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with a value, the returned future completes with
diff --git a/LibTest/async/Future/catchError_A02_t03.dart b/LibTest/async/Future/catchError_A02_t03.dart
index 22a9750..05b015b 100644
--- a/LibTest/async/Future/catchError_A02_t03.dart
+++ b/LibTest/async/Future/catchError_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with a value, the returned future completes with
diff --git a/LibTest/async/Future/catchError_A03_t01.dart b/LibTest/async/Future/catchError_A03_t01.dart
index 7ad511c..da6ce4d 100644
--- a/LibTest/async/Future/catchError_A03_t01.dart
+++ b/LibTest/async/Future/catchError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A03_t02.dart b/LibTest/async/Future/catchError_A03_t02.dart
index 212f252..a97e2cd 100644
--- a/LibTest/async/Future/catchError_A03_t02.dart
+++ b/LibTest/async/Future/catchError_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A03_t03.dart b/LibTest/async/Future/catchError_A03_t03.dart
index 4d15ad1..741a767 100644
--- a/LibTest/async/Future/catchError_A03_t03.dart
+++ b/LibTest/async/Future/catchError_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A03_t04.dart b/LibTest/async/Future/catchError_A03_t04.dart
index 2859463..c501583 100644
--- a/LibTest/async/Future/catchError_A03_t04.dart
+++ b/LibTest/async/Future/catchError_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A03_t05.dart b/LibTest/async/Future/catchError_A03_t05.dart
index 581d3bd..47912a2 100644
--- a/LibTest/async/Future/catchError_A03_t05.dart
+++ b/LibTest/async/Future/catchError_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A03_t06.dart b/LibTest/async/Future/catchError_A03_t06.dart
index 51cf2a3..a573084 100644
--- a/LibTest/async/Future/catchError_A03_t06.dart
+++ b/LibTest/async/Future/catchError_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A04_t01.dart b/LibTest/async/Future/catchError_A04_t01.dart
index 5aee6a2..54e5edc 100644
--- a/LibTest/async/Future/catchError_A04_t01.dart
+++ b/LibTest/async/Future/catchError_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If test is omitted, it defaults to a function that always returns true.
diff --git a/LibTest/async/Future/catchError_A04_t02.dart b/LibTest/async/Future/catchError_A04_t02.dart
index a1c14e4..d28626c 100644
--- a/LibTest/async/Future/catchError_A04_t02.dart
+++ b/LibTest/async/Future/catchError_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If test is omitted, it defaults to a function that always returns true.
diff --git a/LibTest/async/Future/catchError_A04_t03.dart b/LibTest/async/Future/catchError_A04_t03.dart
index 6a32436..6382d5b 100644
--- a/LibTest/async/Future/catchError_A04_t03.dart
+++ b/LibTest/async/Future/catchError_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If test is omitted, it defaults to a function that always returns true.
diff --git a/LibTest/async/Future/catchError_A05_t01.dart b/LibTest/async/Future/catchError_A05_t01.dart
index 4b97a33..d7fb5ea 100644
--- a/LibTest/async/Future/catchError_A05_t01.dart
+++ b/LibTest/async/Future/catchError_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  * The test function should not throw, but if it does, it is handled as if
diff --git a/LibTest/async/Future/catchError_A06_t01.dart b/LibTest/async/Future/catchError_A06_t01.dart
index 8adc0c1..a7c01ac 100644
--- a/LibTest/async/Future/catchError_A06_t01.dart
+++ b/LibTest/async/Future/catchError_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/catchError_A07_t01.dart b/LibTest/async/Future/catchError_A07_t01.dart
index 1cb63c0..51c9f35 100644
--- a/LibTest/async/Future/catchError_A07_t01.dart
+++ b/LibTest/async/Future/catchError_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future catchError(Function onError, {bool test(Object error)})
  *    If this future completes with an error, then test is first called with
diff --git a/LibTest/async/Future/doWhile_A01_t01.dart b/LibTest/async/Future/doWhile_A01_t01.dart
index 234b645..d04e962 100644
--- a/LibTest/async/Future/doWhile_A01_t01.dart
+++ b/LibTest/async/Future/doWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Performs an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A01_t02.dart b/LibTest/async/Future/doWhile_A01_t02.dart
index 7eca6b2..e8a3b79 100644
--- a/LibTest/async/Future/doWhile_A01_t02.dart
+++ b/LibTest/async/Future/doWhile_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Performs an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A01_t03.dart b/LibTest/async/Future/doWhile_A01_t03.dart
index bea005b..f767113 100644
--- a/LibTest/async/Future/doWhile_A01_t03.dart
+++ b/LibTest/async/Future/doWhile_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Performs an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A02_t01.dart b/LibTest/async/Future/doWhile_A02_t01.dart
index 43da217..88436b7 100644
--- a/LibTest/async/Future/doWhile_A02_t01.dart
+++ b/LibTest/async/Future/doWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Perform an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A02_t02.dart b/LibTest/async/Future/doWhile_A02_t02.dart
index ad89c3f..95ce58f 100644
--- a/LibTest/async/Future/doWhile_A02_t02.dart
+++ b/LibTest/async/Future/doWhile_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Perform an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A02_t03.dart b/LibTest/async/Future/doWhile_A02_t03.dart
index 530dafc..b8d231a 100644
--- a/LibTest/async/Future/doWhile_A02_t03.dart
+++ b/LibTest/async/Future/doWhile_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  *    Perform an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/doWhile_A05_t01.dart b/LibTest/async/Future/doWhile_A05_t01.dart
index 57b6264..d04286e 100644
--- a/LibTest/async/Future/doWhile_A05_t01.dart
+++ b/LibTest/async/Future/doWhile_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Future doWhile(FutureOr<bool> f())
  * Perform an async operation repeatedly until it returns false.
diff --git a/LibTest/async/Future/forEach_A01_t01.dart b/LibTest/async/Future/forEach_A01_t01.dart
index 78700ae..b39f572 100644
--- a/LibTest/async/Future/forEach_A01_t01.dart
+++ b/LibTest/async/Future/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(Iterable input, dynamic f(element))
  *    Perform an async operation for each element of the iterable, in turn.
diff --git a/LibTest/async/Future/forEach_A01_t02.dart b/LibTest/async/Future/forEach_A01_t02.dart
index bfe4934..9751685 100644
--- a/LibTest/async/Future/forEach_A01_t02.dart
+++ b/LibTest/async/Future/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(Iterable input, dynamic f(element))
  *    Perform an async operation for each element of the iterable, in turn.
diff --git a/LibTest/async/Future/forEach_A01_t03.dart b/LibTest/async/Future/forEach_A01_t03.dart
index 543a530..90698e6 100644
--- a/LibTest/async/Future/forEach_A01_t03.dart
+++ b/LibTest/async/Future/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future forEach(Iterable input, Future f(element))
  *    Perform an async operation for each element of the iterable, in turn.
diff --git a/LibTest/async/Future/forEach_A02_t01.dart b/LibTest/async/Future/forEach_A02_t01.dart
index cdaee8a..78dce58 100644
--- a/LibTest/async/Future/forEach_A02_t01.dart
+++ b/LibTest/async/Future/forEach_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(Iterable input, dynamic f(element))
  * Returns a Future that completes when all elements have been processed.
diff --git a/LibTest/async/Future/forEach_A03_t01.dart b/LibTest/async/Future/forEach_A03_t01.dart
index ea5d848..4637b94 100644
--- a/LibTest/async/Future/forEach_A03_t01.dart
+++ b/LibTest/async/Future/forEach_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(Iterable input, dynamic f(element))
  * Any errors will cause the iteration to stop and will be piped through the
diff --git a/LibTest/async/Future/forEach_A03_t02.dart b/LibTest/async/Future/forEach_A03_t02.dart
index 8848c69..3da069b 100644
--- a/LibTest/async/Future/forEach_A03_t02.dart
+++ b/LibTest/async/Future/forEach_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(Iterable input, dynamic f(element))
  * Any errors will cause the iteration to stop and will be piped through the
diff --git a/LibTest/async/Future/then_A01_t01.dart b/LibTest/async/Future/then_A01_t01.dart
index 183752e..1bbf4e4 100644
--- a/LibTest/async/Future/then_A01_t01.dart
+++ b/LibTest/async/Future/then_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    Register callbacks to be called when this future completes.
diff --git a/LibTest/async/Future/then_A01_t02.dart b/LibTest/async/Future/then_A01_t02.dart
index 00fbbd9..5c5fdb3 100644
--- a/LibTest/async/Future/then_A01_t02.dart
+++ b/LibTest/async/Future/then_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    Register callbacks to be called when this future completes.
diff --git a/LibTest/async/Future/then_A01_t03.dart b/LibTest/async/Future/then_A01_t03.dart
index d71f344..7565ec1 100644
--- a/LibTest/async/Future/then_A01_t03.dart
+++ b/LibTest/async/Future/then_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    Register callbacks to be called when this future completes.
diff --git a/LibTest/async/Future/then_A01_t04.dart b/LibTest/async/Future/then_A01_t04.dart
index c69dcdf..67a2af2 100644
--- a/LibTest/async/Future/then_A01_t04.dart
+++ b/LibTest/async/Future/then_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    Register callbacks to be called when this future completes.
diff --git a/LibTest/async/Future/then_A02_t01.dart b/LibTest/async/Future/then_A02_t01.dart
index 2f575c0..4a03908 100644
--- a/LibTest/async/Future/then_A02_t01.dart
+++ b/LibTest/async/Future/then_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If the invoked callback throws, the returned future is completed with the
diff --git a/LibTest/async/Future/then_A02_t02.dart b/LibTest/async/Future/then_A02_t02.dart
index f845290..bd4b4e9 100644
--- a/LibTest/async/Future/then_A02_t02.dart
+++ b/LibTest/async/Future/then_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If the invoked callback throws, the returned future is completed with the
diff --git a/LibTest/async/Future/then_A02_t03.dart b/LibTest/async/Future/then_A02_t03.dart
index d98bd02..e80097c 100644
--- a/LibTest/async/Future/then_A02_t03.dart
+++ b/LibTest/async/Future/then_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If the invoked callback throws, the returned future is completed with the
diff --git a/LibTest/async/Future/then_A03_t01.dart b/LibTest/async/Future/then_A03_t01.dart
index 1a44764..ba924a1 100644
--- a/LibTest/async/Future/then_A03_t01.dart
+++ b/LibTest/async/Future/then_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If the callback returns a Future, the future returned by then will be
diff --git a/LibTest/async/Future/then_A03_t02.dart b/LibTest/async/Future/then_A03_t02.dart
index 2655da1..6f9ce43 100644
--- a/LibTest/async/Future/then_A03_t02.dart
+++ b/LibTest/async/Future/then_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If the callback returns a Future, the future returned by then will be
diff --git a/LibTest/async/Future/then_A04_t01.dart b/LibTest/async/Future/then_A04_t01.dart
index 2aec837..6fef56f 100644
--- a/LibTest/async/Future/then_A04_t01.dart
+++ b/LibTest/async/Future/then_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  *    If onError is not given, and this future completes with an error, the error
diff --git a/LibTest/async/Future/then_A05_t01.dart b/LibTest/async/Future/then_A05_t01.dart
index 08d9557..b437964 100644
--- a/LibTest/async/Future/then_A05_t01.dart
+++ b/LibTest/async/Future/then_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  * If onError is provided, and this future completes with an error, the onError
diff --git a/LibTest/async/Future/then_A05_t02.dart b/LibTest/async/Future/then_A05_t02.dart
index 8b255b5..33151ca 100644
--- a/LibTest/async/Future/then_A05_t02.dart
+++ b/LibTest/async/Future/then_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  * If onError is provided, and this future completes with an error, the onError
diff --git a/LibTest/async/Future/then_A05_t03.dart b/LibTest/async/Future/then_A05_t03.dart
index 76bbf1a..c951db9 100644
--- a/LibTest/async/Future/then_A05_t03.dart
+++ b/LibTest/async/Future/then_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future then(dynamic onValue(T value), {Function onError})
  * If onError is provided, and this future completes with an error, the onError
diff --git a/LibTest/async/Future/timeout_A01_t01.dart b/LibTest/async/Future/timeout_A01_t01.dart
index 294542e..b4a0643 100644
--- a/LibTest/async/Future/timeout_A01_t01.dart
+++ b/LibTest/async/Future/timeout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> timeout(Duration timeLimit, {dynamic onTimeout()})
  * Time-out the future computation after timeLimit has passed.
diff --git a/LibTest/async/Future/timeout_A02_t01.dart b/LibTest/async/Future/timeout_A02_t01.dart
index 63c110e..b62723e 100644
--- a/LibTest/async/Future/timeout_A02_t01.dart
+++ b/LibTest/async/Future/timeout_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> timeout(Duration timeLimit, {dynamic onTimeout()})
  * Time-out the future computation after timeLimit has passed.
diff --git a/LibTest/async/Future/timeout_A02_t02.dart b/LibTest/async/Future/timeout_A02_t02.dart
index fa93352..eb347ad 100644
--- a/LibTest/async/Future/timeout_A02_t02.dart
+++ b/LibTest/async/Future/timeout_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> timeout(Duration timeLimit, {dynamic onTimeout()})
  * Time-out the future computation after timeLimit has passed.
diff --git a/LibTest/async/Future/timeout_A02_t03.dart b/LibTest/async/Future/timeout_A02_t03.dart
index a07656f..135a941 100644
--- a/LibTest/async/Future/timeout_A02_t03.dart
+++ b/LibTest/async/Future/timeout_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> timeout(Duration timeLimit, {dynamic onTimeout()})
  * Time-out the future computation after timeLimit has passed.
diff --git a/LibTest/async/Future/timeout_A03_t01.dart b/LibTest/async/Future/timeout_A03_t01.dart
index 3979203..c576995 100644
--- a/LibTest/async/Future/timeout_A03_t01.dart
+++ b/LibTest/async/Future/timeout_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> timeout(Duration timeLimit, {dynamic onTimeout()})
  * Time-out the future computation after timeLimit has passed.
diff --git a/LibTest/async/Future/wait_A01_t01.dart b/LibTest/async/Future/wait_A01_t01.dart
index a85b126..6ce9e03 100644
--- a/LibTest/async/Future/wait_A01_t01.dart
+++ b/LibTest/async/Future/wait_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A01_t03.dart b/LibTest/async/Future/wait_A01_t03.dart
index b2442cd..1af8ce2 100644
--- a/LibTest/async/Future/wait_A01_t03.dart
+++ b/LibTest/async/Future/wait_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A01_t04.dart b/LibTest/async/Future/wait_A01_t04.dart
index e923dce..eece276 100644
--- a/LibTest/async/Future/wait_A01_t04.dart
+++ b/LibTest/async/Future/wait_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A01_t05.dart b/LibTest/async/Future/wait_A01_t05.dart
index 32ab354..029c7ae 100644
--- a/LibTest/async/Future/wait_A01_t05.dart
+++ b/LibTest/async/Future/wait_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A01_t06.dart b/LibTest/async/Future/wait_A01_t06.dart
index b26c461..01d43b8 100644
--- a/LibTest/async/Future/wait_A01_t06.dart
+++ b/LibTest/async/Future/wait_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A01_t07.dart b/LibTest/async/Future/wait_A01_t07.dart
index 00f766f..188acdb 100644
--- a/LibTest/async/Future/wait_A01_t07.dart
+++ b/LibTest/async/Future/wait_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A02_t01.dart b/LibTest/async/Future/wait_A02_t01.dart
index 987a9c7..64fdcf8 100644
--- a/LibTest/async/Future/wait_A02_t01.dart
+++ b/LibTest/async/Future/wait_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A02_t02.dart b/LibTest/async/Future/wait_A02_t02.dart
index ffa5d14..954f11d 100644
--- a/LibTest/async/Future/wait_A02_t02.dart
+++ b/LibTest/async/Future/wait_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A03_t01.dart b/LibTest/async/Future/wait_A03_t01.dart
index 4d55598..d7f9643 100644
--- a/LibTest/async/Future/wait_A03_t01.dart
+++ b/LibTest/async/Future/wait_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A04_t01.dart b/LibTest/async/Future/wait_A04_t01.dart
index 733f7ec..49b9b97 100644
--- a/LibTest/async/Future/wait_A04_t01.dart
+++ b/LibTest/async/Future/wait_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/wait_A04_t02.dart b/LibTest/async/Future/wait_A04_t02.dart
index 4280b70..76f2984 100644
--- a/LibTest/async/Future/wait_A04_t02.dart
+++ b/LibTest/async/Future/wait_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<List> wait(Iterable<Future> futures,
  *                {bool eagerError: false, void cleanUp(successValue)})
diff --git a/LibTest/async/Future/whenComplete_A01_t01.dart b/LibTest/async/Future/whenComplete_A01_t01.dart
index 4070d89..008fb40 100644
--- a/LibTest/async/Future/whenComplete_A01_t01.dart
+++ b/LibTest/async/Future/whenComplete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * Register a function to be called when this future completes.
diff --git a/LibTest/async/Future/whenComplete_A02_t01.dart b/LibTest/async/Future/whenComplete_A02_t01.dart
index 0ac09a4..cda0063 100644
--- a/LibTest/async/Future/whenComplete_A02_t01.dart
+++ b/LibTest/async/Future/whenComplete_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * The future returned by this call, f, will complete the same way as this
diff --git a/LibTest/async/Future/whenComplete_A02_t02.dart b/LibTest/async/Future/whenComplete_A02_t02.dart
index d4dc69c..1d605ae 100644
--- a/LibTest/async/Future/whenComplete_A02_t02.dart
+++ b/LibTest/async/Future/whenComplete_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * The future returned by this call, f, will complete the same way as this
diff --git a/LibTest/async/Future/whenComplete_A03_t01.dart b/LibTest/async/Future/whenComplete_A03_t01.dart
index 8601b60..fbff38e 100644
--- a/LibTest/async/Future/whenComplete_A03_t01.dart
+++ b/LibTest/async/Future/whenComplete_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * If the call to action throws, then f is completed with the thrown error.
diff --git a/LibTest/async/Future/whenComplete_A04_t01.dart b/LibTest/async/Future/whenComplete_A04_t01.dart
index 427af18..ef5de6c 100644
--- a/LibTest/async/Future/whenComplete_A04_t01.dart
+++ b/LibTest/async/Future/whenComplete_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * If the call to action returns a Future, f2, then completion of f is delayed
diff --git a/LibTest/async/Future/whenComplete_A04_t02.dart b/LibTest/async/Future/whenComplete_A04_t02.dart
index 3cd1c6e..ba36993 100644
--- a/LibTest/async/Future/whenComplete_A04_t02.dart
+++ b/LibTest/async/Future/whenComplete_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> whenComplete(action())
  * If the call to action returns a Future, f2, then completion of f is delayed
diff --git a/LibTest/async/Stream/Stream.empty_A01_t01.dart b/LibTest/async/Stream/Stream.empty_A01_t01.dart
index f107570..a99d19f 100644
--- a/LibTest/async/Stream/Stream.empty_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.empty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.empty_A02_t01.dart b/LibTest/async/Stream/Stream.empty_A02_t01.dart
index b2d7fcc..535e16d 100644
--- a/LibTest/async/Stream/Stream.empty_A02_t01.dart
+++ b/LibTest/async/Stream/Stream.empty_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.empty_A02_t02.dart b/LibTest/async/Stream/Stream.empty_A02_t02.dart
index 3180798..2b34047 100644
--- a/LibTest/async/Stream/Stream.empty_A02_t02.dart
+++ b/LibTest/async/Stream/Stream.empty_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.empty_A02_t03.dart b/LibTest/async/Stream/Stream.empty_A02_t03.dart
index 6b081ec..73e749e 100644
--- a/LibTest/async/Stream/Stream.empty_A02_t03.dart
+++ b/LibTest/async/Stream/Stream.empty_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.empty_A02_t04.dart b/LibTest/async/Stream/Stream.empty_A02_t04.dart
index 851c147..8e7c12a 100644
--- a/LibTest/async/Stream/Stream.empty_A02_t04.dart
+++ b/LibTest/async/Stream/Stream.empty_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.empty_A02_t05.dart b/LibTest/async/Stream/Stream.empty_A02_t05.dart
index 403aa9b..980cd92 100644
--- a/LibTest/async/Stream/Stream.empty_A02_t05.dart
+++ b/LibTest/async/Stream/Stream.empty_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Stream.empty()
  * Creates an empty broadcast stream.
diff --git a/LibTest/async/Stream/Stream.eventTransformed_A01_t01.dart b/LibTest/async/Stream/Stream.eventTransformed_A01_t01.dart
index 1aed695..4841af8 100644
--- a/LibTest/async/Stream/Stream.eventTransformed_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.eventTransformed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.eventTransformed(Stream source,
  *   EventSink mapSink(EventSink<T> sink))
diff --git a/LibTest/async/Stream/Stream.eventTransformed_A01_t02.dart b/LibTest/async/Stream/Stream.eventTransformed_A01_t02.dart
index b2f68bf..364e2cf 100644
--- a/LibTest/async/Stream/Stream.eventTransformed_A01_t02.dart
+++ b/LibTest/async/Stream/Stream.eventTransformed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.eventTransformed(Stream source,
  *   EventSink mapSink(EventSink<T> sink))
diff --git a/LibTest/async/Stream/Stream.fromFuture_A01_t01.dart b/LibTest/async/Stream/Stream.fromFuture_A01_t01.dart
index 8363dab..a789539 100644
--- a/LibTest/async/Stream/Stream.fromFuture_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFuture_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromFuture(Future<T> future)
  * Creates a new single-subscription stream from the future.
diff --git a/LibTest/async/Stream/Stream.fromFuture_A02_t01.dart b/LibTest/async/Stream/Stream.fromFuture_A02_t01.dart
index 8e31d9e..f01b66b 100644
--- a/LibTest/async/Stream/Stream.fromFuture_A02_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFuture_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromFuture(Future<T> future)
  * When the future completes, the stream will fire one event, either data or
diff --git a/LibTest/async/Stream/Stream.fromFuture_A02_t02.dart b/LibTest/async/Stream/Stream.fromFuture_A02_t02.dart
index f86c87c..68b5730 100644
--- a/LibTest/async/Stream/Stream.fromFuture_A02_t02.dart
+++ b/LibTest/async/Stream/Stream.fromFuture_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromFuture(Future<T> future)
  * When the future completes, the stream will fire one event, either data or
diff --git a/LibTest/async/Stream/Stream.fromFutures_A01_t01.dart b/LibTest/async/Stream/Stream.fromFutures_A01_t01.dart
index f90d42e..272c38b 100644
--- a/LibTest/async/Stream/Stream.fromFutures_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  * Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_A01_t02.dart b/LibTest/async/Stream/Stream.fromFutures_A01_t02.dart
index ef25a85..b3719dd 100644
--- a/LibTest/async/Stream/Stream.fromFutures_A01_t02.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  * Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_A02_t01.dart b/LibTest/async/Stream/Stream.fromFutures_A02_t01.dart
index 744001d..cb3b65f 100644
--- a/LibTest/async/Stream/Stream.fromFutures_A02_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  * Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_A02_t02.dart b/LibTest/async/Stream/Stream.fromFutures_A02_t02.dart
index c9bbdca..0371bb9 100644
--- a/LibTest/async/Stream/Stream.fromFutures_A02_t02.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  * Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_A03_t01.dart b/LibTest/async/Stream/Stream.fromFutures_A03_t01.dart
index 8c64228..e406130 100644
--- a/LibTest/async/Stream/Stream.fromFutures_A03_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  *    If no future is passed, the stream closes as soon as possible.
diff --git a/LibTest/async/Stream/Stream.fromFutures_all_t01.dart b/LibTest/async/Stream/Stream.fromFutures_all_t01.dart
index 7ce3a47..6761e71 100644
--- a/LibTest/async/Stream/Stream.fromFutures_all_t01.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  *    Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_all_t02.dart b/LibTest/async/Stream/Stream.fromFutures_all_t02.dart
index dbaf102..20f3d12 100644
--- a/LibTest/async/Stream/Stream.fromFutures_all_t02.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_all_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  *    Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromFutures_all_t03.dart b/LibTest/async/Stream/Stream.fromFutures_all_t03.dart
index 064099a..5a20127 100644
--- a/LibTest/async/Stream/Stream.fromFutures_all_t03.dart
+++ b/LibTest/async/Stream/Stream.fromFutures_all_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream.fromFutures(Iterable<Future<T>> futures)
  *    Create a stream from a group of futures.
diff --git a/LibTest/async/Stream/Stream.fromIterable_A01_t01.dart b/LibTest/async/Stream/Stream.fromIterable_A01_t01.dart
index e85af82..035bc53 100644
--- a/LibTest/async/Stream/Stream.fromIterable_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.fromIterable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromIterable(Iterable<T> data)
  * Creates a single-subscription stream that gets its data from data.
diff --git a/LibTest/async/Stream/Stream.fromIterable_A01_t02.dart b/LibTest/async/Stream/Stream.fromIterable_A01_t02.dart
index 7175f00..3deecc9 100644
--- a/LibTest/async/Stream/Stream.fromIterable_A01_t02.dart
+++ b/LibTest/async/Stream/Stream.fromIterable_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromIterable(Iterable<T> data)
  * Creates a single-subscription stream that gets its data from data.
diff --git a/LibTest/async/Stream/Stream.fromIterable_A02_t01.dart b/LibTest/async/Stream/Stream.fromIterable_A02_t01.dart
index 423819b..e5f9003 100644
--- a/LibTest/async/Stream/Stream.fromIterable_A02_t01.dart
+++ b/LibTest/async/Stream/Stream.fromIterable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromIterable(Iterable<T> data)
  * If iterating data throws an error, the stream ends immediately with that
diff --git a/LibTest/async/Stream/Stream.fromIterable_all_t01.dart b/LibTest/async/Stream/Stream.fromIterable_all_t01.dart
index 979aa14..c7b58c9 100644
--- a/LibTest/async/Stream/Stream.fromIterable_all_t01.dart
+++ b/LibTest/async/Stream/Stream.fromIterable_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromIterable(Iterable<T> data)
  * Creates a single-subscription stream that gets its data from data.
diff --git a/LibTest/async/Stream/Stream.fromIterable_all_t03.dart b/LibTest/async/Stream/Stream.fromIterable_all_t03.dart
index f004588..101f74e 100644
--- a/LibTest/async/Stream/Stream.fromIterable_all_t03.dart
+++ b/LibTest/async/Stream/Stream.fromIterable_all_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.fromIterable(Iterable<T> data)
  * Creates a single-subscription stream that gets its data from data.
diff --git a/LibTest/async/Stream/Stream.periodic_A01_t01.dart b/LibTest/async/Stream/Stream.periodic_A01_t01.dart
index e458669..ff8a8c4 100644
--- a/LibTest/async/Stream/Stream.periodic_A01_t01.dart
+++ b/LibTest/async/Stream/Stream.periodic_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream.periodic_A02_t01.dart b/LibTest/async/Stream/Stream.periodic_A02_t01.dart
index 5f14756..2c4e9f1 100644
--- a/LibTest/async/Stream/Stream.periodic_A02_t01.dart
+++ b/LibTest/async/Stream/Stream.periodic_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream.periodic_A03_t01.dart b/LibTest/async/Stream/Stream.periodic_A03_t01.dart
index 219087b..bd176e4 100644
--- a/LibTest/async/Stream/Stream.periodic_A03_t01.dart
+++ b/LibTest/async/Stream/Stream.periodic_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream.periodic_all_t01.dart b/LibTest/async/Stream/Stream.periodic_all_t01.dart
index fde6e75..604508b 100644
--- a/LibTest/async/Stream/Stream.periodic_all_t01.dart
+++ b/LibTest/async/Stream/Stream.periodic_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream.periodic_all_t02.dart b/LibTest/async/Stream/Stream.periodic_all_t02.dart
index f62fbcb..cba37d0 100644
--- a/LibTest/async/Stream/Stream.periodic_all_t02.dart
+++ b/LibTest/async/Stream/Stream.periodic_all_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream.periodic_all_t03.dart b/LibTest/async/Stream/Stream.periodic_all_t03.dart
index 08cb208..82634e8 100644
--- a/LibTest/async/Stream/Stream.periodic_all_t03.dart
+++ b/LibTest/async/Stream/Stream.periodic_all_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream.periodic(Duration period,
  *     [T computation(int computationCount)])
diff --git a/LibTest/async/Stream/Stream_A01_t01.dart b/LibTest/async/Stream/Stream_A01_t01.dart
index de60af0..9a67417 100644
--- a/LibTest/async/Stream/Stream_A01_t01.dart
+++ b/LibTest/async/Stream/Stream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Stream()
  * @description Checks that default constructor works.
diff --git a/LibTest/async/Stream/allTests_A01.lib.dart b/LibTest/async/Stream/allTests_A01.lib.dart
index 8696b48..7875e2f 100644
--- a/LibTest/async/Stream/allTests_A01.lib.dart
+++ b/LibTest/async/Stream/allTests_A01.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class Stream
  * @description Aggregates tests for Stream interface
diff --git a/LibTest/async/Stream/allTests_A02.lib.dart b/LibTest/async/Stream/allTests_A02.lib.dart
index a8192ae..c1f6706 100644
--- a/LibTest/async/Stream/allTests_A02.lib.dart
+++ b/LibTest/async/Stream/allTests_A02.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class Stream
  * @description Aggregates tests for Stream interface (errors processing)
diff --git a/LibTest/async/Stream/allTests_A03.lib.dart b/LibTest/async/Stream/allTests_A03.lib.dart
index 20a0c46..68e5c29 100644
--- a/LibTest/async/Stream/allTests_A03.lib.dart
+++ b/LibTest/async/Stream/allTests_A03.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class Stream
  * @description Aggregates currently failing tests for Stream interface
diff --git a/LibTest/async/Stream/any_A01_t01.test.dart b/LibTest/async/Stream/any_A01_t01.test.dart
index c10ff06..61fbba0 100644
--- a/LibTest/async/Stream/any_A01_t01.test.dart
+++ b/LibTest/async/Stream/any_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/async/Stream/any_A01_t02.test.dart b/LibTest/async/Stream/any_A01_t02.test.dart
index 3bbae20..394ce2f 100644
--- a/LibTest/async/Stream/any_A01_t02.test.dart
+++ b/LibTest/async/Stream/any_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/async/Stream/any_A02_t01.test.dart b/LibTest/async/Stream/any_A02_t01.test.dart
index 2fc5582..e8c4d3b 100644
--- a/LibTest/async/Stream/any_A02_t01.test.dart
+++ b/LibTest/async/Stream/any_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t01.test.dart b/LibTest/async/Stream/asBroadcastStream_A01_t01.test.dart
index cd5a0b5..8557229 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t01.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t02.test.dart b/LibTest/async/Stream/asBroadcastStream_A01_t02.test.dart
index 52000a0..675aabb 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t02.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t03.dart b/LibTest/async/Stream/asBroadcastStream_A01_t03.dart
index 1ef7f56..b1dffd5 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t03.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t04.test.dart b/LibTest/async/Stream/asBroadcastStream_A01_t04.test.dart
index db840e0..cbf0856 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t04.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t05.dart b/LibTest/async/Stream/asBroadcastStream_A01_t05.dart
index 4e014e1..f9cd6b0 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t05.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t06.dart b/LibTest/async/Stream/asBroadcastStream_A01_t06.dart
index 29e8602..33eeed1 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t06.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A01_t07.dart b/LibTest/async/Stream/asBroadcastStream_A01_t07.dart
index f8f9e05..b37d25b 100644
--- a/LibTest/async/Stream/asBroadcastStream_A01_t07.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A03_t01.test.dart b/LibTest/async/Stream/asBroadcastStream_A03_t01.test.dart
index 86d8b0f..5ee9279 100644
--- a/LibTest/async/Stream/asBroadcastStream_A03_t01.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A03_t02.test.dart b/LibTest/async/Stream/asBroadcastStream_A03_t02.test.dart
index fbde00a..4d04ce7 100644
--- a/LibTest/async/Stream/asBroadcastStream_A03_t02.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A03_t03.test.dart b/LibTest/async/Stream/asBroadcastStream_A03_t03.test.dart
index 6d2d1fd..cbb8914 100644
--- a/LibTest/async/Stream/asBroadcastStream_A03_t03.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A04_t01.test.dart b/LibTest/async/Stream/asBroadcastStream_A04_t01.test.dart
index ad6f107..672dd0b 100644
--- a/LibTest/async/Stream/asBroadcastStream_A04_t01.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A04_t02.test.dart b/LibTest/async/Stream/asBroadcastStream_A04_t02.test.dart
index 7e8346c..ed594ef 100644
--- a/LibTest/async/Stream/asBroadcastStream_A04_t02.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A04_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A04_t03.test.dart b/LibTest/async/Stream/asBroadcastStream_A04_t03.test.dart
index 1e62ee2..1bbd6b2 100644
--- a/LibTest/async/Stream/asBroadcastStream_A04_t03.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A04_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A05_t01.test.dart b/LibTest/async/Stream/asBroadcastStream_A05_t01.test.dart
index 7dc7581..3954ad1 100644
--- a/LibTest/async/Stream/asBroadcastStream_A05_t01.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A05_t02.test.dart b/LibTest/async/Stream/asBroadcastStream_A05_t02.test.dart
index 78879d6..43c35b4 100644
--- a/LibTest/async/Stream/asBroadcastStream_A05_t02.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A05_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asBroadcastStream_A05_t03.test.dart b/LibTest/async/Stream/asBroadcastStream_A05_t03.test.dart
index e7cda4f..fceacaf 100644
--- a/LibTest/async/Stream/asBroadcastStream_A05_t03.test.dart
+++ b/LibTest/async/Stream/asBroadcastStream_A05_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream (
  *   {void onListen(StreamSubscription<T> subscription),
diff --git a/LibTest/async/Stream/asyncExpand_A01_t01.test.dart b/LibTest/async/Stream/asyncExpand_A01_t01.test.dart
index 35ac406..c2d27f9 100644
--- a/LibTest/async/Stream/asyncExpand_A01_t01.test.dart
+++ b/LibTest/async/Stream/asyncExpand_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream asyncExpand(Stream convert(T event))
  * Creates a new stream with the events of a stream per original event.
diff --git a/LibTest/async/Stream/asyncExpand_A02_t01.test.dart b/LibTest/async/Stream/asyncExpand_A02_t01.test.dart
index 8d731fc..c601584 100644
--- a/LibTest/async/Stream/asyncExpand_A02_t01.test.dart
+++ b/LibTest/async/Stream/asyncExpand_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream asyncExpand(Stream convert(T event))
  * Creates a new stream with the events of a stream per original event.
diff --git a/LibTest/async/Stream/asyncExpand_A03_t01.test.dart b/LibTest/async/Stream/asyncExpand_A03_t01.test.dart
index 048e6dc..2229a8a 100644
--- a/LibTest/async/Stream/asyncExpand_A03_t01.test.dart
+++ b/LibTest/async/Stream/asyncExpand_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream asyncExpand(Stream convert(T event))
  * Creates a new stream with the events of a stream per original event.
diff --git a/LibTest/async/Stream/asyncMap_A01_t01.test.dart b/LibTest/async/Stream/asyncMap_A01_t01.test.dart
index 738f021..aaa8f14 100644
--- a/LibTest/async/Stream/asyncMap_A01_t01.test.dart
+++ b/LibTest/async/Stream/asyncMap_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A01_t02.test.dart b/LibTest/async/Stream/asyncMap_A01_t02.test.dart
index 5711219..09c8a95 100644
--- a/LibTest/async/Stream/asyncMap_A01_t02.test.dart
+++ b/LibTest/async/Stream/asyncMap_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A01_t03.test.dart b/LibTest/async/Stream/asyncMap_A01_t03.test.dart
index 86974b6..b1ea189 100644
--- a/LibTest/async/Stream/asyncMap_A01_t03.test.dart
+++ b/LibTest/async/Stream/asyncMap_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A01_t04.test.dart b/LibTest/async/Stream/asyncMap_A01_t04.test.dart
index 2578ad8..2a39dc6 100644
--- a/LibTest/async/Stream/asyncMap_A01_t04.test.dart
+++ b/LibTest/async/Stream/asyncMap_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A02_t01.test.dart b/LibTest/async/Stream/asyncMap_A02_t01.test.dart
index 7b81d7e..764675b 100644
--- a/LibTest/async/Stream/asyncMap_A02_t01.test.dart
+++ b/LibTest/async/Stream/asyncMap_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/asyncMap_A03_t01.test.dart b/LibTest/async/Stream/asyncMap_A03_t01.test.dart
index ebc8229..816f018 100644
--- a/LibTest/async/Stream/asyncMap_A03_t01.test.dart
+++ b/LibTest/async/Stream/asyncMap_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A03_t02.test.dart b/LibTest/async/Stream/asyncMap_A03_t02.test.dart
index 49e4f4d..370b11c 100644
--- a/LibTest/async/Stream/asyncMap_A03_t02.test.dart
+++ b/LibTest/async/Stream/asyncMap_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A03_t03.test.dart b/LibTest/async/Stream/asyncMap_A03_t03.test.dart
index 9af2662..51079c5 100644
--- a/LibTest/async/Stream/asyncMap_A03_t03.test.dart
+++ b/LibTest/async/Stream/asyncMap_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/async/Stream/asyncMap_A04_t01.test.dart b/LibTest/async/Stream/asyncMap_A04_t01.test.dart
index 8181b87..cb621c4 100644
--- a/LibTest/async/Stream/asyncMap_A04_t01.test.dart
+++ b/LibTest/async/Stream/asyncMap_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream asyncMap(dynamic convert(T event))
  * This acts like [map], ...
diff --git a/LibTest/async/Stream/contains_A01_t01.test.dart b/LibTest/async/Stream/contains_A01_t01.test.dart
index ea71027..ed44a4c 100644
--- a/LibTest/async/Stream/contains_A01_t01.test.dart
+++ b/LibTest/async/Stream/contains_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * Checks whether needle occurs in the elements provided by this stream.
diff --git a/LibTest/async/Stream/contains_A02_t01.test.dart b/LibTest/async/Stream/contains_A02_t01.test.dart
index b58cef4..e4c4104 100644
--- a/LibTest/async/Stream/contains_A02_t01.test.dart
+++ b/LibTest/async/Stream/contains_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * Completes the Future when the answer is known.
diff --git a/LibTest/async/Stream/contains_A03_t01.test.dart b/LibTest/async/Stream/contains_A03_t01.test.dart
index 03ae888..7e1bf34 100644
--- a/LibTest/async/Stream/contains_A03_t01.test.dart
+++ b/LibTest/async/Stream/contains_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/contains_A03_t02.test.dart b/LibTest/async/Stream/contains_A03_t02.test.dart
index 234a6d0..072df2b 100644
--- a/LibTest/async/Stream/contains_A03_t02.test.dart
+++ b/LibTest/async/Stream/contains_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/contains_A03_t03.test.dart b/LibTest/async/Stream/contains_A03_t03.test.dart
index fe2054a..aa1adb7 100644
--- a/LibTest/async/Stream/contains_A03_t03.test.dart
+++ b/LibTest/async/Stream/contains_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/distinct_A01_t01.test.dart b/LibTest/async/Stream/distinct_A01_t01.test.dart
index 465a351..95130bb 100644
--- a/LibTest/async/Stream/distinct_A01_t01.test.dart
+++ b/LibTest/async/Stream/distinct_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    Skips data events if they are equal to the previous data event.
diff --git a/LibTest/async/Stream/distinct_A01_t02.test.dart b/LibTest/async/Stream/distinct_A01_t02.test.dart
index 4d33033..22a8a5f 100644
--- a/LibTest/async/Stream/distinct_A01_t02.test.dart
+++ b/LibTest/async/Stream/distinct_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    Skips data events if they are equal to the previous data event.
diff --git a/LibTest/async/Stream/distinct_A02_t01.test.dart b/LibTest/async/Stream/distinct_A02_t01.test.dart
index 8a54196..edb5745 100644
--- a/LibTest/async/Stream/distinct_A02_t01.test.dart
+++ b/LibTest/async/Stream/distinct_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream<T> distinct([bool equals(T previous, T next)])
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/distinct_A02_t02.test.dart b/LibTest/async/Stream/distinct_A02_t02.test.dart
index cc35bef..f73d1ad 100644
--- a/LibTest/async/Stream/distinct_A02_t02.test.dart
+++ b/LibTest/async/Stream/distinct_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  Stream<T> distinct([bool equals(T previous, T next)])
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/distinct_A03_t01.test.dart b/LibTest/async/Stream/distinct_A03_t01.test.dart
index e086249..d019f29 100644
--- a/LibTest/async/Stream/distinct_A03_t01.test.dart
+++ b/LibTest/async/Stream/distinct_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    If a broadcast stream is listened to more than once, each subscription
diff --git a/LibTest/async/Stream/distinct_A04_t01.test.dart b/LibTest/async/Stream/distinct_A04_t01.test.dart
index 2e1d235..61f9f7c 100644
--- a/LibTest/async/Stream/distinct_A04_t01.test.dart
+++ b/LibTest/async/Stream/distinct_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    Skips data events if they are equal to the previous data event.
diff --git a/LibTest/async/Stream/distinct_A04_t02.test.dart b/LibTest/async/Stream/distinct_A04_t02.test.dart
index 32e6657..f0ee760 100644
--- a/LibTest/async/Stream/distinct_A04_t02.test.dart
+++ b/LibTest/async/Stream/distinct_A04_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    Skips data events if they are equal to the previous data event.
diff --git a/LibTest/async/Stream/distinct_A05_t01.test.dart b/LibTest/async/Stream/distinct_A05_t01.test.dart
index 4fa7989..3d5bc6d 100644
--- a/LibTest/async/Stream/distinct_A05_t01.test.dart
+++ b/LibTest/async/Stream/distinct_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  *    Skips data events if they are equal to the previous data event.
diff --git a/LibTest/async/Stream/drain_A01_t01.test.dart b/LibTest/async/Stream/drain_A01_t01.test.dart
index 6a47fab..605f346 100644
--- a/LibTest/async/Stream/drain_A01_t01.test.dart
+++ b/LibTest/async/Stream/drain_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future drain([futureValue])
  *    Discards all data on the stream, but signals when it's done or an error
diff --git a/LibTest/async/Stream/drain_A02_t01.test.dart b/LibTest/async/Stream/drain_A02_t01.test.dart
index 1157518..090f473 100644
--- a/LibTest/async/Stream/drain_A02_t01.test.dart
+++ b/LibTest/async/Stream/drain_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future drain([futureValue])
  * In case of a done event the future completes with the given futureValue.
diff --git a/LibTest/async/Stream/drain_A02_t02.test.dart b/LibTest/async/Stream/drain_A02_t02.test.dart
index d04fac6..ad0bfd6 100644
--- a/LibTest/async/Stream/drain_A02_t02.test.dart
+++ b/LibTest/async/Stream/drain_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future drain([futureValue])
  * In case of a done event the future completes with the given futureValue.
diff --git a/LibTest/async/Stream/elementAt_A01_t01.test.dart b/LibTest/async/Stream/elementAt_A01_t01.test.dart
index 6901a0b..981cac2 100644
--- a/LibTest/async/Stream/elementAt_A01_t01.test.dart
+++ b/LibTest/async/Stream/elementAt_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  *    Returns the value of the indexth data event of this stream.
diff --git a/LibTest/async/Stream/elementAt_A01_t02.test.dart b/LibTest/async/Stream/elementAt_A01_t02.test.dart
index 24ac251..6a11476 100644
--- a/LibTest/async/Stream/elementAt_A01_t02.test.dart
+++ b/LibTest/async/Stream/elementAt_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/async/Stream/elementAt_A01_t03.test.dart b/LibTest/async/Stream/elementAt_A01_t03.test.dart
index 2d29fed..3c8ce8d 100644
--- a/LibTest/async/Stream/elementAt_A01_t03.test.dart
+++ b/LibTest/async/Stream/elementAt_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/async/Stream/elementAt_A02_t01.test.dart b/LibTest/async/Stream/elementAt_A02_t01.test.dart
index 9fec27c..649f3b2 100644
--- a/LibTest/async/Stream/elementAt_A02_t01.test.dart
+++ b/LibTest/async/Stream/elementAt_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * If an error event occurs before the value is found, the future completes
diff --git a/LibTest/async/Stream/elementAt_A03_t01.test.dart b/LibTest/async/Stream/elementAt_A03_t01.test.dart
index 45e80f7..c54179b 100644
--- a/LibTest/async/Stream/elementAt_A03_t01.test.dart
+++ b/LibTest/async/Stream/elementAt_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * If a done event occurs before the value is found, the future completes with a
diff --git a/LibTest/async/Stream/every_A01_t01.test.dart b/LibTest/async/Stream/every_A01_t01.test.dart
index 874639d..df438d3 100644
--- a/LibTest/async/Stream/every_A01_t01.test.dart
+++ b/LibTest/async/Stream/every_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/async/Stream/every_A02_t01.test.dart b/LibTest/async/Stream/every_A02_t01.test.dart
index 3657058..9ea1bfe 100644
--- a/LibTest/async/Stream/every_A02_t01.test.dart
+++ b/LibTest/async/Stream/every_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/every_A03_t01.test.dart b/LibTest/async/Stream/every_A03_t01.test.dart
index 1f27625..9c422cf 100644
--- a/LibTest/async/Stream/every_A03_t01.test.dart
+++ b/LibTest/async/Stream/every_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * If this stream reports an error, the Future will report that error.
diff --git a/LibTest/async/Stream/expand_A01_t01.test.dart b/LibTest/async/Stream/expand_A01_t01.test.dart
index 706e112..948c152 100644
--- a/LibTest/async/Stream/expand_A01_t01.test.dart
+++ b/LibTest/async/Stream/expand_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  *    Creates a new stream from this stream that converts each element into zero
diff --git a/LibTest/async/Stream/expand_A02_t01.test.dart b/LibTest/async/Stream/expand_A02_t01.test.dart
index fb65d84..727e66f 100644
--- a/LibTest/async/Stream/expand_A02_t01.test.dart
+++ b/LibTest/async/Stream/expand_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/expand_A02_t02.test.dart b/LibTest/async/Stream/expand_A02_t02.test.dart
index 1de6928..0f54e4a 100644
--- a/LibTest/async/Stream/expand_A02_t02.test.dart
+++ b/LibTest/async/Stream/expand_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/expand_A03_t01.test.dart b/LibTest/async/Stream/expand_A03_t01.test.dart
index c410981..e9b3b99 100644
--- a/LibTest/async/Stream/expand_A03_t01.test.dart
+++ b/LibTest/async/Stream/expand_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * If a broadcast stream is listened to more than once, each subscription will
diff --git a/LibTest/async/Stream/firstWhere_A01_t01.test.dart b/LibTest/async/Stream/firstWhere_A01_t01.test.dart
index 789c3ab..9ed08de 100644
--- a/LibTest/async/Stream/firstWhere_A01_t01.test.dart
+++ b/LibTest/async/Stream/firstWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A01_t02.test.dart b/LibTest/async/Stream/firstWhere_A01_t02.test.dart
index 1c832db..9602066 100644
--- a/LibTest/async/Stream/firstWhere_A01_t02.test.dart
+++ b/LibTest/async/Stream/firstWhere_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A02_t01.test.dart b/LibTest/async/Stream/firstWhere_A02_t01.test.dart
index 952bffc..f207a7a 100644
--- a/LibTest/async/Stream/firstWhere_A02_t01.test.dart
+++ b/LibTest/async/Stream/firstWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A03_t01.test.dart b/LibTest/async/Stream/firstWhere_A03_t01.test.dart
index ea7de05..1e22e64 100644
--- a/LibTest/async/Stream/firstWhere_A03_t01.test.dart
+++ b/LibTest/async/Stream/firstWhere_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A03_t02.test.dart b/LibTest/async/Stream/firstWhere_A03_t02.test.dart
index d6f7e67..2ae2208 100644
--- a/LibTest/async/Stream/firstWhere_A03_t02.test.dart
+++ b/LibTest/async/Stream/firstWhere_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A03_t03.test.dart b/LibTest/async/Stream/firstWhere_A03_t03.test.dart
index 9ab7b74..a38612a 100644
--- a/LibTest/async/Stream/firstWhere_A03_t03.test.dart
+++ b/LibTest/async/Stream/firstWhere_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A03_t04.test.dart b/LibTest/async/Stream/firstWhere_A03_t04.test.dart
index 2693199..5a346c7 100644
--- a/LibTest/async/Stream/firstWhere_A03_t04.test.dart
+++ b/LibTest/async/Stream/firstWhere_A03_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/firstWhere_A04_t01.test.dart b/LibTest/async/Stream/firstWhere_A04_t01.test.dart
index 7fd8c2d..c3d1fac 100644
--- a/LibTest/async/Stream/firstWhere_A04_t01.test.dart
+++ b/LibTest/async/Stream/firstWhere_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (
  *  bool test(T element), {@deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/async/Stream/first_A01_t01.test.dart b/LibTest/async/Stream/first_A01_t01.test.dart
index 74ed32d..59a0a7d 100644
--- a/LibTest/async/Stream/first_A01_t01.test.dart
+++ b/LibTest/async/Stream/first_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Returns the first element of the stream.
diff --git a/LibTest/async/Stream/first_A02_t01.test.dart b/LibTest/async/Stream/first_A02_t01.test.dart
index 0300167..0faa879 100644
--- a/LibTest/async/Stream/first_A02_t01.test.dart
+++ b/LibTest/async/Stream/first_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/async/Stream/first_A02_t02.test.dart b/LibTest/async/Stream/first_A02_t02.test.dart
index 5b2dbb5..d53f26f 100644
--- a/LibTest/async/Stream/first_A02_t02.test.dart
+++ b/LibTest/async/Stream/first_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/async/Stream/first_A03_t01.test.dart b/LibTest/async/Stream/first_A03_t01.test.dart
index 7df5857..796e082 100644
--- a/LibTest/async/Stream/first_A03_t01.test.dart
+++ b/LibTest/async/Stream/first_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * If an error event occurs before the first data event, the resulting
diff --git a/LibTest/async/Stream/first_A04_t01.test.dart b/LibTest/async/Stream/first_A04_t01.test.dart
index fac741a..37f305c 100644
--- a/LibTest/async/Stream/first_A04_t01.test.dart
+++ b/LibTest/async/Stream/first_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  *    Stops listening to the stream after the first element has been received.
diff --git a/LibTest/async/Stream/fold_A01_t01.test.dart b/LibTest/async/Stream/fold_A01_t01.test.dart
index 9d34810..4f8def3 100644
--- a/LibTest/async/Stream/fold_A01_t01.test.dart
+++ b/LibTest/async/Stream/fold_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<S> fold<S>(S initialValue, S combine(S previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/fold_A01_t02.test.dart b/LibTest/async/Stream/fold_A01_t02.test.dart
index f556cf3..3cd35b0 100644
--- a/LibTest/async/Stream/fold_A01_t02.test.dart
+++ b/LibTest/async/Stream/fold_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<S> fold<S>(S initialValue, S combine(S previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/forEach_A01_t01.test.dart b/LibTest/async/Stream/forEach_A01_t01.test.dart
index 354dcc6..1cf612f 100644
--- a/LibTest/async/Stream/forEach_A01_t01.test.dart
+++ b/LibTest/async/Stream/forEach_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/async/Stream/forEach_A02_t01.test.dart b/LibTest/async/Stream/forEach_A02_t01.test.dart
index 245a41a..727e5fc 100644
--- a/LibTest/async/Stream/forEach_A02_t01.test.dart
+++ b/LibTest/async/Stream/forEach_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Completes the future with an error if the stream has an error event, or if
diff --git a/LibTest/async/Stream/forEach_A02_t02.test.dart b/LibTest/async/Stream/forEach_A02_t02.test.dart
index f2f9f17..3dcd822 100644
--- a/LibTest/async/Stream/forEach_A02_t02.test.dart
+++ b/LibTest/async/Stream/forEach_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Completes the future with an error if the stream has an error event, or if
diff --git a/LibTest/async/Stream/handleError_A01_t01.test.dart b/LibTest/async/Stream/handleError_A01_t01.test.dart
index 9cd77a3..db1a076 100644
--- a/LibTest/async/Stream/handleError_A01_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * Creates a wrapper Stream that intercepts some errors from this stream.
diff --git a/LibTest/async/Stream/handleError_A02_t01.test.dart b/LibTest/async/Stream/handleError_A02_t01.test.dart
index 03fcff8..1a2de97 100644
--- a/LibTest/async/Stream/handleError_A02_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * If test is omitted, every error is considered matching.
diff --git a/LibTest/async/Stream/handleError_A03_t01.test.dart b/LibTest/async/Stream/handleError_A03_t01.test.dart
index 288e52a..4c07858 100644
--- a/LibTest/async/Stream/handleError_A03_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * If the error is intercepted, the handle function can decide what to do with
diff --git a/LibTest/async/Stream/handleError_A04_t01.dart b/LibTest/async/Stream/handleError_A04_t01.dart
index 07db458..7bba90f 100644
--- a/LibTest/async/Stream/handleError_A04_t01.dart
+++ b/LibTest/async/Stream/handleError_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * The onError callback must be of type void onError(error) or
diff --git a/LibTest/async/Stream/handleError_A04_t02.dart b/LibTest/async/Stream/handleError_A04_t02.dart
index 5ca7ea9..b3d8323 100644
--- a/LibTest/async/Stream/handleError_A04_t02.dart
+++ b/LibTest/async/Stream/handleError_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * The onError callback must be of type void onError(error) or
diff --git a/LibTest/async/Stream/handleError_A04_t03.dart b/LibTest/async/Stream/handleError_A04_t03.dart
index 97a3b8e..d0f4961 100644
--- a/LibTest/async/Stream/handleError_A04_t03.dart
+++ b/LibTest/async/Stream/handleError_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * The onError callback must be of type void onError(error) or
diff --git a/LibTest/async/Stream/handleError_A05_t01.test.dart b/LibTest/async/Stream/handleError_A05_t01.test.dart
index 9bd631c..e2790de 100644
--- a/LibTest/async/Stream/handleError_A05_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * The onError callback must be of type void onError(error) or
diff --git a/LibTest/async/Stream/handleError_A06_t01.test.dart b/LibTest/async/Stream/handleError_A06_t01.test.dart
index 105fc8e..3fd1169 100644
--- a/LibTest/async/Stream/handleError_A06_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A06_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/handleError_A07_t01.test.dart b/LibTest/async/Stream/handleError_A07_t01.test.dart
index ae60ab3..c316d7a 100644
--- a/LibTest/async/Stream/handleError_A07_t01.test.dart
+++ b/LibTest/async/Stream/handleError_A07_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> handleError(Function onError, {bool test(error)})
  *    If a broadcast stream is listened to more than once, each subscription will
diff --git a/LibTest/async/Stream/isBroadcast_A01_t01.dart b/LibTest/async/Stream/isBroadcast_A01_t01.dart
index 0bdc603..fadf250 100644
--- a/LibTest/async/Stream/isBroadcast_A01_t01.dart
+++ b/LibTest/async/Stream/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Reports whether this stream is a broadcast stream.
diff --git a/LibTest/async/Stream/isBroadcast_A01_t02.dart b/LibTest/async/Stream/isBroadcast_A01_t02.dart
index d200be0..fe57781 100644
--- a/LibTest/async/Stream/isBroadcast_A01_t02.dart
+++ b/LibTest/async/Stream/isBroadcast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Reports whether this stream is a broadcast stream.
diff --git a/LibTest/async/Stream/isEmpty_A01_t01.test.dart b/LibTest/async/Stream/isEmpty_A01_t01.test.dart
index d349173..54b958b 100644
--- a/LibTest/async/Stream/isEmpty_A01_t01.test.dart
+++ b/LibTest/async/Stream/isEmpty_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Whether this stream contains any elements.
diff --git a/LibTest/async/Stream/isEmpty_A02_t01.test.dart b/LibTest/async/Stream/isEmpty_A02_t01.test.dart
index 40ee715..eb5d79a 100644
--- a/LibTest/async/Stream/isEmpty_A02_t01.test.dart
+++ b/LibTest/async/Stream/isEmpty_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Whether this stream contains any elements.
diff --git a/LibTest/async/Stream/isEmpty_A03_t01.test.dart b/LibTest/async/Stream/isEmpty_A03_t01.test.dart
index ff3a846..e37bde0 100644
--- a/LibTest/async/Stream/isEmpty_A03_t01.test.dart
+++ b/LibTest/async/Stream/isEmpty_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * If the first event is an error, the returned future is completed with that
diff --git a/LibTest/async/Stream/isEmpty_A04_t01.test.dart b/LibTest/async/Stream/isEmpty_A04_t01.test.dart
index 0d11473..8f7d147 100644
--- a/LibTest/async/Stream/isEmpty_A04_t01.test.dart
+++ b/LibTest/async/Stream/isEmpty_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * This operation listens to the stream, and a non-broadcast stream cannot
diff --git a/LibTest/async/Stream/join_A01_t01.test.dart b/LibTest/async/Stream/join_A01_t01.test.dart
index 2825f27..c6ca020 100644
--- a/LibTest/async/Stream/join_A01_t01.test.dart
+++ b/LibTest/async/Stream/join_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Collects string of data events' string representations.
diff --git a/LibTest/async/Stream/join_A01_t02.test.dart b/LibTest/async/Stream/join_A01_t02.test.dart
index e79457b..2d5e328 100644
--- a/LibTest/async/Stream/join_A01_t02.test.dart
+++ b/LibTest/async/Stream/join_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Collects string of data events' string representations.
diff --git a/LibTest/async/Stream/join_A02_t01.test.dart b/LibTest/async/Stream/join_A02_t01.test.dart
index a1067eb..ca291ea 100644
--- a/LibTest/async/Stream/join_A02_t01.test.dart
+++ b/LibTest/async/Stream/join_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Any error in the stream causes the future to complete with that error.
diff --git a/LibTest/async/Stream/join_A02_t02.test.dart b/LibTest/async/Stream/join_A02_t02.test.dart
index 947cf9e..e583d4e 100644
--- a/LibTest/async/Stream/join_A02_t02.test.dart
+++ b/LibTest/async/Stream/join_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Any error in the stream causes the future to complete with that error.
diff --git a/LibTest/async/Stream/lastWhere_A01_t01.test.dart b/LibTest/async/Stream/lastWhere_A01_t01.test.dart
index 77ab5f4..7edf31c 100644
--- a/LibTest/async/Stream/lastWhere_A01_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A01_t02.test.dart b/LibTest/async/Stream/lastWhere_A01_t02.test.dart
index 05eacff..8055b41 100644
--- a/LibTest/async/Stream/lastWhere_A01_t02.test.dart
+++ b/LibTest/async/Stream/lastWhere_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A02_t01.test.dart b/LibTest/async/Stream/lastWhere_A02_t01.test.dart
index 3482352..ba4a9be 100644
--- a/LibTest/async/Stream/lastWhere_A02_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A03_t01.test.dart b/LibTest/async/Stream/lastWhere_A03_t01.test.dart
index 9944802..82d68da 100644
--- a/LibTest/async/Stream/lastWhere_A03_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A04_t01.test.dart b/LibTest/async/Stream/lastWhere_A04_t01.test.dart
index 4f6e627..ab7b67d 100644
--- a/LibTest/async/Stream/lastWhere_A04_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A05_t01.test.dart b/LibTest/async/Stream/lastWhere_A05_t01.test.dart
index a82f4be..cec2527 100644
--- a/LibTest/async/Stream/lastWhere_A05_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/lastWhere_A06_t01.test.dart b/LibTest/async/Stream/lastWhere_A06_t01.test.dart
index ad40c9e..ac5ea29 100644
--- a/LibTest/async/Stream/lastWhere_A06_t01.test.dart
+++ b/LibTest/async/Stream/lastWhere_A06_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/async/Stream/last_A01_t01.test.dart b/LibTest/async/Stream/last_A01_t01.test.dart
index edead2e..c912b73 100644
--- a/LibTest/async/Stream/last_A01_t01.test.dart
+++ b/LibTest/async/Stream/last_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * Returns the last element of the stream.
diff --git a/LibTest/async/Stream/last_A02_t01.test.dart b/LibTest/async/Stream/last_A02_t01.test.dart
index 04ecc0d..c187cd9 100644
--- a/LibTest/async/Stream/last_A02_t01.test.dart
+++ b/LibTest/async/Stream/last_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/async/Stream/last_A03_t01.test.dart b/LibTest/async/Stream/last_A03_t01.test.dart
index 5cd4dd6..136d601 100644
--- a/LibTest/async/Stream/last_A03_t01.test.dart
+++ b/LibTest/async/Stream/last_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * If an error event occurs before the first data event, the resulting future
diff --git a/LibTest/async/Stream/length_A01_t01.test.dart b/LibTest/async/Stream/length_A01_t01.test.dart
index 507d8e7..862a36b 100644
--- a/LibTest/async/Stream/length_A01_t01.test.dart
+++ b/LibTest/async/Stream/length_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  *    The number of elements in this stream.
diff --git a/LibTest/async/Stream/length_A02_t01.test.dart b/LibTest/async/Stream/length_A02_t01.test.dart
index c6175d0..1aaead3 100644
--- a/LibTest/async/Stream/length_A02_t01.test.dart
+++ b/LibTest/async/Stream/length_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  *    If the stream contains an error, the returned future is completed with
diff --git a/LibTest/async/Stream/listen_A01_t01.test.dart b/LibTest/async/Stream/listen_A01_t01.test.dart
index 4036c9e..ea1a821 100644
--- a/LibTest/async/Stream/listen_A01_t01.test.dart
+++ b/LibTest/async/Stream/listen_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A02_t01.test.dart b/LibTest/async/Stream/listen_A02_t01.test.dart
index 79eb7aa..cd4e7a9 100644
--- a/LibTest/async/Stream/listen_A02_t01.test.dart
+++ b/LibTest/async/Stream/listen_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A03_t01.test.dart b/LibTest/async/Stream/listen_A03_t01.test.dart
index eb836ca..a3d35c3 100644
--- a/LibTest/async/Stream/listen_A03_t01.test.dart
+++ b/LibTest/async/Stream/listen_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A04_t01.test.dart b/LibTest/async/Stream/listen_A04_t01.test.dart
index f8300ad..a433712 100644
--- a/LibTest/async/Stream/listen_A04_t01.test.dart
+++ b/LibTest/async/Stream/listen_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A05_t01.dart b/LibTest/async/Stream/listen_A05_t01.dart
index 9c634cc..0c9bf79 100644
--- a/LibTest/async/Stream/listen_A05_t01.dart
+++ b/LibTest/async/Stream/listen_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A05_t02.dart b/LibTest/async/Stream/listen_A05_t02.dart
index d88d049..a61c0c6 100644
--- a/LibTest/async/Stream/listen_A05_t02.dart
+++ b/LibTest/async/Stream/listen_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A05_t03.dart b/LibTest/async/Stream/listen_A05_t03.dart
index 55c7ae8..69d1947 100644
--- a/LibTest/async/Stream/listen_A05_t03.dart
+++ b/LibTest/async/Stream/listen_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/listen_A06_t01.test.dart b/LibTest/async/Stream/listen_A06_t01.test.dart
index 095c534..d7312b9 100644
--- a/LibTest/async/Stream/listen_A06_t01.test.dart
+++ b/LibTest/async/Stream/listen_A06_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSubscription<T> listen(void onData(T event),
  *   {Function onError, void onDone(), bool cancelOnError})
diff --git a/LibTest/async/Stream/map_A01_t01.test.dart b/LibTest/async/Stream/map_A01_t01.test.dart
index e95255c..44b7b2b 100644
--- a/LibTest/async/Stream/map_A01_t01.test.dart
+++ b/LibTest/async/Stream/map_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/async/Stream/map_A02_t01.test.dart b/LibTest/async/Stream/map_A02_t01.test.dart
index 8779738..76473f5 100644
--- a/LibTest/async/Stream/map_A02_t01.test.dart
+++ b/LibTest/async/Stream/map_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  *    For each data event, o, in this stream, the returned stream provides
diff --git a/LibTest/async/Stream/map_A03_t01.test.dart b/LibTest/async/Stream/map_A03_t01.test.dart
index e6312cb..72d5354 100644
--- a/LibTest/async/Stream/map_A03_t01.test.dart
+++ b/LibTest/async/Stream/map_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Error and done events are passed through unchanged to the returned stream.
diff --git a/LibTest/async/Stream/map_A04_t01.test.dart b/LibTest/async/Stream/map_A04_t01.test.dart
index 9f65340..1c1ac88 100644
--- a/LibTest/async/Stream/map_A04_t01.test.dart
+++ b/LibTest/async/Stream/map_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/map_A05_t01.test.dart b/LibTest/async/Stream/map_A05_t01.test.dart
index c0f52a7..e901ceb 100644
--- a/LibTest/async/Stream/map_A05_t01.test.dart
+++ b/LibTest/async/Stream/map_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * The convert function is called once per data event per listener.
diff --git a/LibTest/async/Stream/pipe_A01_t01.test.dart b/LibTest/async/Stream/pipe_A01_t01.test.dart
index e94ee7b..f105bca 100644
--- a/LibTest/async/Stream/pipe_A01_t01.test.dart
+++ b/LibTest/async/Stream/pipe_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  * Pipe the events of this stream into streamConsumer.
diff --git a/LibTest/async/Stream/pipe_A01_t02.test.dart b/LibTest/async/Stream/pipe_A01_t02.test.dart
index 6ba0cbc..e1dbb51 100644
--- a/LibTest/async/Stream/pipe_A01_t02.test.dart
+++ b/LibTest/async/Stream/pipe_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  * Pipe the events of this stream into streamConsumer.
diff --git a/LibTest/async/Stream/pipe_A02_t01.test.dart b/LibTest/async/Stream/pipe_A02_t01.test.dart
index 6dbd8e9..efe6d92 100644
--- a/LibTest/async/Stream/pipe_A02_t01.test.dart
+++ b/LibTest/async/Stream/pipe_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  *    Pipe the events of this stream into streamConsumer.
diff --git a/LibTest/async/Stream/pipe_A03_t01.test.dart b/LibTest/async/Stream/pipe_A03_t01.test.dart
index 1f8f20c..7ee0760 100644
--- a/LibTest/async/Stream/pipe_A03_t01.test.dart
+++ b/LibTest/async/Stream/pipe_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  *    Returns a future which completes when the stream has been consumed
diff --git a/LibTest/async/Stream/pipe_A03_t02.test.dart b/LibTest/async/Stream/pipe_A03_t02.test.dart
index f1051c3..29b95db 100644
--- a/LibTest/async/Stream/pipe_A03_t02.test.dart
+++ b/LibTest/async/Stream/pipe_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  *    Returns a future which completes when the stream has been consumed
diff --git a/LibTest/async/Stream/pipe_A04_t01.test.dart b/LibTest/async/Stream/pipe_A04_t01.test.dart
index 9441f04..5530997 100644
--- a/LibTest/async/Stream/pipe_A04_t01.test.dart
+++ b/LibTest/async/Stream/pipe_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  *    If the adding of the stream itself fails in some way, then the consumer
diff --git a/LibTest/async/Stream/pipe_A04_t02.test.dart b/LibTest/async/Stream/pipe_A04_t02.test.dart
index 0e88a1a..c191fd6 100644
--- a/LibTest/async/Stream/pipe_A04_t02.test.dart
+++ b/LibTest/async/Stream/pipe_A04_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  *    If the adding of the stream itself fails in some way, then the consumer
diff --git a/LibTest/async/Stream/reduce_A01_t01.test.dart b/LibTest/async/Stream/reduce_A01_t01.test.dart
index c53f083..0efee02 100644
--- a/LibTest/async/Stream/reduce_A01_t01.test.dart
+++ b/LibTest/async/Stream/reduce_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/reduce_A01_t02.test.dart b/LibTest/async/Stream/reduce_A01_t02.test.dart
index 775ab01..5409b68 100644
--- a/LibTest/async/Stream/reduce_A01_t02.test.dart
+++ b/LibTest/async/Stream/reduce_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/reduce_A01_t03.test.dart b/LibTest/async/Stream/reduce_A01_t03.test.dart
index 72cd7b6..e779a92 100644
--- a/LibTest/async/Stream/reduce_A01_t03.test.dart
+++ b/LibTest/async/Stream/reduce_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/reduce_A01_t04.test.dart b/LibTest/async/Stream/reduce_A01_t04.test.dart
index e687a5c..12ea9be 100644
--- a/LibTest/async/Stream/reduce_A01_t04.test.dart
+++ b/LibTest/async/Stream/reduce_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/reduce_A02_t01.test.dart b/LibTest/async/Stream/reduce_A02_t01.test.dart
index e98c605..e4fb26d 100644
--- a/LibTest/async/Stream/reduce_A02_t01.test.dart
+++ b/LibTest/async/Stream/reduce_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/reduce_A03_t01.test.dart b/LibTest/async/Stream/reduce_A03_t01.test.dart
index 7a5c77d..0615684 100644
--- a/LibTest/async/Stream/reduce_A03_t01.test.dart
+++ b/LibTest/async/Stream/reduce_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/async/Stream/singleWhere_A01_t01.test.dart b/LibTest/async/Stream/singleWhere_A01_t01.test.dart
index 12d2f09..446f93e 100644
--- a/LibTest/async/Stream/singleWhere_A01_t01.test.dart
+++ b/LibTest/async/Stream/singleWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> singleWhere(bool test(T element))
  * Finds the single element in this stream matching test.
diff --git a/LibTest/async/Stream/singleWhere_A02_t01.test.dart b/LibTest/async/Stream/singleWhere_A02_t01.test.dart
index 39e6057..3c85eda 100644
--- a/LibTest/async/Stream/singleWhere_A02_t01.test.dart
+++ b/LibTest/async/Stream/singleWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> singleWhere(bool test(T element))
  * Like lastMatch, except that it is an error if more than one matching element
diff --git a/LibTest/async/Stream/single_A01_t01.test.dart b/LibTest/async/Stream/single_A01_t01.test.dart
index 6cf3208..e0af3c8 100644
--- a/LibTest/async/Stream/single_A01_t01.test.dart
+++ b/LibTest/async/Stream/single_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> single
  * Returns the single element.
diff --git a/LibTest/async/Stream/single_A02_t01.test.dart b/LibTest/async/Stream/single_A02_t01.test.dart
index 160430a..53e2aa5 100644
--- a/LibTest/async/Stream/single_A02_t01.test.dart
+++ b/LibTest/async/Stream/single_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> single
  * Returns the single element.
diff --git a/LibTest/async/Stream/single_A03_t01.test.dart b/LibTest/async/Stream/single_A03_t01.test.dart
index 8120692..1480dc0 100644
--- a/LibTest/async/Stream/single_A03_t01.test.dart
+++ b/LibTest/async/Stream/single_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<T> single
  * Returns the single element.
diff --git a/LibTest/async/Stream/skipWhile_A01_t01.test.dart b/LibTest/async/Stream/skipWhile_A01_t01.test.dart
index 858326b..58a2bee 100644
--- a/LibTest/async/Stream/skipWhile_A01_t01.test.dart
+++ b/LibTest/async/Stream/skipWhile_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/async/Stream/skipWhile_A02_t01.test.dart b/LibTest/async/Stream/skipWhile_A02_t01.test.dart
index 75d42ca..5d87eb4 100644
--- a/LibTest/async/Stream/skipWhile_A02_t01.test.dart
+++ b/LibTest/async/Stream/skipWhile_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/async/Stream/skipWhile_A03_t01.test.dart b/LibTest/async/Stream/skipWhile_A03_t01.test.dart
index a447b4c..ab96367 100644
--- a/LibTest/async/Stream/skipWhile_A03_t01.test.dart
+++ b/LibTest/async/Stream/skipWhile_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skip(int count)
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/skipWhile_A04_t01.test.dart b/LibTest/async/Stream/skipWhile_A04_t01.test.dart
index e66142a..c477b0d 100644
--- a/LibTest/async/Stream/skipWhile_A04_t01.test.dart
+++ b/LibTest/async/Stream/skipWhile_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skipWhile(bool test(T element))
  *    Skip data events from this stream while they are matched by [test].
diff --git a/LibTest/async/Stream/skip_A01_t01.test.dart b/LibTest/async/Stream/skip_A01_t01.test.dart
index 32f535c..7036733 100644
--- a/LibTest/async/Stream/skip_A01_t01.test.dart
+++ b/LibTest/async/Stream/skip_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skip(int count)
  * Skips the first count data events from this stream.
diff --git a/LibTest/async/Stream/skip_A02_t01.test.dart b/LibTest/async/Stream/skip_A02_t01.test.dart
index 26630e5..2d80c5a 100644
--- a/LibTest/async/Stream/skip_A02_t01.test.dart
+++ b/LibTest/async/Stream/skip_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skip(int count)
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/skip_A03_t01.test.dart b/LibTest/async/Stream/skip_A03_t01.test.dart
index f19ccfa..87e570e 100644
--- a/LibTest/async/Stream/skip_A03_t01.test.dart
+++ b/LibTest/async/Stream/skip_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skip(int count)
  *    Skips the first count data events from this stream.
diff --git a/LibTest/async/Stream/takeWhile_A01_t01.test.dart b/LibTest/async/Stream/takeWhile_A01_t01.test.dart
index 19bed00..f6d6d4c 100644
--- a/LibTest/async/Stream/takeWhile_A01_t01.test.dart
+++ b/LibTest/async/Stream/takeWhile_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/async/Stream/takeWhile_A01_t02.test.dart b/LibTest/async/Stream/takeWhile_A01_t02.test.dart
index 57fd68f..b2add5b 100644
--- a/LibTest/async/Stream/takeWhile_A01_t02.test.dart
+++ b/LibTest/async/Stream/takeWhile_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/async/Stream/takeWhile_A01_t03.test.dart b/LibTest/async/Stream/takeWhile_A01_t03.test.dart
index 3956001..bcbf40f 100644
--- a/LibTest/async/Stream/takeWhile_A01_t03.test.dart
+++ b/LibTest/async/Stream/takeWhile_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/async/Stream/takeWhile_A02_t01.test.dart b/LibTest/async/Stream/takeWhile_A02_t01.test.dart
index 74db2af..2bbb7c1 100644
--- a/LibTest/async/Stream/takeWhile_A02_t01.test.dart
+++ b/LibTest/async/Stream/takeWhile_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> takeWhile(bool test(T element))
  * The returned stream is a broadcast stream if this stream is.
diff --git a/LibTest/async/Stream/take_A01_t01.test.dart b/LibTest/async/Stream/take_A01_t01.test.dart
index 70df43f..478c43c 100644
--- a/LibTest/async/Stream/take_A01_t01.test.dart
+++ b/LibTest/async/Stream/take_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/async/Stream/take_A01_t02.test.dart b/LibTest/async/Stream/take_A01_t02.test.dart
index f4d3abb..a526f36 100644
--- a/LibTest/async/Stream/take_A01_t02.test.dart
+++ b/LibTest/async/Stream/take_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/async/Stream/take_A01_t03.dart b/LibTest/async/Stream/take_A01_t03.dart
index ebf7c16..9fae20b 100644
--- a/LibTest/async/Stream/take_A01_t03.dart
+++ b/LibTest/async/Stream/take_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/async/Stream/take_A02_t01.test.dart b/LibTest/async/Stream/take_A02_t01.test.dart
index 86a18c3..e7cd8bd 100644
--- a/LibTest/async/Stream/take_A02_t01.test.dart
+++ b/LibTest/async/Stream/take_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * If this is a broadcast stream, the returned stream is a broadcast stream.
diff --git a/LibTest/async/Stream/timeout_A01_t01.test.dart b/LibTest/async/Stream/timeout_A01_t01.test.dart
index 86f1239..5631ea9 100644
--- a/LibTest/async/Stream/timeout_A01_t01.test.dart
+++ b/LibTest/async/Stream/timeout_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A01_t02.test.dart b/LibTest/async/Stream/timeout_A01_t02.test.dart
index 9ce327c..4a1ed27 100644
--- a/LibTest/async/Stream/timeout_A01_t02.test.dart
+++ b/LibTest/async/Stream/timeout_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A02_t01.test.dart b/LibTest/async/Stream/timeout_A02_t01.test.dart
index 3f38d92..50e3222 100644
--- a/LibTest/async/Stream/timeout_A02_t01.test.dart
+++ b/LibTest/async/Stream/timeout_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A02_t02.test.dart b/LibTest/async/Stream/timeout_A02_t02.test.dart
index 14006a5..60ffc7d 100644
--- a/LibTest/async/Stream/timeout_A02_t02.test.dart
+++ b/LibTest/async/Stream/timeout_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A03_t01.test.dart b/LibTest/async/Stream/timeout_A03_t01.test.dart
index c8b5080..393d7f1 100644
--- a/LibTest/async/Stream/timeout_A03_t01.test.dart
+++ b/LibTest/async/Stream/timeout_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A03_t02.test.dart b/LibTest/async/Stream/timeout_A03_t02.test.dart
index 84024d8..c1533e1 100644
--- a/LibTest/async/Stream/timeout_A03_t02.test.dart
+++ b/LibTest/async/Stream/timeout_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A04_t01.dart b/LibTest/async/Stream/timeout_A04_t01.dart
index b165853..2caa94b 100644
--- a/LibTest/async/Stream/timeout_A04_t01.dart
+++ b/LibTest/async/Stream/timeout_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/timeout_A05_t01.test.dart b/LibTest/async/Stream/timeout_A05_t01.test.dart
index 374a11f..729d388 100644
--- a/LibTest/async/Stream/timeout_A05_t01.test.dart
+++ b/LibTest/async/Stream/timeout_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream timeout(Duration timeLimit,
  *                           {void onTimeout(EventSink sink)})
diff --git a/LibTest/async/Stream/toList_A01_t01.test.dart b/LibTest/async/Stream/toList_A01_t01.test.dart
index 23cdd9f..e036d57 100644
--- a/LibTest/async/Stream/toList_A01_t01.test.dart
+++ b/LibTest/async/Stream/toList_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<T>> toList()
  * Collects the data of this stream in a List.
diff --git a/LibTest/async/Stream/toSet_A01_t01.test.dart b/LibTest/async/Stream/toSet_A01_t01.test.dart
index 001339f..8489493 100644
--- a/LibTest/async/Stream/toSet_A01_t01.test.dart
+++ b/LibTest/async/Stream/toSet_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Set<T>> toSet()
  * Collects the data of this stream in a Set.
diff --git a/LibTest/async/Stream/transform_A01_t01.test.dart b/LibTest/async/Stream/transform_A01_t01.test.dart
index b9029a8..8d5c6b0 100644
--- a/LibTest/async/Stream/transform_A01_t01.test.dart
+++ b/LibTest/async/Stream/transform_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream transform(StreamTransformer<T, dynamic> streamTransformer)
  * Chains this stream as the input of the provided StreamTransformer.
diff --git a/LibTest/async/Stream/transform_A01_t02.test.dart b/LibTest/async/Stream/transform_A01_t02.test.dart
index 12d8fae..a11e4ce 100644
--- a/LibTest/async/Stream/transform_A01_t02.test.dart
+++ b/LibTest/async/Stream/transform_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream transform(StreamTransformer<T, dynamic> streamTransformer)
  * Chains this stream as the input of the provided StreamTransformer.
diff --git a/LibTest/async/Stream/where_A01_t01.test.dart b/LibTest/async/Stream/where_A01_t01.test.dart
index 777b1a5..220d5c8 100644
--- a/LibTest/async/Stream/where_A01_t01.test.dart
+++ b/LibTest/async/Stream/where_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> where(bool test(T event))
  * Creates a new stream from this stream that discards some data events.
diff --git a/LibTest/async/Stream/where_A01_t02.test.dart b/LibTest/async/Stream/where_A01_t02.test.dart
index 5e0516e..2307386 100644
--- a/LibTest/async/Stream/where_A01_t02.test.dart
+++ b/LibTest/async/Stream/where_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> where(bool test(T event))
  * Creates a new stream from this stream that discards some data events.
diff --git a/LibTest/async/StreamConsumer/StreamConsumer_A01_t01.test.dart b/LibTest/async/StreamConsumer/StreamConsumer_A01_t01.test.dart
index 61e4bf6..f260dea 100644
--- a/LibTest/async/StreamConsumer/StreamConsumer_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/StreamConsumer_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StreamConsumer()
  *
diff --git a/LibTest/async/StreamConsumer/addStream_A01_t01.test.dart b/LibTest/async/StreamConsumer/addStream_A01_t01.test.dart
index fe136ad..2733bf8 100644
--- a/LibTest/async/StreamConsumer/addStream_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/addStream_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamConsumer/addStream_A02_t01.test.dart b/LibTest/async/StreamConsumer/addStream_A02_t01.test.dart
index ec3ca44..c65f833 100644
--- a/LibTest/async/StreamConsumer/addStream_A02_t01.test.dart
+++ b/LibTest/async/StreamConsumer/addStream_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamConsumer/all_tests.lib.dart b/LibTest/async/StreamConsumer/all_tests.lib.dart
index dfdbc5e..644b1c3 100644
--- a/LibTest/async/StreamConsumer/all_tests.lib.dart
+++ b/LibTest/async/StreamConsumer/all_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion streamConsumer abstract interface for a "sink" accepting multiple
  * entire streams.
diff --git a/LibTest/async/StreamConsumer/close_A01_t01.test.dart b/LibTest/async/StreamConsumer/close_A01_t01.test.dart
index 669183f..d5e02e7 100644
--- a/LibTest/async/StreamConsumer/close_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/close_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future close()
  * Tells the consumer that no further streams will be added.
diff --git a/LibTest/async/StreamConsumer/equality_operator_A01_t01.test.dart b/LibTest/async/StreamConsumer/equality_operator_A01_t01.test.dart
index 9f791e0..a98378b 100644
--- a/LibTest/async/StreamConsumer/equality_operator_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/equality_operator_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(other)
  * The default behavior for all Objects is to return true if and only if this
diff --git a/LibTest/async/StreamConsumer/hashCode_A01_t01.test.dart b/LibTest/async/StreamConsumer/hashCode_A01_t01.test.dart
index db78be9..bd9333b 100644
--- a/LibTest/async/StreamConsumer/hashCode_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/hashCode_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/async/StreamConsumer/noSuchMethodError_A01_t01.test.dart b/LibTest/async/StreamConsumer/noSuchMethodError_A01_t01.test.dart
index deb51ba..9cbec61 100644
--- a/LibTest/async/StreamConsumer/noSuchMethodError_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/noSuchMethodError_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic noSuchMethod(Invocation invocation)
  * Invoked when a non-existent method or property is accessed.
diff --git a/LibTest/async/StreamConsumer/runtimeType_A01_t01.test.dart b/LibTest/async/StreamConsumer/runtimeType_A01_t01.test.dart
index f20eb13..69261cd 100644
--- a/LibTest/async/StreamConsumer/runtimeType_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/runtimeType_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/async/StreamConsumer/toString_A01_t01.test.dart b/LibTest/async/StreamConsumer/toString_A01_t01.test.dart
index c36d92f..229e8bb 100644
--- a/LibTest/async/StreamConsumer/toString_A01_t01.test.dart
+++ b/LibTest/async/StreamConsumer/toString_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A01_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A01_t01.dart
index 4a8f807..92207b5 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A01_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A01_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A01_t02.dart
index 614fab1..0ca45c4 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A01_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A01_t03.dart b/LibTest/async/StreamController/StreamController.broadcast_A01_t03.dart
index d589f20..a466d4e 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A01_t03.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A02_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A02_t01.dart
index 0631310..5184e5f 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A02_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamController.broadcast({void onListen(),
  * void onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A03_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A03_t01.dart
index 6f013d2..d3d5e7d 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A03_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A03_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A03_t02.dart
index 73600cf..d35e09a 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A03_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A04_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A04_t01.dart
index ec192fc..ccc6a82 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A04_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A04_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A04_t02.dart
index 48521ae..31d8585 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A04_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A05_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A05_t01.dart
index df5a8d0..14deb56 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A05_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A06_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A06_t01.dart
index b946c08..2ca8857 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A06_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A06_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A06_t02.dart
index d9d666b..1a72a60 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A06_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A06_t03.dart b/LibTest/async/StreamController/StreamController.broadcast_A06_t03.dart
index 342d4f4..eb5daac 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A06_t03.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A07_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A07_t01.dart
index 66f873a..5492430 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A07_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A07_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A07_t02.dart
index fe4a7b5..63c22c6 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A07_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A07_t03.dart b/LibTest/async/StreamController/StreamController.broadcast_A07_t03.dart
index 471129b..31b5eed 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A07_t03.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A08_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_A08_t01.dart
index 669f492..278d356 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A08_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_A08_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_A08_t02.dart
index ca839ac..a0b55cf 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_A08_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01.dart
index 50d6393..a09fc0d 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t02.dart
index a234b2c..fe4fbb4 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t03.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t03.dart
index 706d4c1..42a5047 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t03.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t01.dart
index 7086099..019d61b 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t02.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t02.dart
index 9b4bde5..75492b9 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t02.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t03.dart b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t03.dart
index b970bd0..c84bc2b 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t03.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_Stream_all_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController.broadcast_inherited_t01.dart b/LibTest/async/StreamController/StreamController.broadcast_inherited_t01.dart
index def7470..e654a2f 100644
--- a/LibTest/async/StreamController/StreamController.broadcast_inherited_t01.dart
+++ b/LibTest/async/StreamController/StreamController.broadcast_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A01_t01.dart b/LibTest/async/StreamController/StreamController_A01_t01.dart
index 4bad341..154ed91 100644
--- a/LibTest/async/StreamController/StreamController_A01_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A02_t01.dart b/LibTest/async/StreamController/StreamController_A02_t01.dart
index 320e6bc..cffbc6c 100644
--- a/LibTest/async/StreamController/StreamController_A02_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A02_t02.dart b/LibTest/async/StreamController/StreamController_A02_t02.dart
index 1b14d4d..078b7bf 100644
--- a/LibTest/async/StreamController/StreamController_A02_t02.dart
+++ b/LibTest/async/StreamController/StreamController_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController.broadcast({void onListen(), void onCancel(),
  *                                       bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A03_t01.dart b/LibTest/async/StreamController/StreamController_A03_t01.dart
index 8201c47..326350d 100644
--- a/LibTest/async/StreamController/StreamController_A03_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A03_t02.dart b/LibTest/async/StreamController/StreamController_A03_t02.dart
index 7f75b6a..8cbb901 100644
--- a/LibTest/async/StreamController/StreamController_A03_t02.dart
+++ b/LibTest/async/StreamController/StreamController_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A03_t03.dart b/LibTest/async/StreamController/StreamController_A03_t03.dart
index 0675f7e..0627b3d 100644
--- a/LibTest/async/StreamController/StreamController_A03_t03.dart
+++ b/LibTest/async/StreamController/StreamController_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A04_t01.dart b/LibTest/async/StreamController/StreamController_A04_t01.dart
index f1fbca9..14a760c 100644
--- a/LibTest/async/StreamController/StreamController_A04_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A05_t01.dart b/LibTest/async/StreamController/StreamController_A05_t01.dart
index 6904243..b5fc1f8 100644
--- a/LibTest/async/StreamController/StreamController_A05_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A06_t01.dart b/LibTest/async/StreamController/StreamController_A06_t01.dart
index 37ef424..cd84a28 100644
--- a/LibTest/async/StreamController/StreamController_A06_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A06_t02.dart b/LibTest/async/StreamController/StreamController_A06_t02.dart
index fa2673b..d7659f0 100644
--- a/LibTest/async/StreamController/StreamController_A06_t02.dart
+++ b/LibTest/async/StreamController/StreamController_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_A07_t01.dart b/LibTest/async/StreamController/StreamController_A07_t01.dart
index e31dff5..3ee8c10 100644
--- a/LibTest/async/StreamController/StreamController_A07_t01.dart
+++ b/LibTest/async/StreamController/StreamController_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/StreamController_inherited_t01.dart b/LibTest/async/StreamController/StreamController_inherited_t01.dart
index fbfb0d1..2edd5cb 100644
--- a/LibTest/async/StreamController/StreamController_inherited_t01.dart
+++ b/LibTest/async/StreamController/StreamController_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamController({void onListen(), void onPause(),
  *                  void onResume(), dynamic onCancel(), bool sync: false})
diff --git a/LibTest/async/StreamController/addError_A01_t01.dart b/LibTest/async/StreamController/addError_A01_t01.dart
index c142236..7f98896 100644
--- a/LibTest/async/StreamController/addError_A01_t01.dart
+++ b/LibTest/async/StreamController/addError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(Object error, [StackTrace stackTrace])
  * Send or enqueue an error event.
diff --git a/LibTest/async/StreamController/addError_A01_t02.dart b/LibTest/async/StreamController/addError_A01_t02.dart
index cd12419..8086a33 100644
--- a/LibTest/async/StreamController/addError_A01_t02.dart
+++ b/LibTest/async/StreamController/addError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(Object error, [StackTrace stackTrace])
  * Send or enqueue an error event.
diff --git a/LibTest/async/StreamController/addStream_A01_t01.dart b/LibTest/async/StreamController/addStream_A01_t01.dart
index 7688a3d..7adf380 100644
--- a/LibTest/async/StreamController/addStream_A01_t01.dart
+++ b/LibTest/async/StreamController/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<T> source, {bool cancelOnError: true})
  * Receives events from source and puts them into this controller's stream.
diff --git a/LibTest/async/StreamController/addStream_A02_t01.dart b/LibTest/async/StreamController/addStream_A02_t01.dart
index eef9544..52dfcf5 100644
--- a/LibTest/async/StreamController/addStream_A02_t01.dart
+++ b/LibTest/async/StreamController/addStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<T> source, {bool cancelOnError: true})
  * Events must not be added directly to this controller using add, addError,
diff --git a/LibTest/async/StreamController/addStream_A02_t02.dart b/LibTest/async/StreamController/addStream_A02_t02.dart
index e847258..6ebdc20 100644
--- a/LibTest/async/StreamController/addStream_A02_t02.dart
+++ b/LibTest/async/StreamController/addStream_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<T> source, {bool cancelOnError: true})
  * Events must not be added directly to this controller using add, addError,
diff --git a/LibTest/async/StreamController/addStream_A03_t01.dart b/LibTest/async/StreamController/addStream_A03_t01.dart
index e81934b..55238a8 100644
--- a/LibTest/async/StreamController/addStream_A03_t01.dart
+++ b/LibTest/async/StreamController/addStream_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<T> source, {bool cancelOnError: true})
  * If cancelOnError is true, only the first error on source is forwarded to
diff --git a/LibTest/async/StreamController/addStream_A03_t02.dart b/LibTest/async/StreamController/addStream_A03_t02.dart
index a3a478f..eb91f1e 100644
--- a/LibTest/async/StreamController/addStream_A03_t02.dart
+++ b/LibTest/async/StreamController/addStream_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<T> source, {bool cancelOnError: true})
  * If cancelOnError is true, only the first error on source is forwarded to
diff --git a/LibTest/async/StreamController/add_A01_t01.dart b/LibTest/async/StreamController/add_A01_t01.dart
index 3e98612..5bfb92c 100644
--- a/LibTest/async/StreamController/add_A01_t01.dart
+++ b/LibTest/async/StreamController/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T event)
  * Send a data event to a stream.
diff --git a/LibTest/async/StreamController/close_A01_t01.dart b/LibTest/async/StreamController/close_A01_t01.dart
index a324004..5debe77 100644
--- a/LibTest/async/StreamController/close_A01_t01.dart
+++ b/LibTest/async/StreamController/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * Tells the stream sink that no further streams will be added.
diff --git a/LibTest/async/StreamController/close_A01_t02.dart b/LibTest/async/StreamController/close_A01_t02.dart
index 000db38..c70764f 100644
--- a/LibTest/async/StreamController/close_A01_t02.dart
+++ b/LibTest/async/StreamController/close_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * Tells the stream sink that no further streams will be added.
diff --git a/LibTest/async/StreamController/done_A01_t01.dart b/LibTest/async/StreamController/done_A01_t01.dart
index 013cb4d..292f8fa 100644
--- a/LibTest/async/StreamController/done_A01_t01.dart
+++ b/LibTest/async/StreamController/done_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * Return a future which is completed when the StreamSink is finished.
diff --git a/LibTest/async/StreamController/done_A01_t02.dart b/LibTest/async/StreamController/done_A01_t02.dart
index 4a8b4e7..e9b122b 100644
--- a/LibTest/async/StreamController/done_A01_t02.dart
+++ b/LibTest/async/StreamController/done_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * Return a future which is completed when the StreamSink is finished.
diff --git a/LibTest/async/StreamController/done_A01_t03.dart b/LibTest/async/StreamController/done_A01_t03.dart
index ccc48be..4137d2e 100644
--- a/LibTest/async/StreamController/done_A01_t03.dart
+++ b/LibTest/async/StreamController/done_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * Return a future which is completed when the StreamSink is finished.
diff --git a/LibTest/async/StreamController/hasListener_A01_t01.dart b/LibTest/async/StreamController/hasListener_A01_t01.dart
index 1a623fe..e558785 100644
--- a/LibTest/async/StreamController/hasListener_A01_t01.dart
+++ b/LibTest/async/StreamController/hasListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasListener
  * Whether there is a subscriber on the Stream.
diff --git a/LibTest/async/StreamController/hasListener_A01_t02.dart b/LibTest/async/StreamController/hasListener_A01_t02.dart
index 02a9388..cf46612 100644
--- a/LibTest/async/StreamController/hasListener_A01_t02.dart
+++ b/LibTest/async/StreamController/hasListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasListener
  * Whether there is a subscriber on the Stream.
diff --git a/LibTest/async/StreamController/isClosed_A01_t01.dart b/LibTest/async/StreamController/isClosed_A01_t01.dart
index 965db82..400458a 100644
--- a/LibTest/async/StreamController/isClosed_A01_t01.dart
+++ b/LibTest/async/StreamController/isClosed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isClosed
  * Whether the stream is closed for adding more events.
diff --git a/LibTest/async/StreamController/isClosed_A01_t02.dart b/LibTest/async/StreamController/isClosed_A01_t02.dart
index c309414..9f765cd 100644
--- a/LibTest/async/StreamController/isClosed_A01_t02.dart
+++ b/LibTest/async/StreamController/isClosed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isClosed
  * Whether the stream is closed for adding more events.
diff --git a/LibTest/async/StreamController/isPaused_A01_t01.dart b/LibTest/async/StreamController/isPaused_A01_t01.dart
index de656b2..12c537f 100644
--- a/LibTest/async/StreamController/isPaused_A01_t01.dart
+++ b/LibTest/async/StreamController/isPaused_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isPaused
  * Whether the subscription would need to buffer events.
diff --git a/LibTest/async/StreamController/isPaused_A01_t02.dart b/LibTest/async/StreamController/isPaused_A01_t02.dart
index be4f64c..76ffd73 100644
--- a/LibTest/async/StreamController/isPaused_A01_t02.dart
+++ b/LibTest/async/StreamController/isPaused_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isPaused
  * Whether the subscription would need to buffer events.
diff --git a/LibTest/async/StreamController/isPaused_A01_t03.dart b/LibTest/async/StreamController/isPaused_A01_t03.dart
index 970eba9..c0c1f0a 100644
--- a/LibTest/async/StreamController/isPaused_A01_t03.dart
+++ b/LibTest/async/StreamController/isPaused_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isPaused
  * Whether the subscription would need to buffer events.
diff --git a/LibTest/async/StreamController/sink_A01_t01.dart b/LibTest/async/StreamController/sink_A01_t01.dart
index faf274f..1ddc1b3 100644
--- a/LibTest/async/StreamController/sink_A01_t01.dart
+++ b/LibTest/async/StreamController/sink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamSink<T> sink
  * Returns a view of this object that only exposes the StreamSink interface.
diff --git a/LibTest/async/StreamController/stream_A01_t01.dart b/LibTest/async/StreamController/stream_A01_t01.dart
index 1d898e9..9000e0e 100644
--- a/LibTest/async/StreamController/stream_A01_t01.dart
+++ b/LibTest/async/StreamController/stream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A01_t01.dart b/LibTest/async/StreamController/stream_all_A01_t01.dart
index 191d385..6d51d8d 100644
--- a/LibTest/async/StreamController/stream_all_A01_t01.dart
+++ b/LibTest/async/StreamController/stream_all_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A01_t02.dart b/LibTest/async/StreamController/stream_all_A01_t02.dart
index 04fbac7..a3a3922 100644
--- a/LibTest/async/StreamController/stream_all_A01_t02.dart
+++ b/LibTest/async/StreamController/stream_all_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A01_t03.dart b/LibTest/async/StreamController/stream_all_A01_t03.dart
index cb3f2ae..8b9570a 100644
--- a/LibTest/async/StreamController/stream_all_A01_t03.dart
+++ b/LibTest/async/StreamController/stream_all_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A02_t01.dart b/LibTest/async/StreamController/stream_all_A02_t01.dart
index 0eb196b..c76a1ed 100644
--- a/LibTest/async/StreamController/stream_all_A02_t01.dart
+++ b/LibTest/async/StreamController/stream_all_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A02_t02.dart b/LibTest/async/StreamController/stream_all_A02_t02.dart
index fc4b61b..5a4cba5 100644
--- a/LibTest/async/StreamController/stream_all_A02_t02.dart
+++ b/LibTest/async/StreamController/stream_all_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamController/stream_all_A02_t03.dart b/LibTest/async/StreamController/stream_all_A02_t03.dart
index e1ff4b8..0ade8ce 100644
--- a/LibTest/async/StreamController/stream_all_A02_t03.dart
+++ b/LibTest/async/StreamController/stream_all_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> stream
  * The stream that this controller is controlling.
diff --git a/LibTest/async/StreamIterator/StreamIterator_A01_t01.dart b/LibTest/async/StreamIterator/StreamIterator_A01_t01.dart
index 336f9b6..c058664 100644
--- a/LibTest/async/StreamIterator/StreamIterator_A01_t01.dart
+++ b/LibTest/async/StreamIterator/StreamIterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StreamIterator(Stream<T> stream)
  * Create a StreamIterator on stream.
diff --git a/LibTest/async/StreamIterator/cancel_A01_t01.dart b/LibTest/async/StreamIterator/cancel_A01_t01.dart
index 9b40b1e..64fc43c 100644
--- a/LibTest/async/StreamIterator/cancel_A01_t01.dart
+++ b/LibTest/async/StreamIterator/cancel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future cancel()
  * Cancels the stream iterator (and the underlying stream subscription) early.
diff --git a/LibTest/async/StreamIterator/cancel_A01_t02.dart b/LibTest/async/StreamIterator/cancel_A01_t02.dart
index e626db1..a2dc9da 100644
--- a/LibTest/async/StreamIterator/cancel_A01_t02.dart
+++ b/LibTest/async/StreamIterator/cancel_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future cancel()
  * Cancels the stream iterator (and the underlying stream subscription) early.
diff --git a/LibTest/async/StreamIterator/current_A01_t01.dart b/LibTest/async/StreamIterator/current_A01_t01.dart
index bba0e8c..1791f6b 100644
--- a/LibTest/async/StreamIterator/current_A01_t01.dart
+++ b/LibTest/async/StreamIterator/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T current
  * The current value of the stream.
diff --git a/LibTest/async/StreamIterator/current_A01_t02.dart b/LibTest/async/StreamIterator/current_A01_t02.dart
index a64fddf..ac3c7d8 100644
--- a/LibTest/async/StreamIterator/current_A01_t02.dart
+++ b/LibTest/async/StreamIterator/current_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion T current
  * The current value of the stream.
diff --git a/LibTest/async/StreamIterator/current_A01_t03.dart b/LibTest/async/StreamIterator/current_A01_t03.dart
index 0eaf258..21ad7ab 100644
--- a/LibTest/async/StreamIterator/current_A01_t03.dart
+++ b/LibTest/async/StreamIterator/current_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion T current
  * The current value of the stream.
diff --git a/LibTest/async/StreamIterator/moveNext_A01_t01.dart b/LibTest/async/StreamIterator/moveNext_A01_t01.dart
index cd32e90..893c0b3 100644
--- a/LibTest/async/StreamIterator/moveNext_A01_t01.dart
+++ b/LibTest/async/StreamIterator/moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> moveNext()
  * Wait for the next stream value to be available.
diff --git a/LibTest/async/StreamIterator/moveNext_A01_t02.dart b/LibTest/async/StreamIterator/moveNext_A01_t02.dart
index 5c0ff3d..b5a3ac5 100644
--- a/LibTest/async/StreamIterator/moveNext_A01_t02.dart
+++ b/LibTest/async/StreamIterator/moveNext_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> moveNext()
  * Wait for the next stream value to be available.
diff --git a/LibTest/async/StreamSink/StreamSink_inherited_tests.lib.dart b/LibTest/async/StreamSink/StreamSink_inherited_tests.lib.dart
index bdd1afb..d849e4f 100644
--- a/LibTest/async/StreamSink/StreamSink_inherited_tests.lib.dart
+++ b/LibTest/async/StreamSink/StreamSink_inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion EventSync and StreamConsumer are abstract classes
  *
diff --git a/LibTest/async/StreamSink/addError_A01_t01.dart b/LibTest/async/StreamSink/addError_A01_t01.dart
index 3f73a11..2d9d554 100644
--- a/LibTest/async/StreamSink/addError_A01_t01.dart
+++ b/LibTest/async/StreamSink/addError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void addError(errorEvent, [StackTrace stackTrace])
  * Create an async error.
diff --git a/LibTest/async/StreamSink/addStream_A01_t01.dart b/LibTest/async/StreamSink/addStream_A01_t01.dart
index 797c7f5..7634acf 100644
--- a/LibTest/async/StreamSink/addStream_A01_t01.dart
+++ b/LibTest/async/StreamSink/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamSink/addStream_A01_t02.dart b/LibTest/async/StreamSink/addStream_A01_t02.dart
index d87f680..3003f23 100644
--- a/LibTest/async/StreamSink/addStream_A01_t02.dart
+++ b/LibTest/async/StreamSink/addStream_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamSink/addStream_A01_t03.dart b/LibTest/async/StreamSink/addStream_A01_t03.dart
index acaf874..67d9166 100644
--- a/LibTest/async/StreamSink/addStream_A01_t03.dart
+++ b/LibTest/async/StreamSink/addStream_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamSink/addStream_A01_t04.dart b/LibTest/async/StreamSink/addStream_A01_t04.dart
index 38bf622..a43e036 100644
--- a/LibTest/async/StreamSink/addStream_A01_t04.dart
+++ b/LibTest/async/StreamSink/addStream_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamSink/addStream_A01_t05.dart b/LibTest/async/StreamSink/addStream_A01_t05.dart
index 614335f..f50493a 100644
--- a/LibTest/async/StreamSink/addStream_A01_t05.dart
+++ b/LibTest/async/StreamSink/addStream_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future addStream(Stream<S> stream)
  * Consumes the elements of stream.
diff --git a/LibTest/async/StreamSink/add_A01_t01.dart b/LibTest/async/StreamSink/add_A01_t01.dart
index b757bb7..c9b4441 100644
--- a/LibTest/async/StreamSink/add_A01_t01.dart
+++ b/LibTest/async/StreamSink/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void add(T event)
  * Create a data event.
diff --git a/LibTest/async/StreamSink/close_A01_t01.dart b/LibTest/async/StreamSink/close_A01_t01.dart
index 32675d4..f9656d6 100644
--- a/LibTest/async/StreamSink/close_A01_t01.dart
+++ b/LibTest/async/StreamSink/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Future close()
  * Close the StreamSink. It'll return the done Future.
diff --git a/LibTest/async/StreamSink/done_A01_t01.dart b/LibTest/async/StreamSink/done_A01_t01.dart
index 5f63c04..5bdf52b 100644
--- a/LibTest/async/StreamSink/done_A01_t01.dart
+++ b/LibTest/async/StreamSink/done_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future done
  * The done Future completes with the same values as close, except for the
diff --git a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t01.dart b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t01.dart
index fcd8ea5..03e47f2 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t01.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer.fromHandlers({void handleData(S data,
  *   EventSink<T> sink), void handleError(Object error, StackTrace stackTrace,
diff --git a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t02.dart b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t02.dart
index 992bff8..ad01eff 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t02.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer.fromHandlers({void handleData(S data,
  *   EventSink<T> sink), void handleError(Object error, StackTrace stackTrace,
diff --git a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t03.dart b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t03.dart
index 3985300..89b65fd 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t03.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer.fromHandlers({void handleData(S data,
  *   EventSink<T> sink), void handleError(Object error, StackTrace stackTrace,
diff --git a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t04.dart b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t04.dart
index 51d1537..b2d56c2 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t04.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer.fromHandlers_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer.fromHandlers({void handleData(S data,
  *   EventSink<T> sink), void handleError(Object error, StackTrace stackTrace,
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A01_t01.dart b/LibTest/async/StreamTransformer/StreamTransformer_A01_t01.dart
index 92e7b23..3e9d663 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A01_t01.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A01_t02.dart b/LibTest/async/StreamTransformer/StreamTransformer_A01_t02.dart
index fe56e7a..e4af6cf 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A01_t02.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A01_t03.dart b/LibTest/async/StreamTransformer/StreamTransformer_A01_t03.dart
index eda38af..260d988 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A01_t03.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A02_t01.dart b/LibTest/async/StreamTransformer/StreamTransformer_A02_t01.dart
index 320f728..60dda56 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A02_t01.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A02_t02.dart b/LibTest/async/StreamTransformer/StreamTransformer_A02_t02.dart
index 17751bc..e49ade2 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A02_t02.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A03_t01.dart b/LibTest/async/StreamTransformer/StreamTransformer_A03_t01.dart
index 9c0e269..17f8536 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A03_t01.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/StreamTransformer_A03_t02.dart b/LibTest/async/StreamTransformer/StreamTransformer_A03_t02.dart
index e380bb3..0e24864 100644
--- a/LibTest/async/StreamTransformer/StreamTransformer_A03_t02.dart
+++ b/LibTest/async/StreamTransformer/StreamTransformer_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory StreamTransformer(StreamSubscription<T>
  *   transformer(Stream<S> stream, bool cancelOnError))
diff --git a/LibTest/async/StreamTransformer/bind_A01_t01.dart b/LibTest/async/StreamTransformer/bind_A01_t01.dart
index 16e4b8e..d328480 100644
--- a/LibTest/async/StreamTransformer/bind_A01_t01.dart
+++ b/LibTest/async/StreamTransformer/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Stream<T> bind(Stream<S> stream)
  * @description Checks that transformer.bind(stream) is equivalent to
diff --git a/LibTest/async/Timer/Timer.periodic_A01_t01.dart b/LibTest/async/Timer/Timer.periodic_A01_t01.dart
index 5de93af..0a54727 100644
--- a/LibTest/async/Timer/Timer.periodic_A01_t01.dart
+++ b/LibTest/async/Timer/Timer.periodic_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Timer.periodic(Duration duration, void callback(Timer timer))
  * Creates a new repeating timer.
diff --git a/LibTest/async/Timer/Timer.periodic_A02_t01.dart b/LibTest/async/Timer/Timer.periodic_A02_t01.dart
index 7c2cee1..fab13a8 100644
--- a/LibTest/async/Timer/Timer.periodic_A02_t01.dart
+++ b/LibTest/async/Timer/Timer.periodic_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Timer.periodic(Duration duration, void callback(Timer timer))
  * A negative duration is treated similar to a duration of 0.
diff --git a/LibTest/async/Timer/Timer_A01_t01.dart b/LibTest/async/Timer/Timer_A01_t01.dart
index 1b875f6..05c14e3 100644
--- a/LibTest/async/Timer/Timer_A01_t01.dart
+++ b/LibTest/async/Timer/Timer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Timer(Duration duration, void callback())
  * Creates a new timer.
diff --git a/LibTest/async/Timer/Timer_A02_t01.dart b/LibTest/async/Timer/Timer_A02_t01.dart
index acb0fd4..01ab4a1 100644
--- a/LibTest/async/Timer/Timer_A02_t01.dart
+++ b/LibTest/async/Timer/Timer_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Timer(Duration duration, void callback())
  * A negative duration is treated the same as a duration of 0.
diff --git a/LibTest/async/Timer/cancel_A01_t01.dart b/LibTest/async/Timer/cancel_A01_t01.dart
index c5f2362..9f9a3ca 100644
--- a/LibTest/async/Timer/cancel_A01_t01.dart
+++ b/LibTest/async/Timer/cancel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void cancel()
  * Cancels the timer.
diff --git a/LibTest/async/Timer/cancel_A01_t02.dart b/LibTest/async/Timer/cancel_A01_t02.dart
index 8143b42..bab7947 100644
--- a/LibTest/async/Timer/cancel_A01_t02.dart
+++ b/LibTest/async/Timer/cancel_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void cancel()
  * Cancels the timer.
diff --git a/LibTest/async/Timer/isActive_A01_t01.dart b/LibTest/async/Timer/isActive_A01_t01.dart
index 0f2b436..5040ea2 100644
--- a/LibTest/async/Timer/isActive_A01_t01.dart
+++ b/LibTest/async/Timer/isActive_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isActive
  * Returns whether the timer is still active.
diff --git a/LibTest/async/Timer/isActive_A01_t02.dart b/LibTest/async/Timer/isActive_A01_t02.dart
index 1070653..35d4b88 100644
--- a/LibTest/async/Timer/isActive_A01_t02.dart
+++ b/LibTest/async/Timer/isActive_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isActive
  * Returns whether the timer is still active.
diff --git a/LibTest/async/Timer/run_A01_t01.dart b/LibTest/async/Timer/run_A01_t01.dart
index 065727f..b7a78d9 100644
--- a/LibTest/async/Timer/run_A01_t01.dart
+++ b/LibTest/async/Timer/run_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void run(void callback())
  * Runs the given callback asynchronously as soon as possible.
diff --git a/LibTest/async/Timer/run_A01_t02.dart b/LibTest/async/Timer/run_A01_t02.dart
index daa8ddc..714f3d6 100644
--- a/LibTest/async/Timer/run_A01_t02.dart
+++ b/LibTest/async/Timer/run_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void run(void callback())
  * Runs the given callback asynchronously as soon as possible.
diff --git a/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t01.dart b/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t01.dart
index 621c6fe..7a899fb 100644
--- a/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function(T1, T2) bindBinaryCallbackGuarded<T1, T2>(
  *                void callback(T1 argument1,T2 argument2)
diff --git a/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t02.dart b/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t02.dart
index 4772d40..1deb890 100644
--- a/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/bindBinaryCallbackGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function(T1, T2) bindBinaryCallbackGuarded<T1, T2>(
  *                void callback(T1 argument1,T2 argument2)
diff --git a/LibTest/async/Zone/bindBinaryCallback_A01_t01.dart b/LibTest/async/Zone/bindBinaryCallback_A01_t01.dart
index 97b4dbc..5d3a5a9 100644
--- a/LibTest/async/Zone/bindBinaryCallback_A01_t01.dart
+++ b/LibTest/async/Zone/bindBinaryCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneBinaryCallback<R, T1, T2> bindBinaryCallback<R, T1, T2>(
  *            R callback(T1 argument1, T2 argument2)
diff --git a/LibTest/async/Zone/bindBinaryCallback_A01_t02.dart b/LibTest/async/Zone/bindBinaryCallback_A01_t02.dart
index 193d6a4..e6ef32e 100644
--- a/LibTest/async/Zone/bindBinaryCallback_A01_t02.dart
+++ b/LibTest/async/Zone/bindBinaryCallback_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneBinaryCallback<R, T1, T2> bindBinaryCallback<R, T1, T2>(
  *            R callback(T1 argument1, T2 argument2)
diff --git a/LibTest/async/Zone/bindCallbackGuarded_A01_t01.dart b/LibTest/async/Zone/bindCallbackGuarded_A01_t01.dart
index cc40dd9..d94530a 100644
--- a/LibTest/async/Zone/bindCallbackGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/bindCallbackGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function() bindCallbackGuarded(void callback())
  *    Registers the provided callback and returns a function that will execute
diff --git a/LibTest/async/Zone/bindCallbackGuarded_A01_t02.dart b/LibTest/async/Zone/bindCallbackGuarded_A01_t02.dart
index cc1682d..9003c78 100644
--- a/LibTest/async/Zone/bindCallbackGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/bindCallbackGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function() bindCallbackGuarded(void callback())
  *    Registers the provided callback and returns a function that will execute
diff --git a/LibTest/async/Zone/bindCallback_A01_t01.dart b/LibTest/async/Zone/bindCallback_A01_t01.dart
index edc89b0..6a8410a 100644
--- a/LibTest/async/Zone/bindCallback_A01_t01.dart
+++ b/LibTest/async/Zone/bindCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneCallback<R> bindCallback<R>(
  *                 R callback()
diff --git a/LibTest/async/Zone/bindCallback_A01_t02.dart b/LibTest/async/Zone/bindCallback_A01_t02.dart
index 04df733..f7ec989 100644
--- a/LibTest/async/Zone/bindCallback_A01_t02.dart
+++ b/LibTest/async/Zone/bindCallback_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneCallback<R> bindCallback<R>(
  *                 R callback()
diff --git a/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t01.dart b/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t01.dart
index aa40c07..40af13f 100644
--- a/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function(T) bindUnaryCallbackGuarded<T>(
  *                                  void callback(T argument)
diff --git a/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t02.dart b/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t02.dart
index 48c0c81..b15e419 100644
--- a/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/bindUnaryCallbackGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void Function(T) bindUnaryCallbackGuarded<T>(
  *                                  void callback(T argument)
diff --git a/LibTest/async/Zone/bindUnaryCallback_A01_t01.dart b/LibTest/async/Zone/bindUnaryCallback_A01_t01.dart
index f9533d8..af2fc97 100644
--- a/LibTest/async/Zone/bindUnaryCallback_A01_t01.dart
+++ b/LibTest/async/Zone/bindUnaryCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneUnaryCallback<R, T> bindUnaryCallback<R, T>(
  *                                      R callback(T argument)
diff --git a/LibTest/async/Zone/bindUnaryCallback_A01_t02.dart b/LibTest/async/Zone/bindUnaryCallback_A01_t02.dart
index 02e16d1..670c66f 100644
--- a/LibTest/async/Zone/bindUnaryCallback_A01_t02.dart
+++ b/LibTest/async/Zone/bindUnaryCallback_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneUnaryCallback<R, T> bindUnaryCallback<R, T>(
  *                                      R callback(T argument)
diff --git a/LibTest/async/Zone/createPeriodicTimer_A01_t01.dart b/LibTest/async/Zone/createPeriodicTimer_A01_t01.dart
index 30d803b..d370723 100644
--- a/LibTest/async/Zone/createPeriodicTimer_A01_t01.dart
+++ b/LibTest/async/Zone/createPeriodicTimer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Timer createPeriodicTimer(Duration period,
  *    void callback(Timer timer))
diff --git a/LibTest/async/Zone/createTimer_A01_t01.dart b/LibTest/async/Zone/createTimer_A01_t01.dart
index 776b95d..24cb917 100644
--- a/LibTest/async/Zone/createTimer_A01_t01.dart
+++ b/LibTest/async/Zone/createTimer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Timer createTimer(Duration duration, void callback())
  * Creates a Timer where the callback is executed in this zone.
diff --git a/LibTest/async/Zone/current_A01_t01.dart b/LibTest/async/Zone/current_A01_t01.dart
index 3a2c275..415d906 100644
--- a/LibTest/async/Zone/current_A01_t01.dart
+++ b/LibTest/async/Zone/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static final Zone current
  * @description Checks that current returns different values for different
diff --git a/LibTest/async/Zone/current_A01_t02.dart b/LibTest/async/Zone/current_A01_t02.dart
index 8cb7b12..61a5a62 100644
--- a/LibTest/async/Zone/current_A01_t02.dart
+++ b/LibTest/async/Zone/current_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static final Zone current
  * @description Checks that async callbacks are executed in the zone they
diff --git a/LibTest/async/Zone/fork_A01_t01.dart b/LibTest/async/Zone/fork_A01_t01.dart
index 2540669..755d858 100644
--- a/LibTest/async/Zone/fork_A01_t01.dart
+++ b/LibTest/async/Zone/fork_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Zone fork({ZoneSpecification specification, Map<Symbol,
  *    dynamic> zoneValues})
diff --git a/LibTest/async/Zone/handleUncaughtError_A01_t01.dart b/LibTest/async/Zone/handleUncaughtError_A01_t01.dart
index 41b77e4..6dd3ddc 100644
--- a/LibTest/async/Zone/handleUncaughtError_A01_t01.dart
+++ b/LibTest/async/Zone/handleUncaughtError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void handleUncaughtError(error, StackTrace stackTrace)
  *  Handles uncaught asynchronous errors.
diff --git a/LibTest/async/Zone/handleUncaughtError_A01_t02.dart b/LibTest/async/Zone/handleUncaughtError_A01_t02.dart
index b4959a4..b3bd9d5 100644
--- a/LibTest/async/Zone/handleUncaughtError_A01_t02.dart
+++ b/LibTest/async/Zone/handleUncaughtError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void handleUncaughtError(error, StackTrace stackTrace)
  *  Handles uncaught asynchronous errors.
diff --git a/LibTest/async/Zone/handleUncaughtError_A01_t03.dart b/LibTest/async/Zone/handleUncaughtError_A01_t03.dart
index b3828b1..63d726b 100644
--- a/LibTest/async/Zone/handleUncaughtError_A01_t03.dart
+++ b/LibTest/async/Zone/handleUncaughtError_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void handleUncaughtError(error, StackTrace stackTrace)
  *  Handles uncaught asynchronous errors.
diff --git a/LibTest/async/Zone/handleUncaughtError_A01_t04.dart b/LibTest/async/Zone/handleUncaughtError_A01_t04.dart
index c5aaedb..4594119 100644
--- a/LibTest/async/Zone/handleUncaughtError_A01_t04.dart
+++ b/LibTest/async/Zone/handleUncaughtError_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void handleUncaughtError(error, StackTrace stackTrace)
  *  Handles uncaught asynchronous errors.
diff --git a/LibTest/async/Zone/inSameErrorZone_A01_t01.dart b/LibTest/async/Zone/inSameErrorZone_A01_t01.dart
index a5d45b1..72dc41c 100644
--- a/LibTest/async/Zone/inSameErrorZone_A01_t01.dart
+++ b/LibTest/async/Zone/inSameErrorZone_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool inSameErrorZone(Zone otherZone)
  * Returns true if this and otherZone are in the same error zone.
diff --git a/LibTest/async/Zone/inSameErrorZone_A01_t02.dart b/LibTest/async/Zone/inSameErrorZone_A01_t02.dart
index c4f95b5..5ea96c7 100644
--- a/LibTest/async/Zone/inSameErrorZone_A01_t02.dart
+++ b/LibTest/async/Zone/inSameErrorZone_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool inSameErrorZone(Zone otherZone)
  * Returns true if this and otherZone are in the same error zone.
diff --git a/LibTest/async/Zone/inSameErrorZone_A01_t03.dart b/LibTest/async/Zone/inSameErrorZone_A01_t03.dart
index 94c55bd..04c5ef8 100644
--- a/LibTest/async/Zone/inSameErrorZone_A01_t03.dart
+++ b/LibTest/async/Zone/inSameErrorZone_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool inSameErrorZone(Zone otherZone)
  * Returns true if this and otherZone are in the same error zone.
diff --git a/LibTest/async/Zone/inSameErrorZone_A01_t04.dart b/LibTest/async/Zone/inSameErrorZone_A01_t04.dart
index 08e7009..460d1cf 100644
--- a/LibTest/async/Zone/inSameErrorZone_A01_t04.dart
+++ b/LibTest/async/Zone/inSameErrorZone_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool inSameErrorZone(Zone otherZone)
  * Returns true if this and otherZone are in the same error zone.
diff --git a/LibTest/async/Zone/inSameErrorZone_A01_t05.dart b/LibTest/async/Zone/inSameErrorZone_A01_t05.dart
index 081eb95..99959cf 100644
--- a/LibTest/async/Zone/inSameErrorZone_A01_t05.dart
+++ b/LibTest/async/Zone/inSameErrorZone_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool inSameErrorZone(Zone otherZone)
  * Returns true if this and otherZone are in the same error zone.
diff --git a/LibTest/async/Zone/operator_subscript_A01_t01.dart b/LibTest/async/Zone/operator_subscript_A01_t01.dart
index 9387eca..7d382a6 100644
--- a/LibTest/async/Zone/operator_subscript_A01_t01.dart
+++ b/LibTest/async/Zone/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract dynamic operator [](Symbol key)
  * Retrieves the zone-value associated with key.
diff --git a/LibTest/async/Zone/parent_A01_t01.dart b/LibTest/async/Zone/parent_A01_t01.dart
index e73a6ee..aba5387 100644
--- a/LibTest/async/Zone/parent_A01_t01.dart
+++ b/LibTest/async/Zone/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Zone parent
  * Returns the parent zone.
diff --git a/LibTest/async/Zone/print_A01_t01.dart b/LibTest/async/Zone/print_A01_t01.dart
index f501f0c..e097ca4 100644
--- a/LibTest/async/Zone/print_A01_t01.dart
+++ b/LibTest/async/Zone/print_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void print(String line)
  * Prints the given line.
diff --git a/LibTest/async/Zone/registerBinaryCallback_A01_t01.dart b/LibTest/async/Zone/registerBinaryCallback_A01_t01.dart
index 1ad6efe..f93b549 100644
--- a/LibTest/async/Zone/registerBinaryCallback_A01_t01.dart
+++ b/LibTest/async/Zone/registerBinaryCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneBinaryCallback<R, T1, T2> registerBinaryCallback<R, T1, T2>(
  *                                                R callback(T1 arg1, T2 arg2)
diff --git a/LibTest/async/Zone/registerCallback_A01_t01.dart b/LibTest/async/Zone/registerCallback_A01_t01.dart
index b11fe09..87a0412 100644
--- a/LibTest/async/Zone/registerCallback_A01_t01.dart
+++ b/LibTest/async/Zone/registerCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneCallback<R> registerCallback<R>(R callback())
  * Registers the given callback in this zone.
diff --git a/LibTest/async/Zone/registerUnaryCallback_A01_t01.dart b/LibTest/async/Zone/registerUnaryCallback_A01_t01.dart
index 81cfec3..d3edfa4 100644
--- a/LibTest/async/Zone/registerUnaryCallback_A01_t01.dart
+++ b/LibTest/async/Zone/registerUnaryCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZoneUnaryCallback<R, T> registerUnaryCallback<R, T>(
  *                                                    R callback(T arg)
diff --git a/LibTest/async/Zone/root_A01_t01.dart b/LibTest/async/Zone/root_A01_t01.dart
index b6034e3..72b467e 100644
--- a/LibTest/async/Zone/root_A01_t01.dart
+++ b/LibTest/async/Zone/root_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static const Zone root
  * The root zone that is implicitly created.
diff --git a/LibTest/async/Zone/runBinaryGuarded_A01_t01.dart b/LibTest/async/Zone/runBinaryGuarded_A01_t01.dart
index b55b632..94a729f 100644
--- a/LibTest/async/Zone/runBinaryGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/runBinaryGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion avoid runBinaryGuarded<T1, T2>(
  *                                    void action(T1 argument1, T2 argument2),
diff --git a/LibTest/async/Zone/runBinaryGuarded_A01_t02.dart b/LibTest/async/Zone/runBinaryGuarded_A01_t02.dart
index e095a07..c145598 100644
--- a/LibTest/async/Zone/runBinaryGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/runBinaryGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion avoid runBinaryGuarded<T1, T2>(
  *                                    void action(T1 argument1, T2 argument2),
diff --git a/LibTest/async/Zone/runBinary_A01_t01.dart b/LibTest/async/Zone/runBinary_A01_t01.dart
index 373e01b..a6d4da0 100644
--- a/LibTest/async/Zone/runBinary_A01_t01.dart
+++ b/LibTest/async/Zone/runBinary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion R runBinary<R, T1, T2>(
  *                                    R action(T1 argument1, T2 argument2),
diff --git a/LibTest/async/Zone/runBinary_A01_t02.dart b/LibTest/async/Zone/runBinary_A01_t02.dart
index 20ff40f..f1f8fd7 100644
--- a/LibTest/async/Zone/runBinary_A01_t02.dart
+++ b/LibTest/async/Zone/runBinary_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion R runBinary<R, T1, T2>(
  *                                    R action(T1 argument1, T2 argument2),
diff --git a/LibTest/async/Zone/runGuarded_A01_t01.dart b/LibTest/async/Zone/runGuarded_A01_t01.dart
index cc493af..852da22 100644
--- a/LibTest/async/Zone/runGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/runGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void runGuarded(void action())
  *    Executes the given action in this zone and catches synchronous errors.
diff --git a/LibTest/async/Zone/runGuarded_A01_t02.dart b/LibTest/async/Zone/runGuarded_A01_t02.dart
index 8999cb3..df48c3c 100644
--- a/LibTest/async/Zone/runGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/runGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void runGuarded(void action())
  *    Executes the given action in this zone and catches synchronous errors.
diff --git a/LibTest/async/Zone/runUnaryGuarded_A01_t01.dart b/LibTest/async/Zone/runUnaryGuarded_A01_t01.dart
index 45ca8ff..3b31bee 100644
--- a/LibTest/async/Zone/runUnaryGuarded_A01_t01.dart
+++ b/LibTest/async/Zone/runUnaryGuarded_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void runUnaryGuarded<T>(void action(T argument), T argument)
  *    Executes the given action with argument in this zone and catches
diff --git a/LibTest/async/Zone/runUnaryGuarded_A01_t02.dart b/LibTest/async/Zone/runUnaryGuarded_A01_t02.dart
index 3e242ff..5cde0e9 100644
--- a/LibTest/async/Zone/runUnaryGuarded_A01_t02.dart
+++ b/LibTest/async/Zone/runUnaryGuarded_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void runUnaryGuarded<T>(void action(T argument), T argument)
  *    Executes the given action with argument in this zone and catches
diff --git a/LibTest/async/Zone/runUnary_A01_t01.dart b/LibTest/async/Zone/runUnary_A01_t01.dart
index bdde978..af0a4ee 100644
--- a/LibTest/async/Zone/runUnary_A01_t01.dart
+++ b/LibTest/async/Zone/runUnary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion aR runUnary<R, T>(R action(T argument), T argument)
  *    Executes the given action with argument in this zone.
diff --git a/LibTest/async/Zone/runUnary_A01_t02.dart b/LibTest/async/Zone/runUnary_A01_t02.dart
index 9c0df3f..f4a41b5 100644
--- a/LibTest/async/Zone/runUnary_A01_t02.dart
+++ b/LibTest/async/Zone/runUnary_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion aR runUnary<R, T>(R action(T argument), T argument)
  *    Executes the given action with argument in this zone.
diff --git a/LibTest/async/Zone/run_A01_t01.dart b/LibTest/async/Zone/run_A01_t01.dart
index 72294a8..b58a3dd 100644
--- a/LibTest/async/Zone/run_A01_t01.dart
+++ b/LibTest/async/Zone/run_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion R run<R>(R action())
  *    Executes action in this zone.
diff --git a/LibTest/async/Zone/run_A01_t02.dart b/LibTest/async/Zone/run_A01_t02.dart
index 6bda01c..534a2f8 100644
--- a/LibTest/async/Zone/run_A01_t02.dart
+++ b/LibTest/async/Zone/run_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion R run<R>(R action())
  *    Executes action in this zone.
diff --git a/LibTest/async/Zone/scheduleMicrotask_A01_t01.dart b/LibTest/async/Zone/scheduleMicrotask_A01_t01.dart
index 8cdd6df..8257674 100644
--- a/LibTest/async/Zone/scheduleMicrotask_A01_t01.dart
+++ b/LibTest/async/Zone/scheduleMicrotask_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void scheduleMicrotask(void f())
  * Runs f asynchronously.
diff --git a/LibTest/async/Zone/scheduleMicrotask_A01_t02.dart b/LibTest/async/Zone/scheduleMicrotask_A01_t02.dart
index 33674d9..e3226fb 100644
--- a/LibTest/async/Zone/scheduleMicrotask_A01_t02.dart
+++ b/LibTest/async/Zone/scheduleMicrotask_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void scheduleMicrotask(void f())
  * Runs f asynchronously.
diff --git a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t01.dart
index 57faea9..810c742 100644
--- a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionfactory DoubleLinkedQueue.from(Iterable elements)
  * Creates a double-linked queue containing all elements.
diff --git a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t02.dart
index 5ccc86d..b3974ca 100644
--- a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionfactory DoubleLinkedQueue.from(Iterable elements)
  * Creates a double-linked queue containing all elements.
diff --git a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_A01_t01.dart
index a2a8b58..ae34301 100644
--- a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new DoubleLinkedQueue()
  * Creates a queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_inherited_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_inherited_A01_t01.dart
index 8b4ebbb..c213c87 100644
--- a/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_inherited_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_inherited_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue<E> abstract class
  * Implements Queue<E>
diff --git a/LibTest/collection/DoubleLinkedQueue/addAll_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/addAll_A01_t01.dart
index 62820d7..6c90279 100644
--- a/LibTest/collection/DoubleLinkedQueue/addAll_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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 list
- * BSD-style license that can be found in the LICENSE 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 list
+// BSD-style license that can be found in the LICENSE file.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Adds all elements of [collection] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/addAll_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/addAll_A01_t02.dart
index a22c75b..42025a2 100644
--- a/LibTest/collection/DoubleLinkedQueue/addAll_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Adds all elements of [collection] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t01.dart
index e58933f..c1f88d5 100644
--- a/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addFirst(E value)
  * Adds [value] at the beginning of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t02.dart
index 68798b5..7b64e97 100644
--- a/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addFirst_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addFirst(E value)
  * Adds [value] at the beginning of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/addLast_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/addLast_A01_t01.dart
index b758e54..92f181b 100644
--- a/LibTest/collection/DoubleLinkedQueue/addLast_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addLast(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/addLast_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/addLast_A01_t02.dart
index ad15cff..2588cae 100644
--- a/LibTest/collection/DoubleLinkedQueue/addLast_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/addLast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addLast(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/add_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/add_A01_t01.dart
index 48740ac..a7c1715 100644
--- a/LibTest/collection/DoubleLinkedQueue/add_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/add_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/add_A01_t02.dart
index b28d086..ec3701f 100644
--- a/LibTest/collection/DoubleLinkedQueue/add_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/any_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/any_A01_t02.dart
index 8fbfcea..59e4b2b 100644
--- a/LibTest/collection/DoubleLinkedQueue/any_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  *  Checks whether any element of this iterable satisfies [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/clear_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/clear_A01_t01.dart
index 7f4ed30..8abaf5b 100644
--- a/LibTest/collection/DoubleLinkedQueue/clear_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all elements in the queue. The size of the queue becomes zero.
diff --git a/LibTest/collection/DoubleLinkedQueue/contains_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/contains_A01_t01.dart
index 66975cd..7285401 100644
--- a/LibTest/collection/DoubleLinkedQueue/contains_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to [element].
diff --git a/LibTest/collection/DoubleLinkedQueue/elementAt_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/elementAt_A01_t01.dart
index 5c17923..27f395b 100644
--- a/LibTest/collection/DoubleLinkedQueue/elementAt_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the [index]th element.
diff --git a/LibTest/collection/DoubleLinkedQueue/elementAt_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/elementAt_A02_t01.dart
index 41b2d8a..326bb93 100644
--- a/LibTest/collection/DoubleLinkedQueue/elementAt_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * The [index] must be non-negative and less than [length]. Index zero
diff --git a/LibTest/collection/DoubleLinkedQueue/every_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/every_A01_t01.dart
index d08ba1a..6f372ae 100644
--- a/LibTest/collection/DoubleLinkedQueue/every_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/every_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/every_A01_t02.dart
index d8ca937..5c2dba9 100644
--- a/LibTest/collection/DoubleLinkedQueue/every_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/every_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/every_A01_t03.dart b/LibTest/collection/DoubleLinkedQueue/every_A01_t03.dart
index 2e59f1c..0ee4456 100644
--- a/LibTest/collection/DoubleLinkedQueue/every_A01_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/every_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/expand_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/expand_A01_t01.dart
index 0997321..3508846 100644
--- a/LibTest/collection/DoubleLinkedQueue/expand_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this [Iterable] into zero or more elements.
diff --git a/LibTest/collection/DoubleLinkedQueue/expand_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/expand_A01_t02.dart
index 435bff5..4a22f24 100644
--- a/LibTest/collection/DoubleLinkedQueue/expand_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/expand_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this [Iterable] into zero or more elements.
diff --git a/LibTest/collection/DoubleLinkedQueue/expand_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/expand_A02_t01.dart
index 85a3905..4b0b5ae 100644
--- a/LibTest/collection/DoubleLinkedQueue/expand_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * The returned [Iterable] is lazy, and calls [f] for each element of this every
diff --git a/LibTest/collection/DoubleLinkedQueue/firstEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/firstEntry_A01_t01.dart
index b879331..0f0a8e3 100644
--- a/LibTest/collection/DoubleLinkedQueue/firstEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/firstEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DoubleLinkedQueueEntry<E> firstEntry()
  * @description Checks that the method returns the first entry of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/firstEntry_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/firstEntry_A02_t01.dart
index e9a4ada..2f89c66 100644
--- a/LibTest/collection/DoubleLinkedQueue/firstEntry_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/firstEntry_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DoubleLinkedQueueEntry<E> firstEntry()
  * @description Checks that null is returned if this queue is empty.
diff --git a/LibTest/collection/DoubleLinkedQueue/firstWhere_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/firstWhere_A01_t01.dart
index b3e26b4..891b535 100644
--- a/LibTest/collection/DoubleLinkedQueue/firstWhere_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/firstWhere_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/firstWhere_A02_t01.dart
index c082fd6..9c25336 100644
--- a/LibTest/collection/DoubleLinkedQueue/firstWhere_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * If none matches, the result of invoking the [orElse] function is returned.
diff --git a/LibTest/collection/DoubleLinkedQueue/firstWhere_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/firstWhere_A03_t01.dart
index d14c66a..8fe8a98 100644
--- a/LibTest/collection/DoubleLinkedQueue/firstWhere_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * By default, when [orElse] is [null], a StateError is thrown.
diff --git a/LibTest/collection/DoubleLinkedQueue/first_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/first_A01_t01.dart
index 1569be5..08a8c2f 100644
--- a/LibTest/collection/DoubleLinkedQueue/first_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E first
  * Returns the first element.
diff --git a/LibTest/collection/DoubleLinkedQueue/first_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/first_A01_t02.dart
index 2a8bc44..87a8fdc 100644
--- a/LibTest/collection/DoubleLinkedQueue/first_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final E first
  * @description Checks that E is final and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/first_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/first_A02_t01.dart
index 501ab70..356d7a1 100644
--- a/LibTest/collection/DoubleLinkedQueue/first_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E first
  * Throws a StateError if this is empty. Otherwise returns the first element in
diff --git a/LibTest/collection/DoubleLinkedQueue/fold_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/fold_A01_t01.dart
index df2a74f..95009cf 100644
--- a/LibTest/collection/DoubleLinkedQueue/fold_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold <T>(T initialValue, T combine(T previousValue, E element))
  *
diff --git a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t01.dart
index 8276d01..dfc741d 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEachEntry(void f(DoubleLinkedQueueEntry<E> element))
  * @description Checks that [forEachEntry()] iterates over each element of the
diff --git a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t02.dart
index 5cde84c..6580132 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEachEntry(void f(DoubleLinkedQueueEntry<E> element))
  * @description Checks [forEachEntry()] on empty list.
diff --git a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t03.dart b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t03.dart
index 0eacc16..52dbc8a 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEachEntry(void f(DoubleLinkedQueueEntry<E> element))
  * @description Checks that exception thrown in [f] breaks the iteration.
diff --git a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t01.dart
index 7b01715..2da3f7b 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t02.dart
index 8000e6c..3cdda6d 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t03.dart b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t03.dart
index af4c726..a246977 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection.
diff --git a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t04.dart b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t04.dart
index ece60dd..bcd4fc7 100644
--- a/LibTest/collection/DoubleLinkedQueue/forEach_A01_t04.dart
+++ b/LibTest/collection/DoubleLinkedQueue/forEach_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection.
diff --git a/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t01.dart
index a1c6a7b..e05e91f 100644
--- a/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * Returns [true] if there is no element in this collection.
diff --git a/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t02.dart
index 30b90ac..b16eccd 100644
--- a/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final bool isEmpty
  * @description Checks that isEmpty is read-only property and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t01.dart
index bdf2c0a..7fb2c9f 100644
--- a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns [true] if there is at least one element in this collection.
diff --git a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t02.dart
index 20253de..d8bf78e 100644
--- a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A02_t01.dart
index 8b49ad6..8b1a19b 100644
--- a/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/isNotEmpty_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final bool isNotEmpty
  * May be computed by checking if [iterator.moveNext()] returns [true].
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t01.dart
index efca04b..0a27b5e 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final _DoubleLinkedQueueIterator<E> iterator
  * Returns an [Iterator] that iterates over this Iterable object.
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t02.dart
index dad912d..4c22954 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final bool iterator
  * @description Checks that iterator is read-only property and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t03.dart b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t03.dart
index 159731c..0f90ffd 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_A01_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final _DoubleLinkedQueueIterator<E> iterator
  * Returns an Iterator that iterates over this Iterable object.
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_current_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/iterator_current_A01_t01.dart
index b1219e2..aefbd38 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_current_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Gets the current element in the iteration.
  * @description Checks that the current element in the iteration is returned.
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t01.dart
index a07a8f3..492480f 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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 list
- * BSD-style license that can be found in the LICENSE 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 list
+// BSD-style license that can be found in the LICENSE file.
+
 /**
  * @assertion Returns whether the [Iterator] has elements left.
  * @description Checks that [true] is returned only if [Iterator] has some
diff --git a/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t02.dart
index cffd660..7708753 100644
--- a/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/iterator_moveNext_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether the [Iterator] has elements left.
  * @description Checks that [Iterator] has no elements left when the list is
diff --git a/LibTest/collection/DoubleLinkedQueue/join_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/join_A01_t01.dart
index 29e0127..e3e7da9 100644
--- a/LibTest/collection/DoubleLinkedQueue/join_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/collection/DoubleLinkedQueue/lastEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/lastEntry_A01_t01.dart
index 171cd1d..29daa1b 100644
--- a/LibTest/collection/DoubleLinkedQueue/lastEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/lastEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DoubleLinkedQueueEntry<E> lastEntry()
  * @description Checks that the method returns the last entry of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/lastEntry_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/lastEntry_A02_t01.dart
index 8c25dc2..571cd38 100644
--- a/LibTest/collection/DoubleLinkedQueue/lastEntry_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/lastEntry_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DoubleLinkedQueueEntry<E> lastEntry()
  * @description Checks that null is returned if this queue is empty.
diff --git a/LibTest/collection/DoubleLinkedQueue/lastWhere_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/lastWhere_A01_t01.dart
index 21015ef..6707ca7 100644
--- a/LibTest/collection/DoubleLinkedQueue/lastWhere_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/lastWhere_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/lastWhere_A02_t01.dart
index 9c54974..a6e64b4 100644
--- a/LibTest/collection/DoubleLinkedQueue/lastWhere_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/DoubleLinkedQueue/lastWhere_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/lastWhere_A03_t01.dart
index c5e2558..f86ad15 100644
--- a/LibTest/collection/DoubleLinkedQueue/lastWhere_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * If [orElse] is omitted, it defaults to throwing a [StateError].
diff --git a/LibTest/collection/DoubleLinkedQueue/last_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/last_A01_t01.dart
index 2e77bc7..49a01e7 100644
--- a/LibTest/collection/DoubleLinkedQueue/last_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E last
  * Returns the last element.
diff --git a/LibTest/collection/DoubleLinkedQueue/last_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/last_A01_t02.dart
index 4561783..c36d0fd 100644
--- a/LibTest/collection/DoubleLinkedQueue/last_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final bool E last
  * @description Checks that last is read-only property and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/last_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/last_A02_t01.dart
index 3bcc2f2..72639d8 100644
--- a/LibTest/collection/DoubleLinkedQueue/last_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E last
  * If this is empty throws a [StateError].
diff --git a/LibTest/collection/DoubleLinkedQueue/length_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/length_A01_t01.dart
index 13936d9..b9fdc07 100644
--- a/LibTest/collection/DoubleLinkedQueue/length_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * Returns the number of elements in this.
diff --git a/LibTest/collection/DoubleLinkedQueue/length_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/length_A01_t02.dart
index aa03431..f238984 100644
--- a/LibTest/collection/DoubleLinkedQueue/length_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final int length
  * @description Checks that length is read-only property and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/map_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/map_A01_t01.dart
index eb1a0d5..040faa3 100644
--- a/LibTest/collection/DoubleLinkedQueue/map_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable map(f(E element))
  * Returns a new lazy Iterable with elements that are created by calling f on
diff --git a/LibTest/collection/DoubleLinkedQueue/map_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/map_A02_t01.dart
index 3ded5d4..50b99fa 100644
--- a/LibTest/collection/DoubleLinkedQueue/map_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable map(f(E element))
  * As long as the returned Iterable is not iterated over, the supplied function
diff --git a/LibTest/collection/DoubleLinkedQueue/map_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/map_A03_t01.dart
index 65eab8b..037c547 100644
--- a/LibTest/collection/DoubleLinkedQueue/map_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable map(f(E element))
  * The transformed elements will not be cached. Iterating multiple times over
diff --git a/LibTest/collection/DoubleLinkedQueue/reduce_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/reduce_A01_t01.dart
index dcdc701..722c26a 100644
--- a/LibTest/collection/DoubleLinkedQueue/reduce_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/collection/DoubleLinkedQueue/reduce_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/reduce_A02_t01.dart
index 0768030..270a5fc 100644
--- a/LibTest/collection/DoubleLinkedQueue/reduce_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * The iterable must have at least one element.
diff --git a/LibTest/collection/DoubleLinkedQueue/reduce_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/reduce_A03_t01.dart
index 1eb68a0..484bc2c 100644
--- a/LibTest/collection/DoubleLinkedQueue/reduce_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * If it has only one element, that element is returned.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01.dart
index c4b0d25..aad3934 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeFirst()
  * Removes and returns the first element of this queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeFirst_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeFirst_A02_t01.dart
index cabc8a4..eb6fabc 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeFirst_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeFirst_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeFirst()
  * The queue must not be empty when this method is called.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeLast_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeLast_A01_t01.dart
index 671fb5b..d63f5d5 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeLast_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Removes and returns the last element of the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeLast_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeLast_A02_t01.dart
index ecb562e..def13f6 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeLast_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeLast_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The queue must not be empty when this method is called.
  * @description Checks that exception is thrown if the queue is empty.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeWhere_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeWhere_A01_t01.dart
index 8a6ab9c..67fe038 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeWhere_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements matched by [test] from the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t01.dart
index 9ada102..fb55712 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t02.dart b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t02.dart
index 1af8573..ee9d998 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t03.dart b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t03.dart
index 39058df..d13aba1 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t04.dart b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t04.dart
index e8a8b64..6449f10 100644
--- a/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t04.dart
+++ b/LibTest/collection/DoubleLinkedQueue/removeWhere_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/remove_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/remove_A01_t01.dart
index 7137891..cf2ff6a 100644
--- a/LibTest/collection/DoubleLinkedQueue/remove_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool remove(Object o)
  * Remove a single instance of [value] from the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/remove_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/remove_A02_t01.dart
index b390dba..9af00a2 100644
--- a/LibTest/collection/DoubleLinkedQueue/remove_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/remove_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object o)
  * Returns [true] if a [value] was removed, or [false] if the queue contained no
diff --git a/LibTest/collection/DoubleLinkedQueue/retainWhere_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/retainWhere_A01_t01.dart
index 89db8d6..97494a5 100644
--- a/LibTest/collection/DoubleLinkedQueue/retainWhere_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all elements not matched by [test] from the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t01.dart
index 3d5f9e9..f7517de 100644
--- a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t02.dart b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t02.dart
index a6039e2..570ed7f 100644
--- a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t03.dart b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t03.dart
index 4a14928..5a6cbfa 100644
--- a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t03.dart
+++ b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t04.dart b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t04.dart
index b10671b..6b68d63 100644
--- a/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t04.dart
+++ b/LibTest/collection/DoubleLinkedQueue/retainWhere_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * The [test] function must not throw or modify the queue.
diff --git a/LibTest/collection/DoubleLinkedQueue/singleWhere_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/singleWhere_A01_t01.dart
index 450b26f..0909d1b 100644
--- a/LibTest/collection/DoubleLinkedQueue/singleWhere_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t01.dart
index ddf7ce8..ce36b16 100644
--- a/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t02.dart b/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t02.dart
index 42a10c9..bf3fb4a 100644
--- a/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/DoubleLinkedQueue/single_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/single_A01_t01.dart
index 5247857..a3f0fe8 100644
--- a/LibTest/collection/DoubleLinkedQueue/single_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * Returns the single element in this.
diff --git a/LibTest/collection/DoubleLinkedQueue/single_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/single_A01_t02.dart
index 5f78068..7d5aa23 100644
--- a/LibTest/collection/DoubleLinkedQueue/single_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  @assertion final E single
  * @description Checks that single is read-only property and cannot be changed
diff --git a/LibTest/collection/DoubleLinkedQueue/skipWhile_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/skipWhile_A01_t01.dart
index 437da41..2c2ee4e 100644
--- a/LibTest/collection/DoubleLinkedQueue/skipWhile_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/collection/DoubleLinkedQueue/skipWhile_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/skipWhile_A02_t01.dart
index aa2d275..6dcd0bf 100644
--- a/LibTest/collection/DoubleLinkedQueue/skipWhile_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/DoubleLinkedQueue/skipWhile_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/skipWhile_A03_t01.dart
index e454790..a664bb4 100644
--- a/LibTest/collection/DoubleLinkedQueue/skipWhile_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable[ iterates over all elements of
diff --git a/LibTest/collection/DoubleLinkedQueue/skipWhile_A04_t01.dart b/LibTest/collection/DoubleLinkedQueue/skipWhile_A04_t01.dart
index afe4253..27300a2 100644
--- a/LibTest/collection/DoubleLinkedQueue/skipWhile_A04_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The returned iterable provides elements by iterating this iterable, but
diff --git a/LibTest/collection/DoubleLinkedQueue/skip_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/skip_A01_t01.dart
index f4eb046..9f3d2af 100644
--- a/LibTest/collection/DoubleLinkedQueue/skip_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/collection/DoubleLinkedQueue/skip_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/skip_A02_t01.dart
index fc2ad40..cd97620 100644
--- a/LibTest/collection/DoubleLinkedQueue/skip_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> skip(int count)
  * If this has fewer than [count] elements, then the resulting [Iterable] will
diff --git a/LibTest/collection/DoubleLinkedQueue/skip_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/skip_A03_t01.dart
index 74daa5f..ff50210 100644
--- a/LibTest/collection/DoubleLinkedQueue/skip_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/DoubleLinkedQueue/takeWhile_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/takeWhile_A01_t01.dart
index 945bc59..1f87d4c 100644
--- a/LibTest/collection/DoubleLinkedQueue/takeWhile_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/collection/DoubleLinkedQueue/takeWhile_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/takeWhile_A02_t01.dart
index c6d7435..e35bab0 100644
--- a/LibTest/collection/DoubleLinkedQueue/takeWhile_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/DoubleLinkedQueue/takeWhile_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/takeWhile_A03_t01.dart
index fcd980f..dddf6ae 100644
--- a/LibTest/collection/DoubleLinkedQueue/takeWhile_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Every new iterator of the returned iterable starts iterating over the
diff --git a/LibTest/collection/DoubleLinkedQueue/takeWhile_A04_t01.dart b/LibTest/collection/DoubleLinkedQueue/takeWhile_A04_t01.dart
index 2110f58..c404197 100644
--- a/LibTest/collection/DoubleLinkedQueue/takeWhile_A04_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> takeWhile(bool test(E value))
  * The elements can be computed by stepping through iterator until an element is
diff --git a/LibTest/collection/DoubleLinkedQueue/take_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/take_A01_t01.dart
index 85a7100..840696f 100644
--- a/LibTest/collection/DoubleLinkedQueue/take_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/collection/DoubleLinkedQueue/take_A01_t02.dart b/LibTest/collection/DoubleLinkedQueue/take_A01_t02.dart
index e332bc6..90d4e3d 100644
--- a/LibTest/collection/DoubleLinkedQueue/take_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/take_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/collection/DoubleLinkedQueue/take_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/take_A02_t01.dart
index 2cb9c56..561eb0d 100644
--- a/LibTest/collection/DoubleLinkedQueue/take_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/DoubleLinkedQueue/take_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/take_A03_t01.dart
index e125793..7d3d486 100644
--- a/LibTest/collection/DoubleLinkedQueue/take_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned [Iterable] may contain fewer than [count] elements, if this
diff --git a/LibTest/collection/DoubleLinkedQueue/toList_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/toList_A01_t01.dart
index bbb41a0..632f42c 100644
--- a/LibTest/collection/DoubleLinkedQueue/toList_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/collection/DoubleLinkedQueue/toList_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/toList_A02_t01.dart
index c768a81..bbe2481 100644
--- a/LibTest/collection/DoubleLinkedQueue/toList_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/DoubleLinkedQueue/toList_A02_t02.dart b/LibTest/collection/DoubleLinkedQueue/toList_A02_t02.dart
index a2b173f..15b9637 100644
--- a/LibTest/collection/DoubleLinkedQueue/toList_A02_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/DoubleLinkedQueue/toSet_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/toSet_A01_t01.dart
index 18d714a..4a3cc53 100644
--- a/LibTest/collection/DoubleLinkedQueue/toSet_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].  ...
diff --git a/LibTest/collection/DoubleLinkedQueue/toSet_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/toSet_A02_t01.dart
index 42ce831..d5ecf7b 100644
--- a/LibTest/collection/DoubleLinkedQueue/toSet_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * The set may contain fewer elements than the iterable, if the iterable
diff --git a/LibTest/collection/DoubleLinkedQueue/toString_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/toString_A01_t01.dart
index 006b179..ec16d0c 100644
--- a/LibTest/collection/DoubleLinkedQueue/toString_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/DoubleLinkedQueue/toString_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/toString_A02_t01.dart
index 45e66f7..06b58fa 100644
--- a/LibTest/collection/DoubleLinkedQueue/toString_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/DoubleLinkedQueue/toString_A03_t01.dart b/LibTest/collection/DoubleLinkedQueue/toString_A03_t01.dart
index 7a9ffb8..33f7b5e 100644
--- a/LibTest/collection/DoubleLinkedQueue/toString_A03_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/toString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/DoubleLinkedQueue/where_A01_t01.dart b/LibTest/collection/DoubleLinkedQueue/where_A01_t01.dart
index 240e6c4..418db06 100644
--- a/LibTest/collection/DoubleLinkedQueue/where_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/collection/DoubleLinkedQueue/where_A02_t01.dart b/LibTest/collection/DoubleLinkedQueue/where_A02_t01.dart
index 96c04e0..5e2642d 100644
--- a/LibTest/collection/DoubleLinkedQueue/where_A02_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueue/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * As long as the returned [Iterable] is not iterated over, the supplied
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t01.dart
index e3fc963..f3621a0 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion new DoubleLinkedQueueEntry()
  * Creates a DoubleLinkedQueueEntry object
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t02.dart b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t02.dart
index 0719603..32da39b 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion new DoubleLinkedQueueEntry()
  * Creates a DoubleLinkedQueueEntry object
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_class_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_class_A01_t01.dart
index 2e2acd0..525d8c8 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_class_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An entry in a doubly linked list. It contains a pointer to
  * the next entry, the previous entry, and the boxed element.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/append_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/append_A01_t01.dart
index 53b4bd3..18f534a 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/append_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/append_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion append(E e) → void
  * Appends the given [e] as entry just after this entry.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/element_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/element_A01_t01.dart
index 72b7d71..046a11d 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/element_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/element_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion element → E
  * read / write
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/hashCode_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/hashCode_A01_t01.dart
index 3803c8d..def9769 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/hashCode_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion hashCode → int
  * Get a hash code for this object.…
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t01.dart
index 3d0b097..df0f0b0 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion nextEntry() → DoubleLinkedQueueEntry<E>
  * Returns the next entry or [null] if there is none.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t02.dart b/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t02.dart
index 842a8a6..e0a5f7d 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/nextEntry_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion nextEntry() → DoubleLinkedQueueEntry<E>
  * Returns the next entry or [null] if there is none.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/prepend_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/prepend_A01_t01.dart
index d685234..ec2edd3 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/prepend_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/prepend_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion prepend(E e) → void
  * Prepends the given [e] as entry just before this entry.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t01.dart
index 4a746c9..6f66995 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion previousEntry() → DoubleLinkedQueueEntry<E>
  * Returns the previous entry or [null] if there is none.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t02.dart b/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t02.dart
index 6769347..b7d2fe0 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t02.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/previousEntry_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion previousEntry() → DoubleLinkedQueueEntry<E>
  * Returns the previous entry or [null] if there is none.
diff --git a/LibTest/collection/DoubleLinkedQueueEntry/remove_A01_t01.dart b/LibTest/collection/DoubleLinkedQueueEntry/remove_A01_t01.dart
index b7b64a7..a2f9e25 100644
--- a/LibTest/collection/DoubleLinkedQueueEntry/remove_A01_t01.dart
+++ b/LibTest/collection/DoubleLinkedQueueEntry/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion remove() → E
  * @description Checks that remove() removes element
diff --git a/LibTest/collection/HasNextIterator/HasNextIterator_A01_t01.dart b/LibTest/collection/HasNextIterator/HasNextIterator_A01_t01.dart
index b87251f..79b8cb1 100644
--- a/LibTest/collection/HasNextIterator/HasNextIterator_A01_t01.dart
+++ b/LibTest/collection/HasNextIterator/HasNextIterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HasNextIterator(Iterator<E> _iterator)
  * @description Checks that constructor creates an [HasNextIterator] object.
diff --git a/LibTest/collection/HasNextIterator/HasNextIterator_class_A01_t01.dart b/LibTest/collection/HasNextIterator/HasNextIterator_class_A01_t01.dart
index 046d608..63ad66b 100644
--- a/LibTest/collection/HasNextIterator/HasNextIterator_class_A01_t01.dart
+++ b/LibTest/collection/HasNextIterator/HasNextIterator_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The [HasNextIterator] class wraps an [Iterator] and provides
  * methods to iterate over an object using [hasNext] and [next].
diff --git a/LibTest/collection/HasNextIterator/hasNext_A01_t01.dart b/LibTest/collection/HasNextIterator/hasNext_A01_t01.dart
index 430a93a..b67dc0e 100644
--- a/LibTest/collection/HasNextIterator/hasNext_A01_t01.dart
+++ b/LibTest/collection/HasNextIterator/hasNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool hasNext
  * @description Checks that [hasNext] returns [true] if iterator has next
diff --git a/LibTest/collection/HasNextIterator/hasNext_A01_t02.dart b/LibTest/collection/HasNextIterator/hasNext_A01_t02.dart
index 8436037..6d58257 100644
--- a/LibTest/collection/HasNextIterator/hasNext_A01_t02.dart
+++ b/LibTest/collection/HasNextIterator/hasNext_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool hasNext
  * @description Checks that [hasNext] returns [false] if iterator has no
diff --git a/LibTest/collection/HasNextIterator/next_A01_t01.dart b/LibTest/collection/HasNextIterator/next_A01_t01.dart
index a32d6f1..3e0156d 100644
--- a/LibTest/collection/HasNextIterator/next_A01_t01.dart
+++ b/LibTest/collection/HasNextIterator/next_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E next()
  * @description Checks that [next] moves iteration to the next element
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratable_A01_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratable_A01_t01.dart
index 0865dc3..d1e3990 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratable_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * HashMap.fromIterable(Iterable iterable, {K key(element), V value(element)})
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratable_A02_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratable_A02_t01.dart
index 4ae4041..867747d 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratable_A02_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * HashMap.fromIterable(Iterable iterable, {K key(element), V value(element)})
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratable_A03_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratable_A03_t01.dart
index 9cacf29..2dbc8d7 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratable_A03_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * HashMap.fromIterable(Iterable iterable, {K key(element), V value(element)})
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratables_A01_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratables_A01_t01.dart
index 59c3ab0..cdaf7ee 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratables_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratables_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * Creates a HashMap associating the given [keys] to [values].
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratables_A02_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratables_A02_t01.dart
index 0a5af10..f26a59e 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratables_A02_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratables_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * If [keys] contains the same object multiple times, the last occurrence
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t01.dart b/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t01.dart
index 3ba05cc..8599c0b 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * It is an error if the two Iterables don't have the same length.
diff --git a/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t02.dart b/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t02.dart
index 6b267b3..1b4be96 100644
--- a/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t02.dart
+++ b/LibTest/collection/HashMap/HashMap.fromIteratables_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * It is an error if the two Iterables don't have the same length.
diff --git a/LibTest/collection/HashMap/HashMap.from_A01_t01.dart b/LibTest/collection/HashMap/HashMap.from_A01_t01.dart
index 404bb5d..8411f66 100644
--- a/LibTest/collection/HashMap/HashMap.from_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HashMap.from(Map other)
  * Creates a [HashMap<K,V>] that contains all key value pairs of [other].
diff --git a/LibTest/collection/HashMap/HashMap.identity_A01_t01.dart b/LibTest/collection/HashMap/HashMap.identity_A01_t01.dart
index 0fb442d..85b0c08 100644
--- a/LibTest/collection/HashMap/HashMap.identity_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap.identity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap.identity()
  * Creates an unordered identity-based map.
diff --git a/LibTest/collection/HashMap/HashMap_A01_t01.dart b/LibTest/collection/HashMap/HashMap_A01_t01.dart
index 1282b96..f8849d6 100644
--- a/LibTest/collection/HashMap/HashMap_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A02_t01.dart b/LibTest/collection/HashMap/HashMap_A02_t01.dart
index 80f8d6c..655dd9c 100644
--- a/LibTest/collection/HashMap/HashMap_A02_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A03_t01.dart b/LibTest/collection/HashMap/HashMap_A03_t01.dart
index 32bb5c3..9eca6aa 100644
--- a/LibTest/collection/HashMap/HashMap_A03_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A03_t02.dart b/LibTest/collection/HashMap/HashMap_A03_t02.dart
index a77055b..f60dcce 100644
--- a/LibTest/collection/HashMap/HashMap_A03_t02.dart
+++ b/LibTest/collection/HashMap/HashMap_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A03_t03.dart b/LibTest/collection/HashMap/HashMap_A03_t03.dart
index 437200e..ab38266 100644
--- a/LibTest/collection/HashMap/HashMap_A03_t03.dart
+++ b/LibTest/collection/HashMap/HashMap_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A04_t01.dart b/LibTest/collection/HashMap/HashMap_A04_t01.dart
index efb84b9..d1c767f 100644
--- a/LibTest/collection/HashMap/HashMap_A04_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A05_t01.dart b/LibTest/collection/HashMap/HashMap_A05_t01.dart
index d284f97..909c3b4 100644
--- a/LibTest/collection/HashMap/HashMap_A05_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A05_t02.dart b/LibTest/collection/HashMap/HashMap_A05_t02.dart
index 7c574ff..620b225 100644
--- a/LibTest/collection/HashMap/HashMap_A05_t02.dart
+++ b/LibTest/collection/HashMap/HashMap_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A06_t01.dart b/LibTest/collection/HashMap/HashMap_A06_t01.dart
index f753e84..55c0e56 100644
--- a/LibTest/collection/HashMap/HashMap_A06_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A07_t01.dart b/LibTest/collection/HashMap/HashMap_A07_t01.dart
index cfd3d16..7fd886a 100644
--- a/LibTest/collection/HashMap/HashMap_A07_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_A08_t01.dart b/LibTest/collection/HashMap/HashMap_A08_t01.dart
index a381d6e..f70b9ea 100644
--- a/LibTest/collection/HashMap/HashMap_A08_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey) })
diff --git a/LibTest/collection/HashMap/HashMap_inherited_A01_t01.dart b/LibTest/collection/HashMap/HashMap_inherited_A01_t01.dart
index b73062f..1934487 100644
--- a/LibTest/collection/HashMap/HashMap_inherited_A01_t01.dart
+++ b/LibTest/collection/HashMap/HashMap_inherited_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HashMap<K, V> abstract class 
  * Implements Map<K, V>
diff --git a/LibTest/collection/HashSet/HashSet.from_A01_t01.dart b/LibTest/collection/HashSet/HashSet.from_A01_t01.dart
index 86888fd..b67a0ef 100644
--- a/LibTest/collection/HashSet/HashSet.from_A01_t01.dart
+++ b/LibTest/collection/HashSet/HashSet.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion interface HashSet.from(Iterable elements)
  * Create a hash set containing all [elements].
diff --git a/LibTest/collection/HashSet/HashSet.from_A02_t01.dart b/LibTest/collection/HashSet/HashSet.from_A02_t01.dart
index 9ec795f..c940741 100644
--- a/LibTest/collection/HashSet/HashSet.from_A02_t01.dart
+++ b/LibTest/collection/HashSet/HashSet.from_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet.from(Iterable elements)
  * All the [elements] should be assignable to [E]. [The elements] iterable
diff --git a/LibTest/collection/HashSet/HashSet.from_A02_t02.dart b/LibTest/collection/HashSet/HashSet.from_A02_t02.dart
index 5b275cd..864bb76 100644
--- a/LibTest/collection/HashSet/HashSet.from_A02_t02.dart
+++ b/LibTest/collection/HashSet/HashSet.from_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet.from(Iterable elements)
  * All the [elements] should be assignable to [E]. [The elements] iterable
diff --git a/LibTest/collection/HashSet/HashSet.identity_A01_t01.dart b/LibTest/collection/HashSet/HashSet.identity_A01_t01.dart
index 3457667..aee1e98 100644
--- a/LibTest/collection/HashSet/HashSet.identity_A01_t01.dart
+++ b/LibTest/collection/HashSet/HashSet.identity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion HashSet.identity()
  * Creates an unordered identity-based set.
diff --git a/LibTest/collection/HashSet/HashSet_A01_t01.dart b/LibTest/collection/HashSet/HashSet_A01_t01.dart
index c15eaca..9737650 100644
--- a/LibTest/collection/HashSet/HashSet_A01_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_A01_t02.dart b/LibTest/collection/HashSet/HashSet_A01_t02.dart
index dc9581f..ba24f94 100644
--- a/LibTest/collection/HashSet/HashSet_A01_t02.dart
+++ b/LibTest/collection/HashSet/HashSet_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_A02_t01.dart b/LibTest/collection/HashSet/HashSet_A02_t01.dart
index e844a72..79a53fa 100644
--- a/LibTest/collection/HashSet/HashSet_A02_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_A03_t01.dart b/LibTest/collection/HashSet/HashSet_A03_t01.dart
index 208c23b..6cc88d7 100644
--- a/LibTest/collection/HashSet/HashSet_A03_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_A04_t01.dart b/LibTest/collection/HashSet/HashSet_A04_t01.dart
index 016af29..51c1663 100644
--- a/LibTest/collection/HashSet/HashSet_A04_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_A05_t01.dart b/LibTest/collection/HashSet/HashSet_A05_t01.dart
index 24f3769..4c9736a 100644
--- a/LibTest/collection/HashSet/HashSet_A05_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion interface HashSet<E>
  * HashSet({bool equals(E e1, E e2), int hashCode(E e),
diff --git a/LibTest/collection/HashSet/HashSet_inherited_A01_t01.dart b/LibTest/collection/HashSet/HashSet_inherited_A01_t01.dart
index e9597bc..295f7b4 100644
--- a/LibTest/collection/HashSet/HashSet_inherited_A01_t01.dart
+++ b/LibTest/collection/HashSet/HashSet_inherited_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HashSet<E> class 
  * Implements Set<E>
diff --git a/LibTest/collection/HashSet/inherited_tests.lib.dart b/LibTest/collection/HashSet/inherited_tests.lib.dart
index 3f08113..818b299 100644
--- a/LibTest/collection/HashSet/inherited_tests.lib.dart
+++ b/LibTest/collection/HashSet/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HashSet<E> class 
  * Implements Set<E>
diff --git a/LibTest/collection/IterableBase/IterableBase_inherited_t01.dart b/LibTest/collection/IterableBase/IterableBase_inherited_t01.dart
index a4d354a..0286dd7 100644
--- a/LibTest/collection/IterableBase/IterableBase_inherited_t01.dart
+++ b/LibTest/collection/IterableBase/IterableBase_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const IterableBase()
  * This class implements all methods of [Iterable] except [Iterable.iterator]
diff --git a/LibTest/collection/IterableBase/iterableToFullString_A01_t01.dart b/LibTest/collection/IterableBase/iterableToFullString_A01_t01.dart
index 5572638..4089644 100644
--- a/LibTest/collection/IterableBase/iterableToFullString_A01_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToFullString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToFullString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToFullString_A02_t01.dart b/LibTest/collection/IterableBase/iterableToFullString_A02_t01.dart
index 15d0453..1633a97 100644
--- a/LibTest/collection/IterableBase/iterableToFullString_A02_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToFullString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToFullString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToFullString_A03_t01.dart b/LibTest/collection/IterableBase/iterableToFullString_A03_t01.dart
index 8f6bdda..bf5758a 100644
--- a/LibTest/collection/IterableBase/iterableToFullString_A03_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToFullString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToFullString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToFullString_A04_t01.dart b/LibTest/collection/IterableBase/iterableToFullString_A04_t01.dart
index 1ee0b9d..1e83ba7 100644
--- a/LibTest/collection/IterableBase/iterableToFullString_A04_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToFullString_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToFullString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToShortString_A01_t01.dart b/LibTest/collection/IterableBase/iterableToShortString_A01_t01.dart
index 196dd4c..b86f5bc 100644
--- a/LibTest/collection/IterableBase/iterableToShortString_A01_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToShortString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToShortString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToShortString_A01_t02.dart b/LibTest/collection/IterableBase/iterableToShortString_A01_t02.dart
index 35c54bf..d90921c 100644
--- a/LibTest/collection/IterableBase/iterableToShortString_A01_t02.dart
+++ b/LibTest/collection/IterableBase/iterableToShortString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToShortString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToShortString_A02_t01.dart b/LibTest/collection/IterableBase/iterableToShortString_A02_t01.dart
index 25479d2..b5536c4 100644
--- a/LibTest/collection/IterableBase/iterableToShortString_A02_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToShortString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToShortString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableBase/iterableToShortString_A03_t01.dart b/LibTest/collection/IterableBase/iterableToShortString_A03_t01.dart
index c310c76..a5a1eaf 100644
--- a/LibTest/collection/IterableBase/iterableToShortString_A03_t01.dart
+++ b/LibTest/collection/IterableBase/iterableToShortString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String iterableToFullString(Iterable iterable,
  * [String leftDelimiter = '(', String rightDelimiter = ')'])
diff --git a/LibTest/collection/IterableMixin/IterableMixin_class_A01_t02.dart b/LibTest/collection/IterableMixin/IterableMixin_class_A01_t02.dart
index 65a43bc..bba74e5 100644
--- a/LibTest/collection/IterableMixin/IterableMixin_class_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/IterableMixin_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IterableMixin<E> abstract class
  * This [Iterable] mixin implements all [Iterable] members except [iterator].
diff --git a/LibTest/collection/IterableMixin/IterableMixin_inherited_t01.dart b/LibTest/collection/IterableMixin/IterableMixin_inherited_t01.dart
index b419e89..379dc5e 100644
--- a/LibTest/collection/IterableMixin/IterableMixin_inherited_t01.dart
+++ b/LibTest/collection/IterableMixin/IterableMixin_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IterableMixin<E> abstract class
  * This [Iterable] mixin implements all [Iterable] members except [iterator].
diff --git a/LibTest/collection/IterableMixin/any_A01_t01.dart b/LibTest/collection/IterableMixin/any_A01_t01.dart
index 9e8dbb1..45444db 100644
--- a/LibTest/collection/IterableMixin/any_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  bool any(bool f(E element))
  * Checks whether any [element] of this iterable satisfies [test].
diff --git a/LibTest/collection/IterableMixin/any_A01_t02.dart b/LibTest/collection/IterableMixin/any_A01_t02.dart
index 634d95e..61493c5 100644
--- a/LibTest/collection/IterableMixin/any_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  bool any(bool f(E element))
  * Checks whether any [element] of this iterable satisfies [test].
diff --git a/LibTest/collection/IterableMixin/any_A01_t03.dart b/LibTest/collection/IterableMixin/any_A01_t03.dart
index 56f8191..8c860c9 100644
--- a/LibTest/collection/IterableMixin/any_A01_t03.dart
+++ b/LibTest/collection/IterableMixin/any_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  bool any(bool f(E element))
  * Checks whether any [element] of this iterable satisfies [test].
diff --git a/LibTest/collection/IterableMixin/contains_A01_t01.dart b/LibTest/collection/IterableMixin/contains_A01_t01.dart
index f1e35e6..d0fc4c9 100644
--- a/LibTest/collection/IterableMixin/contains_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool contains(Object element)
  * The equality used to determine whether [element] is equal to an element of
diff --git a/LibTest/collection/IterableMixin/contains_A01_t02.dart b/LibTest/collection/IterableMixin/contains_A01_t02.dart
index 5b9d7f9..742aebc 100644
--- a/LibTest/collection/IterableMixin/contains_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool contains(Object element)
  * The equality used to determine whether [element] is equal to an element of
diff --git a/LibTest/collection/IterableMixin/contains_A01_t03.dart b/LibTest/collection/IterableMixin/contains_A01_t03.dart
index 87e229c..e95e305 100644
--- a/LibTest/collection/IterableMixin/contains_A01_t03.dart
+++ b/LibTest/collection/IterableMixin/contains_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool contains(Object element)
  * The equality used to determine whether [element] is equal to an element of
diff --git a/LibTest/collection/IterableMixin/contains_A02_t01.dart b/LibTest/collection/IterableMixin/contains_A02_t01.dart
index dfc272b..db00abb 100644
--- a/LibTest/collection/IterableMixin/contains_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/contains_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool contains(Object element)
  * Some types of iterable may have a different equality used for its elements.
diff --git a/LibTest/collection/IterableMixin/contains_A02_t02.dart b/LibTest/collection/IterableMixin/contains_A02_t02.dart
index 0c3e524..04db78d 100644
--- a/LibTest/collection/IterableMixin/contains_A02_t02.dart
+++ b/LibTest/collection/IterableMixin/contains_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool contains(Object element)
  * Some types of iterable may have a different equality used for its elements.
diff --git a/LibTest/collection/IterableMixin/elementAt_A01_t01.dart b/LibTest/collection/IterableMixin/elementAt_A01_t01.dart
index 18ac5a6..53cc5ce 100644
--- a/LibTest/collection/IterableMixin/elementAt_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the [index]th element.
diff --git a/LibTest/collection/IterableMixin/elementAt_A02_t01.dart b/LibTest/collection/IterableMixin/elementAt_A02_t01.dart
index d6ce64c..1b22d8d 100644
--- a/LibTest/collection/IterableMixin/elementAt_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E elementAt(int index)
  * The [index] must be non-negative and less than [length].
diff --git a/LibTest/collection/IterableMixin/elementAt_A03_t01.dart b/LibTest/collection/IterableMixin/elementAt_A03_t01.dart
index c9fc398..9c3b89b 100644
--- a/LibTest/collection/IterableMixin/elementAt_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/elementAt_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E elementAt(int index)
  * Index zero represents the first element (so [iterable.elementAt(0)] is
diff --git a/LibTest/collection/IterableMixin/every_A01_t01.dart b/LibTest/collection/IterableMixin/every_A01_t01.dart
index 258224b..3e150e2 100644
--- a/LibTest/collection/IterableMixin/every_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/collection/IterableMixin/every_A01_t02.dart b/LibTest/collection/IterableMixin/every_A01_t02.dart
index f2f6c18..d015ff2 100644
--- a/LibTest/collection/IterableMixin/every_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/every_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/collection/IterableMixin/every_A02_t01.dart b/LibTest/collection/IterableMixin/every_A02_t01.dart
index c196d11..83f6393 100644
--- a/LibTest/collection/IterableMixin/every_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/every_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks every [element] in iteration order
diff --git a/LibTest/collection/IterableMixin/expand_A01_t01.dart b/LibTest/collection/IterableMixin/expand_A01_t01.dart
index af88d72..2225c68 100644
--- a/LibTest/collection/IterableMixin/expand_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<T> expand <T>(Iterable<T> f(E element))
  * Expands each element of this [Iterable[ into zero or more elements.
diff --git a/LibTest/collection/IterableMixin/expand_A01_t02.dart b/LibTest/collection/IterableMixin/expand_A01_t02.dart
index 9a6edf1..c0f1f8d 100644
--- a/LibTest/collection/IterableMixin/expand_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/expand_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<T> expand <T>(Iterable<T> f(E element))
  * Expands each element of this [Iterable] into zero or more elements.
diff --git a/LibTest/collection/IterableMixin/expand_A02_t01.dart b/LibTest/collection/IterableMixin/expand_A02_t01.dart
index a67b40f..489738b 100644
--- a/LibTest/collection/IterableMixin/expand_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<T> expand <T>(Iterable<T> f(E element))
  * The resulting [Iterable] runs through the elements returned by [f] for each
diff --git a/LibTest/collection/IterableMixin/firstWhere_A01_t01.dart b/LibTest/collection/IterableMixin/firstWhere_A01_t01.dart
index 4888e09..2972d80 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/collection/IterableMixin/firstWhere_A02_t01.dart b/LibTest/collection/IterableMixin/firstWhere_A02_t01.dart
index 32fcb01..c7894bc 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * Iterates through elements and returns the first to satisfy [test].
diff --git a/LibTest/collection/IterableMixin/firstWhere_A02_t02.dart b/LibTest/collection/IterableMixin/firstWhere_A02_t02.dart
index 971f6e7..81ad6b0 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A02_t02.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * Iterates through elements and returns the first to satisfy [test].
diff --git a/LibTest/collection/IterableMixin/firstWhere_A03_t01.dart b/LibTest/collection/IterableMixin/firstWhere_A03_t01.dart
index d6cd70f..2cb7579 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/IterableMixin/firstWhere_A03_t02.dart b/LibTest/collection/IterableMixin/firstWhere_A03_t02.dart
index b05008a..a345408 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A03_t02.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/IterableMixin/firstWhere_A03_t03.dart b/LibTest/collection/IterableMixin/firstWhere_A03_t03.dart
index 8141063..76bc919 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A03_t03.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/IterableMixin/firstWhere_A04_t01.dart b/LibTest/collection/IterableMixin/firstWhere_A04_t01.dart
index f6583b4..2728e55 100644
--- a/LibTest/collection/IterableMixin/firstWhere_A04_t01.dart
+++ b/LibTest/collection/IterableMixin/firstWhere_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E value), { E orElse() })
  * If [orElse] is omitted, it defaults to throwing a StateError.
diff --git a/LibTest/collection/IterableMixin/first_A01_t01.dart b/LibTest/collection/IterableMixin/first_A01_t01.dart
index fd67051..eac6935 100644
--- a/LibTest/collection/IterableMixin/first_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E first
  * @description Checks that [first] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/first_A01_t02.dart b/LibTest/collection/IterableMixin/first_A01_t02.dart
index f94e8a0..5bd3a87 100644
--- a/LibTest/collection/IterableMixin/first_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E first
  * @description Checks that [first] returns a first element
diff --git a/LibTest/collection/IterableMixin/first_A01_t03.dart b/LibTest/collection/IterableMixin/first_A01_t03.dart
index aa79dbb..9f8f147 100644
--- a/LibTest/collection/IterableMixin/first_A01_t03.dart
+++ b/LibTest/collection/IterableMixin/first_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E first
  * @description Checks that [first] throws exception if [Iterator] is empty.
diff --git a/LibTest/collection/IterableMixin/fold_A01_t01.dart b/LibTest/collection/IterableMixin/fold_A01_t01.dart
index ab19289..a166bfd 100644
--- a/LibTest/collection/IterableMixin/fold_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic fold(initialValue, combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/collection/IterableMixin/forEach_A01_t01.dart b/LibTest/collection/IterableMixin/forEach_A01_t01.dart
index efd1caf..e362e0a 100644
--- a/LibTest/collection/IterableMixin/forEach_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/IterableMixin/forEach_A01_t02.dart b/LibTest/collection/IterableMixin/forEach_A01_t02.dart
index 3e5f58e..2996efb 100644
--- a/LibTest/collection/IterableMixin/forEach_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/IterableMixin/forEach_A01_t03.dart b/LibTest/collection/IterableMixin/forEach_A01_t03.dart
index 370acab..2d5b669 100644
--- a/LibTest/collection/IterableMixin/forEach_A01_t03.dart
+++ b/LibTest/collection/IterableMixin/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/IterableMixin/forEach_A01_t04.dart b/LibTest/collection/IterableMixin/forEach_A01_t04.dart
index 5f52146..c34a3f0 100644
--- a/LibTest/collection/IterableMixin/forEach_A01_t04.dart
+++ b/LibTest/collection/IterableMixin/forEach_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/collection/IterableMixin/inherited_tests.lib.dart b/LibTest/collection/IterableMixin/inherited_tests.lib.dart
index 3922303..85e2fc3 100644
--- a/LibTest/collection/IterableMixin/inherited_tests.lib.dart
+++ b/LibTest/collection/IterableMixin/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IterableMixin<E> abstract class
  * This [Iterable] mixin implements all [Iterable] members except [iterator].
diff --git a/LibTest/collection/IterableMixin/isEmpty_A01_t01.dart b/LibTest/collection/IterableMixin/isEmpty_A01_t01.dart
index f0b535f..2188875 100644
--- a/LibTest/collection/IterableMixin/isEmpty_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * @description Checks that [isEmpty] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/isEmpty_A01_t02.dart b/LibTest/collection/IterableMixin/isEmpty_A01_t02.dart
index 14225d8..4af8542 100644
--- a/LibTest/collection/IterableMixin/isEmpty_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isEmpty
  * @description Checks that [isEmpty] returns [true] if [Iterator] is empty or
diff --git a/LibTest/collection/IterableMixin/isNotEmpty_A01_t01.dart b/LibTest/collection/IterableMixin/isNotEmpty_A01_t01.dart
index 2747e40..d94b180 100644
--- a/LibTest/collection/IterableMixin/isNotEmpty_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isNotEmpty
  * @description Checks that [isNotEmpty] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/isNotEmpty_A01_t02.dart b/LibTest/collection/IterableMixin/isNotEmpty_A01_t02.dart
index eca2021..e00c037 100644
--- a/LibTest/collection/IterableMixin/isNotEmpty_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isNotEmpty
  * @description Checks that [isNotEmpty] returns [false] if [Iterator] is empty
diff --git a/LibTest/collection/IterableMixin/join_A01_t01.dart b/LibTest/collection/IterableMixin/join_A01_t01.dart
index a464119..f0c4e3f 100644
--- a/LibTest/collection/IterableMixin/join_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = "" ])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/collection/IterableMixin/lastWhere_A01_t01.dart b/LibTest/collection/IterableMixin/lastWhere_A01_t01.dart
index d142468..27f9eb5 100644
--- a/LibTest/collection/IterableMixin/lastWhere_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), { E orElse() })
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/collection/IterableMixin/lastWhere_A02_t01.dart b/LibTest/collection/IterableMixin/lastWhere_A02_t01.dart
index f28c419..c462efc 100644
--- a/LibTest/collection/IterableMixin/lastWhere_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), { E orElse() })
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/IterableMixin/lastWhere_A03_t01.dart b/LibTest/collection/IterableMixin/lastWhere_A03_t01.dart
index 36fb113..130e939 100644
--- a/LibTest/collection/IterableMixin/lastWhere_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), { E orElse() })
  * If no element satisfies [test] ... . If [orElse] is omitted, it defaults to
diff --git a/LibTest/collection/IterableMixin/last_A01_t01.dart b/LibTest/collection/IterableMixin/last_A01_t01.dart
index d248075..695b0fd 100644
--- a/LibTest/collection/IterableMixin/last_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E last
  * @description Checks that [last] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/last_A01_t02.dart b/LibTest/collection/IterableMixin/last_A01_t02.dart
index 27ff91c..6569f9d 100644
--- a/LibTest/collection/IterableMixin/last_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E last
  * @description Checks that [last] returns a last element
diff --git a/LibTest/collection/IterableMixin/last_A01_t03.dart b/LibTest/collection/IterableMixin/last_A01_t03.dart
index c44575b..2472b1a 100644
--- a/LibTest/collection/IterableMixin/last_A01_t03.dart
+++ b/LibTest/collection/IterableMixin/last_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E last
  * @description Checks that [last] throws exception if [Iterator] is empty.
diff --git a/LibTest/collection/IterableMixin/length_A01_t01.dart b/LibTest/collection/IterableMixin/length_A01_t01.dart
index 7fdd28f..4b0f003 100644
--- a/LibTest/collection/IterableMixin/length_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int length
  * @description Checks that [length] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/length_A01_t02.dart b/LibTest/collection/IterableMixin/length_A01_t02.dart
index 225b8c1..e9a40cf 100644
--- a/LibTest/collection/IterableMixin/length_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int length
  * @description Checks that [length] returns a number of the elements in the
diff --git a/LibTest/collection/IterableMixin/map_A01_t01.dart b/LibTest/collection/IterableMixin/map_A01_t01.dart
index 41e7bb8..24eb700 100644
--- a/LibTest/collection/IterableMixin/map_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Iterable map(dynamic f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling [f]
diff --git a/LibTest/collection/IterableMixin/map_A02_t01.dart b/LibTest/collection/IterableMixin/map_A02_t01.dart
index efde1c7..a75fe00 100644
--- a/LibTest/collection/IterableMixin/map_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Iterable map(dynamic f(E element))
  * As long as the returned [Iterable] is not iterated over, the supplied
diff --git a/LibTest/collection/IterableMixin/map_A03_t01.dart b/LibTest/collection/IterableMixin/map_A03_t01.dart
index c44aa26..602ab0f 100644
--- a/LibTest/collection/IterableMixin/map_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Iterable map(dynamic f(E element))
  * Iterating multiple times over the returned [Iterable] will invoke the
diff --git a/LibTest/collection/IterableMixin/reduce_A01_t01.dart b/LibTest/collection/IterableMixin/reduce_A01_t01.dart
index 4f792ef..9bf7fca 100644
--- a/LibTest/collection/IterableMixin/reduce_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/collection/IterableMixin/reduce_A02_t01.dart b/LibTest/collection/IterableMixin/reduce_A02_t01.dart
index 2be461f..f7ba573 100644
--- a/LibTest/collection/IterableMixin/reduce_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * The iterable must have at least one element.
diff --git a/LibTest/collection/IterableMixin/reduce_A03_t01.dart b/LibTest/collection/IterableMixin/reduce_A03_t01.dart
index 432ea0b..ee48164 100644
--- a/LibTest/collection/IterableMixin/reduce_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E reduce(E combine(E value, E element))
  * If it has only one element, that element is returned.
diff --git a/LibTest/collection/IterableMixin/singleWhere_A01_t01.dart b/LibTest/collection/IterableMixin/singleWhere_A01_t01.dart
index ad46081..8eaa80f 100644
--- a/LibTest/collection/IterableMixin/singleWhere_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/collection/IterableMixin/singleWhere_A02_t01.dart b/LibTest/collection/IterableMixin/singleWhere_A02_t01.dart
index 969e8a7..f703ffd 100644
--- a/LibTest/collection/IterableMixin/singleWhere_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/IterableMixin/singleWhere_A02_t02.dart b/LibTest/collection/IterableMixin/singleWhere_A02_t02.dart
index 560a2a1..a855a0c 100644
--- a/LibTest/collection/IterableMixin/singleWhere_A02_t02.dart
+++ b/LibTest/collection/IterableMixin/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/IterableMixin/single_A01_t01.dart b/LibTest/collection/IterableMixin/single_A01_t01.dart
index e1cde24..ce7cb95 100644
--- a/LibTest/collection/IterableMixin/single_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool single
  * @description Checks that [single] is a getter and can not be changed
diff --git a/LibTest/collection/IterableMixin/single_A01_t02.dart b/LibTest/collection/IterableMixin/single_A01_t02.dart
index 27e9aef..7fed4d4 100644
--- a/LibTest/collection/IterableMixin/single_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool single
  * @description Checks that [single] returns [true] if there is one element in
diff --git a/LibTest/collection/IterableMixin/skipWhile_A01_t01.dart b/LibTest/collection/IterableMixin/skipWhile_A01_t01.dart
index 8648791..2fb7ef0 100644
--- a/LibTest/collection/IterableMixin/skipWhile_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/collection/IterableMixin/skipWhile_A02_t01.dart b/LibTest/collection/IterableMixin/skipWhile_A02_t01.dart
index be2cf23..3900f88 100644
--- a/LibTest/collection/IterableMixin/skipWhile_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/IterableMixin/skipWhile_A03_t01.dart b/LibTest/collection/IterableMixin/skipWhile_A03_t01.dart
index 8197efe..716abcc 100644
--- a/LibTest/collection/IterableMixin/skipWhile_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable[ iterates over all elements of
diff --git a/LibTest/collection/IterableMixin/skipWhile_A04_t01.dart b/LibTest/collection/IterableMixin/skipWhile_A04_t01.dart
index 22be48f..d4e9965 100644
--- a/LibTest/collection/IterableMixin/skipWhile_A04_t01.dart
+++ b/LibTest/collection/IterableMixin/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The returned iterable provides elements by iterating this iterable, but
diff --git a/LibTest/collection/IterableMixin/skip_A01_t01.dart b/LibTest/collection/IterableMixin/skip_A01_t01.dart
index b042517..a26765e 100644
--- a/LibTest/collection/IterableMixin/skip_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/collection/IterableMixin/skip_A02_t01.dart b/LibTest/collection/IterableMixin/skip_A02_t01.dart
index d84a1ba..6a26273 100644
--- a/LibTest/collection/IterableMixin/skip_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> skip(int count)
  * If this has fewer than [count] elements, then the resulting [Iterable] will
diff --git a/LibTest/collection/IterableMixin/skip_A03_t01.dart b/LibTest/collection/IterableMixin/skip_A03_t01.dart
index 421a644..6c5d238 100644
--- a/LibTest/collection/IterableMixin/skip_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/IterableMixin/takeWhile_A01_t01.dart b/LibTest/collection/IterableMixin/takeWhile_A01_t01.dart
index aa929ea..8bcc159 100644
--- a/LibTest/collection/IterableMixin/takeWhile_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test]...
diff --git a/LibTest/collection/IterableMixin/takeWhile_A02_t01.dart b/LibTest/collection/IterableMixin/takeWhile_A02_t01.dart
index 4e21301..69d014a 100644
--- a/LibTest/collection/IterableMixin/takeWhile_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/IterableMixin/takeWhile_A03_t01.dart b/LibTest/collection/IterableMixin/takeWhile_A03_t01.dart
index ce873f6..6208167 100644
--- a/LibTest/collection/IterableMixin/takeWhile_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Every new iterator of the returned iterable starts iterating over the
diff --git a/LibTest/collection/IterableMixin/take_A01_t01.dart b/LibTest/collection/IterableMixin/take_A01_t01.dart
index 5d38cab..e56b5c9 100644
--- a/LibTest/collection/IterableMixin/take_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/collection/IterableMixin/take_A01_t02.dart b/LibTest/collection/IterableMixin/take_A01_t02.dart
index 1202b01..e3f57fb 100644
--- a/LibTest/collection/IterableMixin/take_A01_t02.dart
+++ b/LibTest/collection/IterableMixin/take_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/collection/IterableMixin/take_A02_t01.dart b/LibTest/collection/IterableMixin/take_A02_t01.dart
index a9dd7bd..883e1df 100644
--- a/LibTest/collection/IterableMixin/take_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/IterableMixin/take_A03_t01.dart b/LibTest/collection/IterableMixin/take_A03_t01.dart
index cf0aa45..d121e00 100644
--- a/LibTest/collection/IterableMixin/take_A03_t01.dart
+++ b/LibTest/collection/IterableMixin/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned [Iterable] may contain fewer than [count] elements, if this
diff --git a/LibTest/collection/IterableMixin/toList_A01_t01.dart b/LibTest/collection/IterableMixin/toList_A01_t01.dart
index ec55826..fdc9296 100644
--- a/LibTest/collection/IterableMixin/toList_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/collection/IterableMixin/toList_A02_t01.dart b/LibTest/collection/IterableMixin/toList_A02_t01.dart
index caba3fd..6535a4c 100644
--- a/LibTest/collection/IterableMixin/toList_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/IterableMixin/toList_A02_t02.dart b/LibTest/collection/IterableMixin/toList_A02_t02.dart
index 358d889..51c34e7 100644
--- a/LibTest/collection/IterableMixin/toList_A02_t02.dart
+++ b/LibTest/collection/IterableMixin/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/IterableMixin/toSet_A01_t01.dart b/LibTest/collection/IterableMixin/toSet_A01_t01.dart
index b4e54c9..1f7954d 100644
--- a/LibTest/collection/IterableMixin/toSet_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].  ...
diff --git a/LibTest/collection/IterableMixin/toSet_A02_t01.dart b/LibTest/collection/IterableMixin/toSet_A02_t01.dart
index 603c689..21b72d7 100644
--- a/LibTest/collection/IterableMixin/toSet_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/toSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * The set may contain fewer elements than the iterable, if the iterable
diff --git a/LibTest/collection/IterableMixin/toString_A01_t01.dart b/LibTest/collection/IterableMixin/toString_A01_t01.dart
index 3bde155..cae54f4 100644
--- a/LibTest/collection/IterableMixin/toString_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/IterableMixin/where_A01_t01.dart b/LibTest/collection/IterableMixin/where_A01_t01.dart
index 113260a..16dfca8 100644
--- a/LibTest/collection/IterableMixin/where_A01_t01.dart
+++ b/LibTest/collection/IterableMixin/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/collection/IterableMixin/where_A02_t01.dart b/LibTest/collection/IterableMixin/where_A02_t01.dart
index f49b1a2..2f9f4d1 100644
--- a/LibTest/collection/IterableMixin/where_A02_t01.dart
+++ b/LibTest/collection/IterableMixin/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * As long as the returned [Iterable] is not iterated over, the supplied
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A01_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A01_t01.dart
index ae97042..58c313c 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A01_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A02_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A02_t01.dart
index ae74670..2b94ac1 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A02_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A03_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A03_t01.dart
index 0fc95d8..cbcf6e8 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A03_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A04_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A04_t01.dart
index e4ff7c7..06ecc2b 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A04_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A01_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A01_t01.dart
index 3cead12..fcfe733 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A01_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * Creates a [LinkedHashMap] associating the given [keys] to [values].
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A02_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A02_t01.dart
index 33ec43e..a93985d 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A02_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * ...
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A03_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A03_t01.dart
index 124c6f1..6e8f0c4 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A03_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.fromIterables_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.fromIterables(Iterable<K> keys, Iterable<V> values)
  * ...
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.from_A01_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.from_A01_t01.dart
index ec118ee..6441419 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.from_A01_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashMap.from(Map other)
  * Creates a [LinkedHashMap<K,V>] that contains all key value pairs of [other].
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap.identity_A01_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap.identity_A01_t01.dart
index 22b60f5..46307f2 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap.identity_A01_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap.identity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap.identity()
  * Creates an insertion-ordered identity-based map.
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A01_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A01_t01.dart
index 27b3ead..dd6eabe 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A01_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Creates a map with the default implementation.
  * @description Checks that an empty LinkedHashMap is created
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t01.dart
index ea43d2d..de9d258 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t02.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t02.dart
index 6056b84..0db7aab 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t02.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t01.dart
index c55b05c..bd08017 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t02.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t02.dart
index cf0702b..783ba98 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t02.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t01.dart
index 7f61857..97ec250 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t02.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t02.dart
index 2b0dd6d..2d0f66c 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t02.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t03.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t03.dart
index 8a403c0..ce6ddbb 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t03.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t04.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t04.dart
index 9cbf20e..d7ec8d9 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t04.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A02_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A02_t01.dart
index 04dddfa..a47b16c 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A02_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion LinkedHashMap<K, V> abstract class
  * implements HashMap<K, V>
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A03_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A03_t01.dart
index 80cfbcc..aea3c75 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A03_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion LinkedHashMap<K, V> abstract class
  * implements HashMap<K, V>
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A04_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A04_t01.dart
index 2680ffe..14587ac 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A04_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion LinkedHashMap<K, V> abstract class
  * implements HashMap<K, V>
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A05_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A05_t01.dart
index 6527017..1574ca6 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A05_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion LinkedHashMap<K, V> abstract class
  * implements HashMap<K, V>
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A06_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A06_t01.dart
index db03933..13e1b29 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A06_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_class_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion LinkedHashMap<K, V> abstract class
  * implements HashMap<K, V>
diff --git a/LibTest/collection/LinkedHashMap/LinkedHashMap_inherited_t01.dart b/LibTest/collection/LinkedHashMap/LinkedHashMap_inherited_t01.dart
index d299495..88bc9d6 100644
--- a/LibTest/collection/LinkedHashMap/LinkedHashMap_inherited_t01.dart
+++ b/LibTest/collection/LinkedHashMap/LinkedHashMap_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashMap<K, V> abstract class implements HashMap<K, V>
  * A hash-table based implementation of [Map].
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01.dart
index 5d17d52..f4b15c0 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory LinkedHashSet.from(Iterable elements)
  * Create a linked hash set containing all [elements]
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t02.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t02.dart
index a3dc3d1..08cda3a 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t02.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion factory LinkedHashSet.from(Iterable<E> iterable)
  * Create a linked hash set containing all [elements]
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A03_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A03_t01.dart
index 2758a6f..a207585 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A03_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet.from_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet.from(Iterable<E> elements)
  * ...
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet.identity_A01_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet.identity_A01_t01.dart
index 012fd4f..c5ab90b 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet.identity_A01_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet.identity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet.identity()
  * Creates an insertion-ordered identity-based set.
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A01_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A01_t01.dart
index fb29f75..f71c5fa 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A01_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet()
  * Creates an empty [Set].
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t01.dart
index e5d2ee7..84f3be8 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet({bool equals(E e1, E e2), int hashCode(E e),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t02.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t02.dart
index 0a0ac61..30f80a1 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t02.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet({bool equals(E e1, E e2), int hashCode(E e),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A03_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A03_t01.dart
index 8fa75ff..c2bcd46 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A03_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet({bool equals(E e1, E e2), int hashCode(E e),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A04_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A04_t01.dart
index db87141..9899e84 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A04_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet({bool equals(E e1, E e2), int hashCode(E e),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t01.dart
index fe50cd1..7db501c 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t02.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t02.dart
index eef8954..238bb27 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t02.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t03.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t03.dart
index fcd9c04..4973e6d 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t03.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashSet({bool equals(E e1, E e2), int hashCode(E e),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t04.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t04.dart
index 4c81195..1b68c41 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t04.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_A06_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_A06_t01.dart
index 233ece5..78f0691 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_A06_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashMap({bool equals(K key1, K key2), int hashCode(K key),
  * bool isValidKey(potentialKey)})
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A02_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A02_t01.dart
index 83ba123..abc5d4e 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A02_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet<E> class implements Set<E>
  * The [LinkedHashSet] also keep track of the order that elements were inserted
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A03_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A03_t01.dart
index 8afc4b4..0796b85 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A03_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet<E> class implements Set<E>
  * The set allows [null] as a element.
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A04_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A04_t01.dart
index 34bcc62..7cb11f3 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A04_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet<E> class implements Set<E>
  * Iteration of elements is done in element insertion order. An element that was
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A05_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A05_t01.dart
index b2f7b49..53f6844 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A05_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_class_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet<E> class implements Set<E>
  * Removing an element and adding it again, will make it the last element of an
diff --git a/LibTest/collection/LinkedHashSet/LinkedHashSet_inherited_A01_t01.dart b/LibTest/collection/LinkedHashSet/LinkedHashSet_inherited_A01_t01.dart
index 9bd221c..2ba61c3 100644
--- a/LibTest/collection/LinkedHashSet/LinkedHashSet_inherited_A01_t01.dart
+++ b/LibTest/collection/LinkedHashSet/LinkedHashSet_inherited_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedHashSet<E> class implements Set<E>
  * A [LinkedHashSet] is a hash-table based [Set] implementation.
diff --git a/LibTest/collection/LinkedHashSet/iterator_A01_t01.dart b/LibTest/collection/LinkedHashSet/iterator_A01_t01.dart
index 297309a..464f463 100644
--- a/LibTest/collection/LinkedHashSet/iterator_A01_t01.dart
+++ b/LibTest/collection/LinkedHashSet/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Iterator<E> iterator
diff --git a/LibTest/collection/LinkedHashSet/iterator_A01_t02.dart b/LibTest/collection/LinkedHashSet/iterator_A01_t02.dart
index 747160f..deed491 100644
--- a/LibTest/collection/LinkedHashSet/iterator_A01_t02.dart
+++ b/LibTest/collection/LinkedHashSet/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Iterator<E> iterator
diff --git a/LibTest/collection/LinkedList/LinkedList.lib.dart b/LibTest/collection/LinkedList/LinkedList.lib.dart
index 878f2cd..29db557 100644
--- a/LibTest/collection/LinkedList/LinkedList.lib.dart
+++ b/LibTest/collection/LinkedList/LinkedList.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 import "dart:collection";
 import "../../../Utils/expect.dart";
 
diff --git a/LibTest/collection/LinkedList/LinkedList_A01_t01.dart b/LibTest/collection/LinkedList/LinkedList_A01_t01.dart
index 6661403..05ee1a6 100644
--- a/LibTest/collection/LinkedList/LinkedList_A01_t01.dart
+++ b/LibTest/collection/LinkedList/LinkedList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedList<E extends LinkedListEntry<E>>()
  * Construct a new empty linked list.
diff --git a/LibTest/collection/LinkedList/LinkedList_class_A01_t01.dart b/LibTest/collection/LinkedList/LinkedList_class_A01_t01.dart
index 894bb7b..04c28da 100644
--- a/LibTest/collection/LinkedList/LinkedList_class_A01_t01.dart
+++ b/LibTest/collection/LinkedList/LinkedList_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class LinkedList<E extends LinkedListEntry>
  * A specialized double-linked list of elements that extends [LinkedListEntry]
diff --git a/LibTest/collection/LinkedList/LinkedList_class_A02_t01.dart b/LibTest/collection/LinkedList/LinkedList_class_A02_t01.dart
index 7c6df62..5de672b 100644
--- a/LibTest/collection/LinkedList/LinkedList_class_A02_t01.dart
+++ b/LibTest/collection/LinkedList/LinkedList_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class LinkedList<E extends LinkedListEntry>
  * This is not a [List] implementation. Despite its name, this class does not
diff --git a/LibTest/collection/LinkedList/LinkedList_class_A03_t01.dart b/LibTest/collection/LinkedList/LinkedList_class_A03_t01.dart
index 72c4c13..89edcaa 100644
--- a/LibTest/collection/LinkedList/LinkedList_class_A03_t01.dart
+++ b/LibTest/collection/LinkedList/LinkedList_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class LinkedList<E extends LinkedListEntry>
  * Because the elements themselves contain the links of this linked list, each
diff --git a/LibTest/collection/LinkedList/addAll_A01_t01.dart b/LibTest/collection/LinkedList/addAll_A01_t01.dart
index 85e5e72..ce188df 100644
--- a/LibTest/collection/LinkedList/addAll_A01_t01.dart
+++ b/LibTest/collection/LinkedList/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> entries)
  * Add [entries] to the end of the list.
diff --git a/LibTest/collection/LinkedList/addAll_A01_t02.dart b/LibTest/collection/LinkedList/addAll_A01_t02.dart
index 47e6743..f080706 100644
--- a/LibTest/collection/LinkedList/addAll_A01_t02.dart
+++ b/LibTest/collection/LinkedList/addAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> entries)
  * Add [entries] to the end of the list.
diff --git a/LibTest/collection/LinkedList/addFirst_A01_t01.dart b/LibTest/collection/LinkedList/addFirst_A01_t01.dart
index c9bfa20..ac5484e 100644
--- a/LibTest/collection/LinkedList/addFirst_A01_t01.dart
+++ b/LibTest/collection/LinkedList/addFirst_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addFirst(E entry)
  * Add [entry] to the beginning of the list.
diff --git a/LibTest/collection/LinkedList/addFirst_A01_t02.dart b/LibTest/collection/LinkedList/addFirst_A01_t02.dart
index 9cc3060..505f30f 100644
--- a/LibTest/collection/LinkedList/addFirst_A01_t02.dart
+++ b/LibTest/collection/LinkedList/addFirst_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addFirst(E entry)
  * Add [entry] to the beginning of the list.
diff --git a/LibTest/collection/LinkedList/add_A01_t01.dart b/LibTest/collection/LinkedList/add_A01_t01.dart
index 4e9666c..45f932f 100644
--- a/LibTest/collection/LinkedList/add_A01_t01.dart
+++ b/LibTest/collection/LinkedList/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E entry)
  * Add [entry] to the end of the list.
diff --git a/LibTest/collection/LinkedList/add_A01_t02.dart b/LibTest/collection/LinkedList/add_A01_t02.dart
index 0bc5263..2dd335d 100644
--- a/LibTest/collection/LinkedList/add_A01_t02.dart
+++ b/LibTest/collection/LinkedList/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E entry)
  * Add [entry] to the end of the list.
diff --git a/LibTest/collection/LinkedList/any_A01_t01.dart b/LibTest/collection/LinkedList/any_A01_t01.dart
index 49aefc4..568f088 100644
--- a/LibTest/collection/LinkedList/any_A01_t01.dart
+++ b/LibTest/collection/LinkedList/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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 list
- * BSD-style license that can be found in the LICENSE 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 list
+// BSD-style license that can be found in the LICENSE file.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies [test].
diff --git a/LibTest/collection/LinkedList/clear_A01_t01.dart b/LibTest/collection/LinkedList/clear_A01_t01.dart
index 98274c8..360d537 100644
--- a/LibTest/collection/LinkedList/clear_A01_t01.dart
+++ b/LibTest/collection/LinkedList/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void clear()
  * Remove all elements from this linked list.
diff --git a/LibTest/collection/LinkedList/contains_A01_t01.dart b/LibTest/collection/LinkedList/contains_A01_t01.dart
index 06f60aa..06aff3a 100644
--- a/LibTest/collection/LinkedList/contains_A01_t01.dart
+++ b/LibTest/collection/LinkedList/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to [element].
diff --git a/LibTest/collection/LinkedList/elementAt_A01_t01.dart b/LibTest/collection/LinkedList/elementAt_A01_t01.dart
index f8a0c62..8b5a266 100644
--- a/LibTest/collection/LinkedList/elementAt_A01_t01.dart
+++ b/LibTest/collection/LinkedList/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the [index]th element.
diff --git a/LibTest/collection/LinkedList/elementAt_A02_t01.dart b/LibTest/collection/LinkedList/elementAt_A02_t01.dart
index 70d9c95..8a42a18 100644
--- a/LibTest/collection/LinkedList/elementAt_A02_t01.dart
+++ b/LibTest/collection/LinkedList/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * The [index] must be non-negative and less than length.
diff --git a/LibTest/collection/LinkedList/every_A01_t01.dart b/LibTest/collection/LinkedList/every_A01_t01.dart
index cfff58b..deaf776 100644
--- a/LibTest/collection/LinkedList/every_A01_t01.dart
+++ b/LibTest/collection/LinkedList/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/collection/LinkedList/every_A01_t02.dart b/LibTest/collection/LinkedList/every_A01_t02.dart
index 0caf397..b640a45 100644
--- a/LibTest/collection/LinkedList/every_A01_t02.dart
+++ b/LibTest/collection/LinkedList/every_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks every element in iteration order, and returns [false] if any of them
diff --git a/LibTest/collection/LinkedList/every_A02_t01.dart b/LibTest/collection/LinkedList/every_A02_t01.dart
index 998bc8f..103c018 100644
--- a/LibTest/collection/LinkedList/every_A02_t01.dart
+++ b/LibTest/collection/LinkedList/every_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * @description Checks that method always returns [true] on an empty list.
diff --git a/LibTest/collection/LinkedList/every_A02_t02.dart b/LibTest/collection/LinkedList/every_A02_t02.dart
index d2809c2..201d2ef 100644
--- a/LibTest/collection/LinkedList/every_A02_t02.dart
+++ b/LibTest/collection/LinkedList/every_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * @description Checks that [f] is not called if list is empty
diff --git a/LibTest/collection/LinkedList/expand_A01_t01.dart b/LibTest/collection/LinkedList/expand_A01_t01.dart
index b008a63..17969a4 100644
--- a/LibTest/collection/LinkedList/expand_A01_t01.dart
+++ b/LibTest/collection/LinkedList/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionIterable expand(Iterable f(E element))
  * Expands each element of this [Iterable] into zero or more elements.
diff --git a/LibTest/collection/LinkedList/expand_A02_t01.dart b/LibTest/collection/LinkedList/expand_A02_t01.dart
index 3fd7100..43b29ef 100644
--- a/LibTest/collection/LinkedList/expand_A02_t01.dart
+++ b/LibTest/collection/LinkedList/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionIterable expand(Iterable f(E element))
  * The returned [Iterable] is lazy, and calls [f] for each element of this every
diff --git a/LibTest/collection/LinkedList/firstWhere_A01_t01.dart b/LibTest/collection/LinkedList/firstWhere_A01_t01.dart
index e83ef6d..5f9ce69 100644
--- a/LibTest/collection/LinkedList/firstWhere_A01_t01.dart
+++ b/LibTest/collection/LinkedList/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/collection/LinkedList/firstWhere_A02_t01.dart b/LibTest/collection/LinkedList/firstWhere_A02_t01.dart
index 1e2536b..c8e8cd9 100644
--- a/LibTest/collection/LinkedList/firstWhere_A02_t01.dart
+++ b/LibTest/collection/LinkedList/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/LinkedList/firstWhere_A03_t01.dart b/LibTest/collection/LinkedList/firstWhere_A03_t01.dart
index 3409a14..44625ec 100644
--- a/LibTest/collection/LinkedList/firstWhere_A03_t01.dart
+++ b/LibTest/collection/LinkedList/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E value), {Object orElse()})
  * If [orElse] is omitted, it defaults to throwing a [StateError].
diff --git a/LibTest/collection/LinkedList/first_A01_t01.dart b/LibTest/collection/LinkedList/first_A01_t01.dart
index 1057934..d2f9617 100644
--- a/LibTest/collection/LinkedList/first_A01_t01.dart
+++ b/LibTest/collection/LinkedList/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E first
  * Returns the first element.
diff --git a/LibTest/collection/LinkedList/first_A01_t02.dart b/LibTest/collection/LinkedList/first_A01_t02.dart
index 2967072..72aef63 100644
--- a/LibTest/collection/LinkedList/first_A01_t02.dart
+++ b/LibTest/collection/LinkedList/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E first
  * Returns the first element.
diff --git a/LibTest/collection/LinkedList/fold_A01_t01.dart b/LibTest/collection/LinkedList/fold_A01_t01.dart
index 23f21f6..d0817aa 100644
--- a/LibTest/collection/LinkedList/fold_A01_t01.dart
+++ b/LibTest/collection/LinkedList/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic fold(initialValue, combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/collection/LinkedList/forEach_A01_t01.dart b/LibTest/collection/LinkedList/forEach_A01_t01.dart
index b8a1a81..6adac62 100644
--- a/LibTest/collection/LinkedList/forEach_A01_t01.dart
+++ b/LibTest/collection/LinkedList/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(E entry))
  * Call [action] with each entry in the list.
diff --git a/LibTest/collection/LinkedList/forEach_A01_t02.dart b/LibTest/collection/LinkedList/forEach_A01_t02.dart
index 103cc54..332531e 100644
--- a/LibTest/collection/LinkedList/forEach_A01_t02.dart
+++ b/LibTest/collection/LinkedList/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(E entry))
  * Call [action] with each entry in the list.
diff --git a/LibTest/collection/LinkedList/forEach_A02_t01.dart b/LibTest/collection/LinkedList/forEach_A02_t01.dart
index 9269303..8f449d2 100644
--- a/LibTest/collection/LinkedList/forEach_A02_t01.dart
+++ b/LibTest/collection/LinkedList/forEach_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(E entry))
  * It's an error if [action[ modify the linked list.
diff --git a/LibTest/collection/LinkedList/isEmpty_A01_t01.dart b/LibTest/collection/LinkedList/isEmpty_A01_t01.dart
index 2eb1d02..88490f0 100644
--- a/LibTest/collection/LinkedList/isEmpty_A01_t01.dart
+++ b/LibTest/collection/LinkedList/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  final bool isEmpty
  * Returns [true] if there is no element in this collection.
diff --git a/LibTest/collection/LinkedList/isNotEmpty_A01_t01.dart b/LibTest/collection/LinkedList/isNotEmpty_A01_t01.dart
index df99a75..e24451e 100644
--- a/LibTest/collection/LinkedList/isNotEmpty_A01_t01.dart
+++ b/LibTest/collection/LinkedList/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns [true] if there is at least one element in this collection.
diff --git a/LibTest/collection/LinkedList/iterator_A01_t01.dart b/LibTest/collection/LinkedList/iterator_A01_t01.dart
index a853d99..8f7032b 100644
--- a/LibTest/collection/LinkedList/iterator_A01_t01.dart
+++ b/LibTest/collection/LinkedList/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterator<E> iterator
  * Returns an [Iterator] that iterates over this [Iterable] object.
diff --git a/LibTest/collection/LinkedList/iterator_A02_t01.dart b/LibTest/collection/LinkedList/iterator_A02_t01.dart
index 3337ccb..71103dd 100644
--- a/LibTest/collection/LinkedList/iterator_A02_t01.dart
+++ b/LibTest/collection/LinkedList/iterator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterator<E> iterator
  * @description Checks that [Iterator] is a read-only property and cannot be
diff --git a/LibTest/collection/LinkedList/iterator_current_A01_t01.dart b/LibTest/collection/LinkedList/iterator_current_A01_t01.dart
index 6c481dc..46e1aee 100644
--- a/LibTest/collection/LinkedList/iterator_current_A01_t01.dart
+++ b/LibTest/collection/LinkedList/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E current
  * Gets the current element in the iteration.
diff --git a/LibTest/collection/LinkedList/iterator_moveNext_A01_t01.dart b/LibTest/collection/LinkedList/iterator_moveNext_A01_t01.dart
index e28dd99..1050568 100644
--- a/LibTest/collection/LinkedList/iterator_moveNext_A01_t01.dart
+++ b/LibTest/collection/LinkedList/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/collection/LinkedList/join_A01_t01.dart b/LibTest/collection/LinkedList/join_A01_t01.dart
index ab886a4..e36a7a9 100644
--- a/LibTest/collection/LinkedList/join_A01_t01.dart
+++ b/LibTest/collection/LinkedList/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/collection/LinkedList/lastWhere_A01_t01.dart b/LibTest/collection/LinkedList/lastWhere_A01_t01.dart
index 040caad..919ee93 100644
--- a/LibTest/collection/LinkedList/lastWhere_A01_t01.dart
+++ b/LibTest/collection/LinkedList/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/collection/LinkedList/lastWhere_A02_t01.dart b/LibTest/collection/LinkedList/lastWhere_A02_t01.dart
index 04a1e15..27bbf9e 100644
--- a/LibTest/collection/LinkedList/lastWhere_A02_t01.dart
+++ b/LibTest/collection/LinkedList/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/collection/LinkedList/lastWhere_A03_t01.dart b/LibTest/collection/LinkedList/lastWhere_A03_t01.dart
index 882404f..3bc5e69 100644
--- a/LibTest/collection/LinkedList/lastWhere_A03_t01.dart
+++ b/LibTest/collection/LinkedList/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E value), {Object orElse()})
  * If [orElse] is omitted, it defaults to throwing a [StateError].
diff --git a/LibTest/collection/LinkedList/last_A01_t01.dart b/LibTest/collection/LinkedList/last_A01_t01.dart
index ac7275c..6a35e83 100644
--- a/LibTest/collection/LinkedList/last_A01_t01.dart
+++ b/LibTest/collection/LinkedList/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E last
  * Returns the last element.
diff --git a/LibTest/collection/LinkedList/last_A02_t01.dart b/LibTest/collection/LinkedList/last_A02_t01.dart
index a5e789b..a08b1f6 100644
--- a/LibTest/collection/LinkedList/last_A02_t01.dart
+++ b/LibTest/collection/LinkedList/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E last
  * If this is empty throws a StateError.
diff --git a/LibTest/collection/LinkedList/last_A03_t01.dart b/LibTest/collection/LinkedList/last_A03_t01.dart
index 9d4e19a..77b5ba3 100644
--- a/LibTest/collection/LinkedList/last_A03_t01.dart
+++ b/LibTest/collection/LinkedList/last_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E last
  * @description Checks that [last] is a read-only property and cannot be changed
diff --git a/LibTest/collection/LinkedList/length_A01_t01.dart b/LibTest/collection/LinkedList/length_A01_t01.dart
index ccde294..dcbb937 100644
--- a/LibTest/collection/LinkedList/length_A01_t01.dart
+++ b/LibTest/collection/LinkedList/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * Returns the number of elements in this.
diff --git a/LibTest/collection/LinkedList/length_A02_t01.dart b/LibTest/collection/LinkedList/length_A02_t01.dart
index 1f07763..b9c590d 100644
--- a/LibTest/collection/LinkedList/length_A02_t01.dart
+++ b/LibTest/collection/LinkedList/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * @description Checks that [length] is a read-only property and cannot be
diff --git a/LibTest/collection/LinkedList/map_A01_t01.dart b/LibTest/collection/LinkedList/map_A01_t01.dart
index 3e44ddb..95f658b 100644
--- a/LibTest/collection/LinkedList/map_A01_t01.dart
+++ b/LibTest/collection/LinkedList/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling [f]
diff --git a/LibTest/collection/LinkedList/map_A02_t01.dart b/LibTest/collection/LinkedList/map_A02_t01.dart
index 126c9ba..8303346 100644
--- a/LibTest/collection/LinkedList/map_A02_t01.dart
+++ b/LibTest/collection/LinkedList/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * As long as the returned [Iterable] is not iterated over, the supplied
diff --git a/LibTest/collection/LinkedList/map_A03_t01.dart b/LibTest/collection/LinkedList/map_A03_t01.dart
index e1b36ee..3275819 100644
--- a/LibTest/collection/LinkedList/map_A03_t01.dart
+++ b/LibTest/collection/LinkedList/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * The transformed elements will not be cached. Iterating multiple times over
diff --git a/LibTest/collection/LinkedList/reduce_A01_t01.dart b/LibTest/collection/LinkedList/reduce_A01_t01.dart
index 3b3f4c7..954196b 100644
--- a/LibTest/collection/LinkedList/reduce_A01_t01.dart
+++ b/LibTest/collection/LinkedList/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements
diff --git a/LibTest/collection/LinkedList/reduce_A02_t01.dart b/LibTest/collection/LinkedList/reduce_A02_t01.dart
index 46ef60f..8edeb35 100644
--- a/LibTest/collection/LinkedList/reduce_A02_t01.dart
+++ b/LibTest/collection/LinkedList/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * The iterable must have at least one element.
diff --git a/LibTest/collection/LinkedList/reduce_A03_t01.dart b/LibTest/collection/LinkedList/reduce_A03_t01.dart
index 1a6ae47..18f8845 100644
--- a/LibTest/collection/LinkedList/reduce_A03_t01.dart
+++ b/LibTest/collection/LinkedList/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * If it has only one element, that element is returned.
diff --git a/LibTest/collection/LinkedList/reduce_A04_t01.dart b/LibTest/collection/LinkedList/reduce_A04_t01.dart
index 1be4e09..190b2be 100644
--- a/LibTest/collection/LinkedList/reduce_A04_t01.dart
+++ b/LibTest/collection/LinkedList/reduce_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Otherwise this method starts with the first element from the iterator, and
diff --git a/LibTest/collection/LinkedList/remove_A01_t01.dart b/LibTest/collection/LinkedList/remove_A01_t01.dart
index 926728f..652aad1 100644
--- a/LibTest/collection/LinkedList/remove_A01_t01.dart
+++ b/LibTest/collection/LinkedList/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(E entry)
  * Remove [entry] from the linked list.
diff --git a/LibTest/collection/LinkedList/remove_A01_t02.dart b/LibTest/collection/LinkedList/remove_A01_t02.dart
index b5f352c..124240e 100644
--- a/LibTest/collection/LinkedList/remove_A01_t02.dart
+++ b/LibTest/collection/LinkedList/remove_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(E entry)
  * Remove [entry] from the linked list.
diff --git a/LibTest/collection/LinkedList/remove_A01_t03.dart b/LibTest/collection/LinkedList/remove_A01_t03.dart
index d9c32ad..b19ea20 100644
--- a/LibTest/collection/LinkedList/remove_A01_t03.dart
+++ b/LibTest/collection/LinkedList/remove_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(E entry)
  * Remove [entry] from the linked list.
diff --git a/LibTest/collection/LinkedList/remove_A02_t01.dart b/LibTest/collection/LinkedList/remove_A02_t01.dart
index 18f1406..b840167 100644
--- a/LibTest/collection/LinkedList/remove_A02_t01.dart
+++ b/LibTest/collection/LinkedList/remove_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(E entry)
  * Returns [false] and does nothing if [entry] is not in this linked list.
diff --git a/LibTest/collection/LinkedList/remove_A02_t02.dart b/LibTest/collection/LinkedList/remove_A02_t02.dart
index f9d1992..3e94db7 100644
--- a/LibTest/collection/LinkedList/remove_A02_t02.dart
+++ b/LibTest/collection/LinkedList/remove_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(E entry)
  * Returns [false] and does nothing if [entry] is not in this linked list.
diff --git a/LibTest/collection/LinkedList/singleWhere_A01_t01.dart b/LibTest/collection/LinkedList/singleWhere_A01_t01.dart
index 35b6c65..302b51a 100644
--- a/LibTest/collection/LinkedList/singleWhere_A01_t01.dart
+++ b/LibTest/collection/LinkedList/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E value))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/collection/LinkedList/singleWhere_A02_t01.dart b/LibTest/collection/LinkedList/singleWhere_A02_t01.dart
index abd322d..c14b3f1 100644
--- a/LibTest/collection/LinkedList/singleWhere_A02_t01.dart
+++ b/LibTest/collection/LinkedList/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/LinkedList/singleWhere_A02_t02.dart b/LibTest/collection/LinkedList/singleWhere_A02_t02.dart
index 15eda7b..e237476 100644
--- a/LibTest/collection/LinkedList/singleWhere_A02_t02.dart
+++ b/LibTest/collection/LinkedList/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E value))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/collection/LinkedList/single_A01_t01.dart b/LibTest/collection/LinkedList/single_A01_t01.dart
index 3ec33d9..208a732 100644
--- a/LibTest/collection/LinkedList/single_A01_t01.dart
+++ b/LibTest/collection/LinkedList/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * Returns the single element in this.
diff --git a/LibTest/collection/LinkedList/single_A02_t01.dart b/LibTest/collection/LinkedList/single_A02_t01.dart
index 7a4bb81..f79b276 100644
--- a/LibTest/collection/LinkedList/single_A02_t01.dart
+++ b/LibTest/collection/LinkedList/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * @description Checks that [single] is a read-only property and cannot be
diff --git a/LibTest/collection/LinkedList/skipWhile_A01_t01.dart b/LibTest/collection/LinkedList/skipWhile_A01_t01.dart
index b6ca752..07dbfb8 100644
--- a/LibTest/collection/LinkedList/skipWhile_A01_t01.dart
+++ b/LibTest/collection/LinkedList/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/collection/LinkedList/skipWhile_A02_t01.dart b/LibTest/collection/LinkedList/skipWhile_A02_t01.dart
index 28f89fd..99379a6 100644
--- a/LibTest/collection/LinkedList/skipWhile_A02_t01.dart
+++ b/LibTest/collection/LinkedList/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/LinkedList/skipWhile_A03_t01.dart b/LibTest/collection/LinkedList/skipWhile_A03_t01.dart
index ece3fbf..6834638 100644
--- a/LibTest/collection/LinkedList/skipWhile_A03_t01.dart
+++ b/LibTest/collection/LinkedList/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable] iterates over all elements of
diff --git a/LibTest/collection/LinkedList/skipWhile_A04_t01.dart b/LibTest/collection/LinkedList/skipWhile_A04_t01.dart
index 9d29cae..6ee66c2 100644
--- a/LibTest/collection/LinkedList/skipWhile_A04_t01.dart
+++ b/LibTest/collection/LinkedList/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The returned iterable provides elements by iterating this iterable, but
diff --git a/LibTest/collection/LinkedList/skipWhile_A05_t01.dart b/LibTest/collection/LinkedList/skipWhile_A05_t01.dart
index 1eb0816..a218fa8 100644
--- a/LibTest/collection/LinkedList/skipWhile_A05_t01.dart
+++ b/LibTest/collection/LinkedList/skipWhile_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * If all elements satisfy [test] the resulting iterable is empty.
diff --git a/LibTest/collection/LinkedList/skip_A01_t01.dart b/LibTest/collection/LinkedList/skip_A01_t01.dart
index 929ef44..08d250c 100644
--- a/LibTest/collection/LinkedList/skip_A01_t01.dart
+++ b/LibTest/collection/LinkedList/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that skips the first [count] elements.
diff --git a/LibTest/collection/LinkedList/skip_A02_t01.dart b/LibTest/collection/LinkedList/skip_A02_t01.dart
index c0108c6..35573c1 100644
--- a/LibTest/collection/LinkedList/skip_A02_t01.dart
+++ b/LibTest/collection/LinkedList/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If this has fewer than [count] elements, then the resulting [Iterable] is
diff --git a/LibTest/collection/LinkedList/skip_A03_t01.dart b/LibTest/collection/LinkedList/skip_A03_t01.dart
index 7c2d787..22929e8 100644
--- a/LibTest/collection/LinkedList/skip_A03_t01.dart
+++ b/LibTest/collection/LinkedList/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/LinkedList/takeWhile_A01_t01.dart b/LibTest/collection/LinkedList/takeWhile_A01_t01.dart
index 5b849ef..b70fbfd 100644
--- a/LibTest/collection/LinkedList/takeWhile_A01_t01.dart
+++ b/LibTest/collection/LinkedList/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/collection/LinkedList/takeWhile_A01_t02.dart b/LibTest/collection/LinkedList/takeWhile_A01_t02.dart
index 902adc3..203bb8d 100644
--- a/LibTest/collection/LinkedList/takeWhile_A01_t02.dart
+++ b/LibTest/collection/LinkedList/takeWhile_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/collection/LinkedList/takeWhile_A02_t01.dart b/LibTest/collection/LinkedList/takeWhile_A02_t01.dart
index 80d8de5..cb1fc4e 100644
--- a/LibTest/collection/LinkedList/takeWhile_A02_t01.dart
+++ b/LibTest/collection/LinkedList/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/collection/LinkedList/takeWhile_A03_t01.dart b/LibTest/collection/LinkedList/takeWhile_A03_t01.dart
index 1b34cc2..9694bd6 100644
--- a/LibTest/collection/LinkedList/takeWhile_A03_t01.dart
+++ b/LibTest/collection/LinkedList/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable] starts iterating over the
diff --git a/LibTest/collection/LinkedList/take_A01_t01.dart b/LibTest/collection/LinkedList/take_A01_t01.dart
index 7887999..bedc7a8 100644
--- a/LibTest/collection/LinkedList/take_A01_t01.dart
+++ b/LibTest/collection/LinkedList/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/collection/LinkedList/take_A02_t01.dart b/LibTest/collection/LinkedList/take_A02_t01.dart
index b5284cc..d0e84af 100644
--- a/LibTest/collection/LinkedList/take_A02_t01.dart
+++ b/LibTest/collection/LinkedList/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned [Iterable] may contain fewer than [count] elements, if this
diff --git a/LibTest/collection/LinkedList/take_A03_t01.dart b/LibTest/collection/LinkedList/take_A03_t01.dart
index 6afd042..cfb44f5 100644
--- a/LibTest/collection/LinkedList/take_A03_t01.dart
+++ b/LibTest/collection/LinkedList/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The [count] must not be negative.
diff --git a/LibTest/collection/LinkedList/toList_A01_t01.dart b/LibTest/collection/LinkedList/toList_A01_t01.dart
index 98583e1..d7c6e37 100644
--- a/LibTest/collection/LinkedList/toList_A01_t01.dart
+++ b/LibTest/collection/LinkedList/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/collection/LinkedList/toList_A02_t01.dart b/LibTest/collection/LinkedList/toList_A02_t01.dart
index b3aefa9..0dcdb17 100644
--- a/LibTest/collection/LinkedList/toList_A02_t01.dart
+++ b/LibTest/collection/LinkedList/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/LinkedList/toList_A02_t02.dart b/LibTest/collection/LinkedList/toList_A02_t02.dart
index 88f55e0..343f1cf 100644
--- a/LibTest/collection/LinkedList/toList_A02_t02.dart
+++ b/LibTest/collection/LinkedList/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is [false].
diff --git a/LibTest/collection/LinkedList/toSet_A01_t01.dart b/LibTest/collection/LinkedList/toSet_A01_t01.dart
index 6388007..bbceb22 100644
--- a/LibTest/collection/LinkedList/toSet_A01_t01.dart
+++ b/LibTest/collection/LinkedList/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing containing the same elements as this iterable.
diff --git a/LibTest/collection/LinkedList/toString_A01_t01.dart b/LibTest/collection/LinkedList/toString_A01_t01.dart
index d74c52b..4780aba 100644
--- a/LibTest/collection/LinkedList/toString_A01_t01.dart
+++ b/LibTest/collection/LinkedList/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/LinkedList/toString_A02_t01.dart b/LibTest/collection/LinkedList/toString_A02_t01.dart
index 1b85d92..e412c14 100644
--- a/LibTest/collection/LinkedList/toString_A02_t01.dart
+++ b/LibTest/collection/LinkedList/toString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/LinkedList/toString_A03_t01.dart b/LibTest/collection/LinkedList/toString_A03_t01.dart
index 23c17b8..80e262d 100644
--- a/LibTest/collection/LinkedList/toString_A03_t01.dart
+++ b/LibTest/collection/LinkedList/toString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/collection/LinkedList/where_A01_t01.dart b/LibTest/collection/LinkedList/where_A01_t01.dart
index 6011fd1..da2bdfa 100644
--- a/LibTest/collection/LinkedList/where_A01_t01.dart
+++ b/LibTest/collection/LinkedList/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a new lazy [Iterable] with all elements which satisfy the predicate
diff --git a/LibTest/collection/LinkedList/where_A02_t01.dart b/LibTest/collection/LinkedList/where_A02_t01.dart
index 2707368..e70a920 100644
--- a/LibTest/collection/LinkedList/where_A02_t01.dart
+++ b/LibTest/collection/LinkedList/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * This method returns a view of the mapped elements. As long as the returned
diff --git a/LibTest/collection/LinkedList/where_A03_t01.dart b/LibTest/collection/LinkedList/where_A03_t01.dart
index 8ca5e48..65fae68 100644
--- a/LibTest/collection/LinkedList/where_A03_t01.dart
+++ b/LibTest/collection/LinkedList/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Iterating will not cache results, and thus iterating multiple times over the
diff --git a/LibTest/collection/LinkedListEntry/LinkedListEntry.lib.dart b/LibTest/collection/LinkedListEntry/LinkedListEntry.lib.dart
index 2b7096b..187811a 100644
--- a/LibTest/collection/LinkedListEntry/LinkedListEntry.lib.dart
+++ b/LibTest/collection/LinkedListEntry/LinkedListEntry.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 import "dart:collection";
 
 class MyLinkedListEntry<E> extends LinkedListEntry<MyLinkedListEntry<E>> {
diff --git a/LibTest/collection/LinkedListEntry/LinkedListEntry_A01_t01.dart b/LibTest/collection/LinkedListEntry/LinkedListEntry_A01_t01.dart
index 18e1c34..f70ef99 100644
--- a/LibTest/collection/LinkedListEntry/LinkedListEntry_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/LinkedListEntry_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LinkedListEntry()
  * @description Checks that [LinkedListEntry()] creates a new linked list entry
diff --git a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A01_t01.dart b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A01_t01.dart
index 2d5145e..ba41772 100644
--- a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class LinkedListEntry<E extends LinkedListEntry>
  * An object that can be an element in a [LinkedList].
diff --git a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A02_t01.dart b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A02_t01.dart
index 5f3d83a..8181da3 100644
--- a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A02_t01.dart
+++ b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class LinkedListEntry<E extends LinkedListEntry>
  * The class provides the internal links that link elements together in the
diff --git a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A03_t01.dart b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A03_t01.dart
index 720f3db..af36811 100644
--- a/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A03_t01.dart
+++ b/LibTest/collection/LinkedListEntry/LinkedListEntry_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class LinkedListEntry<E extends LinkedListEntry
  * An entry can be in at most one linked list at a time. While an entry is in a
diff --git a/LibTest/collection/LinkedListEntry/insertAfter_A01_t01.dart b/LibTest/collection/LinkedListEntry/insertAfter_A01_t01.dart
index 043f658..7b70663 100644
--- a/LibTest/collection/LinkedListEntry/insertAfter_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/insertAfter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertAfter(E entry)
  * Insert an element after this element in this element's linked list.
diff --git a/LibTest/collection/LinkedListEntry/insertAfter_A01_t02.dart b/LibTest/collection/LinkedListEntry/insertAfter_A01_t02.dart
index 003c425..eb9453e 100644
--- a/LibTest/collection/LinkedListEntry/insertAfter_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/insertAfter_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertAfter(E entry)
  * Insert an element after this element in this element's linked list.
diff --git a/LibTest/collection/LinkedListEntry/insertAfter_A02_t01.dart b/LibTest/collection/LinkedListEntry/insertAfter_A02_t01.dart
index d0ca796..27b1eec 100644
--- a/LibTest/collection/LinkedListEntry/insertAfter_A02_t01.dart
+++ b/LibTest/collection/LinkedListEntry/insertAfter_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertAfter(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/insertAfter_A02_t02.dart b/LibTest/collection/LinkedListEntry/insertAfter_A02_t02.dart
index 19e8323..47de33d 100644
--- a/LibTest/collection/LinkedListEntry/insertAfter_A02_t02.dart
+++ b/LibTest/collection/LinkedListEntry/insertAfter_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertAfter(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/insertAfter_A02_t03.dart b/LibTest/collection/LinkedListEntry/insertAfter_A02_t03.dart
index 013d9b9..35006de 100644
--- a/LibTest/collection/LinkedListEntry/insertAfter_A02_t03.dart
+++ b/LibTest/collection/LinkedListEntry/insertAfter_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertAfter(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/insertBefore_A01_t01.dart b/LibTest/collection/LinkedListEntry/insertBefore_A01_t01.dart
index 9fdf596..b72a886 100644
--- a/LibTest/collection/LinkedListEntry/insertBefore_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/insertBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertBefore(E entry)
  * Insert an element before this element in this element's linked list.
diff --git a/LibTest/collection/LinkedListEntry/insertBefore_A01_t02.dart b/LibTest/collection/LinkedListEntry/insertBefore_A01_t02.dart
index b247611..74d8a63 100644
--- a/LibTest/collection/LinkedListEntry/insertBefore_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/insertBefore_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertBefore(E entry)
  * Insert an element before this element in this element's linked list.
diff --git a/LibTest/collection/LinkedListEntry/insertBefore_A02_t01.dart b/LibTest/collection/LinkedListEntry/insertBefore_A02_t01.dart
index 52a5fac..1dc8f16 100644
--- a/LibTest/collection/LinkedListEntry/insertBefore_A02_t01.dart
+++ b/LibTest/collection/LinkedListEntry/insertBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertBefore(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/insertBefore_A02_t02.dart b/LibTest/collection/LinkedListEntry/insertBefore_A02_t02.dart
index f888b39..57f8d89 100644
--- a/LibTest/collection/LinkedListEntry/insertBefore_A02_t02.dart
+++ b/LibTest/collection/LinkedListEntry/insertBefore_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertBefore(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/insertBefore_A02_t03.dart b/LibTest/collection/LinkedListEntry/insertBefore_A02_t03.dart
index 19af13f..b1046ec 100644
--- a/LibTest/collection/LinkedListEntry/insertBefore_A02_t03.dart
+++ b/LibTest/collection/LinkedListEntry/insertBefore_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void insertBefore(E entry)
  * ...
diff --git a/LibTest/collection/LinkedListEntry/list_A01_t01.dart b/LibTest/collection/LinkedListEntry/list_A01_t01.dart
index eb20f5a..21f7036 100644
--- a/LibTest/collection/LinkedListEntry/list_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/list_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedList<E> list
  * Get the linked list containing this element.
diff --git a/LibTest/collection/LinkedListEntry/list_A01_t02.dart b/LibTest/collection/LinkedListEntry/list_A01_t02.dart
index 4aff14b..ecdf8fb 100644
--- a/LibTest/collection/LinkedListEntry/list_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/list_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedList<E> list
  * Get the linked list containing this element.
diff --git a/LibTest/collection/LinkedListEntry/list_A01_t03.dart b/LibTest/collection/LinkedListEntry/list_A01_t03.dart
index ebc5ca3..fcf2c60 100644
--- a/LibTest/collection/LinkedListEntry/list_A01_t03.dart
+++ b/LibTest/collection/LinkedListEntry/list_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion LinkedList<E> list
  * Get the linked list containing this element.
diff --git a/LibTest/collection/LinkedListEntry/next_A01_t01.dart b/LibTest/collection/LinkedListEntry/next_A01_t01.dart
index a3d0ee0..96b9184 100644
--- a/LibTest/collection/LinkedListEntry/next_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/next_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E next
  * Return the successor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/next_A01_t02.dart b/LibTest/collection/LinkedListEntry/next_A01_t02.dart
index 83b347a..94687ce 100644
--- a/LibTest/collection/LinkedListEntry/next_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/next_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E next
  * Return the successor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/next_A01_t03.dart b/LibTest/collection/LinkedListEntry/next_A01_t03.dart
index 64388af..11a8ad5 100644
--- a/LibTest/collection/LinkedListEntry/next_A01_t03.dart
+++ b/LibTest/collection/LinkedListEntry/next_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E next
  * Return the successor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/previous_A01_t01.dart b/LibTest/collection/LinkedListEntry/previous_A01_t01.dart
index e53bb79..54a8652 100644
--- a/LibTest/collection/LinkedListEntry/previous_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/previous_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E previous
  * Return the predecessor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/previous_A01_t02.dart b/LibTest/collection/LinkedListEntry/previous_A01_t02.dart
index afc074e..5617c4a 100644
--- a/LibTest/collection/LinkedListEntry/previous_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/previous_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E previous
  * Return the predecessor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/previous_A01_t03.dart b/LibTest/collection/LinkedListEntry/previous_A01_t03.dart
index eb793db..8d9a694 100644
--- a/LibTest/collection/LinkedListEntry/previous_A01_t03.dart
+++ b/LibTest/collection/LinkedListEntry/previous_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E previous
  * Return the predecessor of this element in its linked list.
diff --git a/LibTest/collection/LinkedListEntry/unlink_A01_t01.dart b/LibTest/collection/LinkedListEntry/unlink_A01_t01.dart
index 609e41d..6abb8d2 100644
--- a/LibTest/collection/LinkedListEntry/unlink_A01_t01.dart
+++ b/LibTest/collection/LinkedListEntry/unlink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void unlink()
  * Unlink the element from its linked list.
diff --git a/LibTest/collection/LinkedListEntry/unlink_A01_t02.dart b/LibTest/collection/LinkedListEntry/unlink_A01_t02.dart
index 367e18f..210cbf5 100644
--- a/LibTest/collection/LinkedListEntry/unlink_A01_t02.dart
+++ b/LibTest/collection/LinkedListEntry/unlink_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void unlink()
  * Unlink the element from its linked list.
diff --git a/LibTest/collection/LinkedListEntry/unlink_A01_t03.dart b/LibTest/collection/LinkedListEntry/unlink_A01_t03.dart
index 47176f9..65677af 100644
--- a/LibTest/collection/LinkedListEntry/unlink_A01_t03.dart
+++ b/LibTest/collection/LinkedListEntry/unlink_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void unlink()
  * Unlink the element from its linked list.
diff --git a/LibTest/collection/LinkedListEntry/unlink_A02_t01.dart b/LibTest/collection/LinkedListEntry/unlink_A02_t01.dart
index 069c46a..546ddef 100644
--- a/LibTest/collection/LinkedListEntry/unlink_A02_t01.dart
+++ b/LibTest/collection/LinkedListEntry/unlink_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void unlink()
  * ...
diff --git a/LibTest/collection/LinkedListEntry/unlink_A02_t02.dart b/LibTest/collection/LinkedListEntry/unlink_A02_t02.dart
index cf9bc42..6d447c6 100644
--- a/LibTest/collection/LinkedListEntry/unlink_A02_t02.dart
+++ b/LibTest/collection/LinkedListEntry/unlink_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void unlink()
  * ...
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t01.dart b/LibTest/collection/ListBase/ListBase_class_A01_t01.dart
index 7900b58..bcfe138 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t01.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListBase<E> class
  * Implements ListMixin<E>
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t02.dart b/LibTest/collection/ListBase/ListBase_class_A01_t02.dart
index ebeb5a6..af82deb 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t02.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t03.dart b/LibTest/collection/ListBase/ListBase_class_A01_t03.dart
index 941a568..9168975 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t03.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t04.dart b/LibTest/collection/ListBase/ListBase_class_A01_t04.dart
index bb6ad14..cf28692 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t04.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t05.dart b/LibTest/collection/ListBase/ListBase_class_A01_t05.dart
index 9bff355..d772613 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t05.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListBase/ListBase_class_A01_t06.dart b/LibTest/collection/ListBase/ListBase_class_A01_t06.dart
index 51960d2..2476b37 100644
--- a/LibTest/collection/ListBase/ListBase_class_A01_t06.dart
+++ b/LibTest/collection/ListBase/ListBase_class_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListBase/listToString_A01_t01.dart b/LibTest/collection/ListBase/listToString_A01_t01.dart
index 44d2200..abc6705 100644
--- a/LibTest/collection/ListBase/listToString_A01_t01.dart
+++ b/LibTest/collection/ListBase/listToString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String listToString(List list)
  * Convert a [List] to a string as [each, element, as, string].
diff --git a/LibTest/collection/ListBase/listToString_A02_t01.dart b/LibTest/collection/ListBase/listToString_A02_t01.dart
index da865a3..272b5a1 100644
--- a/LibTest/collection/ListBase/listToString_A02_t01.dart
+++ b/LibTest/collection/ListBase/listToString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String listToString(List list)
  * ...
diff --git a/LibTest/collection/ListBase/listbase.lib.dart b/LibTest/collection/ListBase/listbase.lib.dart
index b1fbe3e..b43c324 100644
--- a/LibTest/collection/ListBase/listbase.lib.dart
+++ b/LibTest/collection/ListBase/listbase.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ListBase<E> class
  * Implements ListMixin<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t01.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t01.dart
index b0c5030..7d6e22d 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t01.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t02.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t02.dart
index d706ed4..d886745 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t02.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t03.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t03.dart
index f13056e..cccba41 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t03.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t04.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t04.dart
index 5c88a3e..5ea09ea 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t04.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t05.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t05.dart
index ed698b4..3d29f48 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t05.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/ListMixin_class_A01_t06.dart b/LibTest/collection/ListMixin/ListMixin_class_A01_t06.dart
index dd8ac9c..6151716 100644
--- a/LibTest/collection/ListMixin/ListMixin_class_A01_t06.dart
+++ b/LibTest/collection/ListMixin/ListMixin_class_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/inherited_tests.lib.dart b/LibTest/collection/ListMixin/inherited_tests.lib.dart
index 7f56675..194b6d0 100644
--- a/LibTest/collection/ListMixin/inherited_tests.lib.dart
+++ b/LibTest/collection/ListMixin/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListMixin/listmixin_lib.dart b/LibTest/collection/ListMixin/listmixin_lib.dart
index 7d5ae95..817ce08 100644
--- a/LibTest/collection/ListMixin/listmixin_lib.dart
+++ b/LibTest/collection/ListMixin/listmixin_lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ListMixin<E> abstract class 
  * Implements List<E>
diff --git a/LibTest/collection/ListQueue/ListQueue.from_A01_t01.dart b/LibTest/collection/ListQueue/ListQueue.from_A01_t01.dart
index a8d255c..c356058 100644
--- a/LibTest/collection/ListQueue/ListQueue.from_A01_t01.dart
+++ b/LibTest/collection/ListQueue/ListQueue.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ListQueue.from(Iterable elements)
  * Create a [ListQueue] containing all [elements].
diff --git a/LibTest/collection/ListQueue/ListQueue.from_A01_t02.dart b/LibTest/collection/ListQueue/ListQueue.from_A01_t02.dart
index 2f51263..a86cb06 100644
--- a/LibTest/collection/ListQueue/ListQueue.from_A01_t02.dart
+++ b/LibTest/collection/ListQueue/ListQueue.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ListQueue.from(Iterable elements)
  * Create a [ListQueue] containing all [elements].
diff --git a/LibTest/collection/ListQueue/ListQueue.from_A02_t01.dart b/LibTest/collection/ListQueue/ListQueue.from_A02_t01.dart
index 0f57e8f..f667794 100644
--- a/LibTest/collection/ListQueue/ListQueue.from_A02_t01.dart
+++ b/LibTest/collection/ListQueue/ListQueue.from_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ListQueue.from(Iterable elements)
  * All elements should be assignable to [E].
diff --git a/LibTest/collection/ListQueue/ListQueue_A01_t01.dart b/LibTest/collection/ListQueue/ListQueue_A01_t01.dart
index d38a166..47b548c 100644
--- a/LibTest/collection/ListQueue/ListQueue_A01_t01.dart
+++ b/LibTest/collection/ListQueue/ListQueue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new ListQueue([int initialCapacity])
  * Create an empty queue.
diff --git a/LibTest/collection/ListQueue/ListQueue_all_t01.dart b/LibTest/collection/ListQueue/ListQueue_all_t01.dart
index 5dfd6a7..10252e5 100644
--- a/LibTest/collection/ListQueue/ListQueue_all_t01.dart
+++ b/LibTest/collection/ListQueue/ListQueue_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue<E> abstract class 
  * Implements Queue<E>
diff --git a/LibTest/collection/MapBase/MapBase_inherited_t01.dart b/LibTest/collection/MapBase/MapBase_inherited_t01.dart
index bb0a317..b594f26 100644
--- a/LibTest/collection/MapBase/MapBase_inherited_t01.dart
+++ b/LibTest/collection/MapBase/MapBase_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class MapBase<K, V>
  * Base class for implementing a [Map].
diff --git a/LibTest/collection/MapBase/inherited_tests.lib.dart b/LibTest/collection/MapBase/inherited_tests.lib.dart
index 7fcb078..7a4864f 100644
--- a/LibTest/collection/MapBase/inherited_tests.lib.dart
+++ b/LibTest/collection/MapBase/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class MapBase<K, V>
  * Base class for implementing a Map.
diff --git a/LibTest/collection/MapBase/mapbase.lib.dart b/LibTest/collection/MapBase/mapbase.lib.dart
index 7ce63d2..784742d 100644
--- a/LibTest/collection/MapBase/mapbase.lib.dart
+++ b/LibTest/collection/MapBase/mapbase.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion MapBase<K, V>
  * Base class for implementing a Map.
diff --git a/LibTest/collection/MapMixin/MapMixin_inherited_t01.dart b/LibTest/collection/MapMixin/MapMixin_inherited_t01.dart
index b7e5067..2ffa0d1 100644
--- a/LibTest/collection/MapMixin/MapMixin_inherited_t01.dart
+++ b/LibTest/collection/MapMixin/MapMixin_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class MapMixin<K, V>
  * Mixin implementing a [Map].
diff --git a/LibTest/collection/MapMixin/inherited_tests.lib.dart b/LibTest/collection/MapMixin/inherited_tests.lib.dart
index d6eac72..62f3046 100644
--- a/LibTest/collection/MapMixin/inherited_tests.lib.dart
+++ b/LibTest/collection/MapMixin/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class MapMixin<K, V>
  * Mixin implementing a [Map].
diff --git a/LibTest/collection/MapMixin/mapmixin.lib.dart b/LibTest/collection/MapMixin/mapmixin.lib.dart
index 7d854a5..a6def35 100644
--- a/LibTest/collection/MapMixin/mapmixin.lib.dart
+++ b/LibTest/collection/MapMixin/mapmixin.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class MapMixin<K, V>
  * Mixin implementing a Map.
diff --git a/LibTest/collection/MapView/MapView_A01_t01.dart b/LibTest/collection/MapView/MapView_A01_t01.dart
index 46f0129..4fa7ac8 100644
--- a/LibTest/collection/MapView/MapView_A01_t01.dart
+++ b/LibTest/collection/MapView/MapView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const MapView(Map<K, V> map)
  * @description Checks that default constructor  creates a [MapView].
diff --git a/LibTest/collection/MapView/MapView_inherited_t01.dart b/LibTest/collection/MapView/MapView_inherited_t01.dart
index 4a18e1d..fa07a43 100644
--- a/LibTest/collection/MapView/MapView_inherited_t01.dart
+++ b/LibTest/collection/MapView/MapView_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class MapView<K, V>
  * Wrapper around a class that implements Map that only exposes Map members.
diff --git a/LibTest/collection/MapView/inherited_tests.lib.dart b/LibTest/collection/MapView/inherited_tests.lib.dart
index 0778284..fb54249 100644
--- a/LibTest/collection/MapView/inherited_tests.lib.dart
+++ b/LibTest/collection/MapView/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class MapView<K, V>
  * Wrapper around a class that implements Map that only exposes Map members.
diff --git a/LibTest/collection/Queue/Queue.from_A01_t01.dart b/LibTest/collection/Queue/Queue.from_A01_t01.dart
index 7558459..650c2ab 100644
--- a/LibTest/collection/Queue/Queue.from_A01_t01.dart
+++ b/LibTest/collection/Queue/Queue.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue.from(Iterable elements)
  * Creates a queue containing all elements.
diff --git a/LibTest/collection/Queue/Queue.from_A01_t02.dart b/LibTest/collection/Queue/Queue.from_A01_t02.dart
index bf0f688..1dc1f73 100644
--- a/LibTest/collection/Queue/Queue.from_A01_t02.dart
+++ b/LibTest/collection/Queue/Queue.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue.from(Iterable elements)
  * Creates a queue containing all elements.
diff --git a/LibTest/collection/Queue/Queue_A01_t01.dart b/LibTest/collection/Queue/Queue_A01_t01.dart
index 13e2173..042fc54 100644
--- a/LibTest/collection/Queue/Queue_A01_t01.dart
+++ b/LibTest/collection/Queue/Queue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Creates a queue.
  * @description Checks that empty queue is created.
diff --git a/LibTest/collection/Queue/Queue_all_A01_t01.dart b/LibTest/collection/Queue/Queue_all_A01_t01.dart
index 6da3dd3..3f7e5b1 100644
--- a/LibTest/collection/Queue/Queue_all_A01_t01.dart
+++ b/LibTest/collection/Queue/Queue_all_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue<E> abstract class 
  * Implements Iterable<E>
diff --git a/LibTest/collection/Queue/addAll_A01_t01.test.dart b/LibTest/collection/Queue/addAll_A01_t01.test.dart
index c7ce2d4..73f9908 100644
--- a/LibTest/collection/Queue/addAll_A01_t01.test.dart
+++ b/LibTest/collection/Queue/addAll_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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 list
- * BSD-style license that can be found in the LICENSE 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 list
+//BSD-style license that can be found in the LICENSE file.
+
 /**
  * @assertion  void addAll(Iterable<E> iterable)
  * Adds all elements of [iterable] at the end of the queue. The length of the
diff --git a/LibTest/collection/Queue/addAll_A01_t02.test.dart b/LibTest/collection/Queue/addAll_A01_t02.test.dart
index 4e368fd..315faf4 100644
--- a/LibTest/collection/Queue/addAll_A01_t02.test.dart
+++ b/LibTest/collection/Queue/addAll_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void addAll(Iterable<E> iterable)
  * Adds all elements of [iterable] at the end of the queue. The length of the
diff --git a/LibTest/collection/Queue/addAll_A03_t01.test.dart b/LibTest/collection/Queue/addAll_A03_t01.test.dart
index cc6087a..a9acdaf 100644
--- a/LibTest/collection/Queue/addAll_A03_t01.test.dart
+++ b/LibTest/collection/Queue/addAll_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Fails gracefully if supplied with an argument of a wrong type.
diff --git a/LibTest/collection/Queue/addFirst_A01_t01.test.dart b/LibTest/collection/Queue/addFirst_A01_t01.test.dart
index fa1f991..27ce176 100644
--- a/LibTest/collection/Queue/addFirst_A01_t01.test.dart
+++ b/LibTest/collection/Queue/addFirst_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void addFirst(E value)
  * Adds [value] at the beginning of the queue.
diff --git a/LibTest/collection/Queue/addFirst_A01_t02.test.dart b/LibTest/collection/Queue/addFirst_A01_t02.test.dart
index 009148a..84b45b2 100644
--- a/LibTest/collection/Queue/addFirst_A01_t02.test.dart
+++ b/LibTest/collection/Queue/addFirst_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void addFirst(E value)
  * Adds [value] at the beginning of the queue.
diff --git a/LibTest/collection/Queue/addLast_A01_t01.test.dart b/LibTest/collection/Queue/addLast_A01_t01.test.dart
index e2ca3c1..d75ebc7 100644
--- a/LibTest/collection/Queue/addLast_A01_t01.test.dart
+++ b/LibTest/collection/Queue/addLast_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addLast(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/Queue/addLast_A01_t02.test.dart b/LibTest/collection/Queue/addLast_A01_t02.test.dart
index d98882a..dad98f5 100644
--- a/LibTest/collection/Queue/addLast_A01_t02.test.dart
+++ b/LibTest/collection/Queue/addLast_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addLast(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/Queue/add_A01_t01.test.dart b/LibTest/collection/Queue/add_A01_t01.test.dart
index 0fa4be1..1408b60 100644
--- a/LibTest/collection/Queue/add_A01_t01.test.dart
+++ b/LibTest/collection/Queue/add_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void add(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/Queue/add_A01_t02.test.dart b/LibTest/collection/Queue/add_A01_t02.test.dart
index 929c4d5..ef5cecc 100644
--- a/LibTest/collection/Queue/add_A01_t02.test.dart
+++ b/LibTest/collection/Queue/add_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void add(E value)
  * Adds [value] at the end of the queue.
diff --git a/LibTest/collection/Queue/all_tests.lib.dart b/LibTest/collection/Queue/all_tests.lib.dart
index f74fef4..b201795 100644
--- a/LibTest/collection/Queue/all_tests.lib.dart
+++ b/LibTest/collection/Queue/all_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Queue<E> abstract class 
  * Implements Iterable<E>
diff --git a/LibTest/collection/Queue/clear_A01_t01.test.dart b/LibTest/collection/Queue/clear_A01_t01.test.dart
index 957e067..105b28d 100644
--- a/LibTest/collection/Queue/clear_A01_t01.test.dart
+++ b/LibTest/collection/Queue/clear_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void clear()
  * Removes all elements in the queue. The size of the queue becomes zero.
diff --git a/LibTest/collection/Queue/removeFirst_A01_t01.test.dart b/LibTest/collection/Queue/removeFirst_A01_t01.test.dart
index 3aa49a6..85059f0 100644
--- a/LibTest/collection/Queue/removeFirst_A01_t01.test.dart
+++ b/LibTest/collection/Queue/removeFirst_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion  abstract E removeFirst()
  * Removes and returns the first element of this queue.
diff --git a/LibTest/collection/Queue/removeFirst_A02_t01.test.dart b/LibTest/collection/Queue/removeFirst_A02_t01.test.dart
index 82204a8..c9fc741 100644
--- a/LibTest/collection/Queue/removeFirst_A02_t01.test.dart
+++ b/LibTest/collection/Queue/removeFirst_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract E removeFirst()
  * The queue must not be empty when this method is called.
diff --git a/LibTest/collection/Queue/removeLast_A01_t01.test.dart b/LibTest/collection/Queue/removeLast_A01_t01.test.dart
index 530311e..1145179 100644
--- a/LibTest/collection/Queue/removeLast_A01_t01.test.dart
+++ b/LibTest/collection/Queue/removeLast_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion  abstract E removeLast()
  * Removes and returns the last element of this queue.
diff --git a/LibTest/collection/Queue/removeLast_A02_t01.test.dart b/LibTest/collection/Queue/removeLast_A02_t01.test.dart
index ff2de27..a61c1b7 100644
--- a/LibTest/collection/Queue/removeLast_A02_t01.test.dart
+++ b/LibTest/collection/Queue/removeLast_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract E removeLast()
  * The queue must not be empty when this method is called.
diff --git a/LibTest/collection/Queue/removeWhere_A01_t01.test.dart b/LibTest/collection/Queue/removeWhere_A01_t01.test.dart
index a0f7322..cca4c21 100644
--- a/LibTest/collection/Queue/removeWhere_A01_t01.test.dart
+++ b/LibTest/collection/Queue/removeWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  void removeWhere(bool test(E element))
  * Removes all elements matched by [test] from the queue.
diff --git a/LibTest/collection/Queue/removeWhere_A02_t01.test.dart b/LibTest/collection/Queue/removeWhere_A02_t01.test.dart
index c096a42..caec148 100644
--- a/LibTest/collection/Queue/removeWhere_A02_t01.test.dart
+++ b/LibTest/collection/Queue/removeWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * ...
diff --git a/LibTest/collection/Queue/removeWhere_A02_t02.test.dart b/LibTest/collection/Queue/removeWhere_A02_t02.test.dart
index 8060cde..04a01b4 100644
--- a/LibTest/collection/Queue/removeWhere_A02_t02.test.dart
+++ b/LibTest/collection/Queue/removeWhere_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * ...
diff --git a/LibTest/collection/Queue/remove_A01_t01.test.dart b/LibTest/collection/Queue/remove_A01_t01.test.dart
index 6bdcb89..f28b011 100644
--- a/LibTest/collection/Queue/remove_A01_t01.test.dart
+++ b/LibTest/collection/Queue/remove_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool remove(Object value)
  * Remove a single instance of [value] from the queue.
diff --git a/LibTest/collection/Queue/remove_A02_t01.test.dart b/LibTest/collection/Queue/remove_A02_t01.test.dart
index 2c60ef4..0ca86e1 100644
--- a/LibTest/collection/Queue/remove_A02_t01.test.dart
+++ b/LibTest/collection/Queue/remove_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool remove(Object value)
  * Returns [true] if a [value] was removed, or [false] if the queue contains no
diff --git a/LibTest/collection/Queue/retainWhere_A01_t01.test.dart b/LibTest/collection/Queue/retainWhere_A01_t01.test.dart
index bb36431..d24752f 100644
--- a/LibTest/collection/Queue/retainWhere_A01_t01.test.dart
+++ b/LibTest/collection/Queue/retainWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all elements not matched by [test] from the queue.
diff --git a/LibTest/collection/Queue/retainWhere_A02_t01.test.dart b/LibTest/collection/Queue/retainWhere_A02_t01.test.dart
index 67ea1eb..4c65d5c 100644
--- a/LibTest/collection/Queue/retainWhere_A02_t01.test.dart
+++ b/LibTest/collection/Queue/retainWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * ...
diff --git a/LibTest/collection/Queue/retainWhere_A02_t02.test.dart b/LibTest/collection/Queue/retainWhere_A02_t02.test.dart
index efa145b..0f9f5d6 100644
--- a/LibTest/collection/Queue/retainWhere_A02_t02.test.dart
+++ b/LibTest/collection/Queue/retainWhere_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * ...
diff --git a/LibTest/collection/SetBase/SetBase.lib.dart b/LibTest/collection/SetBase/SetBase.lib.dart
index c47495a..9fe4ff8 100644
--- a/LibTest/collection/SetBase/SetBase.lib.dart
+++ b/LibTest/collection/SetBase/SetBase.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetBase<E>
  * Base implementation of Set.
diff --git a/LibTest/collection/SetBase/SetBase_A01_t01.dart b/LibTest/collection/SetBase/SetBase_A01_t01.dart
index f1a1f4f..34c7875 100644
--- a/LibTest/collection/SetBase/SetBase_A01_t01.dart
+++ b/LibTest/collection/SetBase/SetBase_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SetBase()
  * Base implementation of [Set].
diff --git a/LibTest/collection/SetBase/SetBase_inherited_t01.dart b/LibTest/collection/SetBase/SetBase_inherited_t01.dart
index be460fb..c738bcf 100644
--- a/LibTest/collection/SetBase/SetBase_inherited_t01.dart
+++ b/LibTest/collection/SetBase/SetBase_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetBase<E>
  * Base implementation of [Set].
diff --git a/LibTest/collection/SetBase/inherited_tests.lib.dart b/LibTest/collection/SetBase/inherited_tests.lib.dart
index 471d005..af93565 100644
--- a/LibTest/collection/SetBase/inherited_tests.lib.dart
+++ b/LibTest/collection/SetBase/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetBase<E>
  * Base implementation of [Set].
diff --git a/LibTest/collection/SetBase/setToString_A01_t01.dart b/LibTest/collection/SetBase/setToString_A01_t01.dart
index 97f4720..6b0a28b 100644
--- a/LibTest/collection/SetBase/setToString_A01_t01.dart
+++ b/LibTest/collection/SetBase/setToString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String setToString(Set set)
  * Convert a [Set] to a string as [{each, element, as, string}].
diff --git a/LibTest/collection/SetBase/setToString_A02_t01.dart b/LibTest/collection/SetBase/setToString_A02_t01.dart
index a262a2e..0023ca8 100644
--- a/LibTest/collection/SetBase/setToString_A02_t01.dart
+++ b/LibTest/collection/SetBase/setToString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String setToString(Set set)
  * ...
diff --git a/LibTest/collection/SetMixin/SetMixin.lib.dart b/LibTest/collection/SetMixin/SetMixin.lib.dart
index 8229ec2..70fd31e 100644
--- a/LibTest/collection/SetMixin/SetMixin.lib.dart
+++ b/LibTest/collection/SetMixin/SetMixin.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetMixin<K, V>
  * Mixin implementation of Set.
diff --git a/LibTest/collection/SetMixin/SetMixin_A01_t01.dart b/LibTest/collection/SetMixin/SetMixin_A01_t01.dart
index 6d811e5..f926cac 100644
--- a/LibTest/collection/SetMixin/SetMixin_A01_t01.dart
+++ b/LibTest/collection/SetMixin/SetMixin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SetBase()
  * Base implementation of [Set].
diff --git a/LibTest/collection/SetMixin/SetMixin_inherited_t01.dart b/LibTest/collection/SetMixin/SetMixin_inherited_t01.dart
index 3a617a2..508d3c6 100644
--- a/LibTest/collection/SetMixin/SetMixin_inherited_t01.dart
+++ b/LibTest/collection/SetMixin/SetMixin_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetMixin<K, V>
  * Mixin implementation of [Set].
diff --git a/LibTest/collection/SetMixin/inherited_tests.lib.dart b/LibTest/collection/SetMixin/inherited_tests.lib.dart
index 49cc881..361fad7 100644
--- a/LibTest/collection/SetMixin/inherited_tests.lib.dart
+++ b/LibTest/collection/SetMixin/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class SetMixin<K, V>
  * Mixin implementation of [Set].
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A01_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A01_t01.dart
index b6a53b5..d3a8b5f 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A02_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A02_t01.dart
index b86a13b..5618b6c 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A03_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A03_t01.dart
index 8c77dc3..d3c373c 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A03_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A04_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A04_t01.dart
index 6c7e3c6..be57fb4 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A04_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A05_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A05_t01.dart
index bf54c0c..377949c 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A05_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t01.dart
index bf139fb..62c62bc 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t02.dart
index 7ffe251..2dfe05b 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterable_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterable(Iterable iterable,
  * {K key(element), V value(element), int compare(K key1, K key2),
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A01_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A01_t01.dart
index 169dcc3..f44ab4d 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A02_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A02_t01.dart
index b38c46d..62b376d 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A03_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A03_t01.dart
index 88a3633..b3f57ce 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A03_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A04_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A04_t01.dart
index 9a05710..1f69f5f 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A04_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t01.dart
index 35681d4..d49fc00 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t02.dart
index c7186ef..e298eb2 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.fromIterables_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.fromIterables(Iterable<K> keys, Iterable<V> values,
  * [int compare(K key1, K key2), bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A01_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A01_t01.dart
index d176eb7..b1bb4b7 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.from(Map other, [int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A02_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A02_t01.dart
index e573738..5b6e025 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.from(Map other, [int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t01.dart
index 2b5eaf0..4e8ee93 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.from(Map other, [int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t02.dart
index c1cb992..12a1af4 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap.from_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap.from(Map other, [int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_A01_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_A01_t01.dart
index 20fb78d..e971158 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A01_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A01_t01.dart
index 916a1fb..09bea12 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t01.dart
index 19d2eb1..1c26bbe 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t02.dart
index 3928b26..35f16cc 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t01.dart
index 55d6ffd..b4a5f49 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t02.dart
index 3e5b7d5..a19c332 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t01.dart
index e6e7111..01ce48c 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t02.dart
index 31134a1..ba33ecd 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t03.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t03.dart
index 3cc4fb1..62f69ae 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t03.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t04.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t04.dart
index acc28d8..e7d15e7 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t04.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t01.dart
index b78086e..9533bc3 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t02.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t02.dart
index 7696e48..c2763a0 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t02.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A06_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A06_t01.dart
index 0a1079c..4464f12 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A06_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_class_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SplayTreeMap([int compare(K key1, K key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeMap/SplayTreeMap_inherited_t01.dart b/LibTest/collection/SplayTreeMap/SplayTreeMap_inherited_t01.dart
index eee8eda..5547081 100644
--- a/LibTest/collection/SplayTreeMap/SplayTreeMap_inherited_t01.dart
+++ b/LibTest/collection/SplayTreeMap/SplayTreeMap_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion SplayTreeMap<K, V> class
  * Implements Map<K, V>
diff --git a/LibTest/collection/SplayTreeMap/addAll_A01_t02.test.dart b/LibTest/collection/SplayTreeMap/addAll_A01_t02.test.dart
index b58c28f..c609128 100644
--- a/LibTest/collection/SplayTreeMap/addAll_A01_t02.test.dart
+++ b/LibTest/collection/SplayTreeMap/addAll_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Map<K, V> other)
  * Adds all key-value pairs of other to this map.
diff --git a/LibTest/collection/SplayTreeMap/clear_A01_t01.test.dart b/LibTest/collection/SplayTreeMap/clear_A01_t01.test.dart
index 4908f83..5ec4eab 100644
--- a/LibTest/collection/SplayTreeMap/clear_A01_t01.test.dart
+++ b/LibTest/collection/SplayTreeMap/clear_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all pairs from the map. After this, the map is empty.
diff --git a/LibTest/collection/SplayTreeMap/containsKey_A01_t02.test.dart b/LibTest/collection/SplayTreeMap/containsKey_A01_t02.test.dart
index 8f36f85..b052907 100644
--- a/LibTest/collection/SplayTreeMap/containsKey_A01_t02.test.dart
+++ b/LibTest/collection/SplayTreeMap/containsKey_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsKey(Object key)
  * Returns whether this map contains the given [key].
diff --git a/LibTest/collection/SplayTreeMap/firstKeyAfter_A01_t01.dart b/LibTest/collection/SplayTreeMap/firstKeyAfter_A01_t01.dart
index 7b564cd..d1d1cfc 100644
--- a/LibTest/collection/SplayTreeMap/firstKeyAfter_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/firstKeyAfter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K firstKeyAfter(K key)
  * Get the first key in the map that is strictly larger than [key].
diff --git a/LibTest/collection/SplayTreeMap/firstKeyAfter_A02_t01.dart b/LibTest/collection/SplayTreeMap/firstKeyAfter_A02_t01.dart
index 6227d9b..c3cfc5e 100644
--- a/LibTest/collection/SplayTreeMap/firstKeyAfter_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/firstKeyAfter_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K firstKeyAfter(K key)
  * Returns [null] if no [key] was not found.
diff --git a/LibTest/collection/SplayTreeMap/firstKey_A01_t01.dart b/LibTest/collection/SplayTreeMap/firstKey_A01_t01.dart
index 4427ff5..3c6f3c9 100644
--- a/LibTest/collection/SplayTreeMap/firstKey_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/firstKey_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K firstKey()
  * Get the first key in the map.
diff --git a/LibTest/collection/SplayTreeMap/firstKey_A02_t01.dart b/LibTest/collection/SplayTreeMap/firstKey_A02_t01.dart
index 590ae01..9d0682f 100644
--- a/LibTest/collection/SplayTreeMap/firstKey_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/firstKey_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K firstKey()
  * Returns [null] if the map is empty.
diff --git a/LibTest/collection/SplayTreeMap/forEach_A01_t02.test.dart b/LibTest/collection/SplayTreeMap/forEach_A01_t02.test.dart
index be60a79..ce806ef 100644
--- a/LibTest/collection/SplayTreeMap/forEach_A01_t02.test.dart
+++ b/LibTest/collection/SplayTreeMap/forEach_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies [f] to each {key, value} pair of the map.
diff --git a/LibTest/collection/SplayTreeMap/lastKeyBefore_A01_t01.dart b/LibTest/collection/SplayTreeMap/lastKeyBefore_A01_t01.dart
index 02fcb0c..f3af34f 100644
--- a/LibTest/collection/SplayTreeMap/lastKeyBefore_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/lastKeyBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K lastKeyBefore(K key)
  * Get the last key in the map that is strictly smaller than [key].
diff --git a/LibTest/collection/SplayTreeMap/lastKeyBefore_A02_t01.dart b/LibTest/collection/SplayTreeMap/lastKeyBefore_A02_t01.dart
index a6e8b17..e9124b5 100644
--- a/LibTest/collection/SplayTreeMap/lastKeyBefore_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/lastKeyBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K lastKeyBefore(K key)
  * Returns [null] if no key was not found.
diff --git a/LibTest/collection/SplayTreeMap/lastKey_A01_t01.dart b/LibTest/collection/SplayTreeMap/lastKey_A01_t01.dart
index 8eb6cef..5fbef95 100644
--- a/LibTest/collection/SplayTreeMap/lastKey_A01_t01.dart
+++ b/LibTest/collection/SplayTreeMap/lastKey_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K lastKey()
  * Get the last key in the map.
diff --git a/LibTest/collection/SplayTreeMap/lastKey_A02_t01.dart b/LibTest/collection/SplayTreeMap/lastKey_A02_t01.dart
index 3613a7f..bc88a61 100644
--- a/LibTest/collection/SplayTreeMap/lastKey_A02_t01.dart
+++ b/LibTest/collection/SplayTreeMap/lastKey_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion K lastKey()
  * Returns [null] if the map is empty.
diff --git a/LibTest/collection/SplayTreeMap/nonCompKeysTests.lib.dart b/LibTest/collection/SplayTreeMap/nonCompKeysTests.lib.dart
index 518c180..63ab623 100644
--- a/LibTest/collection/SplayTreeMap/nonCompKeysTests.lib.dart
+++ b/LibTest/collection/SplayTreeMap/nonCompKeysTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that non-comparable keys are rejected.
diff --git a/LibTest/collection/SplayTreeMap/operator_subscript_A01_t02.test.dart b/LibTest/collection/SplayTreeMap/operator_subscript_A01_t02.test.dart
index 57df17e..25b35a9 100644
--- a/LibTest/collection/SplayTreeMap/operator_subscript_A01_t02.test.dart
+++ b/LibTest/collection/SplayTreeMap/operator_subscript_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the value for the given [key] or null if [key] is not in
  * the map.
diff --git a/LibTest/collection/SplayTreeMap/operator_subscripted_assignment_A01_t02.test.dart b/LibTest/collection/SplayTreeMap/operator_subscripted_assignment_A01_t02.test.dart
index cc1afdb..218a8f3 100644
--- a/LibTest/collection/SplayTreeMap/operator_subscripted_assignment_A01_t02.test.dart
+++ b/LibTest/collection/SplayTreeMap/operator_subscripted_assignment_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Associates the [key] with the given [value].
  * @description Checks that [null] key is not allowed.
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A01_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A01_t01.dart
index 6222142..018879f 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A01_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t01.dart
index bf25eca..336e569 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t02.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t02.dart
index 7722f43..4174082 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t02.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t03.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t03.dart
index 6bd9620..03cf428 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t03.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04.dart
index 176be39..8dad1d0 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t05.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t05.dart
index 28e4a60..d661e72 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t05.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t06.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t06.dart
index b2a215c..780a7bc 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t06.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t07.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t07.dart
index eead8f2..f2736ce 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t07.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t08.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t08.dart
index 74f0623..f618760 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t08.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t09.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t09.dart
index 17dbd04..c3b75a9 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t09.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet.from(Iterable elements, [int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t01.dart
index 4023e55..7c374e1 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t02.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t02.dart
index 34c45d8..c2a44d6 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t02.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A02_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A02_t01.dart
index 6cc076a..a824eef 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A02_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t01.dart
index fd5bd31..7268c4e 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t02.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t02.dart
index 70d01ea..4f91c3c 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t02.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t03.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t03.dart
index 9f4cebc..aa101af 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t03.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t01.dart
index 262f523..f49f69f 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t02.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t02.dart
index 5f23dfe..b918029 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t02.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A05_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A05_t01.dart
index 4438080..a0b183a 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A05_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A06_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A06_t01.dart
index 2a8043a..4209cb9 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A06_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_A07_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_A07_t01.dart
index aa4f36f..6cc7267 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_A07_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion SplayTreeSet([int compare(E key1, E key2),
  * bool isValidKey(potentialKey)])
diff --git a/LibTest/collection/SplayTreeSet/SplayTreeSet_class_A01_t01.dart b/LibTest/collection/SplayTreeSet/SplayTreeSet_class_A01_t01.dart
index 56cf2fa..ed666d1 100644
--- a/LibTest/collection/SplayTreeSet/SplayTreeSet_class_A01_t01.dart
+++ b/LibTest/collection/SplayTreeSet/SplayTreeSet_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class SplayTreeSet<E>
  * A Set of objects that can be ordered relative to each other.
diff --git a/LibTest/collection/SplayTreeSet/inherited_tests.lib.dart b/LibTest/collection/SplayTreeSet/inherited_tests.lib.dart
index a8b19bb..cb52b2a 100644
--- a/LibTest/collection/SplayTreeSet/inherited_tests.lib.dart
+++ b/LibTest/collection/SplayTreeSet/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class SplayTreeSet<E>
  * A Set of objects that can be ordered relative to each other.
diff --git a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t01.dart b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t01.dart
index 24af1ef..9b26000 100644
--- a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion UnmodifiableListView(Iterable<E> source)
  * Creates an unmodifiable list backed by [source].
diff --git a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t02.dart b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t02.dart
index df8bcf3..f84d677 100644
--- a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion UnmodifiableListView(Iterable<E> source)
  * Creates an unmodifiable list backed by [source].
diff --git a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_inherited_t01.dart b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_inherited_t01.dart
index ec88e53..8403acb 100644
--- a/LibTest/collection/UnmodifiableListView/UnmodifiableListView_inherited_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/UnmodifiableListView_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class UnmodifiableListView<E>
  * An unmodifiable [List] view of another [List].
diff --git a/LibTest/collection/UnmodifiableListView/addAll_A01_t01.dart b/LibTest/collection/UnmodifiableListView/addAll_A01_t01.dart
index dbfc5c3..e3f021f 100644
--- a/LibTest/collection/UnmodifiableListView/addAll_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/add_A01_t01.dart b/LibTest/collection/UnmodifiableListView/add_A01_t01.dart
index 26c86bf..d28188d 100644
--- a/LibTest/collection/UnmodifiableListView/add_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/asMap_A01_t01.dart b/LibTest/collection/UnmodifiableListView/asMap_A01_t01.dart
index 39f74a6..ba15ddc 100644
--- a/LibTest/collection/UnmodifiableListView/asMap_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/collection/UnmodifiableListView/asMap_A02_t01.dart b/LibTest/collection/UnmodifiableListView/asMap_A02_t01.dart
index 1828c5f..0001a4e 100644
--- a/LibTest/collection/UnmodifiableListView/asMap_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Map<int, E> asMap()
  * The [Map.keys] [Iterable] iterates the indices of this list in numerical
diff --git a/LibTest/collection/UnmodifiableListView/clear_A01_t01.dart b/LibTest/collection/UnmodifiableListView/clear_A01_t01.dart
index ba4c121..95636a7 100644
--- a/LibTest/collection/UnmodifiableListView/clear_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/fillRange_A01_t01.dart b/LibTest/collection/UnmodifiableListView/fillRange_A01_t01.dart
index 929aa61..ca1be8c 100644
--- a/LibTest/collection/UnmodifiableListView/fillRange_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [ E fillValue ]
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/getRange_A01_t01.dart b/LibTest/collection/UnmodifiableListView/getRange_A01_t01.dart
index e2c5a8e..b394cd0 100644
--- a/LibTest/collection/UnmodifiableListView/getRange_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start] to
diff --git a/LibTest/collection/UnmodifiableListView/getRange_A01_t02.dart b/LibTest/collection/UnmodifiableListView/getRange_A01_t02.dart
index 0eb505e..4094eb7 100644
--- a/LibTest/collection/UnmodifiableListView/getRange_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/getRange_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start] to
diff --git a/LibTest/collection/UnmodifiableListView/getRange_A02_t01.dart b/LibTest/collection/UnmodifiableListView/getRange_A02_t01.dart
index aa5dc02..39da581 100644
--- a/LibTest/collection/UnmodifiableListView/getRange_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * An error occurs if [end] is before [start].
diff --git a/LibTest/collection/UnmodifiableListView/getRange_A03_t01.dart b/LibTest/collection/UnmodifiableListView/getRange_A03_t01.dart
index 0ff3c0c..3a6d977 100644
--- a/LibTest/collection/UnmodifiableListView/getRange_A03_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * An error occurs if the [start] and [end] are not valid ranges at the time of
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A01_t01.dart b/LibTest/collection/UnmodifiableListView/indexOf_A01_t01.dart
index 45bfc2e..922e54c 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of [element] in the list.
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A02_t01.dart b/LibTest/collection/UnmodifiableListView/indexOf_A02_t01.dart
index 05745ad..168c804 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [ int startIndex = 0 ])
  * Searches the list from index [start] to the end of the list. The first time
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A02_t02.dart b/LibTest/collection/UnmodifiableListView/indexOf_A02_t02.dart
index 04f4918..43c2f02 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A02_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * Searches the list from index [start] to the end of the list. The first time
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A03_t01.dart b/LibTest/collection/UnmodifiableListView/indexOf_A03_t01.dart
index f8dc064..d7d3de0 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A03_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns [-1] if given [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A03_t02.dart b/LibTest/collection/UnmodifiableListView/indexOf_A03_t02.dart
index 200bee4..821ffb2 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A03_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns [-1] if given [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A03_t03.dart b/LibTest/collection/UnmodifiableListView/indexOf_A03_t03.dart
index 1b0df7d..58dd77e 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A03_t03.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns [-1] if given [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/indexOf_A03_t04.dart b/LibTest/collection/UnmodifiableListView/indexOf_A03_t04.dart
index bde8c7f..4893ae4 100644
--- a/LibTest/collection/UnmodifiableListView/indexOf_A03_t04.dart
+++ b/LibTest/collection/UnmodifiableListView/indexOf_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns [-1] if given [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/insertAll_A01_t01.dart b/LibTest/collection/UnmodifiableListView/insertAll_A01_t01.dart
index 5c5a6b8..7a54ce8 100644
--- a/LibTest/collection/UnmodifiableListView/insertAll_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int at, Iterable<E> iterable)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/insert_A01_t01.dart b/LibTest/collection/UnmodifiableListView/insert_A01_t01.dart
index e00c11f..7ec3e89 100644
--- a/LibTest/collection/UnmodifiableListView/insert_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t01.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t01.dart
index c08c6a8..d44d9ba 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns the last index in the list a of the given [element], starting the
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t02.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t02.dart
index d283de8..e2f8773 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns the last index in the list a of the given [element], starting the
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t03.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t03.dart
index cc4b075..8894978 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t03.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns the last index in the list a of the given [element], starting the
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t01.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t01.dart
index af75369..bbe95b5 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns [-1] if [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t02.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t02.dart
index a0d473d..85702ff 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns [-1] if [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t03.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t03.dart
index 66fdc41..69c00f5 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t03.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns [-1] if [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t04.dart b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t04.dart
index 3f3e278..656b1be 100644
--- a/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t04.dart
+++ b/LibTest/collection/UnmodifiableListView/lastIndexOf_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  int lastIndexOf(Object element, [ int startIndex ])
  * Returns [-1] if [element] is not found.
diff --git a/LibTest/collection/UnmodifiableListView/operator_subscript_A01_t01.dart b/LibTest/collection/UnmodifiableListView/operator_subscript_A01_t01.dart
index 150c8b0..438ce2e 100644
--- a/LibTest/collection/UnmodifiableListView/operator_subscript_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * @description Checks fixed size arrays.
diff --git a/LibTest/collection/UnmodifiableListView/operator_subscript_A02_t01.dart b/LibTest/collection/UnmodifiableListView/operator_subscript_A02_t01.dart
index 7d73c15..2ca7f20 100644
--- a/LibTest/collection/UnmodifiableListView/operator_subscript_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * @description Checks that [RangeError] is thrown if [index] is out of bounds.
diff --git a/LibTest/collection/UnmodifiableListView/operator_subscript_A03_t01.dart b/LibTest/collection/UnmodifiableListView/operator_subscript_A03_t01.dart
index bb20cf5..28746d0 100644
--- a/LibTest/collection/UnmodifiableListView/operator_subscript_A03_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/operator_subscript_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * @description Checks that [Error] is thrown if [index] is of invalid type.
diff --git a/LibTest/collection/UnmodifiableListView/operator_subscripted_assignment_A01_t01.dart b/LibTest/collection/UnmodifiableListView/operator_subscripted_assignment_A01_t01.dart
index 762ea1d..ccc7e61 100644
--- a/LibTest/collection/UnmodifiableListView/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/removeAt_A01_t01.dart b/LibTest/collection/UnmodifiableListView/removeAt_A01_t01.dart
index a04e6fb..1540015 100644
--- a/LibTest/collection/UnmodifiableListView/removeAt_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/removeLast_A01_t01.dart b/LibTest/collection/UnmodifiableListView/removeLast_A01_t01.dart
index 899797d..e4106b3 100644
--- a/LibTest/collection/UnmodifiableListView/removeLast_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/removeRange_A01_t01.dart b/LibTest/collection/UnmodifiableListView/removeRange_A01_t01.dart
index 971e56b..7d48f19 100644
--- a/LibTest/collection/UnmodifiableListView/removeRange_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/removeWhere_A01_t01.dart b/LibTest/collection/UnmodifiableListView/removeWhere_A01_t01.dart
index 37ea6c0..dd41b54 100644
--- a/LibTest/collection/UnmodifiableListView/removeWhere_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/remove_A01_t01.dart b/LibTest/collection/UnmodifiableListView/remove_A01_t01.dart
index a90f99e..be88799 100644
--- a/LibTest/collection/UnmodifiableListView/remove_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/replaceRange_A01_t01.dart b/LibTest/collection/UnmodifiableListView/replaceRange_A01_t01.dart
index 8149b2b..54b3d7f 100644
--- a/LibTest/collection/UnmodifiableListView/replaceRange_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> iterable)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/retainWhere_A01_t01.dart b/LibTest/collection/UnmodifiableListView/retainWhere_A01_t01.dart
index c1f640e..6a264b6 100644
--- a/LibTest/collection/UnmodifiableListView/retainWhere_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/reversed_A01_t01.dart b/LibTest/collection/UnmodifiableListView/reversed_A01_t01.dart
index d25c733..ddfe318 100644
--- a/LibTest/collection/UnmodifiableListView/reversed_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterable<E> reversed
  * Returns an [Iterable] of the elements of this list in reverse order.
diff --git a/LibTest/collection/UnmodifiableListView/setAll_A01_t01.dart b/LibTest/collection/UnmodifiableListView/setAll_A01_t01.dart
index 9442869..d711c8a 100644
--- a/LibTest/collection/UnmodifiableListView/setAll_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int at, Iterable<E> iterable)
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/setRange_A01_t01.dart b/LibTest/collection/UnmodifiableListView/setRange_A01_t01.dart
index 580cfdd..884b7f6 100644
--- a/LibTest/collection/UnmodifiableListView/setRange_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setRange(int start, int end, Iterable<E> iterable,
  * [ int skipCount = 0 ])
diff --git a/LibTest/collection/UnmodifiableListView/setRange_A01_t02.dart b/LibTest/collection/UnmodifiableListView/setRange_A01_t02.dart
index 5b3f510..b9a4b61 100644
--- a/LibTest/collection/UnmodifiableListView/setRange_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/setRange_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setRange(int start, int end, Iterable<E> iterable,
  * [ int skipCount = 0 ])
diff --git a/LibTest/collection/UnmodifiableListView/shuffle_A01_t02.dart b/LibTest/collection/UnmodifiableListView/shuffle_A01_t02.dart
index 084f5d3..94e7bea 100644
--- a/LibTest/collection/UnmodifiableListView/shuffle_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random ])
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/sort_A01_t02.dart b/LibTest/collection/UnmodifiableListView/sort_A01_t02.dart
index 1bf728f..88a9468 100644
--- a/LibTest/collection/UnmodifiableListView/sort_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/sort_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([Comparator compare ])
  * This operation is not supported by an unmodifiable list.
diff --git a/LibTest/collection/UnmodifiableListView/sublist_A01_t01.dart b/LibTest/collection/UnmodifiableListView/sublist_A01_t01.dart
index 97534be..be9b11b 100644
--- a/LibTest/collection/UnmodifiableListView/sublist_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/collection/UnmodifiableListView/sublist_A01_t02.dart b/LibTest/collection/UnmodifiableListView/sublist_A01_t02.dart
index fb3caab..6b02f5b 100644
--- a/LibTest/collection/UnmodifiableListView/sublist_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableListView/sublist_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/collection/UnmodifiableListView/sublist_A02_t01.dart b/LibTest/collection/UnmodifiableListView/sublist_A02_t01.dart
index 9c79dae..e272d47 100644
--- a/LibTest/collection/UnmodifiableListView/sublist_A02_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * If [end] is omitted, the [length] of [this] is used.
diff --git a/LibTest/collection/UnmodifiableListView/sublist_A03_t01.dart b/LibTest/collection/UnmodifiableListView/sublist_A03_t01.dart
index fcc9a56..4445541 100644
--- a/LibTest/collection/UnmodifiableListView/sublist_A03_t01.dart
+++ b/LibTest/collection/UnmodifiableListView/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/collection/UnmodifiableMapBase/UnmodifiableMapBase_class_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/UnmodifiableMapBase_class_A01_t01.dart
index 82c6679..5fa4237 100644
--- a/LibTest/collection/UnmodifiableMapBase/UnmodifiableMapBase_class_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/UnmodifiableMapBase_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * Basic implementation of an unmodifiable [Map].
  * This class has a basic implementation of all but two of the members of an
diff --git a/LibTest/collection/UnmodifiableMapBase/addAll_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/addAll_A01_t01.dart
index f4ec5dc..d86e0c0 100644
--- a/LibTest/collection/UnmodifiableMapBase/addAll_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Map<K, V> other)
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapBase/clear_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/clear_A01_t01.dart
index 0d58a09..d4da5a7 100644
--- a/LibTest/collection/UnmodifiableMapBase/clear_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t01.dart
index d5dec0e..b422d25 100644
--- a/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsKey(Object key)
  * Returns [true] if this map contains the given [key].
diff --git a/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t02.dart
index 0dfe4e9..5b516ae 100644
--- a/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/containsKey_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsKey(Object key)
  * Returns [true] if this map contains the given [key].
diff --git a/LibTest/collection/UnmodifiableMapBase/containsValue_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/containsValue_A01_t01.dart
index d0f4bc3..5d31a97 100644
--- a/LibTest/collection/UnmodifiableMapBase/containsValue_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/containsValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  bool containsValue(Object value)
  * Returns [true] if this map contains the given [value].
diff --git a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t01.dart
index 2e28e00..b692e9d 100644
--- a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t03.dart b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t03.dart
index 84c8d06..622022b 100644
--- a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t03.dart
+++ b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t04.dart b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t04.dart
index fc151c8..deef09c 100644
--- a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t04.dart
+++ b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t05.dart b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t05.dart
index 5c20c9a..859834c 100644
--- a/LibTest/collection/UnmodifiableMapBase/forEach_A01_t05.dart
+++ b/LibTest/collection/UnmodifiableMapBase/forEach_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t01.dart
index e1eca65..61a6e95 100644
--- a/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * @description Check that [true] is returned only if the map is empty.
diff --git a/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t02.dart
index 63d6072..64c65a3 100644
--- a/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * @description Check that [isEmpty] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t01.dart
index 3febdb0..8ee1bab 100644
--- a/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * @description Check that [true] is returned only if the map is not empty.
diff --git a/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t02.dart
index 6b86bf1..df99f8f 100644
--- a/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * @description Check that [isNotEmpty] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapBase/keys_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/keys_A01_t01.dart
index 3bb652d..fc92414 100644
--- a/LibTest/collection/UnmodifiableMapBase/keys_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/keys_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool keys
  * @description Checks that [keys] return correct key list.
diff --git a/LibTest/collection/UnmodifiableMapBase/keys_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/keys_A01_t02.dart
index 4d4adad..5bcfd25 100644
--- a/LibTest/collection/UnmodifiableMapBase/keys_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/keys_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool keys
  * @description Check that [keys] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapBase/length_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/length_A01_t01.dart
index e48b7c6..9bf5198 100644
--- a/LibTest/collection/UnmodifiableMapBase/length_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * @description Checks that length property contains correct size of the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/length_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/length_A01_t02.dart
index e5179c7..21cbbbf 100644
--- a/LibTest/collection/UnmodifiableMapBase/length_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool length
  * @description Check that [length] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapBase/operator_subscript_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/operator_subscript_A01_t01.dart
index b1abf06..8288340 100644
--- a/LibTest/collection/UnmodifiableMapBase/operator_subscript_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract V operator [](Object key)
  * Returns the value for the given [key] or [null] if [key] is not in the map.
diff --git a/LibTest/collection/UnmodifiableMapBase/operator_subscripted_assignment_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/operator_subscripted_assignment_A01_t01.dart
index a3c35f1..2e28bab 100644
--- a/LibTest/collection/UnmodifiableMapBase/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * This operation is not supported by an unmodifiable map base.
diff --git a/LibTest/collection/UnmodifiableMapBase/putIfAbsent_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/putIfAbsent_A01_t01.dart
index c1ca43d..409ab22 100644
--- a/LibTest/collection/UnmodifiableMapBase/putIfAbsent_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/putIfAbsent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion V putIfAbsent(K key, V ifAbsent())
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapBase/remove_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/remove_A01_t01.dart
index e456ba6..9e64cb7 100644
--- a/LibTest/collection/UnmodifiableMapBase/remove_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion V remove(Object key)
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapBase/unmodifiablemapbase.lib.dart b/LibTest/collection/UnmodifiableMapBase/unmodifiablemapbase.lib.dart
index 9494492..94dd47c 100644
--- a/LibTest/collection/UnmodifiableMapBase/unmodifiablemapbase.lib.dart
+++ b/LibTest/collection/UnmodifiableMapBase/unmodifiablemapbase.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UnmodifiableMapBase<K, V>
  * Basic implementation of an unmodifiable [Map].
diff --git a/LibTest/collection/UnmodifiableMapBase/values_A01_t01.dart b/LibTest/collection/UnmodifiableMapBase/values_A01_t01.dart
index 74cbb4a..12da62a 100644
--- a/LibTest/collection/UnmodifiableMapBase/values_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapBase/values_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool values
  * @description Checks that [values] return correct value list.
diff --git a/LibTest/collection/UnmodifiableMapBase/values_A01_t02.dart b/LibTest/collection/UnmodifiableMapBase/values_A01_t02.dart
index d720e10..5a4f24e 100644
--- a/LibTest/collection/UnmodifiableMapBase/values_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapBase/values_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool values
  * @description Check that [values] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapView/UnmodifiableMapView_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/UnmodifiableMapView_A01_t01.dart
index 91af030..bceff46 100644
--- a/LibTest/collection/UnmodifiableMapView/UnmodifiableMapView_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/UnmodifiableMapView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UnmodifiableMapView(Map<K, V> map)
  * @description Checks that default constructor  creates a [UnmodifiableMapView].
diff --git a/LibTest/collection/UnmodifiableMapView/addAll_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/addAll_A01_t01.dart
index 92d667a..f6949a3 100644
--- a/LibTest/collection/UnmodifiableMapView/addAll_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Map<K, V> other)
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapView/clear_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/clear_A01_t01.dart
index 8c557ed..cf76747 100644
--- a/LibTest/collection/UnmodifiableMapView/clear_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapView/containsKey_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/containsKey_A01_t01.dart
index aa7a9ff..fa27acf 100644
--- a/LibTest/collection/UnmodifiableMapView/containsKey_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/containsKey_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsKey(Object key)
  * Returns [true] if this map contains the given [key].
diff --git a/LibTest/collection/UnmodifiableMapView/containsKey_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/containsKey_A01_t02.dart
index 845548b..c3c0c3c 100644
--- a/LibTest/collection/UnmodifiableMapView/containsKey_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/containsKey_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsKey(Object key)
  * Returns [true] if this map contains the given [key].
diff --git a/LibTest/collection/UnmodifiableMapView/containsValue_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/containsValue_A01_t01.dart
index 6a3ecca..be0e525 100644
--- a/LibTest/collection/UnmodifiableMapView/containsValue_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/containsValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  bool containsValue(Object value)
  * Returns [true] if this map contains the given [value].
diff --git a/LibTest/collection/UnmodifiableMapView/forEach_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/forEach_A01_t01.dart
index b3d29cf..216e81d 100644
--- a/LibTest/collection/UnmodifiableMapView/forEach_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapView/forEach_A01_t03.dart b/LibTest/collection/UnmodifiableMapView/forEach_A01_t03.dart
index 66b4569..2da1441 100644
--- a/LibTest/collection/UnmodifiableMapView/forEach_A01_t03.dart
+++ b/LibTest/collection/UnmodifiableMapView/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapView/forEach_A01_t04.dart b/LibTest/collection/UnmodifiableMapView/forEach_A01_t04.dart
index e6b80b7..7125e0f 100644
--- a/LibTest/collection/UnmodifiableMapView/forEach_A01_t04.dart
+++ b/LibTest/collection/UnmodifiableMapView/forEach_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapView/forEach_A01_t05.dart b/LibTest/collection/UnmodifiableMapView/forEach_A01_t05.dart
index ff7a2ba..b38e123 100644
--- a/LibTest/collection/UnmodifiableMapView/forEach_A01_t05.dart
+++ b/LibTest/collection/UnmodifiableMapView/forEach_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(K key, V value))
  * Applies [f] to each key-value pair of the map.
diff --git a/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t01.dart
index 7274e6e..a8413e2 100644
--- a/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * @description Check that [true] is returned only if the map is empty.
diff --git a/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t02.dart
index c2fac5c..1f3cfd7 100644
--- a/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * @description Check that [isEmpty] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t01.dart
index be865f9..f4b2e25 100644
--- a/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * @description Check that [true] is returned only if the map is not empty.
diff --git a/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t02.dart
index 6a3d6ae..2973d89 100644
--- a/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * @description Check that [isNotEmpty] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapView/keys_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/keys_A01_t01.dart
index 778e8b6..7abb34d 100644
--- a/LibTest/collection/UnmodifiableMapView/keys_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/keys_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool keys
  * @description Checks that [keys] return correct key list.
diff --git a/LibTest/collection/UnmodifiableMapView/keys_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/keys_A01_t02.dart
index 2af6d75..0cd6955 100644
--- a/LibTest/collection/UnmodifiableMapView/keys_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/keys_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool keys
  * @description Check that [keys] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapView/length_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/length_A01_t01.dart
index c32130c..8d183a7 100644
--- a/LibTest/collection/UnmodifiableMapView/length_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * @description Checks that length property contains correct size of the map.
diff --git a/LibTest/collection/UnmodifiableMapView/length_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/length_A01_t02.dart
index ea6ab48..605b73c 100644
--- a/LibTest/collection/UnmodifiableMapView/length_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool length
  * @description Check that [length] is a read-only property.
diff --git a/LibTest/collection/UnmodifiableMapView/operator_subscript_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/operator_subscript_A01_t01.dart
index 063a94f..b06f6b4 100644
--- a/LibTest/collection/UnmodifiableMapView/operator_subscript_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract V operator [](Object key)
  * Returns the value for the given [key] or [null] if [key] is not in the map.
diff --git a/LibTest/collection/UnmodifiableMapView/operator_subscripted_assignment_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/operator_subscripted_assignment_A01_t01.dart
index b4f2b69..2219612 100644
--- a/LibTest/collection/UnmodifiableMapView/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * This operation is not supported by an unmodifiable map base.
diff --git a/LibTest/collection/UnmodifiableMapView/putIfAbsent_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/putIfAbsent_A01_t01.dart
index eea4996..4e9ee30 100644
--- a/LibTest/collection/UnmodifiableMapView/putIfAbsent_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/putIfAbsent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion V putIfAbsent(K key, V ifAbsent())
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapView/remove_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/remove_A01_t01.dart
index 2320362..163fa2d 100644
--- a/LibTest/collection/UnmodifiableMapView/remove_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion V remove(Object key)
  * This operation is not supported.
diff --git a/LibTest/collection/UnmodifiableMapView/values_A01_t01.dart b/LibTest/collection/UnmodifiableMapView/values_A01_t01.dart
index 10752d6..fd0c6a5 100644
--- a/LibTest/collection/UnmodifiableMapView/values_A01_t01.dart
+++ b/LibTest/collection/UnmodifiableMapView/values_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool values
  * @description Checks that [values] return correct value list.
diff --git a/LibTest/collection/UnmodifiableMapView/values_A01_t02.dart b/LibTest/collection/UnmodifiableMapView/values_A01_t02.dart
index c61a033..31d569c 100644
--- a/LibTest/collection/UnmodifiableMapView/values_A01_t02.dart
+++ b/LibTest/collection/UnmodifiableMapView/values_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool values
  * @description Check that [values] is a read-only property.
diff --git a/LibTest/convert/AsciiCodec/AsciiCodec_A01_t01.dart b/LibTest/convert/AsciiCodec/AsciiCodec_A01_t01.dart
index 003a826..eb0d2da 100644
--- a/LibTest/convert/AsciiCodec/AsciiCodec_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/AsciiCodec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const AsciiCodec({bool allowInvalid: false})
  * Instantiates a new AsciiCodec.
diff --git a/LibTest/convert/AsciiCodec/AsciiCodec_A01_t02.dart b/LibTest/convert/AsciiCodec/AsciiCodec_A01_t02.dart
index 5a3cd3f..f43be23 100644
--- a/LibTest/convert/AsciiCodec/AsciiCodec_A01_t02.dart
+++ b/LibTest/convert/AsciiCodec/AsciiCodec_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const AsciiCodec({bool allowInvalid: false})
  * Instantiates a new AsciiCodec.
diff --git a/LibTest/convert/AsciiCodec/decodeStream_A01_t01.dart b/LibTest/convert/AsciiCodec/decodeStream_A01_t01.dart
index 161a0eb..930f96d 100644
--- a/LibTest/convert/AsciiCodec/decodeStream_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/decodeStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> decodeStream(Stream<List<int>> byteStream)
  * @description Checks that this method decodes stream to ASCII string
diff --git a/LibTest/convert/AsciiCodec/decode_A01_t01.dart b/LibTest/convert/AsciiCodec/decode_A01_t01.dart
index bc32cd1..3bc7ff8 100644
--- a/LibTest/convert/AsciiCodec/decode_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the ASCII bytes (a list of unsigned 7-bit integers) to the
diff --git a/LibTest/convert/AsciiCodec/decode_A02_t01.dart b/LibTest/convert/AsciiCodec/decode_A02_t01.dart
index 1cccf35..0f1fdfc 100644
--- a/LibTest/convert/AsciiCodec/decode_A02_t01.dart
+++ b/LibTest/convert/AsciiCodec/decode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the ASCII bytes (a list of unsigned 7-bit integers) to the
diff --git a/LibTest/convert/AsciiCodec/decode_A03_t01.dart b/LibTest/convert/AsciiCodec/decode_A03_t01.dart
index 5f2b035..6f5ba9f 100644
--- a/LibTest/convert/AsciiCodec/decode_A03_t01.dart
+++ b/LibTest/convert/AsciiCodec/decode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the ASCII bytes (a list of unsigned 7-bit integers) to the
diff --git a/LibTest/convert/AsciiCodec/decoder_A01_t01.dart b/LibTest/convert/AsciiCodec/decoder_A01_t01.dart
index 3f92901..2fde5c3 100644
--- a/LibTest/convert/AsciiCodec/decoder_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion AsciiDecoder decoder
  * @description Checks that this property returns AsciiDecoder which works as
diff --git a/LibTest/convert/AsciiCodec/encode_A01_t01.dart b/LibTest/convert/AsciiCodec/encode_A01_t01.dart
index ec4050e..a8104d8 100644
--- a/LibTest/convert/AsciiCodec/encode_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes strings to ASCII code units
diff --git a/LibTest/convert/AsciiCodec/encoder_A01_t01.dart b/LibTest/convert/AsciiCodec/encoder_A01_t01.dart
index efb09f8..15acc70 100644
--- a/LibTest/convert/AsciiCodec/encoder_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion AsciiEncoder encoder
  * @description Checks that this property returns AsciiEncoder which works as
diff --git a/LibTest/convert/AsciiCodec/fuse_A01_t01.dart b/LibTest/convert/AsciiCodec/fuse_A01_t01.dart
index 7bf6c21..e73954b 100644
--- a/LibTest/convert/AsciiCodec/fuse_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/convert/AsciiCodec/inverted_A01_t01.dart b/LibTest/convert/AsciiCodec/inverted_A01_t01.dart
index 933f06a..c8519b6 100644
--- a/LibTest/convert/AsciiCodec/inverted_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/convert/AsciiCodec/name_A01_t01.dart b/LibTest/convert/AsciiCodec/name_A01_t01.dart
index 0dd2b3d..4451c7b 100644
--- a/LibTest/convert/AsciiCodec/name_A01_t01.dart
+++ b/LibTest/convert/AsciiCodec/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * @description Checks that this property returns "us-ascii"
diff --git a/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t01.dart b/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t01.dart
index 1a77eeb..129351b 100644
--- a/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t01.dart
+++ b/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const AsciiDecoder({bool allowInvalid: false})
  *
diff --git a/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t02.dart b/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t02.dart
index 71400cd..8deff20 100644
--- a/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t02.dart
+++ b/LibTest/convert/AsciiDecoder/AsciiDecoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const AsciiDecoder({bool allowInvalid: false})
  *
diff --git a/LibTest/convert/AsciiDecoder/bind_A01_t01.dart b/LibTest/convert/AsciiDecoder/bind_A01_t01.dart
index 19f1c27..e84cffd 100644
--- a/LibTest/convert/AsciiDecoder/bind_A01_t01.dart
+++ b/LibTest/convert/AsciiDecoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<String> bind(Stream<List<int>> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/AsciiDecoder/convert_A01_t01.dart b/LibTest/convert/AsciiDecoder/convert_A01_t01.dart
index e9aa39b..44bac78 100644
--- a/LibTest/convert/AsciiDecoder/convert_A01_t01.dart
+++ b/LibTest/convert/AsciiDecoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> bytes, [
diff --git a/LibTest/convert/AsciiDecoder/convert_A02_t01.dart b/LibTest/convert/AsciiDecoder/convert_A02_t01.dart
index 8a20f18..6431563 100644
--- a/LibTest/convert/AsciiDecoder/convert_A02_t01.dart
+++ b/LibTest/convert/AsciiDecoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> bytes, [
diff --git a/LibTest/convert/AsciiDecoder/fuse_A01_t01.dart b/LibTest/convert/AsciiDecoder/fuse_A01_t01.dart
index d167bd7..cb2a5fe 100644
--- a/LibTest/convert/AsciiDecoder/fuse_A01_t01.dart
+++ b/LibTest/convert/AsciiDecoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/AsciiDecoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/AsciiDecoder/startChunkedConversion_A01_t01.dart
index 236fd48..2b4cfe9 100644
--- a/LibTest/convert/AsciiDecoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/AsciiDecoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/AsciiDecoder/startChunkedConversion_A02_t01.dart b/LibTest/convert/AsciiDecoder/startChunkedConversion_A02_t01.dart
index f60ba46..0977aad 100644
--- a/LibTest/convert/AsciiDecoder/startChunkedConversion_A02_t01.dart
+++ b/LibTest/convert/AsciiDecoder/startChunkedConversion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/AsciiEncoder/AsciiEncoder_A01_t01.dart b/LibTest/convert/AsciiEncoder/AsciiEncoder_A01_t01.dart
index f95e0aa..94bcba4 100644
--- a/LibTest/convert/AsciiEncoder/AsciiEncoder_A01_t01.dart
+++ b/LibTest/convert/AsciiEncoder/AsciiEncoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const AsciiEncoder()
  * @description Checks that this constructor created valid AsciiEncoder
diff --git a/LibTest/convert/AsciiEncoder/bind_A01_t01.dart b/LibTest/convert/AsciiEncoder/bind_A01_t01.dart
index 0551ac4..c7746ed 100644
--- a/LibTest/convert/AsciiEncoder/bind_A01_t01.dart
+++ b/LibTest/convert/AsciiEncoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<String> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/AsciiEncoder/convert_A01_t01.dart b/LibTest/convert/AsciiEncoder/convert_A01_t01.dart
index d7339e8..9bff239 100644
--- a/LibTest/convert/AsciiEncoder/convert_A01_t01.dart
+++ b/LibTest/convert/AsciiEncoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/AsciiEncoder/convert_A02_t01.dart b/LibTest/convert/AsciiEncoder/convert_A02_t01.dart
index 46dae65..8685520 100644
--- a/LibTest/convert/AsciiEncoder/convert_A02_t01.dart
+++ b/LibTest/convert/AsciiEncoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/AsciiEncoder/fuse_A01_t01.dart b/LibTest/convert/AsciiEncoder/fuse_A01_t01.dart
index a086525..f97895d 100644
--- a/LibTest/convert/AsciiEncoder/fuse_A01_t01.dart
+++ b/LibTest/convert/AsciiEncoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/AsciiEncoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/AsciiEncoder/startChunkedConversion_A01_t01.dart
index 04394c9..cf95e0a 100644
--- a/LibTest/convert/AsciiEncoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/AsciiEncoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Base64Codec/Base64Codec.urlSafe_A01_t01.dart b/LibTest/convert/Base64Codec/Base64Codec.urlSafe_A01_t01.dart
index 2d3a7e7..f515c3f 100644
--- a/LibTest/convert/Base64Codec/Base64Codec.urlSafe_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/Base64Codec.urlSafe_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Base64Codec.urlSafe()
  * @description Checks that this constructor creates valid Base64Codec in
diff --git a/LibTest/convert/Base64Codec/Base64Codec_A01_t01.dart b/LibTest/convert/Base64Codec/Base64Codec_A01_t01.dart
index a087393..5dcbc71 100644
--- a/LibTest/convert/Base64Codec/Base64Codec_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/Base64Codec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Base64Codec()
  * @description Checks that this constructor creates valid Base64Codec in
diff --git a/LibTest/convert/Base64Codec/decode_A01_t01.dart b/LibTest/convert/Base64Codec/decode_A01_t01.dart
index ed4cdb5..9e2c69d 100644
--- a/LibTest/convert/Base64Codec/decode_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S decode(T encoded)
  * @description Checks that this method decodes data to base 64 string
diff --git a/LibTest/convert/Base64Codec/decoder_A01_t01.dart b/LibTest/convert/Base64Codec/decoder_A01_t01.dart
index 379d777..fd3ecdf 100644
--- a/LibTest/convert/Base64Codec/decoder_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Base64Decoder decoder
  * @description Checks that this property returns Base64Decoder which works as
diff --git a/LibTest/convert/Base64Codec/decoder_A01_t02.dart b/LibTest/convert/Base64Codec/decoder_A01_t02.dart
index 9e981a3..26ce1e0 100644
--- a/LibTest/convert/Base64Codec/decoder_A01_t02.dart
+++ b/LibTest/convert/Base64Codec/decoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Base64Decoder decoder
  * @description Checks that this property returns Base64Decoder which works as
diff --git a/LibTest/convert/Base64Codec/encode_A01_t01.dart b/LibTest/convert/Base64Codec/encode_A01_t01.dart
index 4b6fbfa..1d66779 100644
--- a/LibTest/convert/Base64Codec/encode_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes strings to base54 code units
diff --git a/LibTest/convert/Base64Codec/encoder_A01_t01.dart b/LibTest/convert/Base64Codec/encoder_A01_t01.dart
index 3dfee9a..b281520 100644
--- a/LibTest/convert/Base64Codec/encoder_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Base64Encoder encoder
  * @description Checks that this property returns Base64Encoder which works as
diff --git a/LibTest/convert/Base64Codec/encoder_A01_t02.dart b/LibTest/convert/Base64Codec/encoder_A01_t02.dart
index 34beac8..b4b5e6d 100644
--- a/LibTest/convert/Base64Codec/encoder_A01_t02.dart
+++ b/LibTest/convert/Base64Codec/encoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Base64Encoder encoder
  * @description Checks that this property returns Base64Encoder which works as
diff --git a/LibTest/convert/Base64Codec/fuse_A01_t01.dart b/LibTest/convert/Base64Codec/fuse_A01_t01.dart
index 37812e6..8a3d4b0 100644
--- a/LibTest/convert/Base64Codec/fuse_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/convert/Base64Codec/inverted_A01_t01.dart b/LibTest/convert/Base64Codec/inverted_A01_t01.dart
index 0e714e3..bb0c133 100644
--- a/LibTest/convert/Base64Codec/inverted_A01_t01.dart
+++ b/LibTest/convert/Base64Codec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/convert/Base64Decoder/Base64Decoder_A01_t01.dart b/LibTest/convert/Base64Decoder/Base64Decoder_A01_t01.dart
index 697e534..55586fb 100644
--- a/LibTest/convert/Base64Decoder/Base64Decoder_A01_t01.dart
+++ b/LibTest/convert/Base64Decoder/Base64Decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Base64Decoder()
  * @description Checks that this constructor creates valid Base64Decoder which
diff --git a/LibTest/convert/Base64Decoder/bind_A01_t01.dart b/LibTest/convert/Base64Decoder/bind_A01_t01.dart
index c6dce23..a72c665 100644
--- a/LibTest/convert/Base64Decoder/bind_A01_t01.dart
+++ b/LibTest/convert/Base64Decoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> bind(Stream<S> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Base64Decoder/convert_A01_t01.dart b/LibTest/convert/Base64Decoder/convert_A01_t01.dart
index d25f029..d4045d0 100644
--- a/LibTest/convert/Base64Decoder/convert_A01_t01.dart
+++ b/LibTest/convert/Base64Decoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String input, [
diff --git a/LibTest/convert/Base64Decoder/convert_A02_t01.dart b/LibTest/convert/Base64Decoder/convert_A02_t01.dart
index 81967f4..d5c4bbc 100644
--- a/LibTest/convert/Base64Decoder/convert_A02_t01.dart
+++ b/LibTest/convert/Base64Decoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String input, [
diff --git a/LibTest/convert/Base64Decoder/fuse_A01_t01.dart b/LibTest/convert/Base64Decoder/fuse_A01_t01.dart
index 0ad177d..cfe701a 100644
--- a/LibTest/convert/Base64Decoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Base64Decoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/Base64Decoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Base64Decoder/startChunkedConversion_A01_t01.dart
index 4e4448b..e100f6f 100644
--- a/LibTest/convert/Base64Decoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Base64Decoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Base64Encoder/Base64Encoder.urlSafe_A01_t01.dart b/LibTest/convert/Base64Encoder/Base64Encoder.urlSafe_A01_t01.dart
index 09763f1..6a2fd89 100644
--- a/LibTest/convert/Base64Encoder/Base64Encoder.urlSafe_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/Base64Encoder.urlSafe_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Base64Encoder.urlSafe()
  * @description Checks that this constructor creates valid Base64Encoder in
diff --git a/LibTest/convert/Base64Encoder/Base64Encoder_A01_t01.dart b/LibTest/convert/Base64Encoder/Base64Encoder_A01_t01.dart
index 992cc74..36f2b48 100644
--- a/LibTest/convert/Base64Encoder/Base64Encoder_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/Base64Encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Base64Encoder()
  * @description Checks that this constructor creates valid Base64Encoder in
diff --git a/LibTest/convert/Base64Encoder/bind_A01_t01.dart b/LibTest/convert/Base64Encoder/bind_A01_t01.dart
index fb18626..6b79f33 100644
--- a/LibTest/convert/Base64Encoder/bind_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<String> bind(Stream<List<int>> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Base64Encoder/convert_A01_t01.dart b/LibTest/convert/Base64Encoder/convert_A01_t01.dart
index 404e9ef..a37a788 100644
--- a/LibTest/convert/Base64Encoder/convert_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(List<int> input)
  * Converts input and returns the result of the conversion.
diff --git a/LibTest/convert/Base64Encoder/convert_A01_t02.dart b/LibTest/convert/Base64Encoder/convert_A01_t02.dart
index b0126f3..af829b2 100644
--- a/LibTest/convert/Base64Encoder/convert_A01_t02.dart
+++ b/LibTest/convert/Base64Encoder/convert_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(List<int> input)
  * Converts input and returns the result of the conversion.
diff --git a/LibTest/convert/Base64Encoder/fuse_A01_t01.dart b/LibTest/convert/Base64Encoder/fuse_A01_t01.dart
index 79aeabc..0819921 100644
--- a/LibTest/convert/Base64Encoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<S, TT> fuse<TT>(Converter<T, TT> other)
  * Fuses this with other.
diff --git a/LibTest/convert/Base64Encoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Base64Encoder/startChunkedConversion_A01_t01.dart
index b62ffff..5f44bfb 100644
--- a/LibTest/convert/Base64Encoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Base64Encoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/ByteConversionSink/ByteConversionSink.from_A01_t01.dart b/LibTest/convert/ByteConversionSink/ByteConversionSink.from_A01_t01.dart
index 0a72dea..cdf55de 100644
--- a/LibTest/convert/ByteConversionSink/ByteConversionSink.from_A01_t01.dart
+++ b/LibTest/convert/ByteConversionSink/ByteConversionSink.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink.from(Sink<List<int>> sink)
  * @description Checks that this constructor creates ByteConversionSink
diff --git a/LibTest/convert/ByteConversionSink/ByteConversionSink.withCallback_A01_t01.dart b/LibTest/convert/ByteConversionSink/ByteConversionSink.withCallback_A01_t01.dart
index 064e7b6..fdfe9ab 100644
--- a/LibTest/convert/ByteConversionSink/ByteConversionSink.withCallback_A01_t01.dart
+++ b/LibTest/convert/ByteConversionSink/ByteConversionSink.withCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink.withCallback(
  *  void callback(List<T> accumulated)
diff --git a/LibTest/convert/ByteConversionSink/ByteConversionSink_class_A01_t01.dart b/LibTest/convert/ByteConversionSink/ByteConversionSink_class_A01_t01.dart
index 80859df..a964c2f 100644
--- a/LibTest/convert/ByteConversionSink/ByteConversionSink_class_A01_t01.dart
+++ b/LibTest/convert/ByteConversionSink/ByteConversionSink_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T chunk)
  * Adds chunked data to this sink.
diff --git a/LibTest/convert/ByteConversionSink/addSlice_A01_t01.test.dart b/LibTest/convert/ByteConversionSink/addSlice_A01_t01.test.dart
index 26e099e..9bb1176 100644
--- a/LibTest/convert/ByteConversionSink/addSlice_A01_t01.test.dart
+++ b/LibTest/convert/ByteConversionSink/addSlice_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addSlice(List<int> chunk, int start, int end, bool isLast)
  * Adds the next chunk to this.
diff --git a/LibTest/convert/ByteConversionSink/addSlice_A01_t02.test.dart b/LibTest/convert/ByteConversionSink/addSlice_A01_t02.test.dart
index 059bfc5..12062ed 100644
--- a/LibTest/convert/ByteConversionSink/addSlice_A01_t02.test.dart
+++ b/LibTest/convert/ByteConversionSink/addSlice_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addSlice(List<int> chunk, int start, int end, bool isLast)
  * Adds the next chunk to this.
diff --git a/LibTest/convert/ByteConversionSink/addSlice_A01_t03.test.dart b/LibTest/convert/ByteConversionSink/addSlice_A01_t03.test.dart
index 4c97dc0..67ee247 100644
--- a/LibTest/convert/ByteConversionSink/addSlice_A01_t03.test.dart
+++ b/LibTest/convert/ByteConversionSink/addSlice_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addSlice(List<int> chunk, int start, int end, bool isLast)
  * Adds the next chunk to this.
diff --git a/LibTest/convert/ByteConversionSink/allTests.lib.dart b/LibTest/convert/ByteConversionSink/allTests.lib.dart
index 9fb253c..84e34e8 100644
--- a/LibTest/convert/ByteConversionSink/allTests.lib.dart
+++ b/LibTest/convert/ByteConversionSink/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class ByteConversionSink
  *  extends ChunkedConversionSink<List<int>>
diff --git a/LibTest/convert/ByteConversionSink/inherited_tests.lib.dart b/LibTest/convert/ByteConversionSink/inherited_tests.lib.dart
index 44b9395..0aceb99 100644
--- a/LibTest/convert/ByteConversionSink/inherited_tests.lib.dart
+++ b/LibTest/convert/ByteConversionSink/inherited_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class ByteConversionSink
  *  extends ChunkedConversionSink<List<int>>
diff --git a/LibTest/convert/ChunkedConversionSink/ChunkedConversionSink.withCallback_A01_t01.dart b/LibTest/convert/ChunkedConversionSink/ChunkedConversionSink.withCallback_A01_t01.dart
index 3ff801d..1f870b7 100644
--- a/LibTest/convert/ChunkedConversionSink/ChunkedConversionSink.withCallback_A01_t01.dart
+++ b/LibTest/convert/ChunkedConversionSink/ChunkedConversionSink.withCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink.withCallback(
  *  void callback(List<T> accumulated)
diff --git a/LibTest/convert/ChunkedConversionSink/add_A01_t01.test.dart b/LibTest/convert/ChunkedConversionSink/add_A01_t01.test.dart
index 16b9187..a5b18fb 100644
--- a/LibTest/convert/ChunkedConversionSink/add_A01_t01.test.dart
+++ b/LibTest/convert/ChunkedConversionSink/add_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T chunk)
  * Adds chunked data to this sink.
diff --git a/LibTest/convert/ChunkedConversionSink/add_A01_t02.test.dart b/LibTest/convert/ChunkedConversionSink/add_A01_t02.test.dart
index a780919..c619a7c 100644
--- a/LibTest/convert/ChunkedConversionSink/add_A01_t02.test.dart
+++ b/LibTest/convert/ChunkedConversionSink/add_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T chunk)
  * Adds chunked data to this sink.
diff --git a/LibTest/convert/ChunkedConversionSink/allTests.lib.dart b/LibTest/convert/ChunkedConversionSink/allTests.lib.dart
index fefc5ec..771e91a 100644
--- a/LibTest/convert/ChunkedConversionSink/allTests.lib.dart
+++ b/LibTest/convert/ChunkedConversionSink/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class ChunkedConversionSink<T>
  * @description Checks all methods of [ChunkedConversionSink]
diff --git a/LibTest/convert/ChunkedConversionSink/close_A01_t01.test.dart b/LibTest/convert/ChunkedConversionSink/close_A01_t01.test.dart
index e5ac3b1..733125e 100644
--- a/LibTest/convert/ChunkedConversionSink/close_A01_t01.test.dart
+++ b/LibTest/convert/ChunkedConversionSink/close_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Closes the sink.
diff --git a/LibTest/convert/ClosableStringSink/ClosableStringSink.fromStringSink_A01_t01.dart b/LibTest/convert/ClosableStringSink/ClosableStringSink.fromStringSink_A01_t01.dart
index 90a3162..d455041 100644
--- a/LibTest/convert/ClosableStringSink/ClosableStringSink.fromStringSink_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/ClosableStringSink.fromStringSink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ClosableStringSink.fromStringSink(StringSink sink, void onClose())
  * Creates a new instance combining a StringSink sink and a callback onClose
diff --git a/LibTest/convert/ClosableStringSink/close_A01_t01.dart b/LibTest/convert/ClosableStringSink/close_A01_t01.dart
index ef9c840..ddceecc 100644
--- a/LibTest/convert/ClosableStringSink/close_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Closes this and flushes any outstanding data.
diff --git a/LibTest/convert/ClosableStringSink/writeAll_A01_t01.dart b/LibTest/convert/ClosableStringSink/writeAll_A01_t01.dart
index 9ed5f82..96f6e4b 100644
--- a/LibTest/convert/ClosableStringSink/writeAll_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/writeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given objects and writes them in sequence.
diff --git a/LibTest/convert/ClosableStringSink/writeAll_A01_t02.dart b/LibTest/convert/ClosableStringSink/writeAll_A01_t02.dart
index fa12f20..bea6a11 100644
--- a/LibTest/convert/ClosableStringSink/writeAll_A01_t02.dart
+++ b/LibTest/convert/ClosableStringSink/writeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given objects and writes them in sequence.
diff --git a/LibTest/convert/ClosableStringSink/writeCharCode_A01_t01.dart b/LibTest/convert/ClosableStringSink/writeCharCode_A01_t01.dart
index d9d9b2e..00524d7 100644
--- a/LibTest/convert/ClosableStringSink/writeCharCode_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/writeCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the charCode to this.
diff --git a/LibTest/convert/ClosableStringSink/write_A01_t01.dart b/LibTest/convert/ClosableStringSink/write_A01_t01.dart
index 49f8493..6bdff65 100644
--- a/LibTest/convert/ClosableStringSink/write_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/write_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts obj to a String by invoking Object.toString and adds the result to
diff --git a/LibTest/convert/ClosableStringSink/writeln_A01_t01.dart b/LibTest/convert/ClosableStringSink/writeln_A01_t01.dart
index f728bfe..36b3288 100644
--- a/LibTest/convert/ClosableStringSink/writeln_A01_t01.dart
+++ b/LibTest/convert/ClosableStringSink/writeln_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and adds the result to
diff --git a/LibTest/convert/ClosableStringSink/writeln_A01_t02.dart b/LibTest/convert/ClosableStringSink/writeln_A01_t02.dart
index 670de16..15be5f2 100644
--- a/LibTest/convert/ClosableStringSink/writeln_A01_t02.dart
+++ b/LibTest/convert/ClosableStringSink/writeln_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and adds the result to
diff --git a/LibTest/convert/Encoding/decodeStream_A01_t01.dart b/LibTest/convert/Encoding/decodeStream_A01_t01.dart
index 9ed6a7f..e0ed8ed 100644
--- a/LibTest/convert/Encoding/decodeStream_A01_t01.dart
+++ b/LibTest/convert/Encoding/decodeStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> decodeStream(Stream<List<int>> byteStream)
  * @description Checks that this method decodes stream to proper string
diff --git a/LibTest/convert/Encoding/decode_A01_t01.dart b/LibTest/convert/Encoding/decode_A01_t01.dart
index 336b50d..b1048a5 100644
--- a/LibTest/convert/Encoding/decode_A01_t01.dart
+++ b/LibTest/convert/Encoding/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S decode(T encoded)
  * @description Checks that this method decodes data to string
diff --git a/LibTest/convert/Encoding/decoder_A01_t01.dart b/LibTest/convert/Encoding/decoder_A01_t01.dart
index 210faa8..5e8367f 100644
--- a/LibTest/convert/Encoding/decoder_A01_t01.dart
+++ b/LibTest/convert/Encoding/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, String> decoder
  * @description Checks that this property returns Converter instance which works
diff --git a/LibTest/convert/Encoding/encode_A01_t01.dart b/LibTest/convert/Encoding/encode_A01_t01.dart
index bc16443..5702ac9 100644
--- a/LibTest/convert/Encoding/encode_A01_t01.dart
+++ b/LibTest/convert/Encoding/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes string to data
diff --git a/LibTest/convert/Encoding/encoder_A01_t01.dart b/LibTest/convert/Encoding/encoder_A01_t01.dart
index e478820..b7e1682 100644
--- a/LibTest/convert/Encoding/encoder_A01_t01.dart
+++ b/LibTest/convert/Encoding/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<String, List<int>> encoder
  * @description Checks that this property returns Converter instance which works
diff --git a/LibTest/convert/Encoding/fuse_A01_t01.dart b/LibTest/convert/Encoding/fuse_A01_t01.dart
index 651d6cc..49f224e 100644
--- a/LibTest/convert/Encoding/fuse_A01_t01.dart
+++ b/LibTest/convert/Encoding/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/convert/Encoding/getByName_A01_t01.dart b/LibTest/convert/Encoding/getByName_A01_t01.dart
index 9f44575..90dd68d 100644
--- a/LibTest/convert/Encoding/getByName_A01_t01.dart
+++ b/LibTest/convert/Encoding/getByName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding getByName(String name)
  * Gets an Encoding object from the name of the character set name. The names
diff --git a/LibTest/convert/Encoding/getByName_A02_t01.dart b/LibTest/convert/Encoding/getByName_A02_t01.dart
index b0fb91d..2b583c2 100644
--- a/LibTest/convert/Encoding/getByName_A02_t01.dart
+++ b/LibTest/convert/Encoding/getByName_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding getByName(String name)
  * Gets an Encoding object from the name of the character set name. The names
diff --git a/LibTest/convert/Encoding/getByName_A03_t01.dart b/LibTest/convert/Encoding/getByName_A03_t01.dart
index a1b6f40..7d7895c 100644
--- a/LibTest/convert/Encoding/getByName_A03_t01.dart
+++ b/LibTest/convert/Encoding/getByName_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding getByName(String name)
  * Gets an Encoding object from the name of the character set name. The names
diff --git a/LibTest/convert/Encoding/inverted_A01_t01.dart b/LibTest/convert/Encoding/inverted_A01_t01.dart
index 96899a0..ab66508 100644
--- a/LibTest/convert/Encoding/inverted_A01_t01.dart
+++ b/LibTest/convert/Encoding/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/convert/Encoding/name_A01_t01.dart b/LibTest/convert/Encoding/name_A01_t01.dart
index f4c295d..e8c7e16 100644
--- a/LibTest/convert/Encoding/name_A01_t01.dart
+++ b/LibTest/convert/Encoding/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * Name of the encoding.
diff --git a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t01.dart b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t01.dart
index 01ada44..7cbab4b 100644
--- a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscape([HtmlEscapeMode mode = HtmlEscapeMode.unknown])
  * Create converter that escapes HTML characters.
diff --git a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t02.dart b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t02.dart
index f7a020c..9509510 100644
--- a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t02.dart
+++ b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscape([HtmlEscapeMode mode = HtmlEscapeMode.unknown])
  * Create converter that escapes HTML characters.
diff --git a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t03.dart b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t03.dart
index 03de35a..f4a1483 100644
--- a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t03.dart
+++ b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscape([HtmlEscapeMode mode = HtmlEscapeMode.unknown])
  * Create converter that escapes HTML characters.
diff --git a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t04.dart b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t04.dart
index 68446bc..19a2a30 100644
--- a/LibTest/convert/HtmlEscape/HtmlEscape_A01_t04.dart
+++ b/LibTest/convert/HtmlEscape/HtmlEscape_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscape([HtmlEscapeMode mode = HtmlEscapeMode.unknown])
  * Create converter that escapes HTML characters.
diff --git a/LibTest/convert/HtmlEscape/bind_A01_t01.dart b/LibTest/convert/HtmlEscape/bind_A01_t01.dart
index 894bba5..7c68820 100644
--- a/LibTest/convert/HtmlEscape/bind_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> bind(Stream<S> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/HtmlEscape/convert_A01_t01.dart b/LibTest/convert/HtmlEscape/convert_A01_t01.dart
index 9865923..8544724 100644
--- a/LibTest/convert/HtmlEscape/convert_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T convert(S input)
  * Converts input and returns the result of the conversion.
diff --git a/LibTest/convert/HtmlEscape/fuse_A01_t01.dart b/LibTest/convert/HtmlEscape/fuse_A01_t01.dart
index e5057f8..02f857f 100644
--- a/LibTest/convert/HtmlEscape/fuse_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<S, TT> fuse<TT>(Converter<T, TT> other)
  * Fuses this with other.
diff --git a/LibTest/convert/HtmlEscape/mode_A01_t01.dart b/LibTest/convert/HtmlEscape/mode_A01_t01.dart
index 50d9f1a..11bd467 100644
--- a/LibTest/convert/HtmlEscape/mode_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/mode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HtmlEscapeMode mode
  * The HtmlEscapeMode used by the converter.
diff --git a/LibTest/convert/HtmlEscape/startChunkedConversion_A01_t01.dart b/LibTest/convert/HtmlEscape/startChunkedConversion_A01_t01.dart
index f98dc73..88b1c73 100644
--- a/LibTest/convert/HtmlEscape/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/HtmlEscape/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StringConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t01.dart b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t01.dart
index 08888a8..5c4f6ff 100644
--- a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t01.dart
+++ b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscapeMode({
  *  String name: "custom",
diff --git a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t02.dart b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t02.dart
index d26c876..4c3d577 100644
--- a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t02.dart
+++ b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscapeMode({
  *  String name: "custom",
diff --git a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t03.dart b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t03.dart
index c9fe829..a2dd68a 100644
--- a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t03.dart
+++ b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscapeMode({
  *  String name: "custom",
diff --git a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t04.dart b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t04.dart
index 368fd21..1715e6c 100644
--- a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t04.dart
+++ b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscapeMode({
  *  String name: "custom",
diff --git a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t05.dart b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t05.dart
index 113d51c..9d968fd 100644
--- a/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t05.dart
+++ b/LibTest/convert/HtmlEscapeMode/HtmlEscapeMode_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const HtmlEscapeMode({
  *  String name: "custom",
diff --git a/LibTest/convert/HtmlEscapeMode/escapeApos_A01_t01.dart b/LibTest/convert/HtmlEscapeMode/escapeApos_A01_t01.dart
index 732fc0b..4dbb61f 100644
--- a/LibTest/convert/HtmlEscapeMode/escapeApos_A01_t01.dart
+++ b/LibTest/convert/HtmlEscapeMode/escapeApos_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool escapeApos
  * read-only
diff --git a/LibTest/convert/HtmlEscapeMode/escapeLtGt_A01_t01.dart b/LibTest/convert/HtmlEscapeMode/escapeLtGt_A01_t01.dart
index 93187fd..17bc231 100644
--- a/LibTest/convert/HtmlEscapeMode/escapeLtGt_A01_t01.dart
+++ b/LibTest/convert/HtmlEscapeMode/escapeLtGt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool escapeLtGt
  *  read-only
diff --git a/LibTest/convert/HtmlEscapeMode/escapeQuot_A01_t01.dart b/LibTest/convert/HtmlEscapeMode/escapeQuot_A01_t01.dart
index 61bcd1a..022a217 100644
--- a/LibTest/convert/HtmlEscapeMode/escapeQuot_A01_t01.dart
+++ b/LibTest/convert/HtmlEscapeMode/escapeQuot_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool escapeQuot
  *  read-only
diff --git a/LibTest/convert/HtmlEscapeMode/escapeSlash_A01_t01.dart b/LibTest/convert/HtmlEscapeMode/escapeSlash_A01_t01.dart
index 011ce23..d232477 100644
--- a/LibTest/convert/HtmlEscapeMode/escapeSlash_A01_t01.dart
+++ b/LibTest/convert/HtmlEscapeMode/escapeSlash_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool escapeSlash
  *  read-only
diff --git a/LibTest/convert/JsonCodec/JsonCodec.withReviver_A01_t01.dart b/LibTest/convert/JsonCodec/JsonCodec.withReviver_A01_t01.dart
index 98c1866..bc73c8d 100644
--- a/LibTest/convert/JsonCodec/JsonCodec.withReviver_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/JsonCodec.withReviver_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory JsonCodec.withReviver(reviver(key, value))
  * Creates a JsonCodec with the given reviver.
diff --git a/LibTest/convert/JsonCodec/JsonCodec_A01_t01.dart b/LibTest/convert/JsonCodec/JsonCodec_A01_t01.dart
index 36b986b..cf40a08 100644
--- a/LibTest/convert/JsonCodec/JsonCodec_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/JsonCodec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonCodec({dynamic reviver(key,value),
  * dynamic toEncodable(object)})
diff --git a/LibTest/convert/JsonCodec/JsonCodec_A02_t01.dart b/LibTest/convert/JsonCodec/JsonCodec_A02_t01.dart
index 59bcb1e..c13a74e 100644
--- a/LibTest/convert/JsonCodec/JsonCodec_A02_t01.dart
+++ b/LibTest/convert/JsonCodec/JsonCodec_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonCodec({dynamic reviver(key,value),
  * dynamic toEncodable(object)})
diff --git a/LibTest/convert/JsonCodec/JsonCodec_A03_t01.dart b/LibTest/convert/JsonCodec/JsonCodec_A03_t01.dart
index 71f5da9..23e9768 100644
--- a/LibTest/convert/JsonCodec/JsonCodec_A03_t01.dart
+++ b/LibTest/convert/JsonCodec/JsonCodec_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonCodec({dynamic reviver(key,value),
  * dynamic toEncodable(object)})
diff --git a/LibTest/convert/JsonCodec/decode_A01_t01.dart b/LibTest/convert/JsonCodec/decode_A01_t01.dart
index e3753ce..535ed2b 100644
--- a/LibTest/convert/JsonCodec/decode_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object decode(String str, {reviver(key, value)})
  * Parses the string and returns the resulting Json object.
diff --git a/LibTest/convert/JsonCodec/decode_A02_t01.dart b/LibTest/convert/JsonCodec/decode_A02_t01.dart
index 89a72f4..45b0e78 100644
--- a/LibTest/convert/JsonCodec/decode_A02_t01.dart
+++ b/LibTest/convert/JsonCodec/decode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object decode(String str, {reviver(key, value)})
  * The optional reviver function is called once for each object or list property
diff --git a/LibTest/convert/JsonCodec/decode_A03_t01.dart b/LibTest/convert/JsonCodec/decode_A03_t01.dart
index 228d075..3e95da1 100644
--- a/LibTest/convert/JsonCodec/decode_A03_t01.dart
+++ b/LibTest/convert/JsonCodec/decode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object decode(String str, {reviver(key, value)})
  * Throws FormatException if the input is not valid JSON text.
diff --git a/LibTest/convert/JsonCodec/decode_A04_t01.dart b/LibTest/convert/JsonCodec/decode_A04_t01.dart
index fb41b30..cded6e0 100644
--- a/LibTest/convert/JsonCodec/decode_A04_t01.dart
+++ b/LibTest/convert/JsonCodec/decode_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object decode(String str, {reviver(key, value)})
  * Throws FormatException if the input is not valid JSON text.
diff --git a/LibTest/convert/JsonCodec/decoder_A01_t01.dart b/LibTest/convert/JsonCodec/decoder_A01_t01.dart
index 3178ae8..538b202 100644
--- a/LibTest/convert/JsonCodec/decoder_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion JsonDecoder decoder
  * @description Checks that this property returns JsonDecoder which works as
diff --git a/LibTest/convert/JsonCodec/encode_A01_t01.dart b/LibTest/convert/JsonCodec/encode_A01_t01.dart
index b375559..c9dd986 100644
--- a/LibTest/convert/JsonCodec/encode_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * Converts value to a JSON string.
diff --git a/LibTest/convert/JsonCodec/encode_A01_t02.dart b/LibTest/convert/JsonCodec/encode_A01_t02.dart
index 70f9324..cb4cc09 100644
--- a/LibTest/convert/JsonCodec/encode_A01_t02.dart
+++ b/LibTest/convert/JsonCodec/encode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * Converts value to a JSON string.
diff --git a/LibTest/convert/JsonCodec/encode_A01_t03.dart b/LibTest/convert/JsonCodec/encode_A01_t03.dart
index 29f5eb5..e6dd343 100644
--- a/LibTest/convert/JsonCodec/encode_A01_t03.dart
+++ b/LibTest/convert/JsonCodec/encode_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * Converts value to a JSON string.
diff --git a/LibTest/convert/JsonCodec/encode_A02_t01.dart b/LibTest/convert/JsonCodec/encode_A02_t01.dart
index 9cf1102..ef3fa87 100644
--- a/LibTest/convert/JsonCodec/encode_A02_t01.dart
+++ b/LibTest/convert/JsonCodec/encode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * If the object does not support "toJson()" method, throws, or returns a value
diff --git a/LibTest/convert/JsonCodec/encode_A02_t02.dart b/LibTest/convert/JsonCodec/encode_A02_t02.dart
index a32cce8..26488e3 100644
--- a/LibTest/convert/JsonCodec/encode_A02_t02.dart
+++ b/LibTest/convert/JsonCodec/encode_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * If the object does not support "toJson()" method, throws, or returns a value
diff --git a/LibTest/convert/JsonCodec/encode_A02_t03.dart b/LibTest/convert/JsonCodec/encode_A02_t03.dart
index d8a2fe3..76e4226 100644
--- a/LibTest/convert/JsonCodec/encode_A02_t03.dart
+++ b/LibTest/convert/JsonCodec/encode_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * If the object does not support "toJson()" method, throws, or returns a value
diff --git a/LibTest/convert/JsonCodec/encode_A03_t01.dart b/LibTest/convert/JsonCodec/encode_A03_t01.dart
index 0dd4a3e..b77f67a 100644
--- a/LibTest/convert/JsonCodec/encode_A03_t01.dart
+++ b/LibTest/convert/JsonCodec/encode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object encode(Object value, {toEncodable(object)})
  * If a List or Map contains a reference to itself, directly or through other
diff --git a/LibTest/convert/JsonCodec/encoder_A01_t01.dart b/LibTest/convert/JsonCodec/encoder_A01_t01.dart
index 19d6700..8afc5fa 100644
--- a/LibTest/convert/JsonCodec/encoder_A01_t01.dart
+++ b/LibTest/convert/JsonCodec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion JsonEncoder encoder
  * @description Checks that this property returns JsonEncoder witch works as
diff --git a/LibTest/convert/JsonDecoder/JsonDecoder_A01_t01.dart b/LibTest/convert/JsonDecoder/JsonDecoder_A01_t01.dart
index 8fa2558..214061f 100644
--- a/LibTest/convert/JsonDecoder/JsonDecoder_A01_t01.dart
+++ b/LibTest/convert/JsonDecoder/JsonDecoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonDecoder([reviver(key, value)])
  * Constructs a new JsonDecoder.
diff --git a/LibTest/convert/JsonDecoder/JsonDecoder_A01_t02.dart b/LibTest/convert/JsonDecoder/JsonDecoder_A01_t02.dart
index 3da4fa8..b7f260a 100644
--- a/LibTest/convert/JsonDecoder/JsonDecoder_A01_t02.dart
+++ b/LibTest/convert/JsonDecoder/JsonDecoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonDecoder([reviver(key, value)])
  * Constructs a new JsonDecoder.
diff --git a/LibTest/convert/JsonDecoder/bind_A01_t01.dart b/LibTest/convert/JsonDecoder/bind_A01_t01.dart
index d99ec81..8ed63c8 100644
--- a/LibTest/convert/JsonDecoder/bind_A01_t01.dart
+++ b/LibTest/convert/JsonDecoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream bind(Stream stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/JsonDecoder/convert_A01_t01.dart b/LibTest/convert/JsonDecoder/convert_A01_t01.dart
index 05c1fe3..17b8a78 100644
--- a/LibTest/convert/JsonDecoder/convert_A01_t01.dart
+++ b/LibTest/convert/JsonDecoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object convert(String input)
  * Converts the given JSON-string input to its corresponding object.
diff --git a/LibTest/convert/JsonDecoder/convert_A02_t01.dart b/LibTest/convert/JsonDecoder/convert_A02_t01.dart
index 984ed30..0fff741 100644
--- a/LibTest/convert/JsonDecoder/convert_A02_t01.dart
+++ b/LibTest/convert/JsonDecoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object convert(String input)
  * If this was initialized with a reviver, then the parsing operation invokes
diff --git a/LibTest/convert/JsonDecoder/convert_A03_t01.dart b/LibTest/convert/JsonDecoder/convert_A03_t01.dart
index e7d8752..9273ca5 100644
--- a/LibTest/convert/JsonDecoder/convert_A03_t01.dart
+++ b/LibTest/convert/JsonDecoder/convert_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object convert(String input)
  * Throws FormatException if the input is not valid JSON text.
diff --git a/LibTest/convert/JsonDecoder/convert_A04_t01.dart b/LibTest/convert/JsonDecoder/convert_A04_t01.dart
index e93b5c4..fdab434 100644
--- a/LibTest/convert/JsonDecoder/convert_A04_t01.dart
+++ b/LibTest/convert/JsonDecoder/convert_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Object convert(String input)
  * Converts the given JSON-string input to its corresponding object.
diff --git a/LibTest/convert/JsonDecoder/fuse_A01_t01.dart b/LibTest/convert/JsonDecoder/fuse_A01_t01.dart
index 29f74ea..55dff29 100644
--- a/LibTest/convert/JsonDecoder/fuse_A01_t01.dart
+++ b/LibTest/convert/JsonDecoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<S, dynamic> fuse(Converter<T, dynamic> other)
  * Fuses this with other.
diff --git a/LibTest/convert/JsonDecoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/JsonDecoder/startChunkedConversion_A01_t01.dart
index 654a2e0..69e5cf2 100644
--- a/LibTest/convert/JsonDecoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/JsonDecoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/JsonDecoder/table1.lib.dart b/LibTest/convert/JsonDecoder/table1.lib.dart
index 6714901..4032aa8 100644
--- a/LibTest/convert/JsonDecoder/table1.lib.dart
+++ b/LibTest/convert/JsonDecoder/table1.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
   * List of correct Json text samples
   */
diff --git a/LibTest/convert/JsonDecoder/table3.lib.dart b/LibTest/convert/JsonDecoder/table3.lib.dart
index a898a8c..b2bae25 100644
--- a/LibTest/convert/JsonDecoder/table3.lib.dart
+++ b/LibTest/convert/JsonDecoder/table3.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
   * List of incorrect Json text samples
   */
diff --git a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t01.dart b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t01.dart
index e73d51a..0b35ba2 100644
--- a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionconst JsonEncoder.withIndent(
  *  String indent, [
diff --git a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t02.dart b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t02.dart
index 16b1e59..06bf7ee 100644
--- a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t02.dart
+++ b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionconst JsonEncoder.withIndent(
  *  String indent, [
diff --git a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t03.dart b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t03.dart
index b52eacd..c9f9b04 100644
--- a/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t03.dart
+++ b/LibTest/convert/JsonEncoder/JsonEncoder.withIndent_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionconst JsonEncoder.withIndent(
  *  String indent, [
diff --git a/LibTest/convert/JsonEncoder/JsonEncoder_A01_t01.dart b/LibTest/convert/JsonEncoder/JsonEncoder_A01_t01.dart
index f7123d1..51e1ce4 100644
--- a/LibTest/convert/JsonEncoder/JsonEncoder_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/JsonEncoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonEncoder([Object toEncodable(Object nonSerializable)])
  * Creates a JSON encoder.
diff --git a/LibTest/convert/JsonEncoder/JsonEncoder_A02_t01.dart b/LibTest/convert/JsonEncoder/JsonEncoder_A02_t01.dart
index 732f3f4..fd6b029 100644
--- a/LibTest/convert/JsonEncoder/JsonEncoder_A02_t01.dart
+++ b/LibTest/convert/JsonEncoder/JsonEncoder_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const JsonEncoder([Object toEncodable(Object nonSerializable)])
  * Creates a JSON encoder.
diff --git a/LibTest/convert/JsonEncoder/bind_A01_t01.dart b/LibTest/convert/JsonEncoder/bind_A01_t01.dart
index 4b9c219..df4b87c 100644
--- a/LibTest/convert/JsonEncoder/bind_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<String> bind(Stream<Object> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/JsonEncoder/convert_A01_t01.dart b/LibTest/convert/JsonEncoder/convert_A01_t01.dart
index 7ef82be..a1c3473 100644
--- a/LibTest/convert/JsonEncoder/convert_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(Object o)
  * Converts the given object o to its JSON representation.
diff --git a/LibTest/convert/JsonEncoder/convert_A02_t01.dart b/LibTest/convert/JsonEncoder/convert_A02_t01.dart
index 5c22fb3..457cd38 100644
--- a/LibTest/convert/JsonEncoder/convert_A02_t01.dart
+++ b/LibTest/convert/JsonEncoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(Object o)
  * If the conversion throws, or returns a value that is not directly
diff --git a/LibTest/convert/JsonEncoder/fuse_A01_t01.dart b/LibTest/convert/JsonEncoder/fuse_A01_t01.dart
index d5534c2..98c1872 100644
--- a/LibTest/convert/JsonEncoder/fuse_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<S, dynamic> fuse(Converter<T, dynamic> other)
  * Fuses this with other.
diff --git a/LibTest/convert/JsonEncoder/indent_A01_t01.dart b/LibTest/convert/JsonEncoder/indent_A01_t01.dart
index 7473c7b..60ebbcf 100644
--- a/LibTest/convert/JsonEncoder/indent_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/indent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String indent
  *  read-only
diff --git a/LibTest/convert/JsonEncoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/JsonEncoder/startChunkedConversion_A01_t01.dart
index 865b744..9078258 100644
--- a/LibTest/convert/JsonEncoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/JsonEncoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink<Object> startChunkedConversion(
  *  Sink<String> sink
diff --git a/LibTest/convert/JsonEncoder/startChunkedConversion_A02_t01.dart b/LibTest/convert/JsonEncoder/startChunkedConversion_A02_t01.dart
index 5aedc2a..6e020ca 100644
--- a/LibTest/convert/JsonEncoder/startChunkedConversion_A02_t01.dart
+++ b/LibTest/convert/JsonEncoder/startChunkedConversion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink<Object> startChunkedConversion(
  *  Sink<String> sink
diff --git a/LibTest/convert/JsonEncoder/table2.lib.dart b/LibTest/convert/JsonEncoder/table2.lib.dart
index 18546c9..976f7e6 100644
--- a/LibTest/convert/JsonEncoder/table2.lib.dart
+++ b/LibTest/convert/JsonEncoder/table2.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 class S1 {
   Object? a;
diff --git a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t01.dart b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t01.dart
index 0cbc50d..a78fc66 100644
--- a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t01.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion JsonUtf8Encoder([
  *  String indent,
diff --git a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t02.dart b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t02.dart
index ec01189..7fd322c 100644
--- a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t02.dart
+++ b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t02.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion JsonUtf8Encoder([
  *  String indent,
diff --git a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t03.dart b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t03.dart
index 777854d..f8dcbd8 100644
--- a/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t03.dart
+++ b/LibTest/convert/JsonUtf8Encoder/JsonUtf8Encoder_A01_t03.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion JsonUtf8Encoder([
  *  String indent,
diff --git a/LibTest/convert/JsonUtf8Encoder/bind_A01_t01.dart b/LibTest/convert/JsonUtf8Encoder/bind_A01_t01.dart
index 0f1bdc6..cba4784 100644
--- a/LibTest/convert/JsonUtf8Encoder/bind_A01_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<Object> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/JsonUtf8Encoder/convert_A01_t01.dart b/LibTest/convert/JsonUtf8Encoder/convert_A01_t01.dart
index a200f89..a5e3a03 100644
--- a/LibTest/convert/JsonUtf8Encoder/convert_A01_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(Object object)
  * Convert object into UTF-8 encoded JSON.
diff --git a/LibTest/convert/JsonUtf8Encoder/convert_A01_t02.dart b/LibTest/convert/JsonUtf8Encoder/convert_A01_t02.dart
index a03e564..a6554d9 100644
--- a/LibTest/convert/JsonUtf8Encoder/convert_A01_t02.dart
+++ b/LibTest/convert/JsonUtf8Encoder/convert_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(Object object)
  * Convert object into UTF-8 encoded JSON.
diff --git a/LibTest/convert/JsonUtf8Encoder/convert_A01_t03.dart b/LibTest/convert/JsonUtf8Encoder/convert_A01_t03.dart
index 1467752..f1ea057 100644
--- a/LibTest/convert/JsonUtf8Encoder/convert_A01_t03.dart
+++ b/LibTest/convert/JsonUtf8Encoder/convert_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(Object object)
  * Convert object into UTF-8 encoded JSON.
diff --git a/LibTest/convert/JsonUtf8Encoder/convert_A02_t01.dart b/LibTest/convert/JsonUtf8Encoder/convert_A02_t01.dart
index 6779202..1ed1cd3 100644
--- a/LibTest/convert/JsonUtf8Encoder/convert_A02_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(Object object)
  * Convert object into UTF-8 encoded JSON.
diff --git a/LibTest/convert/JsonUtf8Encoder/fuse_A01_t01.dart b/LibTest/convert/JsonUtf8Encoder/fuse_A01_t01.dart
index 27aa379..2d96795 100644
--- a/LibTest/convert/JsonUtf8Encoder/fuse_A01_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<S, TT> fuse<TT>(Converter<T, TT> other)
  * Fuses this with other.
diff --git a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A01_t01.dart
index 7a8be11..21476c0 100644
--- a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink<Object> startChunkedConversion(
  *  Sink<List<int>> sink
diff --git a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A02_t01.dart b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A02_t01.dart
index 12086ca..a43883e 100644
--- a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A02_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink<Object> startChunkedConversion(
  *  Sink<List<int>> sink
diff --git a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A03_t01.dart b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A03_t01.dart
index 81f1b7e..9428401 100644
--- a/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A03_t01.dart
+++ b/LibTest/convert/JsonUtf8Encoder/startChunkedConversion_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ChunkedConversionSink<Object> startChunkedConversion(
  *  Sink<List<int>> sink
diff --git a/LibTest/convert/Latin1Codec/Latin1Codec_A01_t01.dart b/LibTest/convert/Latin1Codec/Latin1Codec_A01_t01.dart
index 3517089..5399caf 100644
--- a/LibTest/convert/Latin1Codec/Latin1Codec_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/Latin1Codec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Codec({bool allowInvalid: false})
  * Instantiates a new Latin1Codec.
diff --git a/LibTest/convert/Latin1Codec/Latin1Codec_A01_t02.dart b/LibTest/convert/Latin1Codec/Latin1Codec_A01_t02.dart
index 9b559bf..02ce475 100644
--- a/LibTest/convert/Latin1Codec/Latin1Codec_A01_t02.dart
+++ b/LibTest/convert/Latin1Codec/Latin1Codec_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Codec({bool allowInvalid: false})
  * Instantiates a new Latin1Codec.
diff --git a/LibTest/convert/Latin1Codec/Latin1Codec_A02_t01.dart b/LibTest/convert/Latin1Codec/Latin1Codec_A02_t01.dart
index 402337b..f82b1e0 100644
--- a/LibTest/convert/Latin1Codec/Latin1Codec_A02_t01.dart
+++ b/LibTest/convert/Latin1Codec/Latin1Codec_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Codec({bool allowInvalid: false})
  * Instantiates a new Latin1Codec.
diff --git a/LibTest/convert/Latin1Codec/decodeStream_A01_t01.dart b/LibTest/convert/Latin1Codec/decodeStream_A01_t01.dart
index a7f1115..b27f68b 100644
--- a/LibTest/convert/Latin1Codec/decodeStream_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/decodeStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> decodeStream(Stream<List<int>> byteStream)
  * @description Checks that this method decodes stream to Latin1 string
diff --git a/LibTest/convert/Latin1Codec/decode_A01_t01.dart b/LibTest/convert/Latin1Codec/decode_A01_t01.dart
index 7e8e7b3..c4b82d8 100644
--- a/LibTest/convert/Latin1Codec/decode_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the Latin-1 bytes (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Latin1Codec/decode_A01_t02.dart b/LibTest/convert/Latin1Codec/decode_A01_t02.dart
index 56af02c..295161a 100644
--- a/LibTest/convert/Latin1Codec/decode_A01_t02.dart
+++ b/LibTest/convert/Latin1Codec/decode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the Latin-1 bytes (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Latin1Codec/decode_A02_t01.dart b/LibTest/convert/Latin1Codec/decode_A02_t01.dart
index 86e09c4..f2b22a4 100644
--- a/LibTest/convert/Latin1Codec/decode_A02_t01.dart
+++ b/LibTest/convert/Latin1Codec/decode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the Latin-1 bytes (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Latin1Codec/decode_A03_t01.dart b/LibTest/convert/Latin1Codec/decode_A03_t01.dart
index 4e68d9c..83bd4ee 100644
--- a/LibTest/convert/Latin1Codec/decode_A03_t01.dart
+++ b/LibTest/convert/Latin1Codec/decode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> bytes, {bool allowInvalid})
  * Decodes the Latin-1 bytes (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Latin1Codec/decoder_A01_t01.dart b/LibTest/convert/Latin1Codec/decoder_A01_t01.dart
index beb160a..f40c361 100644
--- a/LibTest/convert/Latin1Codec/decoder_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Latin1Decoder decoder
  * @description Checks that this property returns Latin1Codec which works as
diff --git a/LibTest/convert/Latin1Codec/encode_A01_t01.dart b/LibTest/convert/Latin1Codec/encode_A01_t01.dart
index d5d3146..5bdc9ec 100644
--- a/LibTest/convert/Latin1Codec/encode_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes strings to Latin1 code units
diff --git a/LibTest/convert/Latin1Codec/encoder_A01_t01.dart b/LibTest/convert/Latin1Codec/encoder_A01_t01.dart
index 493a8c3..1209616 100644
--- a/LibTest/convert/Latin1Codec/encoder_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Latin1Encoder encoder
  * @description Checks that this property returns Latin1Encoder which works as
diff --git a/LibTest/convert/Latin1Codec/fuse_A01_t01.dart b/LibTest/convert/Latin1Codec/fuse_A01_t01.dart
index 31a44da..f1ff6a9 100644
--- a/LibTest/convert/Latin1Codec/fuse_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/convert/Latin1Codec/inverted_A01_t01.dart b/LibTest/convert/Latin1Codec/inverted_A01_t01.dart
index 816a742..24b002a 100644
--- a/LibTest/convert/Latin1Codec/inverted_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/convert/Latin1Codec/name_A01_t01.dart b/LibTest/convert/Latin1Codec/name_A01_t01.dart
index f8367af..13d37d7 100644
--- a/LibTest/convert/Latin1Codec/name_A01_t01.dart
+++ b/LibTest/convert/Latin1Codec/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * @description Checks that this property returns "iso-8859-1"
diff --git a/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t01.dart b/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t01.dart
index 65ba80e..5bc6b1a 100644
--- a/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t01.dart
+++ b/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Decoder({bool allowInvalid: false})
  * Instantiates a new Latin1Decoder.
diff --git a/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t02.dart b/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t02.dart
index 6aa8265..fcf2876 100644
--- a/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t02.dart
+++ b/LibTest/convert/Latin1Decoder/Latin1Decoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Decoder({bool allowInvalid: false})
  * Instantiates a new Latin1Decoder.
diff --git a/LibTest/convert/Latin1Decoder/bind_A01_t01.dart b/LibTest/convert/Latin1Decoder/bind_A01_t01.dart
index e619498..fbfa32a 100644
--- a/LibTest/convert/Latin1Decoder/bind_A01_t01.dart
+++ b/LibTest/convert/Latin1Decoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<String> bind(Stream<List<int>> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Latin1Decoder/convert_A01_t01.dart b/LibTest/convert/Latin1Decoder/convert_A01_t01.dart
index a3a696b..02a577a 100644
--- a/LibTest/convert/Latin1Decoder/convert_A01_t01.dart
+++ b/LibTest/convert/Latin1Decoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> bytes, [
diff --git a/LibTest/convert/Latin1Decoder/convert_A02_t01.dart b/LibTest/convert/Latin1Decoder/convert_A02_t01.dart
index 7fd7be0..6c081f7 100644
--- a/LibTest/convert/Latin1Decoder/convert_A02_t01.dart
+++ b/LibTest/convert/Latin1Decoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> bytes, [
diff --git a/LibTest/convert/Latin1Decoder/fuse_A01_t01.dart b/LibTest/convert/Latin1Decoder/fuse_A01_t01.dart
index 2800131..2af5d86 100644
--- a/LibTest/convert/Latin1Decoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Latin1Decoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/Latin1Decoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Latin1Decoder/startChunkedConversion_A01_t01.dart
index a2f19f5..2c62296 100644
--- a/LibTest/convert/Latin1Decoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Latin1Decoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Latin1Decoder/startChunkedConversion_A02_t01.dart b/LibTest/convert/Latin1Decoder/startChunkedConversion_A02_t01.dart
index cf08ec3..0498ea0 100644
--- a/LibTest/convert/Latin1Decoder/startChunkedConversion_A02_t01.dart
+++ b/LibTest/convert/Latin1Decoder/startChunkedConversion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Latin1Encoder/Latin1Encoder_A01_t01.dart b/LibTest/convert/Latin1Encoder/Latin1Encoder_A01_t01.dart
index e5cf35b..0c79ee5 100644
--- a/LibTest/convert/Latin1Encoder/Latin1Encoder_A01_t01.dart
+++ b/LibTest/convert/Latin1Encoder/Latin1Encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Latin1Encoder()
  * @description Checks that this constructor created valid Latin1Encoder
diff --git a/LibTest/convert/Latin1Encoder/bind_A01_t01.dart b/LibTest/convert/Latin1Encoder/bind_A01_t01.dart
index 0f0e72e..dea7248 100644
--- a/LibTest/convert/Latin1Encoder/bind_A01_t01.dart
+++ b/LibTest/convert/Latin1Encoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<String> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Latin1Encoder/convert_A01_t01.dart b/LibTest/convert/Latin1Encoder/convert_A01_t01.dart
index a6c2856..ef9e48b 100644
--- a/LibTest/convert/Latin1Encoder/convert_A01_t01.dart
+++ b/LibTest/convert/Latin1Encoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/Latin1Encoder/convert_A02_t01.dart b/LibTest/convert/Latin1Encoder/convert_A02_t01.dart
index e6cee8c..f9a0fd7 100644
--- a/LibTest/convert/Latin1Encoder/convert_A02_t01.dart
+++ b/LibTest/convert/Latin1Encoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/Latin1Encoder/fuse_A01_t01.dart b/LibTest/convert/Latin1Encoder/fuse_A01_t01.dart
index f646566..6f4dc94 100644
--- a/LibTest/convert/Latin1Encoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Latin1Encoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/Latin1Encoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Latin1Encoder/startChunkedConversion_A01_t01.dart
index c42360a..7e2a276 100644
--- a/LibTest/convert/Latin1Encoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Latin1Encoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/LineSplitter/LineSplitter_A01_t01.dart b/LibTest/convert/LineSplitter/LineSplitter_A01_t01.dart
index c55b1b3..ae6dd43 100644
--- a/LibTest/convert/LineSplitter/LineSplitter_A01_t01.dart
+++ b/LibTest/convert/LineSplitter/LineSplitter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const LineSplitter()
  * @description Checks that this constructor creates a valid LineSplitter
diff --git a/LibTest/convert/LineSplitter/bind_A01_t01.dart b/LibTest/convert/LineSplitter/bind_A01_t01.dart
index b07730d..6e27aba 100644
--- a/LibTest/convert/LineSplitter/bind_A01_t01.dart
+++ b/LibTest/convert/LineSplitter/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream bind(Stream<String> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/LineSplitter/convert_A01_t01.dart b/LibTest/convert/LineSplitter/convert_A01_t01.dart
index 44022ca..943d78c 100644
--- a/LibTest/convert/LineSplitter/convert_A01_t01.dart
+++ b/LibTest/convert/LineSplitter/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> convert(String data)
  * Converts input and returns the result of the conversion.
diff --git a/LibTest/convert/LineSplitter/split_A01_t01.dart b/LibTest/convert/LineSplitter/split_A01_t01.dart
index 2b31805..cf5b973 100644
--- a/LibTest/convert/LineSplitter/split_A01_t01.dart
+++ b/LibTest/convert/LineSplitter/split_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<String> split (String lines, [int start = 0, int end])
  * Split lines into individual lines.
diff --git a/LibTest/convert/LineSplitter/split_A01_t02.dart b/LibTest/convert/LineSplitter/split_A01_t02.dart
index ebae72d..a0521f5 100644
--- a/LibTest/convert/LineSplitter/split_A01_t02.dart
+++ b/LibTest/convert/LineSplitter/split_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<String> split (String lines, [int start = 0, int end])
  * Split lines into individual lines.
diff --git a/LibTest/convert/LineSplitter/startChunkedConversion_A01_t01.dart b/LibTest/convert/LineSplitter/startChunkedConversion_A01_t01.dart
index 7841e8b..dc4bb1f 100644
--- a/LibTest/convert/LineSplitter/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/LineSplitter/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/StringConversionSink/StringConversionSink.fromStringSink_A01_t01.dart b/LibTest/convert/StringConversionSink/StringConversionSink.fromStringSink_A01_t01.dart
index 5680fcb..ac2b439 100644
--- a/LibTest/convert/StringConversionSink/StringConversionSink.fromStringSink_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/StringConversionSink.fromStringSink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StringConversionSink.fromStringSink(StringSink sink)
  * Creates a new instance wrapping the given sink.
diff --git a/LibTest/convert/StringConversionSink/StringConversionSink.from_A01_t01.dart b/LibTest/convert/StringConversionSink/StringConversionSink.from_A01_t01.dart
index 6b5bf58..d3c072a 100644
--- a/LibTest/convert/StringConversionSink/StringConversionSink.from_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/StringConversionSink.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StringConversionSink.from(Sink<String> sink)
  * @description Checks that this constructor creates StringConversionSink
diff --git a/LibTest/convert/StringConversionSink/StringConversionSink.withCallback_A01_t01.dart b/LibTest/convert/StringConversionSink/StringConversionSink.withCallback_A01_t01.dart
index f8ce4ce..9d5c2a0 100644
--- a/LibTest/convert/StringConversionSink/StringConversionSink.withCallback_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/StringConversionSink.withCallback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StringConversionSink.withCallback(
  *  void callback(String accumulated)
diff --git a/LibTest/convert/StringConversionSink/addSlice_A01_t01.dart b/LibTest/convert/StringConversionSink/addSlice_A01_t01.dart
index 362c616..7f690c5 100644
--- a/LibTest/convert/StringConversionSink/addSlice_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/addSlice_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addSlice(String chunk, int start, int end, bool isLast)
  * Adds the next chunk to this.
diff --git a/LibTest/convert/StringConversionSink/addSlice_A01_t02.dart b/LibTest/convert/StringConversionSink/addSlice_A01_t02.dart
index 182f58d..f4fc0be 100644
--- a/LibTest/convert/StringConversionSink/addSlice_A01_t02.dart
+++ b/LibTest/convert/StringConversionSink/addSlice_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addSlice(String chunk, int start, int end, bool isLast)
  * Adds the next chunk to this.
diff --git a/LibTest/convert/StringConversionSink/add_A01_t01.dart b/LibTest/convert/StringConversionSink/add_A01_t01.dart
index 98e696c..4e79891 100644
--- a/LibTest/convert/StringConversionSink/add_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T chunk)
  * Adds chunked data to this sink.
diff --git a/LibTest/convert/StringConversionSink/asStringSink_A01_t01.dart b/LibTest/convert/StringConversionSink/asStringSink_A01_t01.dart
index 10ac953..e18e345 100644
--- a/LibTest/convert/StringConversionSink/asStringSink_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/asStringSink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ClosableStringSink asStringSink()
  * Returns this as a ClosableStringSink.
diff --git a/LibTest/convert/StringConversionSink/asStringSink_A02_t01.dart b/LibTest/convert/StringConversionSink/asStringSink_A02_t01.dart
index 7c94e6a..493b0ba 100644
--- a/LibTest/convert/StringConversionSink/asStringSink_A02_t01.dart
+++ b/LibTest/convert/StringConversionSink/asStringSink_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ClosableStringSink asStringSink()
  * ...
diff --git a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t01.dart b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t01.dart
index 08d8010..c3d0fa3 100644
--- a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink asUtf8Sink(bool allowMalformed)
  * Returns this as a sink that accepts UTF-8 input.
diff --git a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t02.dart b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t02.dart
index e74d07e..a85de16 100644
--- a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t02.dart
+++ b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink asUtf8Sink(bool allowMalformed)
  * Returns this as a sink that accepts UTF-8 input.
diff --git a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t03.dart b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t03.dart
index 3db78b8..cc15c5e 100644
--- a/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t03.dart
+++ b/LibTest/convert/StringConversionSink/asUtf8Sink_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink asUtf8Sink(bool allowMalformed)
  * Returns this as a sink that accepts UTF-8 input.
diff --git a/LibTest/convert/StringConversionSink/asUtf8Sink_A02_t01.dart b/LibTest/convert/StringConversionSink/asUtf8Sink_A02_t01.dart
index cfe3b28..7584668 100644
--- a/LibTest/convert/StringConversionSink/asUtf8Sink_A02_t01.dart
+++ b/LibTest/convert/StringConversionSink/asUtf8Sink_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink asUtf8Sink(bool allowMalformed)
  * Returns this as a sink that accepts UTF-8 input.
diff --git a/LibTest/convert/StringConversionSink/close_A01_t01.dart b/LibTest/convert/StringConversionSink/close_A01_t01.dart
index ee766aa..e400c38 100644
--- a/LibTest/convert/StringConversionSink/close_A01_t01.dart
+++ b/LibTest/convert/StringConversionSink/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T chunk)
  * Adds chunked data to this sink.
diff --git a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t01.dart b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t01.dart
index 4658e9b..2c88667 100644
--- a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Codec({bool allowMalformed: false})
  * Instantiates a new Utf8Codec.
diff --git a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t02.dart b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t02.dart
index 6a70c13..246898d 100644
--- a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t02.dart
+++ b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Codec({bool allowMalformed: false})
  * Instantiates a new Utf8Codec.
diff --git a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t03.dart b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t03.dart
index a207cdf..743e1e9 100644
--- a/LibTest/convert/Utf8Codec/Utf8Codec_A01_t03.dart
+++ b/LibTest/convert/Utf8Codec/Utf8Codec_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Codec({bool allowMalformed: false})
  * Instantiates a new Utf8Codec.
diff --git a/LibTest/convert/Utf8Codec/decodeStream_A01_t01.dart b/LibTest/convert/Utf8Codec/decodeStream_A01_t01.dart
index ea56619..64fe3d2 100644
--- a/LibTest/convert/Utf8Codec/decodeStream_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/decodeStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> decodeStream(Stream<List<int>> byteStream)
  * @description Checks that this method decodes stream to UTF-8 string
diff --git a/LibTest/convert/Utf8Codec/decode_A01_t01.dart b/LibTest/convert/Utf8Codec/decode_A01_t01.dart
index 4bff5a6..090a003 100644
--- a/LibTest/convert/Utf8Codec/decode_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decode_A02_t01.dart b/LibTest/convert/Utf8Codec/decode_A02_t01.dart
index c85ce83..0fdccb0 100644
--- a/LibTest/convert/Utf8Codec/decode_A02_t01.dart
+++ b/LibTest/convert/Utf8Codec/decode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decode_A02_t02.dart b/LibTest/convert/Utf8Codec/decode_A02_t02.dart
index 8ad8062..877b2a0 100644
--- a/LibTest/convert/Utf8Codec/decode_A02_t02.dart
+++ b/LibTest/convert/Utf8Codec/decode_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decode_A03_t01.dart b/LibTest/convert/Utf8Codec/decode_A03_t01.dart
index dca55f7..6964738 100644
--- a/LibTest/convert/Utf8Codec/decode_A03_t01.dart
+++ b/LibTest/convert/Utf8Codec/decode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decode_A03_t02.dart b/LibTest/convert/Utf8Codec/decode_A03_t02.dart
index a11a639..b7790c5 100644
--- a/LibTest/convert/Utf8Codec/decode_A03_t02.dart
+++ b/LibTest/convert/Utf8Codec/decode_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decode_A04_t01.dart b/LibTest/convert/Utf8Codec/decode_A04_t01.dart
index 1d1d4dc..7051e32 100644
--- a/LibTest/convert/Utf8Codec/decode_A04_t01.dart
+++ b/LibTest/convert/Utf8Codec/decode_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> codeUnits, {bool allowMalformed})
  * Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the
diff --git a/LibTest/convert/Utf8Codec/decoder_A01_t01.dart b/LibTest/convert/Utf8Codec/decoder_A01_t01.dart
index 8e66bda..d41d741 100644
--- a/LibTest/convert/Utf8Codec/decoder_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Utf8Decoder decoder
  * @description Checks that this property returns Utf8Decoder which works as
diff --git a/LibTest/convert/Utf8Codec/encode_A01_t01.dart b/LibTest/convert/Utf8Codec/encode_A01_t01.dart
index 03676d9..4ab56fa 100644
--- a/LibTest/convert/Utf8Codec/encode_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes  strings to utf-8 code units
diff --git a/LibTest/convert/Utf8Codec/encoder_A01_t01.dart b/LibTest/convert/Utf8Codec/encoder_A01_t01.dart
index 67a328c..e2ba9ab 100644
--- a/LibTest/convert/Utf8Codec/encoder_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Utf8Encoder encoder
  * @description Checks that this property returns Utf8Encoder which works as
diff --git a/LibTest/convert/Utf8Codec/fuse_A01_t01.dart b/LibTest/convert/Utf8Codec/fuse_A01_t01.dart
index f70bf46..c411fc8 100644
--- a/LibTest/convert/Utf8Codec/fuse_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/convert/Utf8Codec/inverted_A01_t01.dart b/LibTest/convert/Utf8Codec/inverted_A01_t01.dart
index 06b52fc..61110fe 100644
--- a/LibTest/convert/Utf8Codec/inverted_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/convert/Utf8Codec/name_A01_t01.dart b/LibTest/convert/Utf8Codec/name_A01_t01.dart
index 3a8ae11..3e4af2a 100644
--- a/LibTest/convert/Utf8Codec/name_A01_t01.dart
+++ b/LibTest/convert/Utf8Codec/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * @description Checks that this property returns "utf-8"
diff --git a/LibTest/convert/Utf8Decoder/Utf8Decoder_A01_t01.dart b/LibTest/convert/Utf8Decoder/Utf8Decoder_A01_t01.dart
index 7f13c7e..88c74fc 100644
--- a/LibTest/convert/Utf8Decoder/Utf8Decoder_A01_t01.dart
+++ b/LibTest/convert/Utf8Decoder/Utf8Decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Decoder({bool allowMalformed: false})
  * Instantiates a new Utf8Decoder.
diff --git a/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t01.dart b/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t01.dart
index 324ce5a..84d8681 100644
--- a/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t01.dart
+++ b/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Decoder({bool allowMalformed: false})
  * Instantiates a new Utf8Decoder.
diff --git a/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t02.dart b/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t02.dart
index d3cda48..0fc26df 100644
--- a/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t02.dart
+++ b/LibTest/convert/Utf8Decoder/Utf8Decoder_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Decoder({bool allowMalformed: false})
  * Instantiates a new Utf8Decoder.
diff --git a/LibTest/convert/Utf8Decoder/bind_A01_t01.dart b/LibTest/convert/Utf8Decoder/bind_A01_t01.dart
index d15290d..41927d4 100644
--- a/LibTest/convert/Utf8Decoder/bind_A01_t01.dart
+++ b/LibTest/convert/Utf8Decoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<String> bind(Stream<List<int>> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Utf8Decoder/convert_A01_t01.dart b/LibTest/convert/Utf8Decoder/convert_A01_t01.dart
index 5843bdc..c8c0f52 100644
--- a/LibTest/convert/Utf8Decoder/convert_A01_t01.dart
+++ b/LibTest/convert/Utf8Decoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> codeUnits, [
diff --git a/LibTest/convert/Utf8Decoder/convert_A02_t01.dart b/LibTest/convert/Utf8Decoder/convert_A02_t01.dart
index fe6b924..5c8af7b 100644
--- a/LibTest/convert/Utf8Decoder/convert_A02_t01.dart
+++ b/LibTest/convert/Utf8Decoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> codeUnits, [
diff --git a/LibTest/convert/Utf8Decoder/convert_A02_t02.dart b/LibTest/convert/Utf8Decoder/convert_A02_t02.dart
index 3ee9994..f12ceff 100644
--- a/LibTest/convert/Utf8Decoder/convert_A02_t02.dart
+++ b/LibTest/convert/Utf8Decoder/convert_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> codeUnits, [
diff --git a/LibTest/convert/Utf8Decoder/convert_A03_t01.dart b/LibTest/convert/Utf8Decoder/convert_A03_t01.dart
index a65ef2e..6920f3d 100644
--- a/LibTest/convert/Utf8Decoder/convert_A03_t01.dart
+++ b/LibTest/convert/Utf8Decoder/convert_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String convert(
  *  List<int> codeUnits, [
diff --git a/LibTest/convert/Utf8Decoder/fuse_A01_t01.dart b/LibTest/convert/Utf8Decoder/fuse_A01_t01.dart
index edbcd2a..2f619b8 100644
--- a/LibTest/convert/Utf8Decoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Utf8Decoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/Utf8Decoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Utf8Decoder/startChunkedConversion_A01_t01.dart
index a406bde..ebe0f74 100644
--- a/LibTest/convert/Utf8Decoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Utf8Decoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Utf8Decoder/startChunkedConversion_A02_t01.dart b/LibTest/convert/Utf8Decoder/startChunkedConversion_A02_t01.dart
index 90359b9..9cbf600 100644
--- a/LibTest/convert/Utf8Decoder/startChunkedConversion_A02_t01.dart
+++ b/LibTest/convert/Utf8Decoder/startChunkedConversion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<String> sink)
  * Starts a chunked conversion.
diff --git a/LibTest/convert/Utf8Encoder/Utf8Encoder_A01_t01.dart b/LibTest/convert/Utf8Encoder/Utf8Encoder_A01_t01.dart
index 7af6f7c..d73c3aa 100644
--- a/LibTest/convert/Utf8Encoder/Utf8Encoder_A01_t01.dart
+++ b/LibTest/convert/Utf8Encoder/Utf8Encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Utf8Encoder()
  * @description Checks that this constructor created valid Utf8Encoder
diff --git a/LibTest/convert/Utf8Encoder/bind_A01_t01.dart b/LibTest/convert/Utf8Encoder/bind_A01_t01.dart
index 5f8baf2..a5d8efa 100644
--- a/LibTest/convert/Utf8Encoder/bind_A01_t01.dart
+++ b/LibTest/convert/Utf8Encoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<String> stream)
  * Transform the incoming stream's events.
diff --git a/LibTest/convert/Utf8Encoder/convert_A01_t01.dart b/LibTest/convert/Utf8Encoder/convert_A01_t01.dart
index 1988345..f347432 100644
--- a/LibTest/convert/Utf8Encoder/convert_A01_t01.dart
+++ b/LibTest/convert/Utf8Encoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/Utf8Encoder/convert_A02_t01.dart b/LibTest/convert/Utf8Encoder/convert_A02_t01.dart
index 5f3ad1b..f9718a7 100644
--- a/LibTest/convert/Utf8Encoder/convert_A02_t01.dart
+++ b/LibTest/convert/Utf8Encoder/convert_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(
  *  String string, [
diff --git a/LibTest/convert/Utf8Encoder/fuse_A01_t01.dart b/LibTest/convert/Utf8Encoder/fuse_A01_t01.dart
index 8f81ee4..c92398b 100644
--- a/LibTest/convert/Utf8Encoder/fuse_A01_t01.dart
+++ b/LibTest/convert/Utf8Encoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, T> fuse<T>(Converter<String, T> next)
  * Fuses this with other.
diff --git a/LibTest/convert/Utf8Encoder/startChunkedConversion_A01_t01.dart b/LibTest/convert/Utf8Encoder/startChunkedConversion_A01_t01.dart
index 856b153..28e7308 100644
--- a/LibTest/convert/Utf8Encoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/convert/Utf8Encoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Sink startChunkedConversion(Sink sink)
  * Starts a chunked conversion.
diff --git a/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t01.dart b/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t01.dart
index f8e4c8e..33806de 100644
--- a/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t01.dart
+++ b/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion AbstractClassInstantiationError(String _className)
  * Creates a new Object instance.
diff --git a/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t02.dart b/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t02.dart
index 611de09..23ae8f4 100644
--- a/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t02.dart
+++ b/LibTest/core/AbstractClassInstantiationError/AbstractClassInstantiationError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion AbstractClassInstantiationError(String _className)
  * Creates a new Object instance.
diff --git a/LibTest/core/AbstractClassInstantiationError/toString_A01_t01.dart b/LibTest/core/AbstractClassInstantiationError/toString_A01_t01.dart
index 251958d..fcdb25f 100644
--- a/LibTest/core/AbstractClassInstantiationError/toString_A01_t01.dart
+++ b/LibTest/core/AbstractClassInstantiationError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t01.dart b/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t01.dart
index 1d53e2a..baa9bb3 100644
--- a/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t01.dart
+++ b/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ArgumentError.notNull([String name])
  * Create an argument error for a null argument that must not be null.
diff --git a/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t02.dart b/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t02.dart
index 42ec449..bbe20dd 100644
--- a/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t02.dart
+++ b/LibTest/core/ArgumentError/ArgumentError.notNull_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ArgumentError.notNull([String name])
  * Create an argument error for a null argument that must not be null.
diff --git a/LibTest/core/ArgumentError/ArgumentError.value_A01_t01.dart b/LibTest/core/ArgumentError/ArgumentError.value_A01_t01.dart
index 88f8922..f9b491f 100644
--- a/LibTest/core/ArgumentError/ArgumentError.value_A01_t01.dart
+++ b/LibTest/core/ArgumentError/ArgumentError.value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ArgumentError.value(value, [ String name, String message ])
  * Creates error containing the invalid value.
diff --git a/LibTest/core/ArgumentError/ArgumentError.value_A01_t02.dart b/LibTest/core/ArgumentError/ArgumentError.value_A01_t02.dart
index ac49253..727d99c 100644
--- a/LibTest/core/ArgumentError/ArgumentError.value_A01_t02.dart
+++ b/LibTest/core/ArgumentError/ArgumentError.value_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ArgumentError.value(value, [ String name, String message ])
  * Creates error containing the invalid value.
diff --git a/LibTest/core/ArgumentError/ArgumentError.value_A01_t03.dart b/LibTest/core/ArgumentError/ArgumentError.value_A01_t03.dart
index 77fc398..9f199e1 100644
--- a/LibTest/core/ArgumentError/ArgumentError.value_A01_t03.dart
+++ b/LibTest/core/ArgumentError/ArgumentError.value_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ArgumentError.value(value, [ String name, String message ])
  * Creates error containing the invalid value.
diff --git a/LibTest/core/ArgumentError/ArgumentError_A01_t01.dart b/LibTest/core/ArgumentError/ArgumentError_A01_t01.dart
index bc9ed35..a6541eb 100644
--- a/LibTest/core/ArgumentError/ArgumentError_A01_t01.dart
+++ b/LibTest/core/ArgumentError/ArgumentError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new ArgumentError([message])
  * The message describes the erroneous argument. 
diff --git a/LibTest/core/ArgumentError/ArgumentError_class_A01_t01.dart b/LibTest/core/ArgumentError/ArgumentError_class_A01_t01.dart
index 76e96a9..a7e4e85 100644
--- a/LibTest/core/ArgumentError/ArgumentError_class_A01_t01.dart
+++ b/LibTest/core/ArgumentError/ArgumentError_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class ArgumentError
  * Error thrown when a function is passed an unacceptable argument.
diff --git a/LibTest/core/ArgumentError/allTests.lib.dart b/LibTest/core/ArgumentError/allTests.lib.dart
index bd90187..408ca64 100644
--- a/LibTest/core/ArgumentError/allTests.lib.dart
+++ b/LibTest/core/ArgumentError/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class ArgumentError
  * @description Checks all methods of ArgumentError
diff --git a/LibTest/core/ArgumentError/invalidValue_A01_t01.test.dart b/LibTest/core/ArgumentError/invalidValue_A01_t01.test.dart
index 00a08f7..93a5c31 100644
--- a/LibTest/core/ArgumentError/invalidValue_A01_t01.test.dart
+++ b/LibTest/core/ArgumentError/invalidValue_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic invalidValue
  * read-only
diff --git a/LibTest/core/ArgumentError/message_A01_t01.test.dart b/LibTest/core/ArgumentError/message_A01_t01.test.dart
index 3db3f48..a05dc2c 100644
--- a/LibTest/core/ArgumentError/message_A01_t01.test.dart
+++ b/LibTest/core/ArgumentError/message_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic message
  * read-only
diff --git a/LibTest/core/ArgumentError/name_A01_t01.test.dart b/LibTest/core/ArgumentError/name_A01_t01.test.dart
index 0348fdf..fd94cfd 100644
--- a/LibTest/core/ArgumentError/name_A01_t01.test.dart
+++ b/LibTest/core/ArgumentError/name_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String name
  * read-only
diff --git a/LibTest/core/ArgumentError/toString_A01_t01.dart b/LibTest/core/ArgumentError/toString_A01_t01.dart
index 0ebee40..17e22c2 100644
--- a/LibTest/core/ArgumentError/toString_A01_t01.dart
+++ b/LibTest/core/ArgumentError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/AssertionError/AssertionError_A01_t01.dart b/LibTest/core/AssertionError/AssertionError_A01_t01.dart
index a0db286..4761396 100644
--- a/LibTest/core/AssertionError/AssertionError_A01_t01.dart
+++ b/LibTest/core/AssertionError/AssertionError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion AssertionError class
  * Error thrown by the runtime system when an assert statement fails.
diff --git a/LibTest/core/AssertionError/AssertionError_A02_t01.dart b/LibTest/core/AssertionError/AssertionError_A02_t01.dart
index dedaeef..4787cfe 100644
--- a/LibTest/core/AssertionError/AssertionError_A02_t01.dart
+++ b/LibTest/core/AssertionError/AssertionError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion AssertionError([message])
  * @description Checks that AssertionError() constructor can be called without
diff --git a/LibTest/core/AssertionError/AssertionError_A02_t02.dart b/LibTest/core/AssertionError/AssertionError_A02_t02.dart
index c3889c4..4a6659a 100644
--- a/LibTest/core/AssertionError/AssertionError_A02_t02.dart
+++ b/LibTest/core/AssertionError/AssertionError_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion AssertionError([message)
  * @description Checks that AssertionError([message) constructor can be called
diff --git a/LibTest/core/AssertionError/message_A01_t01.dart b/LibTest/core/AssertionError/message_A01_t01.dart
index 00204c5..e56b4a2 100644
--- a/LibTest/core/AssertionError/message_A01_t01.dart
+++ b/LibTest/core/AssertionError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final Object message;
  * Message describing the assertion error
diff --git a/LibTest/core/AssertionError/toString_A01_t01.dart b/LibTest/core/AssertionError/toString_A01_t01.dart
index b2deae1..a63dc84 100644
--- a/LibTest/core/AssertionError/toString_A01_t01.dart
+++ b/LibTest/core/AssertionError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/BidirectionalIterator/allTests.lib.dart b/LibTest/core/BidirectionalIterator/allTests.lib.dart
index 7a3edc4..afaeec6 100644
--- a/LibTest/core/BidirectionalIterator/allTests.lib.dart
+++ b/LibTest/core/BidirectionalIterator/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @description All BidirectionalIterator tests runner
  * @author sgrekhov@unipro.ru
diff --git a/LibTest/core/BidirectionalIterator/inheritedTests.lib.dart b/LibTest/core/BidirectionalIterator/inheritedTests.lib.dart
index a190f77..6f94295 100644
--- a/LibTest/core/BidirectionalIterator/inheritedTests.lib.dart
+++ b/LibTest/core/BidirectionalIterator/inheritedTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion abstract class BidirectionalIterator<E>
  * An Iterator that allows moving backwards as well as forwards.
diff --git a/LibTest/core/BidirectionalIterator/movePrevious_A01_t01.test.dart b/LibTest/core/BidirectionalIterator/movePrevious_A01_t01.test.dart
index 5c0e14b..3645131 100644
--- a/LibTest/core/BidirectionalIterator/movePrevious_A01_t01.test.dart
+++ b/LibTest/core/BidirectionalIterator/movePrevious_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool movePrevious()
  * Move back to the previous element.
diff --git a/LibTest/core/BidirectionalIterator/movePrevious_A01_t02.test.dart b/LibTest/core/BidirectionalIterator/movePrevious_A01_t02.test.dart
index dfeed50..28a1c5a 100644
--- a/LibTest/core/BidirectionalIterator/movePrevious_A01_t02.test.dart
+++ b/LibTest/core/BidirectionalIterator/movePrevious_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool movePrevious()
  * Move back to the previous element.
diff --git a/LibTest/core/CastError/CastError.class_A01_t01.dart b/LibTest/core/CastError/CastError.class_A01_t01.dart
index 6c7ca1a..76702e4 100644
--- a/LibTest/core/CastError/CastError.class_A01_t01.dart
+++ b/LibTest/core/CastError/CastError.class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Error thrown by the runtime system when a cast operation fails.
  * @description Checks that CastError is thrown by runtime when cast operation
diff --git a/LibTest/core/CastError/CastError_A01_t01.dart b/LibTest/core/CastError/CastError_A01_t01.dart
index 09dc70b..08c90c9 100644
--- a/LibTest/core/CastError/CastError_A01_t01.dart
+++ b/LibTest/core/CastError/CastError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion CastError()
  * @description Checks that this constructor can be called and returns instance
diff --git a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError.class_A01_t01.dart b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError.class_A01_t01.dart
index 9652fbd..83608d5 100644
--- a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError.class_A01_t01.dart
+++ b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError.class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Error occurring when a collection is modified during iteration.
  * @description Checks that ConcurrentModificationError is thrown if a
diff --git a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t01.dart b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t01.dart
index 2602ada..02165cd 100644
--- a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t01.dart
+++ b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ConcurrentModificationError([Object modifiedObject ])
  * @description Checks that this constructor can be called and returns instance
diff --git a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t02.dart b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t02.dart
index 4b6fce3..935eb89 100644
--- a/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t02.dart
+++ b/LibTest/core/ConcurrentModificationError/ConcurrentModificationError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion ConcurrentModificationError([Object modifiedObject ])
  * @description Checks that this constructor can be called with parameter and
diff --git a/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t01.dart b/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t01.dart
index 58bcb6b..16752d0 100644
--- a/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t01.dart
+++ b/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Object modifiedObject
  * read-only
diff --git a/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t02.dart b/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t02.dart
index 1e156c3..cffc256 100644
--- a/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t02.dart
+++ b/LibTest/core/ConcurrentModificationError/modifiedObject_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Object modifiedObject
  * read-only
diff --git a/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t01.dart b/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t01.dart
index d682f0e..215fd94 100644
--- a/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t01.dart
+++ b/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Error thrown when a lazily initialized variable cannot be
  * initialized.
diff --git a/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t02.dart b/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t02.dart
index b1ce8d1..3c44971 100644
--- a/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t02.dart
+++ b/LibTest/core/CyclicInitializationError/CyclicInitializationError.class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Error thrown when a lazily initialized variable cannot be
  * initialized.
diff --git a/LibTest/core/CyclicInitializationError/CyclicInitializationError.lib.dart b/LibTest/core/CyclicInitializationError/CyclicInitializationError.lib.dart
index 004af09..b8404c8 100644
--- a/LibTest/core/CyclicInitializationError/CyclicInitializationError.lib.dart
+++ b/LibTest/core/CyclicInitializationError/CyclicInitializationError.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 library cyclic_initialization_error;
 
 var x = f();
diff --git a/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t01.dart b/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t01.dart
index fa4eee2..95a9c27 100644
--- a/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t01.dart
+++ b/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion CyclicInitializationError([String variableName])
  * @description Checks that this constructor can be called without parameter
diff --git a/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t02.dart b/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t02.dart
index 272c5b4..10065c6 100644
--- a/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t02.dart
+++ b/LibTest/core/CyclicInitializationError/CyclicInitializationError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion CyclicInitializationError([String variableName])
  * @description Checks that this constructor can be called with parameter
diff --git a/LibTest/core/CyclicInitializationError/variableName_A01_t01.dart b/LibTest/core/CyclicInitializationError/variableName_A01_t01.dart
index a0c10cf..8c61fc8 100644
--- a/LibTest/core/CyclicInitializationError/variableName_A01_t01.dart
+++ b/LibTest/core/CyclicInitializationError/variableName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertionString variableName
  * read-only
diff --git a/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01.dart b/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01.dart
index 852391e..5a73df4 100644
--- a/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01.dart
+++ b/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion DateTime.fromMicrosecondsSinceEpoch(int microsecondsSinceEpoch,
  * {bool isUtc: false})
diff --git a/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t02.dart b/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t02.dart
index 4e9a53c..8b10c37 100644
--- a/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t02.dart
+++ b/LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion DateTime.fromMicrosecondsSinceEpoch(int microsecondsSinceEpoch,
  * {bool isUtc: false})
diff --git a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t01.dart b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t01.dart
index e894b36..04fa9da 100644
--- a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t01.dart
+++ b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime.fromMillisecondsSinceEpoch(int millisecondsSinceEpoch, {bool isUtc: false})
  * Constructs a new DateTime instance with the given millisecondsSinceEpoch.
diff --git a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t02.dart b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t02.dart
index 3b15442..5aebea2 100644
--- a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t02.dart
+++ b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime.fromMillisecondsSinceEpoch(int millisecondsSinceEpoch, {bool isUtc: false})
  * Constructs a new DateTime instance with the given millisecondsSinceEpoch.
diff --git a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t01.dart b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t01.dart
index f59fc5d..bb66e99 100644
--- a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t01.dart
+++ b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime.fromMillisecondsSinceEpoch(int millisecondsSinceEpoch, {bool isUtc: false})
  * Constructs a new DateTime instance with the given millisecondsSinceEpoch.
diff --git a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t02.dart b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t02.dart
index 290546e..e84e2d8 100644
--- a/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t02.dart
+++ b/LibTest/core/DateTime/DateTime.fromMillisecondsSinceEpoch_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion DateTime.fromMillisecondsSinceEpoch(int millisecondsSinceEpoch, {bool isUtc: false})
  * Constructs a new DateTime instance with the given millisecondsSinceEpoch.
diff --git a/LibTest/core/DateTime/DateTime.now_A01_t01.dart b/LibTest/core/DateTime/DateTime.now_A01_t01.dart
index ee8feb7..c9b70f7 100644
--- a/LibTest/core/DateTime/DateTime.now_A01_t01.dart
+++ b/LibTest/core/DateTime/DateTime.now_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime.now()
  * Constructs a new DateTime instance with current date time value in the local time zone.
diff --git a/LibTest/core/DateTime/DateTime.now_A01_t02.dart b/LibTest/core/DateTime/DateTime.now_A01_t02.dart
index 3e9697d..dd36e9b 100644
--- a/LibTest/core/DateTime/DateTime.now_A01_t02.dart
+++ b/LibTest/core/DateTime/DateTime.now_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime.now()
  * Constructs a new DateTime instance with current date time value in the local time zone.
diff --git a/LibTest/core/DateTime/DateTime.now_A01_t03.dart b/LibTest/core/DateTime/DateTime.now_A01_t03.dart
index cfe0acb..ecf0cf9 100644
--- a/LibTest/core/DateTime/DateTime.now_A01_t03.dart
+++ b/LibTest/core/DateTime/DateTime.now_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime.now()
  * Constructs a new DateTime instance with current date time value in the local time zone.
diff --git a/LibTest/core/DateTime/DateTime.utc_A01_t01.dart b/LibTest/core/DateTime/DateTime.utc_A01_t01.dart
index 95daae0..7ca34a6 100644
--- a/LibTest/core/DateTime/DateTime.utc_A01_t01.dart
+++ b/LibTest/core/DateTime/DateTime.utc_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime.utc(int year, [int month = 1, int day = 1, int
  * hour = 0, int minute = 0, int second = 0, int millisecond = 0])
diff --git a/LibTest/core/DateTime/DateTime_A01_t01.dart b/LibTest/core/DateTime/DateTime_A01_t01.dart
index 510e2fd..1fbf67e 100644
--- a/LibTest/core/DateTime/DateTime_A01_t01.dart
+++ b/LibTest/core/DateTime/DateTime_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime(int year, [int month = 1, int day = 1, int
  * hour = 0, int minute = 0, int second = 0, int millisecond = 0])
diff --git a/LibTest/core/DateTime/DateTime_A01_t02.dart b/LibTest/core/DateTime/DateTime_A01_t02.dart
index 4eb3aab..46f5973 100644
--- a/LibTest/core/DateTime/DateTime_A01_t02.dart
+++ b/LibTest/core/DateTime/DateTime_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime(int year, [int month = 1, int day = 1, int
  * hour = 0, int minute = 0, int second = 0, int millisecond = 0])
diff --git a/LibTest/core/DateTime/DateTime_A01_t03.dart b/LibTest/core/DateTime/DateTime_A01_t03.dart
index 8ab53c0..111cd3d 100644
--- a/LibTest/core/DateTime/DateTime_A01_t03.dart
+++ b/LibTest/core/DateTime/DateTime_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime(int year, [int month = 1, int day = 1,
  * int hour = 0, int minute = 0, int second = 0, int millisecond = 0])
diff --git a/LibTest/core/DateTime/DateTime_A01_t04.dart b/LibTest/core/DateTime/DateTime_A01_t04.dart
index 676e458..7084bb8 100644
--- a/LibTest/core/DateTime/DateTime_A01_t04.dart
+++ b/LibTest/core/DateTime/DateTime_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory DateTime(int year, [int month = 1, int day = 1, int hour = 0,
  * int minute = 0, int second = 0, int millisecond = 0])
diff --git a/LibTest/core/DateTime/add_A01_t01.dart b/LibTest/core/DateTime/add_A01_t01.dart
index ae8dedd..01eeef2 100644
--- a/LibTest/core/DateTime/add_A01_t01.dart
+++ b/LibTest/core/DateTime/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime add(Duration duration)
  * Returns a new DateTime with the duration added to this.
diff --git a/LibTest/core/DateTime/add_A01_t02.dart b/LibTest/core/DateTime/add_A01_t02.dart
index 0281a7e..7a569c7 100644
--- a/LibTest/core/DateTime/add_A01_t02.dart
+++ b/LibTest/core/DateTime/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime add(Duration duration)
  * Returns a new DateTime with the duration added to this.
diff --git a/LibTest/core/DateTime/add_A01_t03.dart b/LibTest/core/DateTime/add_A01_t03.dart
index 9f86a3b..52cb11e 100644
--- a/LibTest/core/DateTime/add_A01_t03.dart
+++ b/LibTest/core/DateTime/add_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime add(Duration duration)
  * Returns a new DateTime with the duration added to this.
diff --git a/LibTest/core/DateTime/add_A02_t01.dart b/LibTest/core/DateTime/add_A02_t01.dart
index c3543d0..130aad4 100644
--- a/LibTest/core/DateTime/add_A02_t01.dart
+++ b/LibTest/core/DateTime/add_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime add(Duration duration)
  * Returns a new DateTime with the duration added to this.
diff --git a/LibTest/core/DateTime/add_A02_t02.dart b/LibTest/core/DateTime/add_A02_t02.dart
index d62fdce..477a8b5 100644
--- a/LibTest/core/DateTime/add_A02_t02.dart
+++ b/LibTest/core/DateTime/add_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion DateTime add(Duration duration)
  * Returns a new DateTime with the duration added to this.
diff --git a/LibTest/core/DateTime/compareTo_A01_t02.dart b/LibTest/core/DateTime/compareTo_A01_t02.dart
index 1cd78e5..a84c452 100644
--- a/LibTest/core/DateTime/compareTo_A01_t02.dart
+++ b/LibTest/core/DateTime/compareTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(DateTime other)
  * Compares this object to another Comparable
diff --git a/LibTest/core/DateTime/day_A01_t01.dart b/LibTest/core/DateTime/day_A01_t01.dart
index 767619d..db5fd22 100644
--- a/LibTest/core/DateTime/day_A01_t01.dart
+++ b/LibTest/core/DateTime/day_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int day
  * Returns the day into the month 1..31.
diff --git a/LibTest/core/DateTime/difference_A01_t01.dart b/LibTest/core/DateTime/difference_A01_t01.dart
index 757ed7f..a2fb0df 100644
--- a/LibTest/core/DateTime/difference_A01_t01.dart
+++ b/LibTest/core/DateTime/difference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration difference(DateTime other) 
  * Returns a [Duration] with the difference of [:this:] and [other]
diff --git a/LibTest/core/DateTime/difference_A01_t02.dart b/LibTest/core/DateTime/difference_A01_t02.dart
index 6a4e01e..0c603e0 100644
--- a/LibTest/core/DateTime/difference_A01_t02.dart
+++ b/LibTest/core/DateTime/difference_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration difference(DateTime other) 
  * Returns a [Duration] with the difference of [:this:] and [other]
diff --git a/LibTest/core/DateTime/difference_A02_t01.dart b/LibTest/core/DateTime/difference_A02_t01.dart
index 1b14ffa..0e64b13 100644
--- a/LibTest/core/DateTime/difference_A02_t01.dart
+++ b/LibTest/core/DateTime/difference_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration difference(DateTime other) 
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/DateTime/difference_A02_t02.dart b/LibTest/core/DateTime/difference_A02_t02.dart
index ab83064..1a37819 100644
--- a/LibTest/core/DateTime/difference_A02_t02.dart
+++ b/LibTest/core/DateTime/difference_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion Duration difference(DateTime other) 
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/DateTime/hashCode_A01_t01.dart b/LibTest/core/DateTime/hashCode_A01_t01.dart
index be46d46..d7d6a1f 100644
--- a/LibTest/core/DateTime/hashCode_A01_t01.dart
+++ b/LibTest/core/DateTime/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/DateTime/hashCode_A01_t02.dart b/LibTest/core/DateTime/hashCode_A01_t02.dart
index 3a56813..3ab62cc 100644
--- a/LibTest/core/DateTime/hashCode_A01_t02.dart
+++ b/LibTest/core/DateTime/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/DateTime/hour_A01_t01.dart b/LibTest/core/DateTime/hour_A01_t01.dart
index 73c6d5a..5865ad7 100644
--- a/LibTest/core/DateTime/hour_A01_t01.dart
+++ b/LibTest/core/DateTime/hour_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int hour
  * Returns the hour into the day 0..23.
diff --git a/LibTest/core/DateTime/isAfter_A01_t01.dart b/LibTest/core/DateTime/isAfter_A01_t01.dart
index 98a2982..7804bc5 100644
--- a/LibTest/core/DateTime/isAfter_A01_t01.dart
+++ b/LibTest/core/DateTime/isAfter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAfter(DateTime other)
  * Returns true if this occurs after other.
diff --git a/LibTest/core/DateTime/isAtSameMomentAs_A01_t01.dart b/LibTest/core/DateTime/isAtSameMomentAs_A01_t01.dart
index 484b26f..90f925f 100644
--- a/LibTest/core/DateTime/isAtSameMomentAs_A01_t01.dart
+++ b/LibTest/core/DateTime/isAtSameMomentAs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionbool bool isAtSameMomentAs(DateTime other)
  * Returns true if this occurs at the same moment as other.
diff --git a/LibTest/core/DateTime/isBefore_A01_t01.dart b/LibTest/core/DateTime/isBefore_A01_t01.dart
index 8665c32..40e7506 100644
--- a/LibTest/core/DateTime/isBefore_A01_t01.dart
+++ b/LibTest/core/DateTime/isBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBefore(DateTime other)
  * Returns true if this occurs before other.
diff --git a/LibTest/core/DateTime/isUtc_A01_t01.dart b/LibTest/core/DateTime/isUtc_A01_t01.dart
index 8a80043..2fc98f9 100644
--- a/LibTest/core/DateTime/isUtc_A01_t01.dart
+++ b/LibTest/core/DateTime/isUtc_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isUtc
  * True if this DateTime is set to UTC time.
diff --git a/LibTest/core/DateTime/microsecond_A01_t01.dart b/LibTest/core/DateTime/microsecond_A01_t01.dart
index 7f407aa..8a5a8bb 100644
--- a/LibTest/core/DateTime/microsecond_A01_t01.dart
+++ b/LibTest/core/DateTime/microsecond_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final int microsecond
  * Returns the the microsecond 0...999
diff --git a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01.dart b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01.dart
index 50ac127..0d760f1 100644
--- a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01.dart
+++ b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int microsecondsSinceEpoch
  * The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).
diff --git a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t02.dart b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t02.dart
index 5d35722..9271c7e 100644
--- a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t02.dart
+++ b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int microsecondsSinceEpoch
  * The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).
diff --git a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t03.dart b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t03.dart
index ab5961a..dacb358 100644
--- a/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t03.dart
+++ b/LibTest/core/DateTime/microsecondsSinceEpoch_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int microsecondsSinceEpoch
  * The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).
diff --git a/LibTest/core/DateTime/millisecond_A01_t01.dart b/LibTest/core/DateTime/millisecond_A01_t01.dart
index 89f432d..e145bf2 100644
--- a/LibTest/core/DateTime/millisecond_A01_t01.dart
+++ b/LibTest/core/DateTime/millisecond_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int millisecond
  * Returns the millisecond into the second 0...999.
diff --git a/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t01.dart b/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t01.dart
index f4f202c..6f802ea 100644
--- a/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t01.dart
+++ b/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int millisecondsSinceEpoch
  * The milliseconds since 1970-01-01T00:00:00Z (UTC).
diff --git a/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t02.dart b/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t02.dart
index 9bc985d..b55b851 100644
--- a/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t02.dart
+++ b/LibTest/core/DateTime/millisecondsSinceEpoch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion final int millisecondsSinceEpoch
  * The milliseconds since 1970-01-01T00:00:00Z (UTC).
diff --git a/LibTest/core/DateTime/minute_A01_t01.dart b/LibTest/core/DateTime/minute_A01_t01.dart
index b2d692a..a6e2ccd 100644
--- a/LibTest/core/DateTime/minute_A01_t01.dart
+++ b/LibTest/core/DateTime/minute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int minute
  * Returns the minute into the hour 0...59.
diff --git a/LibTest/core/DateTime/month_A01_t01.dart b/LibTest/core/DateTime/month_A01_t01.dart
index 9c75166..e59806b 100644
--- a/LibTest/core/DateTime/month_A01_t01.dart
+++ b/LibTest/core/DateTime/month_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int month
  * Returns the month into the year 1..12.
diff --git a/LibTest/core/DateTime/operator_equality_A01_t01.dart b/LibTest/core/DateTime/operator_equality_A01_t01.dart
index 1e86ade..9fe52f3 100644
--- a/LibTest/core/DateTime/operator_equality_A01_t01.dart
+++ b/LibTest/core/DateTime/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * Returns true if other is a DateTime at the same moment and in the same
diff --git a/LibTest/core/DateTime/parse_A01_t01.dart b/LibTest/core/DateTime/parse_A01_t01.dart
index 04b501a..7474b96 100644
--- a/LibTest/core/DateTime/parse_A01_t01.dart
+++ b/LibTest/core/DateTime/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime.parse(String formattedString)
  * Constructs a new [DateTime] instance based on [formattedString]
diff --git a/LibTest/core/DateTime/parse_A01_t02.dart b/LibTest/core/DateTime/parse_A01_t02.dart
index 486f762..3e932bd 100644
--- a/LibTest/core/DateTime/parse_A01_t02.dart
+++ b/LibTest/core/DateTime/parse_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime.parse(String formattedString)
  * Constructs a new [DateTime] instance based on [formattedString]
diff --git a/LibTest/core/DateTime/parse_A01_t03.dart b/LibTest/core/DateTime/parse_A01_t03.dart
index a20ef1f..fd47a56 100644
--- a/LibTest/core/DateTime/parse_A01_t03.dart
+++ b/LibTest/core/DateTime/parse_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion DateTime.parse(String formattedString)
  * Constructs a new [DateTime] instance based on [formattedString]
diff --git a/LibTest/core/DateTime/parse_A01_t04.dart b/LibTest/core/DateTime/parse_A01_t04.dart
index d1dc8c7..a3df70e 100644
--- a/LibTest/core/DateTime/parse_A01_t04.dart
+++ b/LibTest/core/DateTime/parse_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion DateTime.parse(String formattedString)
  * Constructs a new [DateTime] instance based on [formattedString]
diff --git a/LibTest/core/DateTime/parse_A03_t01.dart b/LibTest/core/DateTime/parse_A03_t01.dart
index 8523153..6493840 100644
--- a/LibTest/core/DateTime/parse_A03_t01.dart
+++ b/LibTest/core/DateTime/parse_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws a FormatException if the input cannot be parsed
  * @description Checks that a FormatException exception is thrown if the input
diff --git a/LibTest/core/DateTime/second_A01_t01.dart b/LibTest/core/DateTime/second_A01_t01.dart
index 071de01..8c5f4af 100644
--- a/LibTest/core/DateTime/second_A01_t01.dart
+++ b/LibTest/core/DateTime/second_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int second
  * Returns the second into the minute 0...59.
diff --git a/LibTest/core/DateTime/subtract_A01_t01.dart b/LibTest/core/DateTime/subtract_A01_t01.dart
index 4d40d20..6684015 100644
--- a/LibTest/core/DateTime/subtract_A01_t01.dart
+++ b/LibTest/core/DateTime/subtract_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime subtract(Duration duration)
  * Returns a new DateTime with the duration subtracted from this. 
diff --git a/LibTest/core/DateTime/subtract_A01_t02.dart b/LibTest/core/DateTime/subtract_A01_t02.dart
index 172be93..05125e7 100644
--- a/LibTest/core/DateTime/subtract_A01_t02.dart
+++ b/LibTest/core/DateTime/subtract_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime subtract(Duration duration)
  * Returns a new DateTime with the duration subtracted from this. 
diff --git a/LibTest/core/DateTime/subtract_A01_t03.dart b/LibTest/core/DateTime/subtract_A01_t03.dart
index 491c618..6e2b9b1 100644
--- a/LibTest/core/DateTime/subtract_A01_t03.dart
+++ b/LibTest/core/DateTime/subtract_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime subtract(Duration duration)
  * Returns a new DateTime with the duration subtracted from this. 
diff --git a/LibTest/core/DateTime/subtract_A02_t01.dart b/LibTest/core/DateTime/subtract_A02_t01.dart
index 067b376..9a93fc2 100644
--- a/LibTest/core/DateTime/subtract_A02_t01.dart
+++ b/LibTest/core/DateTime/subtract_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime subtract(Duration other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/DateTime/subtract_A02_t02.dart b/LibTest/core/DateTime/subtract_A02_t02.dart
index b43a980..72f045b 100644
--- a/LibTest/core/DateTime/subtract_A02_t02.dart
+++ b/LibTest/core/DateTime/subtract_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion DateTime subtract(Duration other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/DateTime/timeZoneName_A01_t01.dart b/LibTest/core/DateTime/timeZoneName_A01_t01.dart
index a4226df..56c2928 100644
--- a/LibTest/core/DateTime/timeZoneName_A01_t01.dart
+++ b/LibTest/core/DateTime/timeZoneName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String timeZoneName
  * Returns the abbreviated time-zone name.
diff --git a/LibTest/core/DateTime/timeZoneOffset_A01_t01.dart b/LibTest/core/DateTime/timeZoneOffset_A01_t01.dart
index b81a1ad..af3305f 100644
--- a/LibTest/core/DateTime/timeZoneOffset_A01_t01.dart
+++ b/LibTest/core/DateTime/timeZoneOffset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Duration timeZoneOffset
  * The time-zone offset is the difference between local time and UTC.
diff --git a/LibTest/core/DateTime/to8601String_A01_t01.dart b/LibTest/core/DateTime/to8601String_A01_t01.dart
index 96ee0bf..67dc7b8 100644
--- a/LibTest/core/DateTime/to8601String_A01_t01.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t02.dart b/LibTest/core/DateTime/to8601String_A01_t02.dart
index b44248d..1031040 100644
--- a/LibTest/core/DateTime/to8601String_A01_t02.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t03.dart b/LibTest/core/DateTime/to8601String_A01_t03.dart
index 2ff932f..45f8983 100644
--- a/LibTest/core/DateTime/to8601String_A01_t03.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t04.dart b/LibTest/core/DateTime/to8601String_A01_t04.dart
index 92614e4..1a49fd9 100644
--- a/LibTest/core/DateTime/to8601String_A01_t04.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t05.dart b/LibTest/core/DateTime/to8601String_A01_t05.dart
index e3efb35..93fb10d 100644
--- a/LibTest/core/DateTime/to8601String_A01_t05.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t06.dart b/LibTest/core/DateTime/to8601String_A01_t06.dart
index 494e807..7ff52e5 100644
--- a/LibTest/core/DateTime/to8601String_A01_t06.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/to8601String_A01_t07.dart b/LibTest/core/DateTime/to8601String_A01_t07.dart
index b856ca7..6812150 100644
--- a/LibTest/core/DateTime/to8601String_A01_t07.dart
+++ b/LibTest/core/DateTime/to8601String_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toIso8601String()
  * Returns an ISO-8601 full-precision extended format representation.
diff --git a/LibTest/core/DateTime/toLocal_A01_t01.dart b/LibTest/core/DateTime/toLocal_A01_t01.dart
index f4daad0..5f5bff2 100644
--- a/LibTest/core/DateTime/toLocal_A01_t01.dart
+++ b/LibTest/core/DateTime/toLocal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime toLocal()
  * Returns this in the local time zone.
diff --git a/LibTest/core/DateTime/toString_A01_t01.dart b/LibTest/core/DateTime/toString_A01_t01.dart
index b1afb67..5e2c26c 100644
--- a/LibTest/core/DateTime/toString_A01_t01.dart
+++ b/LibTest/core/DateTime/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a human readable string for this instance.
diff --git a/LibTest/core/DateTime/toString_A01_t02.dart b/LibTest/core/DateTime/toString_A01_t02.dart
index ab42971..04d6e07 100644
--- a/LibTest/core/DateTime/toString_A01_t02.dart
+++ b/LibTest/core/DateTime/toString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a human readable string for this instance.
diff --git a/LibTest/core/DateTime/toString_A01_t03.dart b/LibTest/core/DateTime/toString_A01_t03.dart
index 1ab2cdd..45a12d6 100644
--- a/LibTest/core/DateTime/toString_A01_t03.dart
+++ b/LibTest/core/DateTime/toString_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a human readable string for this instance.
diff --git a/LibTest/core/DateTime/toUtc_A01_t01.dart b/LibTest/core/DateTime/toUtc_A01_t01.dart
index f83ce75..7a3687e 100644
--- a/LibTest/core/DateTime/toUtc_A01_t01.dart
+++ b/LibTest/core/DateTime/toUtc_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime toUtc()
  * Returns this in UTC.
diff --git a/LibTest/core/DateTime/weekday_A01_t01.dart b/LibTest/core/DateTime/weekday_A01_t01.dart
index 987d4d4..3327472 100644
--- a/LibTest/core/DateTime/weekday_A01_t01.dart
+++ b/LibTest/core/DateTime/weekday_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int weekday
  * Returns the week day MON..SUN. In accordance with ISO 8601 a week starts with
diff --git a/LibTest/core/DateTime/year_A01_t01.dart b/LibTest/core/DateTime/year_A01_t01.dart
index c93bc20..8eb436c 100644
--- a/LibTest/core/DateTime/year_A01_t01.dart
+++ b/LibTest/core/DateTime/year_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int year
  * Returns the year.
diff --git a/LibTest/core/Deprecated/Deprecated_A01_t01.dart b/LibTest/core/Deprecated/Deprecated_A01_t01.dart
index d24e194..07fc51b 100644
--- a/LibTest/core/Deprecated/Deprecated_A01_t01.dart
+++ b/LibTest/core/Deprecated/Deprecated_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Deprecated(String expires)
  * Create a deprecation annotation which specifies the expiration of the
diff --git a/LibTest/core/Deprecated/expires_A01_t01.dart b/LibTest/core/Deprecated/expires_A01_t01.dart
index 0fedc8a..9a22c00 100644
--- a/LibTest/core/Deprecated/expires_A01_t01.dart
+++ b/LibTest/core/Deprecated/expires_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String expires
  * read-only
diff --git a/LibTest/core/Duration/Duration_A01_t01.dart b/LibTest/core/Duration/Duration_A01_t01.dart
index bc044d6..ea57ba3 100644
--- a/LibTest/core/Duration/Duration_A01_t01.dart
+++ b/LibTest/core/Duration/Duration_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Duration({int days: 0, int hours: 0, int minutes: 0,
  * int seconds: 0, int milliseconds: 0, int microseconds: 0})
diff --git a/LibTest/core/Duration/Duration_A02_t01.dart b/LibTest/core/Duration/Duration_A02_t01.dart
index 92eaf6d..d96948f 100644
--- a/LibTest/core/Duration/Duration_A02_t01.dart
+++ b/LibTest/core/Duration/Duration_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Duration({int days: 0, int hours: 0, int minutes: 0,
  * int seconds: 0, int milliseconds: 0, int microseconds: 0})
diff --git a/LibTest/core/Duration/Duration_A03_t01.dart b/LibTest/core/Duration/Duration_A03_t01.dart
index 303921d..2a806c7 100644
--- a/LibTest/core/Duration/Duration_A03_t01.dart
+++ b/LibTest/core/Duration/Duration_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Duration({int days: 0, int hours: 0, int minutes: 0,
  * int seconds: 0, int milliseconds: 0, int microseconds: 0, microseconds: 0})
diff --git a/LibTest/core/Duration/Duration_A04_t01.dart b/LibTest/core/Duration/Duration_A04_t01.dart
index c155040..9e02cff 100644
--- a/LibTest/core/Duration/Duration_A04_t01.dart
+++ b/LibTest/core/Duration/Duration_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Duration({int days: 0, int hours: 0, int minutes: 0,
  * int seconds: 0, int milliseconds: 0, int microseconds: 0, microseconds: 0})
diff --git a/LibTest/core/Duration/abs_A01_t01.dart b/LibTest/core/Duration/abs_A01_t01.dart
index 6d55825..ac7cd64 100644
--- a/LibTest/core/Duration/abs_A01_t01.dart
+++ b/LibTest/core/Duration/abs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Duration abs()
  * Returns a new Duration representing the absolute value of this Duration.
diff --git a/LibTest/core/Duration/compareTo_A01_t01.dart b/LibTest/core/Duration/compareTo_A01_t01.dart
index 126c071..baf2460 100644
--- a/LibTest/core/Duration/compareTo_A01_t01.dart
+++ b/LibTest/core/Duration/compareTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion interface Duration extends Comparable
  * @description Checks that a Duration instance really is Comparable
diff --git a/LibTest/core/Duration/compareTo_A01_t02.dart b/LibTest/core/Duration/compareTo_A01_t02.dart
index 7a7c276..e2955b2 100644
--- a/LibTest/core/Duration/compareTo_A01_t02.dart
+++ b/LibTest/core/Duration/compareTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(Duration other)
  * Compares this object to another Comparable
diff --git a/LibTest/core/Duration/hoursPerDay_A01_t01.dart b/LibTest/core/Duration/hoursPerDay_A01_t01.dart
index 1581340..9a17f63 100644
--- a/LibTest/core/Duration/hoursPerDay_A01_t01.dart
+++ b/LibTest/core/Duration/hoursPerDay_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of hours in a day.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/inDays_A01_t01.dart b/LibTest/core/Duration/inDays_A01_t01.dart
index 50e5422..c96a286 100644
--- a/LibTest/core/Duration/inDays_A01_t01.dart
+++ b/LibTest/core/Duration/inDays_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns this [Duration] in minutes. 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/inHours_A01_t01.dart b/LibTest/core/Duration/inHours_A01_t01.dart
index 3634eb8..55c4491 100644
--- a/LibTest/core/Duration/inHours_A01_t01.dart
+++ b/LibTest/core/Duration/inHours_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns this [Duration] in minutes. 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/inMicroseconds_A01_t01.dart b/LibTest/core/Duration/inMicroseconds_A01_t01.dart
index 8a6621d..b23d7d6 100644
--- a/LibTest/core/Duration/inMicroseconds_A01_t01.dart
+++ b/LibTest/core/Duration/inMicroseconds_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int inMicroseconds
  * Returns number of whole microseconds spanned by this Duration.
diff --git a/LibTest/core/Duration/inMilliseconds_A01_t01.dart b/LibTest/core/Duration/inMilliseconds_A01_t01.dart
index 0772c12..8f077d2 100644
--- a/LibTest/core/Duration/inMilliseconds_A01_t01.dart
+++ b/LibTest/core/Duration/inMilliseconds_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns this [Duration] in milliseconds. 
  * @description Checks that duration calculation is correct (sum of all
diff --git a/LibTest/core/Duration/inMinutes_A01_t01.dart b/LibTest/core/Duration/inMinutes_A01_t01.dart
index adeb8dc..7ddce74 100644
--- a/LibTest/core/Duration/inMinutes_A01_t01.dart
+++ b/LibTest/core/Duration/inMinutes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns this [Duration] in minutes. 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/inSeconds_A01_t01.dart b/LibTest/core/Duration/inSeconds_A01_t01.dart
index c091282..148f230 100644
--- a/LibTest/core/Duration/inSeconds_A01_t01.dart
+++ b/LibTest/core/Duration/inSeconds_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns this [Duration] in seconds. 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/isNegative_A01_t01.dart b/LibTest/core/Duration/isNegative_A01_t01.dart
index cfe4a88..ae63677 100644
--- a/LibTest/core/Duration/isNegative_A01_t01.dart
+++ b/LibTest/core/Duration/isNegative_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isNegative
  * Returns whether this Duration is negative.
diff --git a/LibTest/core/Duration/microsecondsPerDay_A01_t01.dart b/LibTest/core/Duration/microsecondsPerDay_A01_t01.dart
index 61b4ffb..c141f6d 100644
--- a/LibTest/core/Duration/microsecondsPerDay_A01_t01.dart
+++ b/LibTest/core/Duration/microsecondsPerDay_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Holds the number of microseconds in a day.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/microsecondsPerHour_A01_t01.dart b/LibTest/core/Duration/microsecondsPerHour_A01_t01.dart
index f376278..d76efb7 100644
--- a/LibTest/core/Duration/microsecondsPerHour_A01_t01.dart
+++ b/LibTest/core/Duration/microsecondsPerHour_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Holds the number of microseconds in a hour.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/microsecondsPerMillisecond_A01_t01.dart b/LibTest/core/Duration/microsecondsPerMillisecond_A01_t01.dart
index fdea477..cf635e6 100644
--- a/LibTest/core/Duration/microsecondsPerMillisecond_A01_t01.dart
+++ b/LibTest/core/Duration/microsecondsPerMillisecond_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Holds the number of microseconds in a millisecond.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/microsecondsPerMinute_A01_t01.dart b/LibTest/core/Duration/microsecondsPerMinute_A01_t01.dart
index 4eca077..1749973 100644
--- a/LibTest/core/Duration/microsecondsPerMinute_A01_t01.dart
+++ b/LibTest/core/Duration/microsecondsPerMinute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Holds the number of microseconds in a minute.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/microsecondsPerSecond_A01_t01.dart b/LibTest/core/Duration/microsecondsPerSecond_A01_t01.dart
index 99bbcc4..7673e5b 100644
--- a/LibTest/core/Duration/microsecondsPerSecond_A01_t01.dart
+++ b/LibTest/core/Duration/microsecondsPerSecond_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Holds the number of microseconds in a second.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/millisecondsPerDay_A01_t01.dart b/LibTest/core/Duration/millisecondsPerDay_A01_t01.dart
index 48fe4bb..a6476d7 100644
--- a/LibTest/core/Duration/millisecondsPerDay_A01_t01.dart
+++ b/LibTest/core/Duration/millisecondsPerDay_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of milliseconds in a day.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/millisecondsPerHour_A01_t01.dart b/LibTest/core/Duration/millisecondsPerHour_A01_t01.dart
index fd6be5c..c30c762 100644
--- a/LibTest/core/Duration/millisecondsPerHour_A01_t01.dart
+++ b/LibTest/core/Duration/millisecondsPerHour_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of milliseconds in an hour.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/millisecondsPerMinute_A01_t01.dart b/LibTest/core/Duration/millisecondsPerMinute_A01_t01.dart
index 5c48b41..7bdf519 100644
--- a/LibTest/core/Duration/millisecondsPerMinute_A01_t01.dart
+++ b/LibTest/core/Duration/millisecondsPerMinute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of milliseconds in a minute.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/millisecondsPerSecond_A01_t01.dart b/LibTest/core/Duration/millisecondsPerSecond_A01_t01.dart
index 785a297..ad00719 100644
--- a/LibTest/core/Duration/millisecondsPerSecond_A01_t01.dart
+++ b/LibTest/core/Duration/millisecondsPerSecond_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of milliseconds in a second.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/minutesPerDay_A01_t01.dart b/LibTest/core/Duration/minutesPerDay_A01_t01.dart
index 21f7214..a898fd6 100644
--- a/LibTest/core/Duration/minutesPerDay_A01_t01.dart
+++ b/LibTest/core/Duration/minutesPerDay_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of minutes in a day.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/minutesPerHour_A01_t01.dart b/LibTest/core/Duration/minutesPerHour_A01_t01.dart
index 50f8202..b61c0c5 100644
--- a/LibTest/core/Duration/minutesPerHour_A01_t01.dart
+++ b/LibTest/core/Duration/minutesPerHour_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of minutes in an hour.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/operator_div_A01_t01.dart b/LibTest/core/Duration/operator_div_A01_t01.dart
index 2d1cc05..cef9029 100644
--- a/LibTest/core/Duration/operator_div_A01_t01.dart
+++ b/LibTest/core/Duration/operator_div_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration operator ~/(int quotient)
  * Divides this Duration by the given quotient and returns the truncated result
diff --git a/LibTest/core/Duration/operator_eq_A01_t01.dart b/LibTest/core/Duration/operator_eq_A01_t01.dart
index 33272c7..a8a13c5 100644
--- a/LibTest/core/Duration/operator_eq_A01_t01.dart
+++ b/LibTest/core/Duration/operator_eq_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(Duration other) 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/operator_gt_A01_t01.dart b/LibTest/core/Duration/operator_gt_A01_t01.dart
index abc7b79..0fe855f 100644
--- a/LibTest/core/Duration/operator_gt_A01_t01.dart
+++ b/LibTest/core/Duration/operator_gt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(Duration other) 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/operator_gte_A01_t01.dart b/LibTest/core/Duration/operator_gte_A01_t01.dart
index d46fd57..76c41e3 100644
--- a/LibTest/core/Duration/operator_gte_A01_t01.dart
+++ b/LibTest/core/Duration/operator_gte_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(Duration other) 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/operator_lt_A01_t01.dart b/LibTest/core/Duration/operator_lt_A01_t01.dart
index 47891e3..dabcb44 100644
--- a/LibTest/core/Duration/operator_lt_A01_t01.dart
+++ b/LibTest/core/Duration/operator_lt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(Duration other) 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/operator_lte_A01_t01.dart b/LibTest/core/Duration/operator_lte_A01_t01.dart
index 5fd0fe8..745d7c9 100644
--- a/LibTest/core/Duration/operator_lte_A01_t01.dart
+++ b/LibTest/core/Duration/operator_lte_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(Duration other) 
  * @description Checks that duration calculation is correct
diff --git a/LibTest/core/Duration/operator_minus_A01_t01.dart b/LibTest/core/Duration/operator_minus_A01_t01.dart
index 1ffe89c..64988d5 100644
--- a/LibTest/core/Duration/operator_minus_A01_t01.dart
+++ b/LibTest/core/Duration/operator_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration operator -(Duration other)
  * Returns the difference of this Duration and other as a new Duration.
diff --git a/LibTest/core/Duration/operator_mult_A01_t01.dart b/LibTest/core/Duration/operator_mult_A01_t01.dart
index 86b96bd..6f8a85b 100644
--- a/LibTest/core/Duration/operator_mult_A01_t01.dart
+++ b/LibTest/core/Duration/operator_mult_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration operator *(num factor)
  * Multiplies this Duration by the given factor and returns the result as a new Duration.
diff --git a/LibTest/core/Duration/operator_plus_A01_t01.dart b/LibTest/core/Duration/operator_plus_A01_t01.dart
index f5b3c5f..65d2b8a 100644
--- a/LibTest/core/Duration/operator_plus_A01_t01.dart
+++ b/LibTest/core/Duration/operator_plus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration operator +(Duration other)
  * Returns the sum of this Duration and other as a new Duration.
diff --git a/LibTest/core/Duration/operator_unary_minus_A01_t01.dart b/LibTest/core/Duration/operator_unary_minus_A01_t01.dart
index 5d463ef..02e8d62 100644
--- a/LibTest/core/Duration/operator_unary_minus_A01_t01.dart
+++ b/LibTest/core/Duration/operator_unary_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Duration operator unary-()
  * Returns a new Duration representing this Duration negated.
diff --git a/LibTest/core/Duration/secondsPerDay_A01_t01.dart b/LibTest/core/Duration/secondsPerDay_A01_t01.dart
index 52bf07c..cebb28b 100644
--- a/LibTest/core/Duration/secondsPerDay_A01_t01.dart
+++ b/LibTest/core/Duration/secondsPerDay_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of seconds in a day.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/secondsPerHour_A01_t01.dart b/LibTest/core/Duration/secondsPerHour_A01_t01.dart
index 3322fda..50a816b 100644
--- a/LibTest/core/Duration/secondsPerHour_A01_t01.dart
+++ b/LibTest/core/Duration/secondsPerHour_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of seconds in an hour.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/secondsPerMinute_A01_t01.dart b/LibTest/core/Duration/secondsPerMinute_A01_t01.dart
index 09d32a5..55f3609 100644
--- a/LibTest/core/Duration/secondsPerMinute_A01_t01.dart
+++ b/LibTest/core/Duration/secondsPerMinute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the number of seconds in a minute.
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Duration/zero_A01_t01.dart b/LibTest/core/Duration/zero_A01_t01.dart
index 5794464..61f43c2 100644
--- a/LibTest/core/Duration/zero_A01_t01.dart
+++ b/LibTest/core/Duration/zero_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Duration ZERO = const Duration(seconds: 0)
  * @description Checks that the value of this property is correct.
diff --git a/LibTest/core/Error/Error_A01_t01.dart b/LibTest/core/Error/Error_A01_t01.dart
index 5ca5551..10ecc49 100644
--- a/LibTest/core/Error/Error_A01_t01.dart
+++ b/LibTest/core/Error/Error_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Error()
  * @description Checks that this constructor can be called without any issues
diff --git a/LibTest/core/Error/safeToString_A01_t01.dart b/LibTest/core/Error/safeToString_A01_t01.dart
index 1cf7a36..1610885 100644
--- a/LibTest/core/Error/safeToString_A01_t01.dart
+++ b/LibTest/core/Error/safeToString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String safeToString(Object object)
  * Safely convert a value to a String description.
diff --git a/LibTest/core/Error/stackTrace_A01_t01.dart b/LibTest/core/Error/stackTrace_A01_t01.dart
index 91372c8..c12a7f2 100644
--- a/LibTest/core/Error/stackTrace_A01_t01.dart
+++ b/LibTest/core/Error/stackTrace_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace stackTrace
  * @description Checks that this property is not null if error is thrown
diff --git a/LibTest/core/Exception/Exception_A01_t01.dart b/LibTest/core/Exception/Exception_A01_t01.dart
index 0f113e0..adda534 100644
--- a/LibTest/core/Exception/Exception_A01_t01.dart
+++ b/LibTest/core/Exception/Exception_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented: const Exception([var msg])
  * @description Checks that this constructor executes without error for various
diff --git a/LibTest/core/Expando/Expando_A01_t01.dart b/LibTest/core/Expando/Expando_A01_t01.dart
index caa49cc..314b15d 100644
--- a/LibTest/core/Expando/Expando_A01_t01.dart
+++ b/LibTest/core/Expando/Expando_A01_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion new Expando([String name])

  * Creates a new Expando. The optional name is only used for debugging purposes

diff --git a/LibTest/core/Expando/Expando_A01_t02.dart b/LibTest/core/Expando/Expando_A01_t02.dart
index 35402c0..98f463e 100644
--- a/LibTest/core/Expando/Expando_A01_t02.dart
+++ b/LibTest/core/Expando/Expando_A01_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion new Expando([String name])

  * Creates a new Expando. The optional name is only used for debugging purposes

diff --git a/LibTest/core/Expando/name_A01_t01.dart b/LibTest/core/Expando/name_A01_t01.dart
index 08a9d00..edcffe2 100644
--- a/LibTest/core/Expando/name_A01_t01.dart
+++ b/LibTest/core/Expando/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * read-only
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t01.dart b/LibTest/core/Expando/operator_square_brackets_A01_t01.dart
index 2d33619..c1b774a 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t01.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t02.dart b/LibTest/core/Expando/operator_square_brackets_A01_t02.dart
index a5cac0d..6833741 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t02.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t03.dart b/LibTest/core/Expando/operator_square_brackets_A01_t03.dart
index 70ef2f2..23c96e6 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t03.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t04.dart b/LibTest/core/Expando/operator_square_brackets_A01_t04.dart
index 4582b08..e05d9a4 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t04.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t05.dart b/LibTest/core/Expando/operator_square_brackets_A01_t05.dart
index 3f5379e..0782ec2 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t05.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A01_t06.dart b/LibTest/core/Expando/operator_square_brackets_A01_t06.dart
index 542fd51..45e247f 100644
--- a/LibTest/core/Expando/operator_square_brackets_A01_t06.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T operator [](Object object)
  * Gets the value of this Expando's property on the given object. If the object
diff --git a/LibTest/core/Expando/operator_square_brackets_A02_t01.dart b/LibTest/core/Expando/operator_square_brackets_A02_t01.dart
index cdb58cb..ed47df5 100644
--- a/LibTest/core/Expando/operator_square_brackets_A02_t01.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(Object object, T value)
  * Sets the value of this Expando's property on the given object. Properties can
diff --git a/LibTest/core/Expando/operator_square_brackets_A02_t02.dart b/LibTest/core/Expando/operator_square_brackets_A02_t02.dart
index f1df4a7..a786c26 100644
--- a/LibTest/core/Expando/operator_square_brackets_A02_t02.dart
+++ b/LibTest/core/Expando/operator_square_brackets_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Expando toString method override.
diff --git a/LibTest/core/FallThroughError/FallThroughError_A01_t01.dart b/LibTest/core/FallThroughError/FallThroughError_A01_t01.dart
index ce15458..1af1c6d 100644
--- a/LibTest/core/FallThroughError/FallThroughError_A01_t01.dart
+++ b/LibTest/core/FallThroughError/FallThroughError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const FallThroughError()
  * @description Checks that this constructor causes no error
diff --git a/LibTest/core/FallThroughError/toString_A01_t01.dart b/LibTest/core/FallThroughError/toString_A01_t01.dart
index 14452e1..ab1f82f 100644
--- a/LibTest/core/FallThroughError/toString_A01_t01.dart
+++ b/LibTest/core/FallThroughError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/FormatException/FormatException_A01_t01.dart b/LibTest/core/FormatException/FormatException_A01_t01.dart
index 649a0d6..802b320 100644
--- a/LibTest/core/FormatException/FormatException_A01_t01.dart
+++ b/LibTest/core/FormatException/FormatException_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FormatException([String message = "", dynamic source, int offset])
  * Creates a new FormatException with an optional error message.
diff --git a/LibTest/core/FormatException/FormatException_A01_t02.dart b/LibTest/core/FormatException/FormatException_A01_t02.dart
index 155f38a..32d6816 100644
--- a/LibTest/core/FormatException/FormatException_A01_t02.dart
+++ b/LibTest/core/FormatException/FormatException_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion FormatException([String message = "", dynamic source, int offset])
  * Creates a new FormatException with an optional error message.
diff --git a/LibTest/core/FormatException/FormatException_A01_t03.dart b/LibTest/core/FormatException/FormatException_A01_t03.dart
index 0eff643..af154b5 100644
--- a/LibTest/core/FormatException/FormatException_A01_t03.dart
+++ b/LibTest/core/FormatException/FormatException_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion FormatException([String message = "", dynamic source, int offset])
  * Creates a new FormatException with an optional error message.
diff --git a/LibTest/core/FormatException/FormatException_A01_t04.dart b/LibTest/core/FormatException/FormatException_A01_t04.dart
index 4a9f4ec..cefa277 100644
--- a/LibTest/core/FormatException/FormatException_A01_t04.dart
+++ b/LibTest/core/FormatException/FormatException_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion FormatException([String message = "", dynamic source, int offset])
  * Creates a new FormatException with an optional error message.
diff --git a/LibTest/core/FormatException/toString_A01_t01.dart b/LibTest/core/FormatException/toString_A01_t01.dart
index d3ca76b..0b07574 100644
--- a/LibTest/core/FormatException/toString_A01_t01.dart
+++ b/LibTest/core/FormatException/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion toString() → String
  * Returns a description of the format exception.
diff --git a/LibTest/core/Function/Function_class_A01_t01.dart b/LibTest/core/Function/Function_class_A01_t01.dart
index 60efc67..669e73f 100644
--- a/LibTest/core/Function/Function_class_A01_t01.dart
+++ b/LibTest/core/Function/Function_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion A function value, or an instance of a class with a "call" method, 

  * is a subtype of a function type, and as such, a subtype of Function.

diff --git a/LibTest/core/Function/Function_class_A01_t02.dart b/LibTest/core/Function/Function_class_A01_t02.dart
index a8446bb..cd172b0 100644
--- a/LibTest/core/Function/Function_class_A01_t02.dart
+++ b/LibTest/core/Function/Function_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A function value, or an instance of a class with a "call" method, 
  * is a subtype of a function type, and as such, a subtype of Function.
diff --git a/LibTest/core/Function/Function_class_A01_t03.dart b/LibTest/core/Function/Function_class_A01_t03.dart
index 8017905..8d3705a 100644
--- a/LibTest/core/Function/Function_class_A01_t03.dart
+++ b/LibTest/core/Function/Function_class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion A function value, or an instance of a class with a "call" method, 
  * is a subtype of a function type, and as such, a subtype of Function.
diff --git a/LibTest/core/Function/apply_A01_t01.dart b/LibTest/core/Function/apply_A01_t01.dart
index 66a744e..eef61fc 100644
--- a/LibTest/core/Function/apply_A01_t01.dart
+++ b/LibTest/core/Function/apply_A01_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion dynamic apply(Function function, List positionalArguments,

  * [Map<Symbol, dynamic> namedArguments])

diff --git a/LibTest/core/Function/operator_eq_A01_t01.dart b/LibTest/core/Function/operator_eq_A01_t01.dart
index 3d8937c..dd01076 100644
--- a/LibTest/core/Function/operator_eq_A01_t01.dart
+++ b/LibTest/core/Function/operator_eq_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * Test whether another object is equal to this function.
diff --git a/LibTest/core/IndexError/IndexError_A01_t01.dart b/LibTest/core/IndexError/IndexError_A01_t01.dart
index ee7022d..9a6a024 100644
--- a/LibTest/core/IndexError/IndexError_A01_t01.dart
+++ b/LibTest/core/IndexError/IndexError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IndexError(int invalidValue,  indexable,
  *                                    [String name, String message, int length])
diff --git a/LibTest/core/IndexError/IndexError_A01_t02.dart b/LibTest/core/IndexError/IndexError_A01_t02.dart
index 48172d8..ffce6f7 100644
--- a/LibTest/core/IndexError/IndexError_A01_t02.dart
+++ b/LibTest/core/IndexError/IndexError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IndexError(int invalidValue,  indexable,
  *                                    [String name, String message, int length])
diff --git a/LibTest/core/IndexError/IndexError_A01_t03.dart b/LibTest/core/IndexError/IndexError_A01_t03.dart
index dc81210..cbe5a60 100644
--- a/LibTest/core/IndexError/IndexError_A01_t03.dart
+++ b/LibTest/core/IndexError/IndexError_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IndexError(int invalidValue,  indexable,
  *                                    [String name, String message, int length])
diff --git a/LibTest/core/IndexError/IndexError_A01_t04.dart b/LibTest/core/IndexError/IndexError_A01_t04.dart
index ed10f72..4662e4c 100644
--- a/LibTest/core/IndexError/IndexError_A01_t04.dart
+++ b/LibTest/core/IndexError/IndexError_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IndexError(int invalidValue,  indexable,
  *                                    [String name, String message, int length])
diff --git a/LibTest/core/IndexError/IndexError_A01_t05.dart b/LibTest/core/IndexError/IndexError_A01_t05.dart
index 7933563..006158f 100644
--- a/LibTest/core/IndexError/IndexError_A01_t05.dart
+++ b/LibTest/core/IndexError/IndexError_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion IndexError(int invalidValue,  indexable,
  *                                    [String name, String message, int length])
diff --git a/LibTest/core/IndexError/end_A01_t01.dart b/LibTest/core/IndexError/end_A01_t01.dart
index 4a868f1..9cb8405 100644
--- a/LibTest/core/IndexError/end_A01_t01.dart
+++ b/LibTest/core/IndexError/end_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int end
  * @description Checks that this property returns length - 1
diff --git a/LibTest/core/IndexError/end_A01_t02.dart b/LibTest/core/IndexError/end_A01_t02.dart
index 92f1c26..4a56a22 100644
--- a/LibTest/core/IndexError/end_A01_t02.dart
+++ b/LibTest/core/IndexError/end_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int end
  * @description Checks that this property returns length - 1
diff --git a/LibTest/core/IndexError/indexable_A01_t01.dart b/LibTest/core/IndexError/indexable_A01_t01.dart
index b561422..1a8cbf2 100644
--- a/LibTest/core/IndexError/indexable_A01_t01.dart
+++ b/LibTest/core/IndexError/indexable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic indexable
  * @description Checks that this property returns indexable object
diff --git a/LibTest/core/IndexError/invalidValue_A01_t01.dart b/LibTest/core/IndexError/invalidValue_A01_t01.dart
index 843d30f..109d639 100644
--- a/LibTest/core/IndexError/invalidValue_A01_t01.dart
+++ b/LibTest/core/IndexError/invalidValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic invalidValue
  * @description Checks that this property returns an invalidValue
diff --git a/LibTest/core/IndexError/length_A01_t01.dart b/LibTest/core/IndexError/length_A01_t01.dart
index e47ecd5..3e3a3c1 100644
--- a/LibTest/core/IndexError/length_A01_t01.dart
+++ b/LibTest/core/IndexError/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int length
  * @description Checks that this property returns length ot the iterable or
diff --git a/LibTest/core/IndexError/message_A01_t01.dart b/LibTest/core/IndexError/message_A01_t01.dart
index 54dab48..5fb9b55 100644
--- a/LibTest/core/IndexError/message_A01_t01.dart
+++ b/LibTest/core/IndexError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion dynamic message
  * Message describing the problem
diff --git a/LibTest/core/IndexError/name_A01_t01.dart b/LibTest/core/IndexError/name_A01_t01.dart
index a7d371b..66c5e3e 100644
--- a/LibTest/core/IndexError/name_A01_t01.dart
+++ b/LibTest/core/IndexError/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String name
  * Name of the invalid argument, if available.
diff --git a/LibTest/core/IndexError/stackTrace_A01_t01.dart b/LibTest/core/IndexError/stackTrace_A01_t01.dart
index 4ee93dd..3a4c745 100644
--- a/LibTest/core/IndexError/stackTrace_A01_t01.dart
+++ b/LibTest/core/IndexError/stackTrace_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace stackTrace
  * @description Checks that this property returns stack trace when thrown and
diff --git a/LibTest/core/IndexError/start_A01_t01.dart b/LibTest/core/IndexError/start_A01_t01.dart
index 841d155..9b77c40 100644
--- a/LibTest/core/IndexError/start_A01_t01.dart
+++ b/LibTest/core/IndexError/start_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int start
  * @description Checks that this property always returns 0
diff --git a/LibTest/core/IntegerDivisionByZeroException/IntegerDivisionByZeroException_A01_t01.dart b/LibTest/core/IntegerDivisionByZeroException/IntegerDivisionByZeroException_A01_t01.dart
index 1d55a7c..bb7240b 100644
--- a/LibTest/core/IntegerDivisionByZeroException/IntegerDivisionByZeroException_A01_t01.dart
+++ b/LibTest/core/IntegerDivisionByZeroException/IntegerDivisionByZeroException_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const IntegerDivisionByZeroException()
  * @description Checks that this constructor executes without error.
diff --git a/LibTest/core/IntegerDivisionByZeroException/toString_A01_t01.dart b/LibTest/core/IntegerDivisionByZeroException/toString_A01_t01.dart
index 53661ac..9a97747 100644
--- a/LibTest/core/IntegerDivisionByZeroException/toString_A01_t01.dart
+++ b/LibTest/core/IntegerDivisionByZeroException/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/Invocation/isAccessor_A01_t01.dart b/LibTest/core/Invocation/isAccessor_A01_t01.dart
index 08d6664..e07c21b 100644
--- a/LibTest/core/Invocation/isAccessor_A01_t01.dart
+++ b/LibTest/core/Invocation/isAccessor_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isAccessor
  * Whether the invocation was a getter or a setter call.
diff --git a/LibTest/core/Invocation/isAccessor_A01_t02.dart b/LibTest/core/Invocation/isAccessor_A01_t02.dart
index 4699f4e..f0023d1 100644
--- a/LibTest/core/Invocation/isAccessor_A01_t02.dart
+++ b/LibTest/core/Invocation/isAccessor_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isAccessor
  * Whether the invocation was a getter or a setter call.
diff --git a/LibTest/core/Invocation/isGetter_A01_t01.dart b/LibTest/core/Invocation/isGetter_A01_t01.dart
index 865a97f..e42e258 100644
--- a/LibTest/core/Invocation/isGetter_A01_t01.dart
+++ b/LibTest/core/Invocation/isGetter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isGetter
  * Whether the invocation was a getter call. If so, both types of arguments is
diff --git a/LibTest/core/Invocation/isGetter_A01_t02.dart b/LibTest/core/Invocation/isGetter_A01_t02.dart
index 9421881..3c50865 100644
--- a/LibTest/core/Invocation/isGetter_A01_t02.dart
+++ b/LibTest/core/Invocation/isGetter_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isGetter
  * Whether the invocation was a getter call. If so, both types of arguments is
diff --git a/LibTest/core/Invocation/isMethod_A01_t01.dart b/LibTest/core/Invocation/isMethod_A01_t01.dart
index 4b5340c..e1a49a5 100644
--- a/LibTest/core/Invocation/isMethod_A01_t01.dart
+++ b/LibTest/core/Invocation/isMethod_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isMethod
  * Whether the invocation was a method call.
diff --git a/LibTest/core/Invocation/isMethod_A01_t02.dart b/LibTest/core/Invocation/isMethod_A01_t02.dart
index 360dc9b..6ffac4d 100644
--- a/LibTest/core/Invocation/isMethod_A01_t02.dart
+++ b/LibTest/core/Invocation/isMethod_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isMethod
  * Whether the invocation was a method call.
diff --git a/LibTest/core/Invocation/isSetter_A01_t01.dart b/LibTest/core/Invocation/isSetter_A01_t01.dart
index a970570..2cb940b 100644
--- a/LibTest/core/Invocation/isSetter_A01_t01.dart
+++ b/LibTest/core/Invocation/isSetter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isSetter
  * Whether the invocation was a setter call.
diff --git a/LibTest/core/Invocation/isSetter_A01_t02.dart b/LibTest/core/Invocation/isSetter_A01_t02.dart
index 7447f6b..bedfde0 100644
--- a/LibTest/core/Invocation/isSetter_A01_t02.dart
+++ b/LibTest/core/Invocation/isSetter_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isSetter
  * Whether the invocation was a setter call.
diff --git a/LibTest/core/Invocation/memberName_A01_t01.dart b/LibTest/core/Invocation/memberName_A01_t01.dart
index 0146ead..44f2d00 100644
--- a/LibTest/core/Invocation/memberName_A01_t01.dart
+++ b/LibTest/core/Invocation/memberName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Symbol memberName
  * The name of the invoked expect.
diff --git a/LibTest/core/Invocation/namedArguments_A01_t01.dart b/LibTest/core/Invocation/namedArguments_A01_t01.dart
index 21cbfc0..484d1c4 100644
--- a/LibTest/core/Invocation/namedArguments_A01_t01.dart
+++ b/LibTest/core/Invocation/namedArguments_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<Symbol, dynamic> namedArguments 
  * An unmodifiable view of the named arguments of the call.
diff --git a/LibTest/core/Invocation/positionalArguments_A01_t01.dart b/LibTest/core/Invocation/positionalArguments_A01_t01.dart
index c042769..477136d 100644
--- a/LibTest/core/Invocation/positionalArguments_A01_t01.dart
+++ b/LibTest/core/Invocation/positionalArguments_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List positionalArguments
  * An unmodifiable view of the positional arguments of the call.
diff --git a/LibTest/core/Iterable/Iterable.empty_A01_t01.dart b/LibTest/core/Iterable/Iterable.empty_A01_t01.dart
index 03181af..1b2696a 100644
--- a/LibTest/core/Iterable/Iterable.empty_A01_t01.dart
+++ b/LibTest/core/Iterable/Iterable.empty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Iterable.empty()
  * Creates an empty iterable.
diff --git a/LibTest/core/Iterable/Iterable.generate_A01_t01.dart b/LibTest/core/Iterable/Iterable.generate_A01_t01.dart
index ef43367..958fb3b 100644
--- a/LibTest/core/Iterable/Iterable.generate_A01_t01.dart
+++ b/LibTest/core/Iterable/Iterable.generate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable.generate(int count, [E generator(int index)])
  * Creates an Iterable that generates its elements dynamically.
diff --git a/LibTest/core/Iterable/Iterable.generate_A02_t01.dart b/LibTest/core/Iterable/Iterable.generate_A02_t01.dart
index c14f123..d3d842b 100644
--- a/LibTest/core/Iterable/Iterable.generate_A02_t01.dart
+++ b/LibTest/core/Iterable/Iterable.generate_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable.generate(int count, [E generator(int index)])
  * Creates an Iterable that generates its elements dynamically.
diff --git a/LibTest/core/Iterable/Iterable.generate_A03_t01.dart b/LibTest/core/Iterable/Iterable.generate_A03_t01.dart
index f331ec3..2a3b705 100644
--- a/LibTest/core/Iterable/Iterable.generate_A03_t01.dart
+++ b/LibTest/core/Iterable/Iterable.generate_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable.generate(int count, [E generator(int index)])
  * Creates an Iterable that generates its elements dynamically.
diff --git a/LibTest/core/Iterable/Iterable.generate_A03_t02.dart b/LibTest/core/Iterable/Iterable.generate_A03_t02.dart
index 14cc47c..efb5a01 100644
--- a/LibTest/core/Iterable/Iterable.generate_A03_t02.dart
+++ b/LibTest/core/Iterable/Iterable.generate_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable.generate(int count, [E generator(int index)])
  * Creates an Iterable that generates its elements dynamically.
diff --git a/LibTest/core/Iterable/Iterable_all_t01.dart b/LibTest/core/Iterable/Iterable_all_t01.dart
index f1c7e56..d965c70 100644
--- a/LibTest/core/Iterable/Iterable_all_t01.dart
+++ b/LibTest/core/Iterable/Iterable_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable.generate(int count, [E generator(int index)])
  * Creates an Iterable that generates its elements dynamically.
diff --git a/LibTest/core/Iterable/allTests.lib.dart b/LibTest/core/Iterable/allTests.lib.dart
index 0fd7e3d..d42093e 100644
--- a/LibTest/core/Iterable/allTests.lib.dart
+++ b/LibTest/core/Iterable/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract class Iterable<E>
  * @description Checks all methods of Iterable
diff --git a/LibTest/core/Iterable/any_A01_t01.test.dart b/LibTest/core/Iterable/any_A01_t01.test.dart
index f902404..0fd9b2e 100644
--- a/LibTest/core/Iterable/any_A01_t01.test.dart
+++ b/LibTest/core/Iterable/any_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/any_A01_t02.test.dart b/LibTest/core/Iterable/any_A01_t02.test.dart
index 780e65c..2be7066 100644
--- a/LibTest/core/Iterable/any_A01_t02.test.dart
+++ b/LibTest/core/Iterable/any_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/any_A01_t03.test.dart b/LibTest/core/Iterable/any_A01_t03.test.dart
index ed9090c..ba425b7 100644
--- a/LibTest/core/Iterable/any_A01_t03.test.dart
+++ b/LibTest/core/Iterable/any_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/any_A01_t04.test.dart b/LibTest/core/Iterable/any_A01_t04.test.dart
index 18ea3c0..6fcc7dd 100644
--- a/LibTest/core/Iterable/any_A01_t04.test.dart
+++ b/LibTest/core/Iterable/any_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/any_A01_t05.test.dart b/LibTest/core/Iterable/any_A01_t05.test.dart
index ea11efb..5fa61d6 100644
--- a/LibTest/core/Iterable/any_A01_t05.test.dart
+++ b/LibTest/core/Iterable/any_A01_t05.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/any_A02_t01.test.dart b/LibTest/core/Iterable/any_A02_t01.test.dart
index 727725b..2e68c88 100644
--- a/LibTest/core/Iterable/any_A02_t01.test.dart
+++ b/LibTest/core/Iterable/any_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/contains_A01_t01.test.dart b/LibTest/core/Iterable/contains_A01_t01.test.dart
index c833af8..ed17073 100644
--- a/LibTest/core/Iterable/contains_A01_t01.test.dart
+++ b/LibTest/core/Iterable/contains_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/core/Iterable/elementAt_A01_t01.test.dart b/LibTest/core/Iterable/elementAt_A01_t01.test.dart
index 12a6cf8..6d936bf 100644
--- a/LibTest/core/Iterable/elementAt_A01_t01.test.dart
+++ b/LibTest/core/Iterable/elementAt_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/core/Iterable/elementAt_A02_t01.test.dart b/LibTest/core/Iterable/elementAt_A02_t01.test.dart
index 6827e6e..927b905 100644
--- a/LibTest/core/Iterable/elementAt_A02_t01.test.dart
+++ b/LibTest/core/Iterable/elementAt_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/core/Iterable/every_A01_t01.test.dart b/LibTest/core/Iterable/every_A01_t01.test.dart
index 09259e1..3babe7a 100644
--- a/LibTest/core/Iterable/every_A01_t01.test.dart
+++ b/LibTest/core/Iterable/every_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/every_A01_t02.test.dart b/LibTest/core/Iterable/every_A01_t02.test.dart
index 576fb90..6d06fb3 100644
--- a/LibTest/core/Iterable/every_A01_t02.test.dart
+++ b/LibTest/core/Iterable/every_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/every_A02_t01.test.dart b/LibTest/core/Iterable/every_A02_t01.test.dart
index 1c46f1b..b648800 100644
--- a/LibTest/core/Iterable/every_A02_t01.test.dart
+++ b/LibTest/core/Iterable/every_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/every_A02_t02.test.dart b/LibTest/core/Iterable/every_A02_t02.test.dart
index 966ed86..fa4470e 100644
--- a/LibTest/core/Iterable/every_A02_t02.test.dart
+++ b/LibTest/core/Iterable/every_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/every_A03_t01.test.dart b/LibTest/core/Iterable/every_A03_t01.test.dart
index 45a07c3..f9eb44b 100644
--- a/LibTest/core/Iterable/every_A03_t01.test.dart
+++ b/LibTest/core/Iterable/every_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/every_A04_t01.test.dart b/LibTest/core/Iterable/every_A04_t01.test.dart
index 72434d7..ff00462 100644
--- a/LibTest/core/Iterable/every_A04_t01.test.dart
+++ b/LibTest/core/Iterable/every_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/core/Iterable/expand_A01_t01.test.dart b/LibTest/core/Iterable/expand_A01_t01.test.dart
index d39b7d4..701ec70 100644
--- a/LibTest/core/Iterable/expand_A01_t01.test.dart
+++ b/LibTest/core/Iterable/expand_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/core/Iterable/expand_A01_t02.test.dart b/LibTest/core/Iterable/expand_A01_t02.test.dart
index 37fa231..e2c900f 100644
--- a/LibTest/core/Iterable/expand_A01_t02.test.dart
+++ b/LibTest/core/Iterable/expand_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/core/Iterable/expand_A02_t01.test.dart b/LibTest/core/Iterable/expand_A02_t01.test.dart
index 2794b65..c2e3ed9 100644
--- a/LibTest/core/Iterable/expand_A02_t01.test.dart
+++ b/LibTest/core/Iterable/expand_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/core/Iterable/expand_A02_t02.test.dart b/LibTest/core/Iterable/expand_A02_t02.test.dart
index c5eacff..fad3f99 100644
--- a/LibTest/core/Iterable/expand_A02_t02.test.dart
+++ b/LibTest/core/Iterable/expand_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/core/Iterable/firstWhere_A01_t01.test.dart b/LibTest/core/Iterable/firstWhere_A01_t01.test.dart
index 4395e84..3c7ae3c 100644
--- a/LibTest/core/Iterable/firstWhere_A01_t01.test.dart
+++ b/LibTest/core/Iterable/firstWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/core/Iterable/firstWhere_A02_t01.test.dart b/LibTest/core/Iterable/firstWhere_A02_t01.test.dart
index 0bf73e5..dfc287d 100644
--- a/LibTest/core/Iterable/firstWhere_A02_t01.test.dart
+++ b/LibTest/core/Iterable/firstWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/core/Iterable/firstWhere_A03_t01.test.dart b/LibTest/core/Iterable/firstWhere_A03_t01.test.dart
index 209e494..1999be2 100644
--- a/LibTest/core/Iterable/firstWhere_A03_t01.test.dart
+++ b/LibTest/core/Iterable/firstWhere_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/core/Iterable/firstWhere_A04_t01.test.dart b/LibTest/core/Iterable/firstWhere_A04_t01.test.dart
index 02c43da..1fd3a91 100644
--- a/LibTest/core/Iterable/firstWhere_A04_t01.test.dart
+++ b/LibTest/core/Iterable/firstWhere_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/core/Iterable/first_A01_t01.test.dart b/LibTest/core/Iterable/first_A01_t01.test.dart
index 7b1e843..d0c2fbc 100644
--- a/LibTest/core/Iterable/first_A01_t01.test.dart
+++ b/LibTest/core/Iterable/first_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/core/Iterable/first_A01_t02.test.dart b/LibTest/core/Iterable/first_A01_t02.test.dart
index 9f2432e..72defcb 100644
--- a/LibTest/core/Iterable/first_A01_t02.test.dart
+++ b/LibTest/core/Iterable/first_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/core/Iterable/first_A02_t01.test.dart b/LibTest/core/Iterable/first_A02_t01.test.dart
index 223b14d..4e8533e 100644
--- a/LibTest/core/Iterable/first_A02_t01.test.dart
+++ b/LibTest/core/Iterable/first_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/core/Iterable/first_A03_t01.test.dart b/LibTest/core/Iterable/first_A03_t01.test.dart
index 5fad8dc..ba97f5d 100644
--- a/LibTest/core/Iterable/first_A03_t01.test.dart
+++ b/LibTest/core/Iterable/first_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/core/Iterable/fold_A01_t01.test.dart b/LibTest/core/Iterable/fold_A01_t01.test.dart
index 345628f..38f49d2 100644
--- a/LibTest/core/Iterable/fold_A01_t01.test.dart
+++ b/LibTest/core/Iterable/fold_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * T fold <T>(T initialValue, T combine(T previousValue, E element))
diff --git a/LibTest/core/Iterable/fold_A01_t02.test.dart b/LibTest/core/Iterable/fold_A01_t02.test.dart
index 95ad293..2ecb909 100644
--- a/LibTest/core/Iterable/fold_A01_t02.test.dart
+++ b/LibTest/core/Iterable/fold_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * T fold <T>(T initialValue, T combine(T previousValue, E element))
diff --git a/LibTest/core/Iterable/forEach_A01_t01.test.dart b/LibTest/core/Iterable/forEach_A01_t01.test.dart
index 9862af3..4f20043 100644
--- a/LibTest/core/Iterable/forEach_A01_t01.test.dart
+++ b/LibTest/core/Iterable/forEach_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/core/Iterable/forEach_A01_t02.test.dart b/LibTest/core/Iterable/forEach_A01_t02.test.dart
index 11e1b08..ae0b72c 100644
--- a/LibTest/core/Iterable/forEach_A01_t02.test.dart
+++ b/LibTest/core/Iterable/forEach_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/core/Iterable/forEach_A02_t01.test.dart b/LibTest/core/Iterable/forEach_A02_t01.test.dart
index 8f0fef5..1c3307b 100644
--- a/LibTest/core/Iterable/forEach_A02_t01.test.dart
+++ b/LibTest/core/Iterable/forEach_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void forEach(void f(E element))
  * Throws an exception or error if the argument 
diff --git a/LibTest/core/Iterable/forEach_A03_t01.test.dart b/LibTest/core/Iterable/forEach_A03_t01.test.dart
index 5d3c25c..d4d1672 100644
--- a/LibTest/core/Iterable/forEach_A03_t01.test.dart
+++ b/LibTest/core/Iterable/forEach_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void forEach(void f(E element))
  * Any error in the function [f] breaks the cycle.
diff --git a/LibTest/core/Iterable/isEmpty_A01_t01.test.dart b/LibTest/core/Iterable/isEmpty_A01_t01.test.dart
index 92d819d..365d7b8 100644
--- a/LibTest/core/Iterable/isEmpty_A01_t01.test.dart
+++ b/LibTest/core/Iterable/isEmpty_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/core/Iterable/isNotEmpty_A01_t01.test.dart b/LibTest/core/Iterable/isNotEmpty_A01_t01.test.dart
index d5f8a2e..584c5a6 100644
--- a/LibTest/core/Iterable/isNotEmpty_A01_t01.test.dart
+++ b/LibTest/core/Iterable/isNotEmpty_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/core/Iterable/iterator_A01_t01.test.dart b/LibTest/core/Iterable/iterator_A01_t01.test.dart
index 3f66067..c3ead7f 100644
--- a/LibTest/core/Iterable/iterator_A01_t01.test.dart
+++ b/LibTest/core/Iterable/iterator_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/core/Iterable/iterator_A02_t01.test.dart b/LibTest/core/Iterable/iterator_A02_t01.test.dart
index b3e77b4..3d19b18 100644
--- a/LibTest/core/Iterable/iterator_A02_t01.test.dart
+++ b/LibTest/core/Iterable/iterator_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/core/Iterable/iterator_A02_t02.test.dart b/LibTest/core/Iterable/iterator_A02_t02.test.dart
index 4fb16f5..f157b26 100644
--- a/LibTest/core/Iterable/iterator_A02_t02.test.dart
+++ b/LibTest/core/Iterable/iterator_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/core/Iterable/iterator_A03_t01.test.dart b/LibTest/core/Iterable/iterator_A03_t01.test.dart
index a02b42b..0566569 100644
--- a/LibTest/core/Iterable/iterator_A03_t01.test.dart
+++ b/LibTest/core/Iterable/iterator_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/core/Iterable/iterator_A03_t02.test.dart b/LibTest/core/Iterable/iterator_A03_t02.test.dart
index cb4503b..bcfd184 100644
--- a/LibTest/core/Iterable/iterator_A03_t02.test.dart
+++ b/LibTest/core/Iterable/iterator_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/core/Iterable/join_A01_t01.test.dart b/LibTest/core/Iterable/join_A01_t01.test.dart
index 46ae7de..cd16337 100644
--- a/LibTest/core/Iterable/join_A01_t01.test.dart
+++ b/LibTest/core/Iterable/join_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/core/Iterable/join_A01_t02.test.dart b/LibTest/core/Iterable/join_A01_t02.test.dart
index 8018899..ffecff4 100644
--- a/LibTest/core/Iterable/join_A01_t02.test.dart
+++ b/LibTest/core/Iterable/join_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/core/Iterable/lastWhere_A01_t01.test.dart b/LibTest/core/Iterable/lastWhere_A01_t01.test.dart
index 6b0fbbd..8c7d7c7 100644
--- a/LibTest/core/Iterable/lastWhere_A01_t01.test.dart
+++ b/LibTest/core/Iterable/lastWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), {E orElse()})
  * Returns the last element that satisfies the given predicate f.
diff --git a/LibTest/core/Iterable/lastWhere_A02_t01.test.dart b/LibTest/core/Iterable/lastWhere_A02_t01.test.dart
index f4b32b9..5f45e91 100644
--- a/LibTest/core/Iterable/lastWhere_A02_t01.test.dart
+++ b/LibTest/core/Iterable/lastWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), {E orElse()})
  * If none matches, the result of invoking the orElse function is returned.
diff --git a/LibTest/core/Iterable/lastWhere_A03_t01.test.dart b/LibTest/core/Iterable/lastWhere_A03_t01.test.dart
index 0f8d9bd..555fde9 100644
--- a/LibTest/core/Iterable/lastWhere_A03_t01.test.dart
+++ b/LibTest/core/Iterable/lastWhere_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E value), {E orElse()})
  * By default, when orElse is null, a StateError is thrown.
diff --git a/LibTest/core/Iterable/lastWhere_A04_t01.test.dart b/LibTest/core/Iterable/lastWhere_A04_t01.test.dart
index ac164c9..493e7ea 100644
--- a/LibTest/core/Iterable/lastWhere_A04_t01.test.dart
+++ b/LibTest/core/Iterable/lastWhere_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate test
diff --git a/LibTest/core/Iterable/last_A01_t01.test.dart b/LibTest/core/Iterable/last_A01_t01.test.dart
index ce943e1..f77fbac 100644
--- a/LibTest/core/Iterable/last_A01_t01.test.dart
+++ b/LibTest/core/Iterable/last_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/core/Iterable/last_A02_t01.test.dart b/LibTest/core/Iterable/last_A02_t01.test.dart
index 8790a57..8239918 100644
--- a/LibTest/core/Iterable/last_A02_t01.test.dart
+++ b/LibTest/core/Iterable/last_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/core/Iterable/length_A01_t01.test.dart b/LibTest/core/Iterable/length_A01_t01.test.dart
index f979b84..5e04bf7 100644
--- a/LibTest/core/Iterable/length_A01_t01.test.dart
+++ b/LibTest/core/Iterable/length_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in this.
diff --git a/LibTest/core/Iterable/map_A01_t01.test.dart b/LibTest/core/Iterable/map_A01_t01.test.dart
index f015a44..a07c77b 100644
--- a/LibTest/core/Iterable/map_A01_t01.test.dart
+++ b/LibTest/core/Iterable/map_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(dynamic f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on e
diff --git a/LibTest/core/Iterable/map_A01_t02.test.dart b/LibTest/core/Iterable/map_A01_t02.test.dart
index 3c5dee9..81e106e 100644
--- a/LibTest/core/Iterable/map_A01_t02.test.dart
+++ b/LibTest/core/Iterable/map_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable map(dynamic f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on e
diff --git a/LibTest/core/Iterable/map_A02_t01.test.dart b/LibTest/core/Iterable/map_A02_t01.test.dart
index 02d0eed..cc3afd7 100644
--- a/LibTest/core/Iterable/map_A02_t01.test.dart
+++ b/LibTest/core/Iterable/map_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(dynamic f(E e))
  * ...
diff --git a/LibTest/core/Iterable/map_A03_t01.test.dart b/LibTest/core/Iterable/map_A03_t01.test.dart
index 2d8e75d..c1dc488 100644
--- a/LibTest/core/Iterable/map_A03_t01.test.dart
+++ b/LibTest/core/Iterable/map_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(dynamic f(E e))
  * The transformed elements will not be cached. Iterating multiple times over
diff --git a/LibTest/core/Iterable/reduce_A01_t01.test.dart b/LibTest/core/Iterable/reduce_A01_t01.test.dart
index 51da1c0..052977a 100644
--- a/LibTest/core/Iterable/reduce_A01_t01.test.dart
+++ b/LibTest/core/Iterable/reduce_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/core/Iterable/singleWhere_A01_t01.test.dart b/LibTest/core/Iterable/singleWhere_A01_t01.test.dart
index f5aefde..9bc9d9e 100644
--- a/LibTest/core/Iterable/singleWhere_A01_t01.test.dart
+++ b/LibTest/core/Iterable/singleWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies f.
diff --git a/LibTest/core/Iterable/singleWhere_A02_t01.test.dart b/LibTest/core/Iterable/singleWhere_A02_t01.test.dart
index 34542c8..5093058 100644
--- a/LibTest/core/Iterable/singleWhere_A02_t01.test.dart
+++ b/LibTest/core/Iterable/singleWhere_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * If no or more than one element match then a StateError is thrown.
diff --git a/LibTest/core/Iterable/singleWhere_A02_t02.test.dart b/LibTest/core/Iterable/singleWhere_A02_t02.test.dart
index 515e90b..220f384 100644
--- a/LibTest/core/Iterable/singleWhere_A02_t02.test.dart
+++ b/LibTest/core/Iterable/singleWhere_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * If no or more than one element match then a StateError is thrown.
diff --git a/LibTest/core/Iterable/single_A01_t01.test.dart b/LibTest/core/Iterable/single_A01_t01.test.dart
index 8510f6b..373feb8 100644
--- a/LibTest/core/Iterable/single_A01_t01.test.dart
+++ b/LibTest/core/Iterable/single_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Returns the single element in this.
diff --git a/LibTest/core/Iterable/skipWhile_A01_t01.test.dart b/LibTest/core/Iterable/skipWhile_A01_t01.test.dart
index a478282..0d7f55e 100644
--- a/LibTest/core/Iterable/skipWhile_A01_t01.test.dart
+++ b/LibTest/core/Iterable/skipWhile_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an Iterable that skips elements while test is satisfied.
diff --git a/LibTest/core/Iterable/skipWhile_A02_t01.test.dart b/LibTest/core/Iterable/skipWhile_A02_t01.test.dart
index 2804aea..e8055bd 100644
--- a/LibTest/core/Iterable/skipWhile_A02_t01.test.dart
+++ b/LibTest/core/Iterable/skipWhile_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/core/Iterable/skipWhile_A03_t01.test.dart b/LibTest/core/Iterable/skipWhile_A03_t01.test.dart
index 0ce0097..57de3a4 100644
--- a/LibTest/core/Iterable/skipWhile_A03_t01.test.dart
+++ b/LibTest/core/Iterable/skipWhile_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new Iterator of the returned Iterable iterates over all elements of
diff --git a/LibTest/core/Iterable/skipWhile_A04_t01.test.dart b/LibTest/core/Iterable/skipWhile_A04_t01.test.dart
index de10fb6..d8ee409 100644
--- a/LibTest/core/Iterable/skipWhile_A04_t01.test.dart
+++ b/LibTest/core/Iterable/skipWhile_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The returned iterable provides elements by iterating this iterable, but
diff --git a/LibTest/core/Iterable/skipWhile_A05_t01.test.dart b/LibTest/core/Iterable/skipWhile_A05_t01.test.dart
index 12babe2..a603ea2 100644
--- a/LibTest/core/Iterable/skipWhile_A05_t01.test.dart
+++ b/LibTest/core/Iterable/skipWhile_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * If all elements satisfy test the resulting iterable is empty
diff --git a/LibTest/core/Iterable/skip_A01_t01.test.dart b/LibTest/core/Iterable/skip_A01_t01.test.dart
index 9d009eb..2f91d73 100644
--- a/LibTest/core/Iterable/skip_A01_t01.test.dart
+++ b/LibTest/core/Iterable/skip_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an Iterable that provides all but the first count elements.
diff --git a/LibTest/core/Iterable/skip_A02_t01.test.dart b/LibTest/core/Iterable/skip_A02_t01.test.dart
index 798b59f..785e9f9 100644
--- a/LibTest/core/Iterable/skip_A02_t01.test.dart
+++ b/LibTest/core/Iterable/skip_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If this has fewer than count elements, then the resulting Iterable is empty.
diff --git a/LibTest/core/Iterable/skip_A03_t01.test.dart b/LibTest/core/Iterable/skip_A03_t01.test.dart
index 974dea0..3496340 100644
--- a/LibTest/core/Iterable/skip_A03_t01.test.dart
+++ b/LibTest/core/Iterable/skip_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * The count must not be negative
diff --git a/LibTest/core/Iterable/takeWhile_A01_t01.test.dart b/LibTest/core/Iterable/takeWhile_A01_t01.test.dart
index 8dedb72..f2a8ee3 100644
--- a/LibTest/core/Iterable/takeWhile_A01_t01.test.dart
+++ b/LibTest/core/Iterable/takeWhile_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test
diff --git a/LibTest/core/Iterable/takeWhile_A02_t01.test.dart b/LibTest/core/Iterable/takeWhile_A02_t01.test.dart
index 4edce94..d9220d7 100644
--- a/LibTest/core/Iterable/takeWhile_A02_t01.test.dart
+++ b/LibTest/core/Iterable/takeWhile_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The filtering happens lazily. Every new iterator of the returned iterable
diff --git a/LibTest/core/Iterable/takeWhile_A03_t01.test.dart b/LibTest/core/Iterable/takeWhile_A03_t01.test.dart
index 21e8449..beb2fef 100644
--- a/LibTest/core/Iterable/takeWhile_A03_t01.test.dart
+++ b/LibTest/core/Iterable/takeWhile_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Every new Iterator of the returned Iterable  will start iterating over the
diff --git a/LibTest/core/Iterable/takeWhile_A04_t01.test.dart b/LibTest/core/Iterable/takeWhile_A04_t01.test.dart
index 793ceb9..655bb86 100644
--- a/LibTest/core/Iterable/takeWhile_A04_t01.test.dart
+++ b/LibTest/core/Iterable/takeWhile_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The elements can be computed by stepping through iterator until an element is
diff --git a/LibTest/core/Iterable/take_A01_t01.test.dart b/LibTest/core/Iterable/take_A01_t01.test.dart
index bf29fc8..f08ae57 100644
--- a/LibTest/core/Iterable/take_A01_t01.test.dart
+++ b/LibTest/core/Iterable/take_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the count first elements of this iterable.
diff --git a/LibTest/core/Iterable/take_A02_t01.test.dart b/LibTest/core/Iterable/take_A02_t01.test.dart
index eec04f7..16584d5 100644
--- a/LibTest/core/Iterable/take_A02_t01.test.dart
+++ b/LibTest/core/Iterable/take_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The count must not be negative.
diff --git a/LibTest/core/Iterable/take_A03_t01.test.dart b/LibTest/core/Iterable/take_A03_t01.test.dart
index 2294c6c..02a4c68 100644
--- a/LibTest/core/Iterable/take_A03_t01.test.dart
+++ b/LibTest/core/Iterable/take_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned Iterable may contain fewer than count elements, if this contains
diff --git a/LibTest/core/Iterable/toList_A01_t01.test.dart b/LibTest/core/Iterable/toList_A01_t01.test.dart
index c9ec621..3639406 100644
--- a/LibTest/core/Iterable/toList_A01_t01.test.dart
+++ b/LibTest/core/Iterable/toList_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/core/Iterable/toList_A01_t02.test.dart b/LibTest/core/Iterable/toList_A01_t02.test.dart
index 4c9ae2e..90a9a87 100644
--- a/LibTest/core/Iterable/toList_A01_t02.test.dart
+++ b/LibTest/core/Iterable/toList_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/core/Iterable/toList_A01_t03.test.dart b/LibTest/core/Iterable/toList_A01_t03.test.dart
index 9e9d4de..5e05819 100644
--- a/LibTest/core/Iterable/toList_A01_t03.test.dart
+++ b/LibTest/core/Iterable/toList_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/core/Iterable/toSet_A01_t01.test.dart b/LibTest/core/Iterable/toSet_A01_t01.test.dart
index 54ddf54..cd609c3 100644
--- a/LibTest/core/Iterable/toSet_A01_t01.test.dart
+++ b/LibTest/core/Iterable/toSet_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a Set containing the elements of this Iterable.
diff --git a/LibTest/core/Iterable/where_A01_t01.test.dart b/LibTest/core/Iterable/where_A01_t01.test.dart
index 0af7e09..675d3e1 100644
--- a/LibTest/core/Iterable/where_A01_t01.test.dart
+++ b/LibTest/core/Iterable/where_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t02.test.dart b/LibTest/core/Iterable/where_A01_t02.test.dart
index 6cc707f..8586739 100644
--- a/LibTest/core/Iterable/where_A01_t02.test.dart
+++ b/LibTest/core/Iterable/where_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t03.test.dart b/LibTest/core/Iterable/where_A01_t03.test.dart
index 69cd9f6..a0427ab 100644
--- a/LibTest/core/Iterable/where_A01_t03.test.dart
+++ b/LibTest/core/Iterable/where_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t05.test.dart b/LibTest/core/Iterable/where_A01_t05.test.dart
index 64c8960..7b4b62b 100644
--- a/LibTest/core/Iterable/where_A01_t05.test.dart
+++ b/LibTest/core/Iterable/where_A01_t05.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t06.test.dart b/LibTest/core/Iterable/where_A01_t06.test.dart
index c41cee6..ab054a3 100644
--- a/LibTest/core/Iterable/where_A01_t06.test.dart
+++ b/LibTest/core/Iterable/where_A01_t06.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t07.test.dart b/LibTest/core/Iterable/where_A01_t07.test.dart
index f87d074..4ec7df0 100644
--- a/LibTest/core/Iterable/where_A01_t07.test.dart
+++ b/LibTest/core/Iterable/where_A01_t07.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A01_t08.test.dart b/LibTest/core/Iterable/where_A01_t08.test.dart
index 443bf7f..0b15aed 100644
--- a/LibTest/core/Iterable/where_A01_t08.test.dart
+++ b/LibTest/core/Iterable/where_A01_t08.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * Returns a lazy Iterable with all elements that satisfy the predicate f.
diff --git a/LibTest/core/Iterable/where_A02_t01.test.dart b/LibTest/core/Iterable/where_A02_t01.test.dart
index 99cb8db..32adbdc 100644
--- a/LibTest/core/Iterable/where_A02_t01.test.dart
+++ b/LibTest/core/Iterable/where_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * ...
diff --git a/LibTest/core/Iterable/where_A03_t01.test.dart b/LibTest/core/Iterable/where_A03_t01.test.dart
index 4579cc8..da67b97 100644
--- a/LibTest/core/Iterable/where_A03_t01.test.dart
+++ b/LibTest/core/Iterable/where_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * ...
diff --git a/LibTest/core/Iterable/where_A04_t01.test.dart b/LibTest/core/Iterable/where_A04_t01.test.dart
index 5a9ce59..28a1124 100644
--- a/LibTest/core/Iterable/where_A04_t01.test.dart
+++ b/LibTest/core/Iterable/where_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Iterable<E> where(bool f(E element))
  * ...
diff --git a/LibTest/core/Iterator/Iterator_A01_t01.test.dart b/LibTest/core/Iterator/Iterator_A01_t01.test.dart
index d41ed99..e9c9c60 100644
--- a/LibTest/core/Iterator/Iterator_A01_t01.test.dart
+++ b/LibTest/core/Iterator/Iterator_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> abstract class 
  * The for-in construct transparently uses Iterator to test for the end of the
diff --git a/LibTest/core/Iterator/allTests.lib.dart b/LibTest/core/Iterator/allTests.lib.dart
index 389ad58..bf8bce2 100644
--- a/LibTest/core/Iterator/allTests.lib.dart
+++ b/LibTest/core/Iterator/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Returns true if one element of the collection satisfies the predicate [f].
diff --git a/LibTest/core/Iterator/current_A01_t01.test.dart b/LibTest/core/Iterator/current_A01_t01.test.dart
index cd3935f..56341fb 100644
--- a/LibTest/core/Iterator/current_A01_t01.test.dart
+++ b/LibTest/core/Iterator/current_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E current
  * Gets the current element in the iteration.
diff --git a/LibTest/core/Iterator/moveNext_A01_t01.test.dart b/LibTest/core/Iterator/moveNext_A01_t01.test.dart
index ca3fc76..522c34f 100644
--- a/LibTest/core/Iterator/moveNext_A01_t01.test.dart
+++ b/LibTest/core/Iterator/moveNext_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/core/List/List.filled_A01_t01.dart b/LibTest/core/List/List.filled_A01_t01.dart
index 81b5f30..acba5a8 100644
--- a/LibTest/core/List/List.filled_A01_t01.dart
+++ b/LibTest/core/List/List.filled_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List.filled(int length, E fill)
  * Creates a fixed-length list of the given length where each entry contains
diff --git a/LibTest/core/List/List.from_A01_t01.dart b/LibTest/core/List/List.from_A01_t01.dart
index f7f4711..2bdb94e 100644
--- a/LibTest/core/List/List.from_A01_t01.dart
+++ b/LibTest/core/List/List.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List.from(Iterable other, {bool growable: true})
  * Creates an list with the elements of other.
diff --git a/LibTest/core/List/List.from_A01_t02.dart b/LibTest/core/List/List.from_A01_t02.dart
index c226a40..ae81817 100644
--- a/LibTest/core/List/List.from_A01_t02.dart
+++ b/LibTest/core/List/List.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List.from(Iterable other, {bool growable: true})
  * Creates an list with the elements of other.
diff --git a/LibTest/core/List/List.from_A01_t03.dart b/LibTest/core/List/List.from_A01_t03.dart
index 8a20edf..d66140a 100644
--- a/LibTest/core/List/List.from_A01_t03.dart
+++ b/LibTest/core/List/List.from_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List.from(Iterable other, {bool growable: true})
  * Creates an list with the elements of other.
diff --git a/LibTest/core/List/List.generate_A01_t01.dart b/LibTest/core/List/List.generate_A01_t01.dart
index 56dff3a..ed9e31f 100644
--- a/LibTest/core/List/List.generate_A01_t01.dart
+++ b/LibTest/core/List/List.generate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionfactory List.generate(int length, E generator(int index),
  * {bool growable: true})
diff --git a/LibTest/core/List/List.generate_A01_t02.dart b/LibTest/core/List/List.generate_A01_t02.dart
index b028b3a..185436c 100644
--- a/LibTest/core/List/List.generate_A01_t02.dart
+++ b/LibTest/core/List/List.generate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionfactory List.generate(int length, E generator(int index),
  * {bool growable: true})
diff --git a/LibTest/core/List/List.generate_A01_t03.dart b/LibTest/core/List/List.generate_A01_t03.dart
index 45bba1c..ae3dbfc 100644
--- a/LibTest/core/List/List.generate_A01_t03.dart
+++ b/LibTest/core/List/List.generate_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionfactory List.generate(int length, E generator(int index),
  * {bool growable: true})
diff --git a/LibTest/core/List/List.unmodifiable_A01_t01.dart b/LibTest/core/List/List.unmodifiable_A01_t01.dart
index bbcc08f..8e31480 100644
--- a/LibTest/core/List/List.unmodifiable_A01_t01.dart
+++ b/LibTest/core/List/List.unmodifiable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion List.unmodifiable(Iterable elements)
  * Creates an unmodifiable list containing all elements.
diff --git a/LibTest/core/List/List_A01_t01.dart b/LibTest/core/List/List_A01_t01.dart
index 579521d..0dd7d94 100644
--- a/LibTest/core/List/List_A01_t01.dart
+++ b/LibTest/core/List/List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List([int length])
  * Creates a list of the given length.
diff --git a/LibTest/core/List/List_A01_t02.dart b/LibTest/core/List/List_A01_t02.dart
index f64bd36..a3b00af 100644
--- a/LibTest/core/List/List_A01_t02.dart
+++ b/LibTest/core/List/List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List([int length])
  * Creates a list of the given length.
diff --git a/LibTest/core/List/List_A01_t03.dart b/LibTest/core/List/List_A01_t03.dart
index b8591f4..8dccd23 100644
--- a/LibTest/core/List/List_A01_t03.dart
+++ b/LibTest/core/List/List_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List([int length])
  * Creates a list of the given length.
diff --git a/LibTest/core/List/List_A02_t01.dart b/LibTest/core/List/List_A02_t01.dart
index 130984a..10ae130 100644
--- a/LibTest/core/List/List_A02_t01.dart
+++ b/LibTest/core/List/List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory List([int length])
  * It is an error if length is not a non-negative integer.
diff --git a/LibTest/core/List/List_all_t01.dart b/LibTest/core/List/List_all_t01.dart
index 41efc42..cbeed42 100644
--- a/LibTest/core/List/List_all_t01.dart
+++ b/LibTest/core/List/List_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_all_t02.dart b/LibTest/core/List/List_all_t02.dart
index f8b934d..7a30df2 100644
--- a/LibTest/core/List/List_all_t02.dart
+++ b/LibTest/core/List/List_all_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_all_t03.dart b/LibTest/core/List/List_all_t03.dart
index 670a2b8..0f7a4c9 100644
--- a/LibTest/core/List/List_all_t03.dart
+++ b/LibTest/core/List/List_all_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_all_t04.dart b/LibTest/core/List/List_all_t04.dart
index bdf6f23..1a81abe 100644
--- a/LibTest/core/List/List_all_t04.dart
+++ b/LibTest/core/List/List_all_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_all_t05.dart b/LibTest/core/List/List_all_t05.dart
index a92b3dc..41e334d 100644
--- a/LibTest/core/List/List_all_t05.dart
+++ b/LibTest/core/List/List_all_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_all_t06.dart b/LibTest/core/List/List_all_t06.dart
index 6288adc..45ffa07 100644
--- a/LibTest/core/List/List_all_t06.dart
+++ b/LibTest/core/List/List_all_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/List_inherited_t01.dart b/LibTest/core/List/List_inherited_t01.dart
index 997d5bc..f85d4ed 100644
--- a/LibTest/core/List/List_inherited_t01.dart
+++ b/LibTest/core/List/List_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * Implements Iterable<E>
diff --git a/LibTest/core/List/addAll_A01_t01.test.dart b/LibTest/core/List/addAll_A01_t01.test.dart
index 488e4c8..bb72886 100644
--- a/LibTest/core/List/addAll_A01_t01.test.dart
+++ b/LibTest/core/List/addAll_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/core/List/addAll_A01_t02.test.dart b/LibTest/core/List/addAll_A01_t02.test.dart
index 2255566..8c6518d 100644
--- a/LibTest/core/List/addAll_A01_t02.test.dart
+++ b/LibTest/core/List/addAll_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/core/List/addAll_A02_t01.test.dart b/LibTest/core/List/addAll_A02_t01.test.dart
index 2fa5dc8..c95006a 100644
--- a/LibTest/core/List/addAll_A02_t01.test.dart
+++ b/LibTest/core/List/addAll_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void addAll(Iterable<E> iterable)
  * Throws an UnsupportedError if this list is not extensible.
diff --git a/LibTest/core/List/addAll_A02_t02.test.dart b/LibTest/core/List/addAll_A02_t02.test.dart
index 89c9bb6..5d88fa0 100644
--- a/LibTest/core/List/addAll_A02_t02.test.dart
+++ b/LibTest/core/List/addAll_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void addAll(Iterable<E> iterable)
  * Throws an UnsupportedError if this list is not extensible.
diff --git a/LibTest/core/List/add_A01_t01.test.dart b/LibTest/core/List/add_A01_t01.test.dart
index 882f428..afefff3 100644
--- a/LibTest/core/List/add_A01_t01.test.dart
+++ b/LibTest/core/List/add_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion abstract void add(E value)
  * Adds [value] at the end of the list, extending the length by one.
diff --git a/LibTest/core/List/add_A01_t02.test.dart b/LibTest/core/List/add_A01_t02.test.dart
index c91af69..7246e41 100644
--- a/LibTest/core/List/add_A01_t02.test.dart
+++ b/LibTest/core/List/add_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion abstract void add(E value)
  * Adds [value] at the end of the list, extending the length by one.
diff --git a/LibTest/core/List/add_A02_t01.test.dart b/LibTest/core/List/add_A02_t01.test.dart
index a5d55b4..46db194 100644
--- a/LibTest/core/List/add_A02_t01.test.dart
+++ b/LibTest/core/List/add_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void add(E value)
  * Throws UnsupportedError if the list is not extendable.
diff --git a/LibTest/core/List/allListTests.lib.dart b/LibTest/core/List/allListTests.lib.dart
index e790a31..00ef24a 100644
--- a/LibTest/core/List/allListTests.lib.dart
+++ b/LibTest/core/List/allListTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> abstract class 
  * @description Checks that List-specific methods work as specified.
diff --git a/LibTest/core/List/asMap_A01_t01.test.dart b/LibTest/core/List/asMap_A01_t01.test.dart
index 0dd2ddb..10e6c7f 100644
--- a/LibTest/core/List/asMap_A01_t01.test.dart
+++ b/LibTest/core/List/asMap_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion   abstract Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/core/List/asMap_A02_t01.test.dart b/LibTest/core/List/asMap_A02_t01.test.dart
index 72cf7e9..fe0100b 100644
--- a/LibTest/core/List/asMap_A02_t01.test.dart
+++ b/LibTest/core/List/asMap_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion   abstract Map<int, E> asMap()
  * The Map.keys Iterable iterates the indices of this list in numerical order.
diff --git a/LibTest/core/List/clear_A01_t01.test.dart b/LibTest/core/List/clear_A01_t01.test.dart
index ca1a6c3..a102642 100644
--- a/LibTest/core/List/clear_A01_t01.test.dart
+++ b/LibTest/core/List/clear_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/core/List/clear_A02_t01.test.dart b/LibTest/core/List/clear_A02_t01.test.dart
index 87679c5..fb0ce2b 100644
--- a/LibTest/core/List/clear_A02_t01.test.dart
+++ b/LibTest/core/List/clear_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void clear()
  * Throws an UnsupportedError, and retains all elements,
diff --git a/LibTest/core/List/fillRange_A01_t01.test.dart b/LibTest/core/List/fillRange_A01_t01.test.dart
index 580b1f5..2e06f53 100644
--- a/LibTest/core/List/fillRange_A01_t01.test.dart
+++ b/LibTest/core/List/fillRange_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void fillRange(int start, int end, [E fillValue])
  * Sets the elements in the range start to end exclusive to the given fillValue.
diff --git a/LibTest/core/List/fillRange_A02_t01.test.dart b/LibTest/core/List/fillRange_A02_t01.test.dart
index 1696d94..ff24140 100644
--- a/LibTest/core/List/fillRange_A02_t01.test.dart
+++ b/LibTest/core/List/fillRange_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void fillRange(int start, int end, [E fillValue])
  * It is an error if start..end is not a valid range pointing into the this.
diff --git a/LibTest/core/List/getRange_A01_t01.test.dart b/LibTest/core/List/getRange_A01_t01.test.dart
index a6cd4ea..82a8d09 100644
--- a/LibTest/core/List/getRange_A01_t01.test.dart
+++ b/LibTest/core/List/getRange_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract Iterable<E> getRange(int start, int end)
  * Returns an Iterable that iterators over the elements in the range start to
diff --git a/LibTest/core/List/getRange_A01_t02.test.dart b/LibTest/core/List/getRange_A01_t02.test.dart
index d950b14..635e70a 100644
--- a/LibTest/core/List/getRange_A01_t02.test.dart
+++ b/LibTest/core/List/getRange_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> getRange(int start, int end)
  * Returns an Iterable that iterators over the elements in the range start to
diff --git a/LibTest/core/List/getRange_A02_t01.test.dart b/LibTest/core/List/getRange_A02_t01.test.dart
index b6ffa8e..3ac4a9a 100644
--- a/LibTest/core/List/getRange_A02_t01.test.dart
+++ b/LibTest/core/List/getRange_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> getRange(int start, int end)
  * An error occurs if end is before start.
diff --git a/LibTest/core/List/getRange_A03_t01.test.dart b/LibTest/core/List/getRange_A03_t01.test.dart
index 1eb5b23..99a2a32 100644
--- a/LibTest/core/List/getRange_A03_t01.test.dart
+++ b/LibTest/core/List/getRange_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract Iterable<E> getRange(int start, int end)
  * An error occurs if the start and end are not valid ranges at the time of the
diff --git a/LibTest/core/List/indexOf_A01_t01.test.dart b/LibTest/core/List/indexOf_A01_t01.test.dart
index 715e7d4..b23d787 100644
--- a/LibTest/core/List/indexOf_A01_t01.test.dart
+++ b/LibTest/core/List/indexOf_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/core/List/indexOf_A02_t01.test.dart b/LibTest/core/List/indexOf_A02_t01.test.dart
index 94a1544..387b9ee 100644
--- a/LibTest/core/List/indexOf_A02_t01.test.dart
+++ b/LibTest/core/List/indexOf_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * There is no restriction on the value of [startIndex]. 
diff --git a/LibTest/core/List/indexOf_A03_t01.test.dart b/LibTest/core/List/indexOf_A03_t01.test.dart
index ad4fd4c..0854ac0 100644
--- a/LibTest/core/List/indexOf_A03_t01.test.dart
+++ b/LibTest/core/List/indexOf_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * Returns -1 if given element is not found. 
diff --git a/LibTest/core/List/indexOf_A04_t01.test.dart b/LibTest/core/List/indexOf_A04_t01.test.dart
index 55d59fb..f8749b0 100644
--- a/LibTest/core/List/indexOf_A04_t01.test.dart
+++ b/LibTest/core/List/indexOf_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * @description Checks that if [start] is not specified, searches the entire
diff --git a/LibTest/core/List/indexOf_A05_t01.test.dart b/LibTest/core/List/indexOf_A05_t01.test.dart
index 992c752..351d0a7 100644
--- a/LibTest/core/List/indexOf_A05_t01.test.dart
+++ b/LibTest/core/List/indexOf_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int indexOf(E element, [int start = 0])
  * The first time an object o is encountered so that o == element,
diff --git a/LibTest/core/List/insertAll_A01_t01.test.dart b/LibTest/core/List/insertAll_A01_t01.test.dart
index 7cdda07..b89fcb4 100644
--- a/LibTest/core/List/insertAll_A01_t01.test.dart
+++ b/LibTest/core/List/insertAll_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void insertAll(int index, Iterable<E> iterable)
  * Inserts all elements of iterable at position index in the list.
diff --git a/LibTest/core/List/insertAll_A02_t01.test.dart b/LibTest/core/List/insertAll_A02_t01.test.dart
index ec14d5a..2fb8796 100644
--- a/LibTest/core/List/insertAll_A02_t01.test.dart
+++ b/LibTest/core/List/insertAll_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void insertAll(int index, Iterable<E> iterable)
  * It is an error if the index does not point inside the list or at the position
diff --git a/LibTest/core/List/insert_A01_t01.test.dart b/LibTest/core/List/insert_A01_t01.test.dart
index ab2c636..4d95b4b 100644
--- a/LibTest/core/List/insert_A01_t01.test.dart
+++ b/LibTest/core/List/insert_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void insert(int index, E element)
  * Inserts the element at position index in the list.
diff --git a/LibTest/core/List/insert_A02_t01.test.dart b/LibTest/core/List/insert_A02_t01.test.dart
index 27e2f17..afa8c2d 100644
--- a/LibTest/core/List/insert_A02_t01.test.dart
+++ b/LibTest/core/List/insert_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void insert(int index, E element)
  * It is an error if the index does not point inside the list or at the position
diff --git a/LibTest/core/List/iterator_current_A01_t01.test.dart b/LibTest/core/List/iterator_current_A01_t01.test.dart
index e7eae76..1c2ccc4 100644
--- a/LibTest/core/List/iterator_current_A01_t01.test.dart
+++ b/LibTest/core/List/iterator_current_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E current
  * Gets the current element in the iteration.
diff --git a/LibTest/core/List/iterator_moveNext_A01_t01.test.dart b/LibTest/core/List/iterator_moveNext_A01_t01.test.dart
index 9c495ac..7d3ea86 100644
--- a/LibTest/core/List/iterator_moveNext_A01_t01.test.dart
+++ b/LibTest/core/List/iterator_moveNext_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/core/List/lastIndexOf_A01_t01.test.dart b/LibTest/core/List/lastIndexOf_A01_t01.test.dart
index a8602a6..7a83d45 100644
--- a/LibTest/core/List/lastIndexOf_A01_t01.test.dart
+++ b/LibTest/core/List/lastIndexOf_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int lastIndexOf(E element, [int start])
  * Returns the last index of element in the list.
diff --git a/LibTest/core/List/lastIndexOf_A02_t01.test.dart b/LibTest/core/List/lastIndexOf_A02_t01.test.dart
index 446fede..9041a04 100644
--- a/LibTest/core/List/lastIndexOf_A02_t01.test.dart
+++ b/LibTest/core/List/lastIndexOf_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/core/List/lastIndexOf_A03_t01.test.dart b/LibTest/core/List/lastIndexOf_A03_t01.test.dart
index 7162cad..7b603b6 100644
--- a/LibTest/core/List/lastIndexOf_A03_t01.test.dart
+++ b/LibTest/core/List/lastIndexOf_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int lastIndexOf(E element, [int start])
  * There is no restriction on the value of [start]. 
diff --git a/LibTest/core/List/lastIndexOf_A04_t01.test.dart b/LibTest/core/List/lastIndexOf_A04_t01.test.dart
index 200e2fb..8950499 100644
--- a/LibTest/core/List/lastIndexOf_A04_t01.test.dart
+++ b/LibTest/core/List/lastIndexOf_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int lastIndexOf(E element, [int start])
  * If start is not provided, it defaults to this.length - 1.
diff --git a/LibTest/core/List/lastIndexOf_A05_t01.test.dart b/LibTest/core/List/lastIndexOf_A05_t01.test.dart
index 51356f7..541f5b9 100644
--- a/LibTest/core/List/lastIndexOf_A05_t01.test.dart
+++ b/LibTest/core/List/lastIndexOf_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int lastIndexOf(E element, [int start])
  * The first time an element e is encountered so that e == element,
diff --git a/LibTest/core/List/length_A01_t01.test.dart b/LibTest/core/List/length_A01_t01.test.dart
index 50572ca..bd87112 100644
--- a/LibTest/core/List/length_A01_t01.test.dart
+++ b/LibTest/core/List/length_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void set length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/core/List/length_A02_t01.test.dart b/LibTest/core/List/length_A02_t01.test.dart
index 8349e05..cdddecd 100644
--- a/LibTest/core/List/length_A02_t01.test.dart
+++ b/LibTest/core/List/length_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void set length(int newLength)
  * If [newLength] is greater than the current [length], entries are initialized
diff --git a/LibTest/core/List/length_A03_t01.test.dart b/LibTest/core/List/length_A03_t01.test.dart
index 7cfdf53..ed36c05 100644
--- a/LibTest/core/List/length_A03_t01.test.dart
+++ b/LibTest/core/List/length_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void set length(int newLength)
  * If [newLength] is less than the current [length], drops extra entries 
diff --git a/LibTest/core/List/length_A04_t01.test.dart b/LibTest/core/List/length_A04_t01.test.dart
index a0ef376..af580fe 100644
--- a/LibTest/core/List/length_A04_t01.test.dart
+++ b/LibTest/core/List/length_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void set length(int newLength)
  * Throws an [UnsupportedError] if the list is not extendable.
diff --git a/LibTest/core/List/length_A05_t01.test.dart b/LibTest/core/List/length_A05_t01.test.dart
index f797d7f..6654296 100644
--- a/LibTest/core/List/length_A05_t01.test.dart
+++ b/LibTest/core/List/length_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void set length(int newLength)
  * Throws [RangeError] if the [length] is negative.
diff --git a/LibTest/core/List/operator_subscript_A01_t01.test.dart b/LibTest/core/List/operator_subscript_A01_t01.test.dart
index e1f31d9..9e464b6 100644
--- a/LibTest/core/List/operator_subscript_A01_t01.test.dart
+++ b/LibTest/core/List/operator_subscript_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * Returns the element at the given index in the list.
diff --git a/LibTest/core/List/operator_subscript_A01_t02.test.dart b/LibTest/core/List/operator_subscript_A01_t02.test.dart
index 1939863..d6a0fef 100644
--- a/LibTest/core/List/operator_subscript_A01_t02.test.dart
+++ b/LibTest/core/List/operator_subscript_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * @description Checks extendable arrays.
diff --git a/LibTest/core/List/operator_subscript_A02_t01.test.dart b/LibTest/core/List/operator_subscript_A02_t01.test.dart
index 050a12a..567e0cf 100644
--- a/LibTest/core/List/operator_subscript_A02_t01.test.dart
+++ b/LibTest/core/List/operator_subscript_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * Throws an RangeError if index is out of bounds.
diff --git a/LibTest/core/List/operator_subscript_A03_t01.test.dart b/LibTest/core/List/operator_subscript_A03_t01.test.dart
index f971a32..20227c6 100644
--- a/LibTest/core/List/operator_subscript_A03_t01.test.dart
+++ b/LibTest/core/List/operator_subscript_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E operator [](int index)
  * Throws [Error] if [index] is of invalid type.
diff --git a/LibTest/core/List/operator_subscripted_assignment_A01_t01.test.dart b/LibTest/core/List/operator_subscripted_assignment_A01_t01.test.dart
index decea4a..da6a0b3 100644
--- a/LibTest/core/List/operator_subscripted_assignment_A01_t01.test.dart
+++ b/LibTest/core/List/operator_subscripted_assignment_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void operator []=(int index, E value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/core/List/operator_subscripted_assignment_A01_t02.test.dart b/LibTest/core/List/operator_subscripted_assignment_A01_t02.test.dart
index b17fe38..ebf6033 100644
--- a/LibTest/core/List/operator_subscripted_assignment_A01_t02.test.dart
+++ b/LibTest/core/List/operator_subscripted_assignment_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void operator []=(int index, E value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/core/List/operator_subscripted_assignment_A02_t01.test.dart b/LibTest/core/List/operator_subscripted_assignment_A02_t01.test.dart
index a2294ec..cc48f6d 100644
--- a/LibTest/core/List/operator_subscripted_assignment_A02_t01.test.dart
+++ b/LibTest/core/List/operator_subscripted_assignment_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void operator []=(int index, E value)
  * Throws an RangeError if index is out of bounds.
diff --git a/LibTest/core/List/operator_subscripted_assignment_A03_t01.test.dart b/LibTest/core/List/operator_subscripted_assignment_A03_t01.test.dart
index 5a67774..f326b6a 100644
--- a/LibTest/core/List/operator_subscripted_assignment_A03_t01.test.dart
+++ b/LibTest/core/List/operator_subscripted_assignment_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void operator []=(int index, E value)
  * Throws an [Error] if [index] is [:null:] or invalid.
diff --git a/LibTest/core/List/removeAt_A01_t01.test.dart b/LibTest/core/List/removeAt_A01_t01.test.dart
index a970d64..2df8b1b 100644
--- a/LibTest/core/List/removeAt_A01_t01.test.dart
+++ b/LibTest/core/List/removeAt_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeAt(int index)
  * Removes the element at position index from the list.
diff --git a/LibTest/core/List/removeAt_A02_t01.test.dart b/LibTest/core/List/removeAt_A02_t01.test.dart
index 45e52c6..beb0599 100644
--- a/LibTest/core/List/removeAt_A02_t01.test.dart
+++ b/LibTest/core/List/removeAt_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeAt(int index)
  * Throws an ArgumentError if index is not an int.
diff --git a/LibTest/core/List/removeAt_A03_t01.test.dart b/LibTest/core/List/removeAt_A03_t01.test.dart
index d4b68e1..e9f5f4c 100644
--- a/LibTest/core/List/removeAt_A03_t01.test.dart
+++ b/LibTest/core/List/removeAt_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeAt(int index)
  * Throws an RangeError if the index does not point inside the list.
diff --git a/LibTest/core/List/removeAt_A04_t01.test.dart b/LibTest/core/List/removeAt_A04_t01.test.dart
index c55281e..38511e7 100644
--- a/LibTest/core/List/removeAt_A04_t01.test.dart
+++ b/LibTest/core/List/removeAt_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeAt(int index)
  * Throws an UnsupportedError, and doesn't remove the element, if the length of
diff --git a/LibTest/core/List/removeLast_A01_t01.test.dart b/LibTest/core/List/removeLast_A01_t01.test.dart
index 3c2e043..f508f82 100644
--- a/LibTest/core/List/removeLast_A01_t01.test.dart
+++ b/LibTest/core/List/removeLast_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/core/List/removeLast_A02_t01.test.dart b/LibTest/core/List/removeLast_A02_t01.test.dart
index a1f63e0..fa0a871 100644
--- a/LibTest/core/List/removeLast_A02_t01.test.dart
+++ b/LibTest/core/List/removeLast_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeLast()
  * Throws a UnsupportedError if the length of the list cannot be changed.
diff --git a/LibTest/core/List/removeLast_A03_t01.test.dart b/LibTest/core/List/removeLast_A03_t01.test.dart
index e1b0739..83e9178 100644
--- a/LibTest/core/List/removeLast_A03_t01.test.dart
+++ b/LibTest/core/List/removeLast_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract E removeLast()
  * Throws RangeError if the list is empty.
diff --git a/LibTest/core/List/removeRange_A01_t01.test.dart b/LibTest/core/List/removeRange_A01_t01.test.dart
index 74f8e7d..ea97ec5 100644
--- a/LibTest/core/List/removeRange_A01_t01.test.dart
+++ b/LibTest/core/List/removeRange_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeRange(int start, int end)
  * Removes the elements in the range start to end exclusive.
diff --git a/LibTest/core/List/removeRange_A01_t02.test.dart b/LibTest/core/List/removeRange_A01_t02.test.dart
index 34aa02e..465dad9 100644
--- a/LibTest/core/List/removeRange_A01_t02.test.dart
+++ b/LibTest/core/List/removeRange_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeRange(int start, int end)
  * Removes the elements in the range start to end exclusive.
diff --git a/LibTest/core/List/removeRange_A02_t01.test.dart b/LibTest/core/List/removeRange_A02_t01.test.dart
index 9b1b3e9..73089b4 100644
--- a/LibTest/core/List/removeRange_A02_t01.test.dart
+++ b/LibTest/core/List/removeRange_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 
  * Throws an UnsupportedError if this is a fixed-length list.
diff --git a/LibTest/core/List/removeRange_A03_t01.test.dart b/LibTest/core/List/removeRange_A03_t01.test.dart
index edc02c7..05ca6ea 100644
--- a/LibTest/core/List/removeRange_A03_t01.test.dart
+++ b/LibTest/core/List/removeRange_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeRange(int start, int end)
  * An error occurs if start.. end is not a valid range for this.
diff --git a/LibTest/core/List/removeRange_A03_t02.test.dart b/LibTest/core/List/removeRange_A03_t02.test.dart
index 38666b4..6ed76cd 100644
--- a/LibTest/core/List/removeRange_A03_t02.test.dart
+++ b/LibTest/core/List/removeRange_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeRange(int start, int end)
  * An error occurs if start.. end is not a valid range for this.
diff --git a/LibTest/core/List/removeRange_A03_t03.test.dart b/LibTest/core/List/removeRange_A03_t03.test.dart
index 033623c..c02c2e4 100644
--- a/LibTest/core/List/removeRange_A03_t03.test.dart
+++ b/LibTest/core/List/removeRange_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeRange(int start, int end)
  * An error occurs if start.. end is not a valid range for this.
diff --git a/LibTest/core/List/removeWhere_A01_t01.test.dart b/LibTest/core/List/removeWhere_A01_t01.test.dart
index 41bff4b..8521241 100644
--- a/LibTest/core/List/removeWhere_A01_t01.test.dart
+++ b/LibTest/core/List/removeWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void removeWhere(bool test(E element))
  * Removes all elements of this list that satisfy test.
diff --git a/LibTest/core/List/remove_A01_t01.test.dart b/LibTest/core/List/remove_A01_t01.test.dart
index dc7c5f1..6c328d2 100644
--- a/LibTest/core/List/remove_A01_t01.test.dart
+++ b/LibTest/core/List/remove_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract bool remove(Object value)
  * Removes value from the list. Returns true if value was in the list. Returns
diff --git a/LibTest/core/List/replaceRange_A01_t01.test.dart b/LibTest/core/List/replaceRange_A01_t01.test.dart
index c7850d1..2490737 100644
--- a/LibTest/core/List/replaceRange_A01_t01.test.dart
+++ b/LibTest/core/List/replaceRange_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void replaceRange(int start, int end, Iterable<E> iterable)
  * Removes the elements in the range start to end exclusive and replaces them
diff --git a/LibTest/core/List/replaceRange_A01_t02.test.dart b/LibTest/core/List/replaceRange_A01_t02.test.dart
index 4bad84a60..97f8779 100644
--- a/LibTest/core/List/replaceRange_A01_t02.test.dart
+++ b/LibTest/core/List/replaceRange_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void replaceRange(int start, int end, Iterable<E> iterable)
  * It is an error if start.. end is not a valid range pointing into the this.
diff --git a/LibTest/core/List/retainWhere_A01_t01.test.dart b/LibTest/core/List/retainWhere_A01_t01.test.dart
index 7c4b707..6d4c2b1 100644
--- a/LibTest/core/List/retainWhere_A01_t01.test.dart
+++ b/LibTest/core/List/retainWhere_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void retainWhere(bool test(E element))
  * Removes all elements of this list that fail to satisfy test.
diff --git a/LibTest/core/List/reversed_A01_t01.test.dart b/LibTest/core/List/reversed_A01_t01.test.dart
index 6b172bf..857c4a6 100644
--- a/LibTest/core/List/reversed_A01_t01.test.dart
+++ b/LibTest/core/List/reversed_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterable<E> reversed
  * Returns an Iterable of the elements of this List in reverse order.
diff --git a/LibTest/core/List/setAll_A01_t01.test.dart b/LibTest/core/List/setAll_A01_t01.test.dart
index 9d1b307..8524cb8 100644
--- a/LibTest/core/List/setAll_A01_t01.test.dart
+++ b/LibTest/core/List/setAll_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of iterable, starting at position
diff --git a/LibTest/core/List/setAll_A02_t01.test.dart b/LibTest/core/List/setAll_A02_t01.test.dart
index 76cebcb..5456d1e 100644
--- a/LibTest/core/List/setAll_A02_t01.test.dart
+++ b/LibTest/core/List/setAll_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/core/List/setAll_A03_t01.test.dart b/LibTest/core/List/setAll_A03_t01.test.dart
index 19a2c6d..cb200a5 100644
--- a/LibTest/core/List/setAll_A03_t01.test.dart
+++ b/LibTest/core/List/setAll_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/core/List/setAll_A04_t01.test.dart b/LibTest/core/List/setAll_A04_t01.test.dart
index fdd3275..3d68bd7 100644
--- a/LibTest/core/List/setAll_A04_t01.test.dart
+++ b/LibTest/core/List/setAll_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/core/List/setAll_A05_t01.test.dart b/LibTest/core/List/setAll_A05_t01.test.dart
index c1f7d31..d202bf8 100644
--- a/LibTest/core/List/setAll_A05_t01.test.dart
+++ b/LibTest/core/List/setAll_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/core/List/setRange_A01_t01.test.dart b/LibTest/core/List/setRange_A01_t01.test.dart
index 3b9bf18..1cd8eb9 100644
--- a/LibTest/core/List/setRange_A01_t01.test.dart
+++ b/LibTest/core/List/setRange_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void setRange(int start, int end, Iterable<E> iterable,
  * [int skipCount = 0])
diff --git a/LibTest/core/List/setRange_A01_t02.test.dart b/LibTest/core/List/setRange_A01_t02.test.dart
index 5863d19..97d85dc 100644
--- a/LibTest/core/List/setRange_A01_t02.test.dart
+++ b/LibTest/core/List/setRange_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void setRange(int start, int end, Iterable<E> iterable,
  * [int skipCount = 0])
diff --git a/LibTest/core/List/setRange_A02_t01.test.dart b/LibTest/core/List/setRange_A02_t01.test.dart
index 2539607..fd7cccf 100644
--- a/LibTest/core/List/setRange_A02_t01.test.dart
+++ b/LibTest/core/List/setRange_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void setRange(int start, int end, Iterable<E> iterable,
  * [int skipCount = 0])
diff --git a/LibTest/core/List/setRange_A02_t02.test.dart b/LibTest/core/List/setRange_A02_t02.test.dart
index e66f172..feb61f3 100644
--- a/LibTest/core/List/setRange_A02_t02.test.dart
+++ b/LibTest/core/List/setRange_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void setRange(int start, int end, Iterable<E> iterable,
  * [int skipCount = 0])
diff --git a/LibTest/core/List/shuffle_A01_t01.test.dart b/LibTest/core/List/shuffle_A01_t01.test.dart
index 699b8df..5ddbe94 100644
--- a/LibTest/core/List/shuffle_A01_t01.test.dart
+++ b/LibTest/core/List/shuffle_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/core/List/shuffle_A01_t02.test.dart b/LibTest/core/List/shuffle_A01_t02.test.dart
index 0b12e92..1b7aace 100644
--- a/LibTest/core/List/shuffle_A01_t02.test.dart
+++ b/LibTest/core/List/shuffle_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/core/List/shuffle_A01_t03.test.dart b/LibTest/core/List/shuffle_A01_t03.test.dart
index ae75ed5..b377832 100644
--- a/LibTest/core/List/shuffle_A01_t03.test.dart
+++ b/LibTest/core/List/shuffle_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/core/List/sort_A01_t01.test.dart b/LibTest/core/List/sort_A01_t01.test.dart
index 903cb43..e40bda3 100644
--- a/LibTest/core/List/sort_A01_t01.test.dart
+++ b/LibTest/core/List/sort_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t02.test.dart b/LibTest/core/List/sort_A01_t02.test.dart
index dfb9ffc..a35b20c 100644
--- a/LibTest/core/List/sort_A01_t02.test.dart
+++ b/LibTest/core/List/sort_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t03.test.dart b/LibTest/core/List/sort_A01_t03.test.dart
index c2f8982..a30afc8 100644
--- a/LibTest/core/List/sort_A01_t03.test.dart
+++ b/LibTest/core/List/sort_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t04.test.dart b/LibTest/core/List/sort_A01_t04.test.dart
index ca5308f..ac7dedc 100644
--- a/LibTest/core/List/sort_A01_t04.test.dart
+++ b/LibTest/core/List/sort_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t05.test.dart b/LibTest/core/List/sort_A01_t05.test.dart
index d066de7..33cd025 100644
--- a/LibTest/core/List/sort_A01_t05.test.dart
+++ b/LibTest/core/List/sort_A01_t05.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t06.test.dart b/LibTest/core/List/sort_A01_t06.test.dart
index a005345..8febc60 100644
--- a/LibTest/core/List/sort_A01_t06.test.dart
+++ b/LibTest/core/List/sort_A01_t06.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t07.test.dart b/LibTest/core/List/sort_A01_t07.test.dart
index 69a781e..761031e 100644
--- a/LibTest/core/List/sort_A01_t07.test.dart
+++ b/LibTest/core/List/sort_A01_t07.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sort_A01_t08.test.dart b/LibTest/core/List/sort_A01_t08.test.dart
index abf7471..5ada89d 100644
--- a/LibTest/core/List/sort_A01_t08.test.dart
+++ b/LibTest/core/List/sort_A01_t08.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/core/List/sublist_A01_t01.test.dart b/LibTest/core/List/sublist_A01_t01.test.dart
index eb79f32..13f96eb 100644
--- a/LibTest/core/List/sublist_A01_t01.test.dart
+++ b/LibTest/core/List/sublist_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from start inclusive to end
diff --git a/LibTest/core/List/sublist_A01_t02.test.dart b/LibTest/core/List/sublist_A01_t02.test.dart
index 9787452..21b78ca 100644
--- a/LibTest/core/List/sublist_A01_t02.test.dart
+++ b/LibTest/core/List/sublist_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from start inclusive to end
diff --git a/LibTest/core/List/sublist_A02_t01.test.dart b/LibTest/core/List/sublist_A02_t01.test.dart
index db40490..e788248 100644
--- a/LibTest/core/List/sublist_A02_t01.test.dart
+++ b/LibTest/core/List/sublist_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/core/List/sublist_A03_t01.test.dart b/LibTest/core/List/sublist_A03_t01.test.dart
index bb3ede3..b739558 100644
--- a/LibTest/core/List/sublist_A03_t01.test.dart
+++ b/LibTest/core/List/sublist_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/core/Map/Map_A01_t01.dart b/LibTest/core/Map/Map_A01_t01.dart
index b44bd32..9fd8a49 100644
--- a/LibTest/core/Map/Map_A01_t01.dart
+++ b/LibTest/core/Map/Map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a map with the default implementation.
  * @description Checks that map can be created with key of function type.
diff --git a/LibTest/core/Map/Map_all_t01.dart b/LibTest/core/Map/Map_all_t01.dart
index 270018a..1b73140 100644
--- a/LibTest/core/Map/Map_all_t01.dart
+++ b/LibTest/core/Map/Map_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that all members of [Map] are implemented.
diff --git a/LibTest/core/Map/Map_class_A01_t01.dart b/LibTest/core/Map/Map_class_A01_t01.dart
index a05ec00..2c305fd 100644
--- a/LibTest/core/Map/Map_class_A01_t01.dart
+++ b/LibTest/core/Map/Map_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class
  * An unordered collection of key-value pairs, from which you retrieve a value
diff --git a/LibTest/core/Map/Map_class_A01_t02.dart b/LibTest/core/Map/Map_class_A01_t02.dart
index 20fb841..4fa77b8 100644
--- a/LibTest/core/Map/Map_class_A01_t02.dart
+++ b/LibTest/core/Map/Map_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class
  * An unordered collection of key-value pairs, from which you retrieve a value
diff --git a/LibTest/core/Map/Map_class_A01_t03.dart b/LibTest/core/Map/Map_class_A01_t03.dart
index c5f7441..1a39855 100644
--- a/LibTest/core/Map/Map_class_A01_t03.dart
+++ b/LibTest/core/Map/Map_class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class
  * An unordered collection of key-value pairs, from which you retrieve a value
diff --git a/LibTest/core/Map/Map_class_A01_t04.dart b/LibTest/core/Map/Map_class_A01_t04.dart
index f0b3162..1675351 100644
--- a/LibTest/core/Map/Map_class_A01_t04.dart
+++ b/LibTest/core/Map/Map_class_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class
  * An unordered collection of key-value pairs, from which you retrieve a value
diff --git a/LibTest/core/Map/Map_class_A02_t01.dart b/LibTest/core/Map/Map_class_A02_t01.dart
index d2d3566..48cdfa7 100644
--- a/LibTest/core/Map/Map_class_A02_t01.dart
+++ b/LibTest/core/Map/Map_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class
  * An unordered collection of key-value pairs, from which you retrieve a value
diff --git a/LibTest/core/Map/addAll_A01_t01.test.dart b/LibTest/core/Map/addAll_A01_t01.test.dart
index f37ebd7..b78c6a5 100644
--- a/LibTest/core/Map/addAll_A01_t01.test.dart
+++ b/LibTest/core/Map/addAll_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Map<K, V> other)
  * Adds all key-value pairs of other to this map.
diff --git a/LibTest/core/Map/addAll_A02_t01.test.dart b/LibTest/core/Map/addAll_A02_t01.test.dart
index f1ccede..ed143f6 100644
--- a/LibTest/core/Map/addAll_A02_t01.test.dart
+++ b/LibTest/core/Map/addAll_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Map<K, V> other)
  * If a key of other is already in this map, its value is overwritten.
diff --git a/LibTest/core/Map/allTests_A01_t01.lib.dart b/LibTest/core/Map/allTests_A01_t01.lib.dart
index d098a20..711b523 100644
--- a/LibTest/core/Map/allTests_A01_t01.lib.dart
+++ b/LibTest/core/Map/allTests_A01_t01.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that all members of [Map] are implemented.
diff --git a/LibTest/core/Map/clear_A01_t01.test.dart b/LibTest/core/Map/clear_A01_t01.test.dart
index 34ebcb3..c366b98 100644
--- a/LibTest/core/Map/clear_A01_t01.test.dart
+++ b/LibTest/core/Map/clear_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Removes all pairs from the map.
  * @description Checks that all of the mappings from this map are removed.
diff --git a/LibTest/core/Map/compKeysTests.lib.dart b/LibTest/core/Map/compKeysTests.lib.dart
index 32002ce..3cc2b4b 100644
--- a/LibTest/core/Map/compKeysTests.lib.dart
+++ b/LibTest/core/Map/compKeysTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that all members of [Map] are implemented, using
diff --git a/LibTest/core/Map/compKeysWarnTests.lib.dart b/LibTest/core/Map/compKeysWarnTests.lib.dart
index bf229c3..93f91bb 100644
--- a/LibTest/core/Map/compKeysWarnTests.lib.dart
+++ b/LibTest/core/Map/compKeysWarnTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that all members of [Map] are implemented, using
diff --git a/LibTest/core/Map/containsKey_A01_t01.test.dart b/LibTest/core/Map/containsKey_A01_t01.test.dart
index 0da4fe7..9823d8c 100644
--- a/LibTest/core/Map/containsKey_A01_t01.test.dart
+++ b/LibTest/core/Map/containsKey_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this map contains the given [key].
  * @description Check that the method returns true if this map contains a
diff --git a/LibTest/core/Map/containsKey_A01_t02.test.dart b/LibTest/core/Map/containsKey_A01_t02.test.dart
index d601732..eec73e1 100644
--- a/LibTest/core/Map/containsKey_A01_t02.test.dart
+++ b/LibTest/core/Map/containsKey_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this map contains the given [key].
  * @description Checks that null key is allowed
diff --git a/LibTest/core/Map/containsValue_A01_t01.test.dart b/LibTest/core/Map/containsValue_A01_t01.test.dart
index 6f0d9c9..f4d8986 100644
--- a/LibTest/core/Map/containsValue_A01_t01.test.dart
+++ b/LibTest/core/Map/containsValue_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool containsValue(Object value)
  * Returns true if this map contains the given value.
diff --git a/LibTest/core/Map/forEach_A01_t01.test.dart b/LibTest/core/Map/forEach_A01_t01.test.dart
index 7ae680c..a3e7bda 100644
--- a/LibTest/core/Map/forEach_A01_t01.test.dart
+++ b/LibTest/core/Map/forEach_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A01_t02.test.dart b/LibTest/core/Map/forEach_A01_t02.test.dart
index 7d6dcbb..6079579 100644
--- a/LibTest/core/Map/forEach_A01_t02.test.dart
+++ b/LibTest/core/Map/forEach_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A01_t04.test.dart b/LibTest/core/Map/forEach_A01_t04.test.dart
index 1808568..eb7d12d 100644
--- a/LibTest/core/Map/forEach_A01_t04.test.dart
+++ b/LibTest/core/Map/forEach_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A01_t05.test.dart b/LibTest/core/Map/forEach_A01_t05.test.dart
index 5af2c71..d8bae34 100644
--- a/LibTest/core/Map/forEach_A01_t05.test.dart
+++ b/LibTest/core/Map/forEach_A01_t05.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A01_t06.test.dart b/LibTest/core/Map/forEach_A01_t06.test.dart
index 994b453..3ab4483 100644
--- a/LibTest/core/Map/forEach_A01_t06.test.dart
+++ b/LibTest/core/Map/forEach_A01_t06.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A01_t08.test.dart b/LibTest/core/Map/forEach_A01_t08.test.dart
index c7cd28c..8372703 100644
--- a/LibTest/core/Map/forEach_A01_t08.test.dart
+++ b/LibTest/core/Map/forEach_A01_t08.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * Applies f to each {key, value} pair of the map.
diff --git a/LibTest/core/Map/forEach_A02_t01.test.dart b/LibTest/core/Map/forEach_A02_t01.test.dart
index 04ff38b..fb161fe 100644
--- a/LibTest/core/Map/forEach_A02_t01.test.dart
+++ b/LibTest/core/Map/forEach_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void forEach(void f(K key, V value))
  * It is an error to add or remove keys from the map during iteration.
diff --git a/LibTest/core/Map/isEmpty_A01_t01.test.dart b/LibTest/core/Map/isEmpty_A01_t01.test.dart
index cff1037..8fc0673 100644
--- a/LibTest/core/Map/isEmpty_A01_t01.test.dart
+++ b/LibTest/core/Map/isEmpty_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * Returns true if there is no {key, value} pair in the map.
diff --git a/LibTest/core/Map/isNotEmpty_A01_t01.test.dart b/LibTest/core/Map/isNotEmpty_A01_t01.test.dart
index 49f7a72..d7f81dd 100644
--- a/LibTest/core/Map/isNotEmpty_A01_t01.test.dart
+++ b/LibTest/core/Map/isNotEmpty_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns true if there is at least one {key, value} pair in the map.
diff --git a/LibTest/core/Map/keys_A01_t01.test.dart b/LibTest/core/Map/keys_A01_t01.test.dart
index 59ca5f8..3a759e4 100644
--- a/LibTest/core/Map/keys_A01_t01.test.dart
+++ b/LibTest/core/Map/keys_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterable<K> keys
  * The keys of this.
diff --git a/LibTest/core/Map/length_A01_t01.test.dart b/LibTest/core/Map/length_A01_t01.test.dart
index ea078a9..2129de7 100644
--- a/LibTest/core/Map/length_A01_t01.test.dart
+++ b/LibTest/core/Map/length_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * The number of {key, value} pairs in the map.
diff --git a/LibTest/core/Map/nonCompKeysTests.lib.dart b/LibTest/core/Map/nonCompKeysTests.lib.dart
index 7850499..eb032e5 100644
--- a/LibTest/core/Map/nonCompKeysTests.lib.dart
+++ b/LibTest/core/Map/nonCompKeysTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<K, V> abstract class 
  * @description Checks that all members of [Map] are implemented, using
diff --git a/LibTest/core/Map/operator_subscript_A01_t01.test.dart b/LibTest/core/Map/operator_subscript_A01_t01.test.dart
index 86d9aa1..5070e03 100644
--- a/LibTest/core/Map/operator_subscript_A01_t01.test.dart
+++ b/LibTest/core/Map/operator_subscript_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V operator [](Object key)
  * Returns the value for the given [key] or null if [key] is not in the map.
diff --git a/LibTest/core/Map/operator_subscript_A01_t02.test.dart b/LibTest/core/Map/operator_subscript_A01_t02.test.dart
index 3d079b5..067dbee 100644
--- a/LibTest/core/Map/operator_subscript_A01_t02.test.dart
+++ b/LibTest/core/Map/operator_subscript_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the value for the given [key] or null if [key] is not in
  * the map.
diff --git a/LibTest/core/Map/operator_subscript_A01_t03.test.dart b/LibTest/core/Map/operator_subscript_A01_t03.test.dart
index 5264968..db3fdf3 100644
--- a/LibTest/core/Map/operator_subscript_A01_t03.test.dart
+++ b/LibTest/core/Map/operator_subscript_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the value for the given [key] or null if [key] is not in
  * the map.
diff --git a/LibTest/core/Map/operator_subscript_A01_t04.test.dart b/LibTest/core/Map/operator_subscript_A01_t04.test.dart
index 501215b..95689ad 100644
--- a/LibTest/core/Map/operator_subscript_A01_t04.test.dart
+++ b/LibTest/core/Map/operator_subscript_A01_t04.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the value for the given [key] or null if [key] is not in
  * the map.
diff --git a/LibTest/core/Map/operator_subscripted_assignment_A01_t01.test.dart b/LibTest/core/Map/operator_subscripted_assignment_A01_t01.test.dart
index 0feaec6..ebd3891 100644
--- a/LibTest/core/Map/operator_subscripted_assignment_A01_t01.test.dart
+++ b/LibTest/core/Map/operator_subscripted_assignment_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Associates the [key] with the given [value].
  * @description Checks that the specified pair is inserted into the map.
diff --git a/LibTest/core/Map/operator_subscripted_assignment_A01_t02.test.dart b/LibTest/core/Map/operator_subscripted_assignment_A01_t02.test.dart
index 1279527..cf2e260 100644
--- a/LibTest/core/Map/operator_subscripted_assignment_A01_t02.test.dart
+++ b/LibTest/core/Map/operator_subscripted_assignment_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Associates the [key] with the given [value].
  * @description Checks that null key is allowed.
diff --git a/LibTest/core/Map/putIfAbsent_A01_t01.test.dart b/LibTest/core/Map/putIfAbsent_A01_t01.test.dart
index 2e7ffa2..d7b58d7 100644
--- a/LibTest/core/Map/putIfAbsent_A01_t01.test.dart
+++ b/LibTest/core/Map/putIfAbsent_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V putIfAbsent(K key, V ifAbsent())
  * If [key] is not associated to a value, calls [ifAbsent] and
diff --git a/LibTest/core/Map/putIfAbsent_A01_t07.test.dart b/LibTest/core/Map/putIfAbsent_A01_t07.test.dart
index 8116412..2fa8684 100644
--- a/LibTest/core/Map/putIfAbsent_A01_t07.test.dart
+++ b/LibTest/core/Map/putIfAbsent_A01_t07.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V putIfAbsent(K key, V ifAbsent())
  * If [key] is not associated to a value, calls [ifAbsent] and
diff --git a/LibTest/core/Map/putIfAbsent_A01_t08.test.dart b/LibTest/core/Map/putIfAbsent_A01_t08.test.dart
index 860d882..4c87703 100644
--- a/LibTest/core/Map/putIfAbsent_A01_t08.test.dart
+++ b/LibTest/core/Map/putIfAbsent_A01_t08.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V putIfAbsent(K key, V ifAbsent())
  * If [key] is not associated to a value, calls [ifAbsent] and
diff --git a/LibTest/core/Map/putIfAbsent_A01_t09.test.dart b/LibTest/core/Map/putIfAbsent_A01_t09.test.dart
index 2b1a95d..6246570 100644
--- a/LibTest/core/Map/putIfAbsent_A01_t09.test.dart
+++ b/LibTest/core/Map/putIfAbsent_A01_t09.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V putIfAbsent(K key, V ifAbsent())
  * If [key] is not associated to a value, calls [ifAbsent] and
diff --git a/LibTest/core/Map/putIfAbsent_A01_t10.test.dart b/LibTest/core/Map/putIfAbsent_A01_t10.test.dart
index 1a793c6..c4d1555 100644
--- a/LibTest/core/Map/putIfAbsent_A01_t10.test.dart
+++ b/LibTest/core/Map/putIfAbsent_A01_t10.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V putIfAbsent(K key, V ifAbsent())
  * If [key] is not associated to a value, calls [ifAbsent] and
diff --git a/LibTest/core/Map/remove_A01_t01.test.dart b/LibTest/core/Map/remove_A01_t01.test.dart
index 82c73a4..ed345f2 100644
--- a/LibTest/core/Map/remove_A01_t01.test.dart
+++ b/LibTest/core/Map/remove_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V remove(Object key)
  * Removes the association for the given key.
diff --git a/LibTest/core/Map/remove_A01_t02.test.dart b/LibTest/core/Map/remove_A01_t02.test.dart
index 21fa92d..ddb7475 100644
--- a/LibTest/core/Map/remove_A01_t02.test.dart
+++ b/LibTest/core/Map/remove_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract V remove(Object key)
  * Removes the association for the given key.
diff --git a/LibTest/core/Map/values_A01_t01.test.dart b/LibTest/core/Map/values_A01_t01.test.dart
index 619841c..96e8497 100644
--- a/LibTest/core/Map/values_A01_t01.test.dart
+++ b/LibTest/core/Map/values_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Iterable<V> values
  * The values of this.
diff --git a/LibTest/core/Match/end_A01_t01.dart b/LibTest/core/Match/end_A01_t01.dart
index 02b57ef..4525415 100644
--- a/LibTest/core/Match/end_A01_t01.dart
+++ b/LibTest/core/Match/end_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the index in the string after the last character of the
  * match.
diff --git a/LibTest/core/Match/groupCount_A01_t01.dart b/LibTest/core/Match/groupCount_A01_t01.dart
index d8dba23..f0ba00d 100644
--- a/LibTest/core/Match/groupCount_A01_t01.dart
+++ b/LibTest/core/Match/groupCount_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the number of groups in the regular expression. 
  * @description Checks that method returns correct value.
diff --git a/LibTest/core/Match/group_A01_t01.dart b/LibTest/core/Match/group_A01_t01.dart
index 9ed631f..538862b 100644
--- a/LibTest/core/Match/group_A01_t01.dart
+++ b/LibTest/core/Match/group_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the string matched by the given [group]. If [group] is 0,
  * returns the match of the regular expression.
diff --git a/LibTest/core/Match/group_A02_t01.dart b/LibTest/core/Match/group_A02_t01.dart
index 3d759b3..573d86a 100644
--- a/LibTest/core/Match/group_A02_t01.dart
+++ b/LibTest/core/Match/group_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws RangeError if [group] is out of bounds
  * @description Check that exception is thrown.
diff --git a/LibTest/core/Match/groups_A01_t01.dart b/LibTest/core/Match/groups_A01_t01.dart
index e9af42f..9fd582c 100644
--- a/LibTest/core/Match/groups_A01_t01.dart
+++ b/LibTest/core/Match/groups_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the strings matched by [groups]. The order in the returned
  * string follows the order in [groups].
diff --git a/LibTest/core/Match/groups_A02_t01.dart b/LibTest/core/Match/groups_A02_t01.dart
index c2ab382..164a76d 100644
--- a/LibTest/core/Match/groups_A02_t01.dart
+++ b/LibTest/core/Match/groups_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws RangeError if one of indices is out of bounds
  * @description Checks that exception is thrown.
diff --git a/LibTest/core/Match/input_A01_t01.dart b/LibTest/core/Match/input_A01_t01.dart
index 7f27e22..27e9700 100644
--- a/LibTest/core/Match/input_A01_t01.dart
+++ b/LibTest/core/Match/input_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String input
  * The string on which this match was computed.
diff --git a/LibTest/core/Match/operator_subscript_A01_t01.dart b/LibTest/core/Match/operator_subscript_A01_t01.dart
index e1b06e3..6b8c48f 100644
--- a/LibTest/core/Match/operator_subscript_A01_t01.dart
+++ b/LibTest/core/Match/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the string matched by the given [group]. If [group] is 0,
  * returns the match of the regular expression.
diff --git a/LibTest/core/Match/operator_subscript_A02_t01.dart b/LibTest/core/Match/operator_subscript_A02_t01.dart
index bb041d2..3d9f43f 100644
--- a/LibTest/core/Match/operator_subscript_A02_t01.dart
+++ b/LibTest/core/Match/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws RangeError if [group] is out of bounds
  * @description Checks that exception is thrown.
diff --git a/LibTest/core/Match/pattern_A01_t01.dart b/LibTest/core/Match/pattern_A01_t01.dart
index 9d94423..003f44d 100644
--- a/LibTest/core/Match/pattern_A01_t01.dart
+++ b/LibTest/core/Match/pattern_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Pattern pattern
  * The pattern to search for in [str]. 
diff --git a/LibTest/core/Match/start_A01_t01.dart b/LibTest/core/Match/start_A01_t01.dart
index 0b7f463..466d7a6 100644
--- a/LibTest/core/Match/start_A01_t01.dart
+++ b/LibTest/core/Match/start_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the index in the string where the match starts.
  * @description Checks that method returns correct value.
diff --git a/LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01.dart b/LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01.dart
index 746df82..e6e6fa0 100644
--- a/LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01.dart
+++ b/LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this constructor executes without error for various
diff --git a/LibTest/core/NoSuchMethodError/toString_A01_t01.dart b/LibTest/core/NoSuchMethodError/toString_A01_t01.dart
index fe013df..9b10eb8 100644
--- a/LibTest/core/NoSuchMethodError/toString_A01_t01.dart
+++ b/LibTest/core/NoSuchMethodError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/Null/Null_class_A01_t01.dart b/LibTest/core/Null/Null_class_A01_t01.dart
index 5086fed..04cd198 100644
--- a/LibTest/core/Null/Null_class_A01_t01.dart
+++ b/LibTest/core/Null/Null_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion Null class

  * The reserved word null denotes an object that is the sole instance of this

diff --git a/LibTest/core/Null/toString_A01_t01.dart b/LibTest/core/Null/toString_A01_t01.dart
index c44561e..0af12e5 100644
--- a/LibTest/core/Null/toString_A01_t01.dart
+++ b/LibTest/core/Null/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion String toString()

  * Returns the string "null".

diff --git a/LibTest/core/Object/Object_A01_t01.dart b/LibTest/core/Object/Object_A01_t01.dart
index f6c1d20..f6f90c2 100644
--- a/LibTest/core/Object/Object_A01_t01.dart
+++ b/LibTest/core/Object/Object_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Object()
  * Creates a new Object instance.
diff --git a/LibTest/core/Object/Object_A02_t01.dart b/LibTest/core/Object/Object_A02_t01.dart
index 8f85862..6b516a8 100644
--- a/LibTest/core/Object/Object_A02_t01.dart
+++ b/LibTest/core/Object/Object_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const Object()
  * Creates a new Object instance.
diff --git a/LibTest/core/Object/Object_all_t01.dart b/LibTest/core/Object/Object_all_t01.dart
index 55813c1..7a77ac7 100644
--- a/LibTest/core/Object/Object_all_t01.dart
+++ b/LibTest/core/Object/Object_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The base class for all Dart objects.
  *    Because Object is the root of the Dart class hierarchy, every other Dart
diff --git a/LibTest/core/Object/allTests.lib.dart b/LibTest/core/Object/allTests.lib.dart
index e62390b..e7ba63c 100644
--- a/LibTest/core/Object/allTests.lib.dart
+++ b/LibTest/core/Object/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class Object
  * @description Aggregates tests for Object methods: hashCode, operator ==
diff --git a/LibTest/core/Object/hashCode_A01_t01.test.dart b/LibTest/core/Object/hashCode_A01_t01.test.dart
index e067f38..4e347d0 100644
--- a/LibTest/core/Object/hashCode_A01_t01.test.dart
+++ b/LibTest/core/Object/hashCode_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/Object/hashCode_A01_t02.test.dart b/LibTest/core/Object/hashCode_A01_t02.test.dart
index 62ac3ce..5f69607 100644
--- a/LibTest/core/Object/hashCode_A01_t02.test.dart
+++ b/LibTest/core/Object/hashCode_A01_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/Object/hashCode_A01_t03.test.dart b/LibTest/core/Object/hashCode_A01_t03.test.dart
index 60122d5..4a73694 100644
--- a/LibTest/core/Object/hashCode_A01_t03.test.dart
+++ b/LibTest/core/Object/hashCode_A01_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/Object/noSuchMethod_A01_t01.test.dart b/LibTest/core/Object/noSuchMethod_A01_t01.test.dart
index 6384959..adcc9a9 100644
--- a/LibTest/core/Object/noSuchMethod_A01_t01.test.dart
+++ b/LibTest/core/Object/noSuchMethod_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic noSuchMethod(Invocation invocation)
  * Invoked when a non-existent method or property is accessed.
diff --git a/LibTest/core/Object/operator_equality_A01_t01.dart b/LibTest/core/Object/operator_equality_A01_t01.dart
index 4a6841b..cd52bd5 100644
--- a/LibTest/core/Object/operator_equality_A01_t01.dart
+++ b/LibTest/core/Object/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A02_t01.dart b/LibTest/core/Object/operator_equality_A02_t01.dart
index 9a0a74b..15bc7b0 100644
--- a/LibTest/core/Object/operator_equality_A02_t01.dart
+++ b/LibTest/core/Object/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A02_t02.test.dart b/LibTest/core/Object/operator_equality_A02_t02.test.dart
index b4fee2f..e356635 100644
--- a/LibTest/core/Object/operator_equality_A02_t02.test.dart
+++ b/LibTest/core/Object/operator_equality_A02_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A03_t01.dart b/LibTest/core/Object/operator_equality_A03_t01.dart
index 5947af3..4771842 100644
--- a/LibTest/core/Object/operator_equality_A03_t01.dart
+++ b/LibTest/core/Object/operator_equality_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A03_t02.test.dart b/LibTest/core/Object/operator_equality_A03_t02.test.dart
index 81b5d73..2982614 100644
--- a/LibTest/core/Object/operator_equality_A03_t02.test.dart
+++ b/LibTest/core/Object/operator_equality_A03_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A03_t03.test.dart b/LibTest/core/Object/operator_equality_A03_t03.test.dart
index b09d9cc..6b9e5e0 100644
--- a/LibTest/core/Object/operator_equality_A03_t03.test.dart
+++ b/LibTest/core/Object/operator_equality_A03_t03.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A04_t01.test.dart b/LibTest/core/Object/operator_equality_A04_t01.test.dart
index 9e531ba..500ec7d 100644
--- a/LibTest/core/Object/operator_equality_A04_t01.test.dart
+++ b/LibTest/core/Object/operator_equality_A04_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A05_t01.test.dart b/LibTest/core/Object/operator_equality_A05_t01.test.dart
index e670c39..aa653ff 100644
--- a/LibTest/core/Object/operator_equality_A05_t01.test.dart
+++ b/LibTest/core/Object/operator_equality_A05_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/operator_equality_A05_t02.test.dart b/LibTest/core/Object/operator_equality_A05_t02.test.dart
index 084bfd2..dbc8751 100644
--- a/LibTest/core/Object/operator_equality_A05_t02.test.dart
+++ b/LibTest/core/Object/operator_equality_A05_t02.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Object/runtimeType_A01_t01.dart b/LibTest/core/Object/runtimeType_A01_t01.dart
index 921b3fb..47a2934 100644
--- a/LibTest/core/Object/runtimeType_A01_t01.dart
+++ b/LibTest/core/Object/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/core/Object/runtimeType_A02_t01.test.dart b/LibTest/core/Object/runtimeType_A02_t01.test.dart
index a0f2c85..72cdbff 100644
--- a/LibTest/core/Object/runtimeType_A02_t01.test.dart
+++ b/LibTest/core/Object/runtimeType_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/core/Object/toString_A01_t01.dart b/LibTest/core/Object/toString_A01_t01.dart
index 6dd7410..563aec5 100644
--- a/LibTest/core/Object/toString_A01_t01.dart
+++ b/LibTest/core/Object/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/Object/toString_A02_t01.test.dart b/LibTest/core/Object/toString_A02_t01.test.dart
index 8eaebdc..4ba976e 100644
--- a/LibTest/core/Object/toString_A02_t01.test.dart
+++ b/LibTest/core/Object/toString_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/OutOfMemoryError/OutOfMemoryError_A01_t01.dart b/LibTest/core/OutOfMemoryError/OutOfMemoryError_A01_t01.dart
index 37931af..02647f5 100644
--- a/LibTest/core/OutOfMemoryError/OutOfMemoryError_A01_t01.dart
+++ b/LibTest/core/OutOfMemoryError/OutOfMemoryError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const OutOfMemoryError()
  * @description Checks that this constructor executes without error.
diff --git a/LibTest/core/OutOfMemoryError/toString_A01_t01.dart b/LibTest/core/OutOfMemoryError/toString_A01_t01.dart
index d2fbd60..83a3db3 100644
--- a/LibTest/core/OutOfMemoryError/toString_A01_t01.dart
+++ b/LibTest/core/OutOfMemoryError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result
diff --git a/LibTest/core/RangeError/RangeError.index_A01_t01.dart b/LibTest/core/RangeError/RangeError.index_A01_t01.dart
index cf53cff..17257d9 100644
--- a/LibTest/core/RangeError/RangeError.index_A01_t01.dart
+++ b/LibTest/core/RangeError/RangeError.index_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.index(int index, indexable,
  *    [String name, String message, int length])
diff --git a/LibTest/core/RangeError/RangeError.index_A01_t02.dart b/LibTest/core/RangeError/RangeError.index_A01_t02.dart
index 3a0dacb..037ca36 100644
--- a/LibTest/core/RangeError/RangeError.index_A01_t02.dart
+++ b/LibTest/core/RangeError/RangeError.index_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.index(int index, indexable,
  *    [String name, String message, int length])
diff --git a/LibTest/core/RangeError/RangeError.index_A02_t01.dart b/LibTest/core/RangeError/RangeError.index_A02_t01.dart
index 3f83e31..aece327 100644
--- a/LibTest/core/RangeError/RangeError.index_A02_t01.dart
+++ b/LibTest/core/RangeError/RangeError.index_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.index(int index, indexable,
  *    [String name, String message, int length])
diff --git a/LibTest/core/RangeError/RangeError.index_A03_t01.dart b/LibTest/core/RangeError/RangeError.index_A03_t01.dart
index dab3b83..5546c21 100644
--- a/LibTest/core/RangeError/RangeError.index_A03_t01.dart
+++ b/LibTest/core/RangeError/RangeError.index_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.index(int index, indexable,
  *    [String name, String message, int length])
diff --git a/LibTest/core/RangeError/RangeError.index_A03_t02.dart b/LibTest/core/RangeError/RangeError.index_A03_t02.dart
index 2019810..7ab71d8 100644
--- a/LibTest/core/RangeError/RangeError.index_A03_t02.dart
+++ b/LibTest/core/RangeError/RangeError.index_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.index(int index, indexable,
  *    [String name, String message, int length])
diff --git a/LibTest/core/RangeError/RangeError.range_A01_t01.dart b/LibTest/core/RangeError/RangeError.range_A01_t01.dart
index a549c58..e32a10c 100644
--- a/LibTest/core/RangeError/RangeError.range_A01_t01.dart
+++ b/LibTest/core/RangeError/RangeError.range_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.range(num invalidValue, int minValue, int maxValue,
  *    [String name, String message])
diff --git a/LibTest/core/RangeError/RangeError.range_A02_t01.dart b/LibTest/core/RangeError/RangeError.range_A02_t01.dart
index a6ad5fe..8ce2fc2 100644
--- a/LibTest/core/RangeError/RangeError.range_A02_t01.dart
+++ b/LibTest/core/RangeError/RangeError.range_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.range(num invalidValue, int minValue, int maxValue,
  *    [String name, String message])
diff --git a/LibTest/core/RangeError/RangeError.value_A01_t01.dart b/LibTest/core/RangeError/RangeError.value_A01_t01.dart
index b036a2a..73127da 100644
--- a/LibTest/core/RangeError/RangeError.value_A01_t01.dart
+++ b/LibTest/core/RangeError/RangeError.value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.value(num value, [String name, String message])
  * Create a new RangeError with a message for the given value.
diff --git a/LibTest/core/RangeError/RangeError.value_A01_t02.dart b/LibTest/core/RangeError/RangeError.value_A01_t02.dart
index c0b7b2b..a7cf66c 100644
--- a/LibTest/core/RangeError/RangeError.value_A01_t02.dart
+++ b/LibTest/core/RangeError/RangeError.value_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.value(num value, [String name, String message])
  * Create a new RangeError with a message for the given value.
diff --git a/LibTest/core/RangeError/RangeError.value_A01_t03.dart b/LibTest/core/RangeError/RangeError.value_A01_t03.dart
index 200ebd0..530ba4d 100644
--- a/LibTest/core/RangeError/RangeError.value_A01_t03.dart
+++ b/LibTest/core/RangeError/RangeError.value_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion RangeError.value(num value, [String name, String message])
  * Create a new RangeError with a message for the given value.
diff --git a/LibTest/core/RangeError/RangeError_A01_t01.dart b/LibTest/core/RangeError/RangeError_A01_t01.dart
index 4a03e95..9dc5ad3 100644
--- a/LibTest/core/RangeError/RangeError_A01_t01.dart
+++ b/LibTest/core/RangeError/RangeError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RangeError(message)
  * Create a new RangeError with the given message.
diff --git a/LibTest/core/RangeError/RangeError_all_t01.dart b/LibTest/core/RangeError/RangeError_all_t01.dart
index c835a63..c0464a9 100644
--- a/LibTest/core/RangeError/RangeError_all_t01.dart
+++ b/LibTest/core/RangeError/RangeError_all_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class RangeError
  * Error thrown due to an index being outside a valid range.
diff --git a/LibTest/core/RangeError/allTests.lib.dart b/LibTest/core/RangeError/allTests.lib.dart
index 92927cc..0b3fbfe 100644
--- a/LibTest/core/RangeError/allTests.lib.dart
+++ b/LibTest/core/RangeError/allTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion class RangeError
  * @description Checks all methods of RangeError
diff --git a/LibTest/core/RangeError/checkNotNegative_A01_t01.dart b/LibTest/core/RangeError/checkNotNegative_A01_t01.dart
index f409db9..577a103 100644
--- a/LibTest/core/RangeError/checkNotNegative_A01_t01.dart
+++ b/LibTest/core/RangeError/checkNotNegative_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkNotNegative(int value, [String name, String message])
  * Check that an integer value isn't negative.
diff --git a/LibTest/core/RangeError/checkNotNegative_A01_t02.dart b/LibTest/core/RangeError/checkNotNegative_A01_t02.dart
index 633b495..b9ba0ba 100644
--- a/LibTest/core/RangeError/checkNotNegative_A01_t02.dart
+++ b/LibTest/core/RangeError/checkNotNegative_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkNotNegative(int value, [String name, String message])
  * Check that an integer value isn't negative.
diff --git a/LibTest/core/RangeError/checkValidIndex_A01_t01.dart b/LibTest/core/RangeError/checkValidIndex_A01_t01.dart
index c82c5df..43004cc 100644
--- a/LibTest/core/RangeError/checkValidIndex_A01_t01.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidIndex_A01_t02.dart b/LibTest/core/RangeError/checkValidIndex_A01_t02.dart
index 3a96585..e05f4f8 100644
--- a/LibTest/core/RangeError/checkValidIndex_A01_t02.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidIndex_A01_t03.dart b/LibTest/core/RangeError/checkValidIndex_A01_t03.dart
index b5c0f09..c48329f 100644
--- a/LibTest/core/RangeError/checkValidIndex_A01_t03.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidIndex_A01_t04.dart b/LibTest/core/RangeError/checkValidIndex_A01_t04.dart
index 4071bf9..2c28287 100644
--- a/LibTest/core/RangeError/checkValidIndex_A01_t04.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidIndex_A02_t01.dart b/LibTest/core/RangeError/checkValidIndex_A02_t01.dart
index 2928ed9..d9fbeb9 100644
--- a/LibTest/core/RangeError/checkValidIndex_A02_t01.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidIndex_A02_t02.dart b/LibTest/core/RangeError/checkValidIndex_A02_t02.dart
index e65e5c9..60e78e0 100644
--- a/LibTest/core/RangeError/checkValidIndex_A02_t02.dart
+++ b/LibTest/core/RangeError/checkValidIndex_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValidIndex(int index, indexable, [String name,
  * int length, String message])
diff --git a/LibTest/core/RangeError/checkValidRange_A01_t01.dart b/LibTest/core/RangeError/checkValidRange_A01_t01.dart
index a7edfa7..78f582f 100644
--- a/LibTest/core/RangeError/checkValidRange_A01_t01.dart
+++ b/LibTest/core/RangeError/checkValidRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int checkValidRange(int start, int end, int length,
  * [String startName, String endName, String message])
diff --git a/LibTest/core/RangeError/checkValidRange_A02_t01.dart b/LibTest/core/RangeError/checkValidRange_A02_t01.dart
index d487f6b..524a71f 100644
--- a/LibTest/core/RangeError/checkValidRange_A02_t01.dart
+++ b/LibTest/core/RangeError/checkValidRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int checkValidRange(int start, int end, int length,
  * [String startName, String endName, String message])
diff --git a/LibTest/core/RangeError/checkValidRange_A03_t01.dart b/LibTest/core/RangeError/checkValidRange_A03_t01.dart
index acb0348..8067fad 100644
--- a/LibTest/core/RangeError/checkValidRange_A03_t01.dart
+++ b/LibTest/core/RangeError/checkValidRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int checkValidRange(int start, int end, int length,
  * [String startName, String endName, String message])
diff --git a/LibTest/core/RangeError/checkValidRange_A04_t01.dart b/LibTest/core/RangeError/checkValidRange_A04_t01.dart
index 8731ca9..cbbad90 100644
--- a/LibTest/core/RangeError/checkValidRange_A04_t01.dart
+++ b/LibTest/core/RangeError/checkValidRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int checkValidRange(int start, int end, int length,
  * [String startName, String endName, String message])
diff --git a/LibTest/core/RangeError/checkValidRange_A05_t01.dart b/LibTest/core/RangeError/checkValidRange_A05_t01.dart
index 272ef20..d7b4e85 100644
--- a/LibTest/core/RangeError/checkValidRange_A05_t01.dart
+++ b/LibTest/core/RangeError/checkValidRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int checkValidRange(int start, int end, int length,
  * [String startName, String endName, String message])
diff --git a/LibTest/core/RangeError/checkValueInInterval_A01_t01.dart b/LibTest/core/RangeError/checkValueInInterval_A01_t01.dart
index 1255ca6..0456cab 100644
--- a/LibTest/core/RangeError/checkValueInInterval_A01_t01.dart
+++ b/LibTest/core/RangeError/checkValueInInterval_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValueInInterval(int value, int minValue, int maxValue,
  * [String name, String message])
diff --git a/LibTest/core/RangeError/checkValueInInterval_A02_t01.dart b/LibTest/core/RangeError/checkValueInInterval_A02_t01.dart
index a3ffba5..110a34b 100644
--- a/LibTest/core/RangeError/checkValueInInterval_A02_t01.dart
+++ b/LibTest/core/RangeError/checkValueInInterval_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void checkValueInInterval(int value, int minValue, int maxValue,
  * [String name, String message])
diff --git a/LibTest/core/RangeError/end_A01_t01.test.dart b/LibTest/core/RangeError/end_A01_t01.test.dart
index 3c4c002..51da606 100644
--- a/LibTest/core/RangeError/end_A01_t01.test.dart
+++ b/LibTest/core/RangeError/end_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num end
  * read-only
diff --git a/LibTest/core/RangeError/inheritedTests.lib.dart b/LibTest/core/RangeError/inheritedTests.lib.dart
index bd074fa..ee0b7a0 100644
--- a/LibTest/core/RangeError/inheritedTests.lib.dart
+++ b/LibTest/core/RangeError/inheritedTests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class RangeError
  * @description Checks all methods inherited from ArgumentError
diff --git a/LibTest/core/RangeError/start_A01_t01.test.dart b/LibTest/core/RangeError/start_A01_t01.test.dart
index fe1fd9c..c6976b5 100644
--- a/LibTest/core/RangeError/start_A01_t01.test.dart
+++ b/LibTest/core/RangeError/start_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num start
  * read-only
diff --git a/LibTest/core/RangeError/toString_A01_t01.dart b/LibTest/core/RangeError/toString_A01_t01.dart
index 3b8061d..4470d91 100644
--- a/LibTest/core/RangeError/toString_A01_t01.dart
+++ b/LibTest/core/RangeError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01.dart
index e79a29c..45a5ed0 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.6: The production Assertion :: ^ evaluates by returning an
  * internal AssertionTester closure that takes a State argument x and performs
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01.dart
index 423297a..2145592 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.6: The production Assertion :: $ evaluates by returning an
  * internal AssertionTester closure that takes a State argument x and performs
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01.dart
index c33dcf6..462da6e 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.6: The production Assertion :: \ b evaluates by returning
  * an internal AssertionTester closure that takes a State argument x and
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01.dart
index d81a476..525c885 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.6: The production Assertion :: \ B evaluates by returning
  * an internal AssertionTester closure that takes a State argument x and
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01.dart
index ce83dd1..be5de3d 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Since the assertions ^, $, \b and \B do not change endIndex,
  * multiple subsequent occurrences of the same one are equivalent to a single
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01.dart
index fd61109..6bcb315 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.9: An escape sequence of the form \ followed by a nonzero
  * decimal number n matches the result of the Nth set of capturing parentheses
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01.dart
index ea02bdf..438bbc3 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: The form (?= Disjunction ) specifies a zero-width
  * positive lookahead. In order for it to succeed, the pattern inside
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01.dart
index 1cf3d70..b4ccea4 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: The form (?! Disjunction ) specifies a zero-width
  * negative lookahead. In order for it to succeed, the pattern inside
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01.dart
index 380205a..bbfd400 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: Parentheses of the form ( Disjunction ) serve both to
  * group the components of the Disjunction pattern together and tov save the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02.dart
index dd4dcfd..5c18c7f 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: Parentheses of the form ( Disjunction ) serve both to
  * group the components of the Disjunction pattern together and tov save the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03.dart
index 79f9b8a..2acd9a2 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: Parentheses of the form ( Disjunction ) serve both to
  * group the components of the Disjunction pattern together and tov save the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01.dart
index 4deea8a..5b20570 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: To inhibit the capturing behaviour of parentheses, use
  * the form (?: Disjunction ) instead.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01.dart
index 10b8d06..0355de8 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: The production Atom :: . evaluates as follows:
  *   <ol>
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01.dart
index e99ea5a..ef885a9 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.8: In case-insignificant matches all characters are
  * implicitly converted to upper case immediately before they are compared.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01.dart
index 2fdfbca..9ff6da3 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: d evaluates by
  * returning the ten-element set of characters containing the characters 0
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01.dart
index 5c59902..e4b9da5 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: D evaluates by
  * returning the set of all characters not included in the set returned by
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01.dart
index 881094d..c5e8fad 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: s evaluates by
  * returning the set of characters containing the characters that are on the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01.dart
index 993251a..61e478a 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: w evaluates by
  * returning the set of characters containing the sixty-three characters: a b c
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01.dart
index 9ec253d..91b1344 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: W evaluates by
  * returning the set of all characters not included in the set returned by
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01.dart
index e318637..b79c8b3 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.13: The production CharacterClass :: [ [lookahead not in
  * {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01.dart
index 6f8eb04..9f7c685 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.13: The production CharacterClass :: [ ^ ClassRanges ]
  * evaluates by evaluating ClassRanges to obtain a CharSet and returning that
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A01_t01.dart
index 8cabb90..c760600 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: t evaluates by
  * returning the character \u0009
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A02_t01.dart
index 9b32fc3..afd92a4 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: n evaluates by
  * returning the character \u000A
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01.dart
index c3fd84a..4999593 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: v evaluates by
  * returning the character \u000B
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01.dart
index 03bce38..3e2dd4c 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: f evaluates by
  * returning the character \u000C
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01.dart
index 7edafac..e2b4ba2 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: r evaluates by
  * returning the character \u000D
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01.dart
index b23b004..32f3173 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The production CharacterEscape :: c ControlLetter evaluates as
  * follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02.dart
index ae77719..2edb275 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The production CharacterEscape :: c ControlLetter evaluates as
  * follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01.dart
index 3527bc3..bfadc8b 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: HexEscapeSequence
  * evaluates by evaluating the character value of the HexEscapeSequence (see
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01.dart
index e432565..8e3110a 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape ::
  * UnicodeEscapeSequence evaluates by evaluating the character value of the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02.dart
index 0f781dc..368548a 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape ::
  * UnicodeEscapeSequence evaluates by evaluating the character value of the
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01.dart
index 0d520f9..7510e6e 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.10: The production CharacterEscape :: IdentityEscape
  * evaluates by returning the character represented by IdentityEscape. <br/>
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01.dart
index 45073bd..abaf7a4 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.11: The production DecimalEscape :: DecimalIntegerLiteral
  * [lookahead not in DecimalDigit] evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03.dart
index 65940a2..9738298 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.11: The production DecimalEscape :: DecimalIntegerLiteral
  * [lookahead not in DecimalDigit] evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04.dart
index 920ccf0..5c69287 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.11: The production DecimalEscape :: DecimalIntegerLiteral
  * [lookahead not in DecimalDigit] evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01.dart
index 6841960..fe2eedb 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.3: The | regular expression operator separates two
  * alternatives. The pattern first tries to match the left Alternative (followed
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01.dart
index c4a21f4..53f1ebd 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02.dart
index 4f68c11..2d62ac4 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03.dart
index 10f6082..671e647 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t04.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t04.dart
index dbb7e4c..cc603b4 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t04.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05.dart
index 49b5b89..b2d1077 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06.dart
index e2bded0..e85f5c6 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.15: The production NonemptyClassRanges :: ClassAtom -
  * ClassAtom ClassRanges evaluates as follows:
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01.dart
index 709e404..61be13d 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: * evaluates by
  * returning the two results 0 and infinity.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01.dart
index e52742c..335a7ed 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: + evaluates by
  * returning the two results 1 and infinity.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01.dart
index b8fa6d5..ec709dd 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: ? evaluates by
  * returning the two results 0 and 1.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01.dart
index 9197654..c472727 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: {DecimalDigits}
  * evaluates by returning the MV of DecimalDigits.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01.dart
index 5b3aead..fc325c2 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: {DecimalDigits, }
  * evaluates by returning MV of DecimalDigits and infinity.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01.dart
index 9a995d3..a725a5a 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.7: The production QuantifierPrefix :: {DecimalDigits,
  * DecimalDigits} evaluates by returning MVs of the first and second
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01.dart
index 0501f6d..a658233 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.5: An Atom followed by a Quantifier is repeated the
  * number of times specified by the Quantifier. A Quantifier can be non-greedy,
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01.dart
index fabe27e..77fb8ca 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.5: If the Atom and the sequel of the regular expression
  * all have choice points, the Atom is first matched as many (or as few, if
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01.dart
index 0b4d8c2..a6eb716 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.5: Atom's captures are cleared each time Atom is repeated.
  * @description Checks that the assertion is true.
diff --git a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01.dart b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01.dart
index 84a8c9d..b33c59f 100644
--- a/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.5: Once the minimum number of repetitions has been
  * satisfied, any more expansions of Atom that match the empty String are not
diff --git a/LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01.dart b/LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01.dart
index a441a6a..af5be61 100644
--- a/LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01.dart
+++ b/LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion 15.10.2.12: The production CharacterClassEscape :: S evaluates by
  * returning the set of all characters not included in the set returned by
diff --git a/LibTest/core/RegExp/RegExp_A01_t01.dart b/LibTest/core/RegExp/RegExp_A01_t01.dart
index 38e5060..0365ec8 100644
--- a/LibTest/core/RegExp/RegExp_A01_t01.dart
+++ b/LibTest/core/RegExp/RegExp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a regular expression.
  * @description Checks that it is possible to create a RegExp instance with
diff --git a/LibTest/core/RegExp/RegExp_A01_t02.dart b/LibTest/core/RegExp/RegExp_A01_t02.dart
index 6228130..d8fb28f 100644
--- a/LibTest/core/RegExp/RegExp_A01_t02.dart
+++ b/LibTest/core/RegExp/RegExp_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a regular expression.
  * @description Checks that null flags arguments can not be used with null
diff --git a/LibTest/core/RegExp/RegExp_A01_t03.dart b/LibTest/core/RegExp/RegExp_A01_t03.dart
index ef37eeb..a036e31 100644
--- a/LibTest/core/RegExp/RegExp_A01_t03.dart
+++ b/LibTest/core/RegExp/RegExp_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a regular expression.
  * @description Checks that using an invalid pattern results in FormatException.
diff --git a/LibTest/core/RegExp/RegExp_A01_t04.dart b/LibTest/core/RegExp/RegExp_A01_t04.dart
index c18e27d0..e67a748 100644
--- a/LibTest/core/RegExp/RegExp_A01_t04.dart
+++ b/LibTest/core/RegExp/RegExp_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a regular expression.
  * @description Checks that using a null pattern argument results in Error.
diff --git a/LibTest/core/RegExp/allMatches_A01_t01.dart b/LibTest/core/RegExp/allMatches_A01_t01.dart
index abcc1b2..7d259c4 100644
--- a/LibTest/core/RegExp/allMatches_A01_t01.dart
+++ b/LibTest/core/RegExp/allMatches_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns an ordered collection of matches of the regular expression
  * in [str]. The order in the collection is the order of the matches found
diff --git a/LibTest/core/RegExp/allMatches_A02_t01.dart b/LibTest/core/RegExp/allMatches_A02_t01.dart
index 3fa38a8..313a929 100644
--- a/LibTest/core/RegExp/allMatches_A02_t01.dart
+++ b/LibTest/core/RegExp/allMatches_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws [Error] if [str] is [:null:].
  * @description Checks that the correct exception is thrown.
diff --git a/LibTest/core/RegExp/firstMatch_A01_t01.dart b/LibTest/core/RegExp/firstMatch_A01_t01.dart
index 48d45cb..6c422a9 100644
--- a/LibTest/core/RegExp/firstMatch_A01_t01.dart
+++ b/LibTest/core/RegExp/firstMatch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Searches for the first match of the regular expression in the
  * string [str].
diff --git a/LibTest/core/RegExp/firstMatch_A02_t01.dart b/LibTest/core/RegExp/firstMatch_A02_t01.dart
index fa29746..ef5fb01 100644
--- a/LibTest/core/RegExp/firstMatch_A02_t01.dart
+++ b/LibTest/core/RegExp/firstMatch_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns [null] if there is no match.
  * @description Checks that null is returned when appropriate.
diff --git a/LibTest/core/RegExp/firstMatch_A03_t01.dart b/LibTest/core/RegExp/firstMatch_A03_t01.dart
index afac733..7be8a1a 100644
--- a/LibTest/core/RegExp/firstMatch_A03_t01.dart
+++ b/LibTest/core/RegExp/firstMatch_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws [Error] if [str] is [:null:].
  * @description Checks that the correct exception is thrown.
diff --git a/LibTest/core/RegExp/hasMatch_A01_t01.dart b/LibTest/core/RegExp/hasMatch_A01_t01.dart
index 9d932c7..01f36ef 100644
--- a/LibTest/core/RegExp/hasMatch_A01_t01.dart
+++ b/LibTest/core/RegExp/hasMatch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether the regular expression has a match in the string
  * [str].
diff --git a/LibTest/core/RegExp/hasMatch_A01_t02.dart b/LibTest/core/RegExp/hasMatch_A01_t02.dart
index c039e75..eef596f 100644
--- a/LibTest/core/RegExp/hasMatch_A01_t02.dart
+++ b/LibTest/core/RegExp/hasMatch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether the regular expression has a match in the string
  * [str].
diff --git a/LibTest/core/RegExp/hasMatch_A02_t01.dart b/LibTest/core/RegExp/hasMatch_A02_t01.dart
index 5d6ddbb..c9b860e 100644
--- a/LibTest/core/RegExp/hasMatch_A02_t01.dart
+++ b/LibTest/core/RegExp/hasMatch_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws [Error] if [str] is [:null:].
  * @description Checks that the correct exception is thrown.
diff --git a/LibTest/core/RegExp/isCaseSensitive_A01_t01.dart b/LibTest/core/RegExp/isCaseSensitive_A01_t01.dart
index 450babe..47ea50e 100644
--- a/LibTest/core/RegExp/isCaseSensitive_A01_t01.dart
+++ b/LibTest/core/RegExp/isCaseSensitive_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isCaseSensitive
  * Whether this regular expression is case insensitive.   
diff --git a/LibTest/core/RegExp/isMultiLine_A01_t01.dart b/LibTest/core/RegExp/isMultiLine_A01_t01.dart
index 951eb3e..be8a119 100644
--- a/LibTest/core/RegExp/isMultiLine_A01_t01.dart
+++ b/LibTest/core/RegExp/isMultiLine_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool multiLine
  * Whether this regular expression matches multiple lines.  
diff --git a/LibTest/core/RegExp/matchAsPrefix_A01_t01.dart b/LibTest/core/RegExp/matchAsPrefix_A01_t01.dart
index 2476048..397c29e 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A01_t01.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/matchAsPrefix_A01_t02.dart b/LibTest/core/RegExp/matchAsPrefix_A01_t02.dart
index 492cd7f..c1496fc 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A01_t02.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/matchAsPrefix_A02_t01.dart b/LibTest/core/RegExp/matchAsPrefix_A02_t01.dart
index cd75714..7378947 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A02_t01.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/matchAsPrefix_A02_t02.dart b/LibTest/core/RegExp/matchAsPrefix_A02_t02.dart
index dc16b82..da4a2bf 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A02_t02.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/matchAsPrefix_A03_t01.dart b/LibTest/core/RegExp/matchAsPrefix_A03_t01.dart
index 7b1d701..9f312fd 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A03_t01.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/matchAsPrefix_A04_t01.dart b/LibTest/core/RegExp/matchAsPrefix_A04_t01.dart
index e0878f7..4dfd528 100644
--- a/LibTest/core/RegExp/matchAsPrefix_A04_t01.dart
+++ b/LibTest/core/RegExp/matchAsPrefix_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/RegExp/pattern_A01_t01.dart b/LibTest/core/RegExp/pattern_A01_t01.dart
index 2077006..f22806d 100644
--- a/LibTest/core/RegExp/pattern_A01_t01.dart
+++ b/LibTest/core/RegExp/pattern_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String pattern
  * The pattern of this regular expression. 
diff --git a/LibTest/core/RegExp/stringMatch_A01_t01.dart b/LibTest/core/RegExp/stringMatch_A01_t01.dart
index d2749df..9ed7a0a 100644
--- a/LibTest/core/RegExp/stringMatch_A01_t01.dart
+++ b/LibTest/core/RegExp/stringMatch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Searches for the first match of the regular expression in the
  * string [str] and returns the matched string.
diff --git a/LibTest/core/RegExp/stringMatch_A02_t01.dart b/LibTest/core/RegExp/stringMatch_A02_t01.dart
index 8d50669..a089897 100644
--- a/LibTest/core/RegExp/stringMatch_A02_t01.dart
+++ b/LibTest/core/RegExp/stringMatch_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws [Error] if [str] is [:null:].
  * @description Checks that the correct exception is thrown.
diff --git a/LibTest/core/RuneIterator/RuneIterator.at_A01_t01.dart b/LibTest/core/RuneIterator/RuneIterator.at_A01_t01.dart
index 7503f39..eacd64f 100644
--- a/LibTest/core/RuneIterator/RuneIterator.at_A01_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator.at_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator.at(String string, int index)
  * Create an iterator positioned before the indexth code unit of the string.
diff --git a/LibTest/core/RuneIterator/RuneIterator.at_A02_t01.dart b/LibTest/core/RuneIterator/RuneIterator.at_A02_t01.dart
index e3b3f97..4fee16e 100644
--- a/LibTest/core/RuneIterator/RuneIterator.at_A02_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator.at_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator.at(String string, int index)
  * When created, there is no current value.
diff --git a/LibTest/core/RuneIterator/RuneIterator.at_A03_t01.dart b/LibTest/core/RuneIterator/RuneIterator.at_A03_t01.dart
index ca8f16b..bff4be7 100644
--- a/LibTest/core/RuneIterator/RuneIterator.at_A03_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator.at_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator.at(String string, int index)
  * A moveNext will use the rune starting at [index] the current value, and a
diff --git a/LibTest/core/RuneIterator/RuneIterator.at_A04_t01.dart b/LibTest/core/RuneIterator/RuneIterator.at_A04_t01.dart
index e404753..cc15699 100644
--- a/LibTest/core/RuneIterator/RuneIterator.at_A04_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator.at_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator.at(String string, int index)
  * It is an error if the [index] position is in the middle of a surrogate pair.
diff --git a/LibTest/core/RuneIterator/RuneIterator.at_A05_t01.dart b/LibTest/core/RuneIterator/RuneIterator.at_A05_t01.dart
index 75e2b89..b0dc7c8 100644
--- a/LibTest/core/RuneIterator/RuneIterator.at_A05_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator.at_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator.at(String string, int index)
  * It is an error if [index] is negative or greater than number of code units.
diff --git a/LibTest/core/RuneIterator/RuneIterator_A01_t01.dart b/LibTest/core/RuneIterator/RuneIterator_A01_t01.dart
index 8d4dd3b..d5ee456 100644
--- a/LibTest/core/RuneIterator/RuneIterator_A01_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RuneIterator(String string)
  * Create an iterator positioned at the beginning of the string.
diff --git a/LibTest/core/RuneIterator/RuneIterator_inherited_t01.dart b/LibTest/core/RuneIterator/RuneIterator_inherited_t01.dart
index d76b5d1..8decc2f 100644
--- a/LibTest/core/RuneIterator/RuneIterator_inherited_t01.dart
+++ b/LibTest/core/RuneIterator/RuneIterator_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion RuneIterator(String string)
  * Create an iterator positioned at the beginning of the string.
diff --git a/LibTest/core/RuneIterator/currentAsString_A01_t01.dart b/LibTest/core/RuneIterator/currentAsString_A01_t01.dart
index 62a56f6..0088eb0 100644
--- a/LibTest/core/RuneIterator/currentAsString_A01_t01.dart
+++ b/LibTest/core/RuneIterator/currentAsString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String currentAsString
  * A string containing the current rune.
diff --git a/LibTest/core/RuneIterator/currentAsString_A01_t02.dart b/LibTest/core/RuneIterator/currentAsString_A01_t02.dart
index efceaf4..d07b9b3 100644
--- a/LibTest/core/RuneIterator/currentAsString_A01_t02.dart
+++ b/LibTest/core/RuneIterator/currentAsString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String currentAsString
  * A string containing the current rune.
diff --git a/LibTest/core/RuneIterator/currentAsString_A02_t01.dart b/LibTest/core/RuneIterator/currentAsString_A02_t01.dart
index cb77216..3abb559 100644
--- a/LibTest/core/RuneIterator/currentAsString_A02_t01.dart
+++ b/LibTest/core/RuneIterator/currentAsString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String currentAsString
  * For runes outside the basic multilingual plane,
diff --git a/LibTest/core/RuneIterator/currentAsString_A03_t01.dart b/LibTest/core/RuneIterator/currentAsString_A03_t01.dart
index d0f6138..bf8efb3 100644
--- a/LibTest/core/RuneIterator/currentAsString_A03_t01.dart
+++ b/LibTest/core/RuneIterator/currentAsString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String currentAsString
  * Returns an empty string if there is no current rune
diff --git a/LibTest/core/RuneIterator/currentSize_A01_t01.dart b/LibTest/core/RuneIterator/currentSize_A01_t01.dart
index 3ebffbe..bd711e6 100644
--- a/LibTest/core/RuneIterator/currentSize_A01_t01.dart
+++ b/LibTest/core/RuneIterator/currentSize_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int currentSize
  * The number of code units comprising the current rune.
diff --git a/LibTest/core/RuneIterator/currentSize_A01_t02.dart b/LibTest/core/RuneIterator/currentSize_A01_t02.dart
index 95eb710..40c437a 100644
--- a/LibTest/core/RuneIterator/currentSize_A01_t02.dart
+++ b/LibTest/core/RuneIterator/currentSize_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int currentSize
  * The number of code units comprising the current rune.
diff --git a/LibTest/core/RuneIterator/currentSize_A02_t01.dart b/LibTest/core/RuneIterator/currentSize_A02_t01.dart
index 2ea352c..49c7146 100644
--- a/LibTest/core/RuneIterator/currentSize_A02_t01.dart
+++ b/LibTest/core/RuneIterator/currentSize_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int currentSize
  * Returns zero if there is no current rune ([current] is null).
diff --git a/LibTest/core/RuneIterator/current_A01_t01.dart b/LibTest/core/RuneIterator/current_A01_t01.dart
index 8638680..1d982bb 100644
--- a/LibTest/core/RuneIterator/current_A01_t01.dart
+++ b/LibTest/core/RuneIterator/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int current
  * The rune (integer Unicode code point) starting at the current position in the
diff --git a/LibTest/core/RuneIterator/current_A01_t02.dart b/LibTest/core/RuneIterator/current_A01_t02.dart
index 2cc4d33..ed6d0c9 100644
--- a/LibTest/core/RuneIterator/current_A01_t02.dart
+++ b/LibTest/core/RuneIterator/current_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int current
  * The rune (integer Unicode code point) starting at the current position in the
diff --git a/LibTest/core/RuneIterator/current_A01_t03.dart b/LibTest/core/RuneIterator/current_A01_t03.dart
index 8daf793..4e1b544 100644
--- a/LibTest/core/RuneIterator/current_A01_t03.dart
+++ b/LibTest/core/RuneIterator/current_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion final int current
  * The rune (integer Unicode code point) starting at the current position in the
diff --git a/LibTest/core/RuneIterator/moveNext_A01_t01.dart b/LibTest/core/RuneIterator/moveNext_A01_t01.dart
index 18f5461..f854e93 100644
--- a/LibTest/core/RuneIterator/moveNext_A01_t01.dart
+++ b/LibTest/core/RuneIterator/moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Moves to the next element.Returns true if [current] contains the next element.
diff --git a/LibTest/core/RuneIterator/moveNext_A02_t01.dart b/LibTest/core/RuneIterator/moveNext_A02_t01.dart
index 6623881..6e70a2f 100644
--- a/LibTest/core/RuneIterator/moveNext_A02_t01.dart
+++ b/LibTest/core/RuneIterator/moveNext_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns false, if no element was left.
diff --git a/LibTest/core/RuneIterator/moveNext_A03_t01.dart b/LibTest/core/RuneIterator/moveNext_A03_t01.dart
index 6554869..c98a892 100644
--- a/LibTest/core/RuneIterator/moveNext_A03_t01.dart
+++ b/LibTest/core/RuneIterator/moveNext_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * It is safe to invoke [moveNext] even when the iterator is
diff --git a/LibTest/core/RuneIterator/movePrevious_A01_t01.dart b/LibTest/core/RuneIterator/movePrevious_A01_t01.dart
index 4300bf5..abcdaae 100644
--- a/LibTest/core/RuneIterator/movePrevious_A01_t01.dart
+++ b/LibTest/core/RuneIterator/movePrevious_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool movePrevious()
  * Move back to the previous element.Returns true and updates [current] if
diff --git a/LibTest/core/RuneIterator/movePrevious_A02_t01.dart b/LibTest/core/RuneIterator/movePrevious_A02_t01.dart
index 475316f..5a6bf58 100644
--- a/LibTest/core/RuneIterator/movePrevious_A02_t01.dart
+++ b/LibTest/core/RuneIterator/movePrevious_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool movePrevious()
  * Returns false and sets [current] to null if there is no previous element.
diff --git a/LibTest/core/RuneIterator/movePrevious_A02_t02.dart b/LibTest/core/RuneIterator/movePrevious_A02_t02.dart
index f5b585d..3f1ada3 100644
--- a/LibTest/core/RuneIterator/movePrevious_A02_t02.dart
+++ b/LibTest/core/RuneIterator/movePrevious_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool movePrevious()
  * Returns false and sets [current] to -1 if there is no previous element.
diff --git a/LibTest/core/RuneIterator/rawIndex_A01_t01.dart b/LibTest/core/RuneIterator/rawIndex_A01_t01.dart
index 439de45..8f4161e 100644
--- a/LibTest/core/RuneIterator/rawIndex_A01_t01.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int get rawIndex
  * Returns the starting position of the current rune in the string.
diff --git a/LibTest/core/RuneIterator/rawIndex_A02_t01.dart b/LibTest/core/RuneIterator/rawIndex_A02_t01.dart
index 3080fed..b40f599 100644
--- a/LibTest/core/RuneIterator/rawIndex_A02_t01.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int get rawIndex
  * Returns -1 if the current rune is null.
diff --git a/LibTest/core/RuneIterator/rawIndex_A03_t01.dart b/LibTest/core/RuneIterator/rawIndex_A03_t01.dart
index 58939e0..b9f3e0b 100644
--- a/LibTest/core/RuneIterator/rawIndex_A03_t01.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set rawIndex(int rawIndex)
  * Resets the iterator to the rune at the specified index of the string.
diff --git a/LibTest/core/RuneIterator/rawIndex_A04_t01.dart b/LibTest/core/RuneIterator/rawIndex_A04_t01.dart
index 65e9363..d43229f 100644
--- a/LibTest/core/RuneIterator/rawIndex_A04_t01.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set rawIndex(int rawIndex)
  * Setting a negative [rawIndex], or one greater than or equal
diff --git a/LibTest/core/RuneIterator/rawIndex_A04_t02.dart b/LibTest/core/RuneIterator/rawIndex_A04_t02.dart
index 8c2434d..6f48370 100644
--- a/LibTest/core/RuneIterator/rawIndex_A04_t02.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set rawIndex(int rawIndex)
  * Setting a negative [rawIndex], or one greater than or equal
diff --git a/LibTest/core/RuneIterator/rawIndex_A05_t01.dart b/LibTest/core/RuneIterator/rawIndex_A05_t01.dart
index f9f61c6..9a879a9 100644
--- a/LibTest/core/RuneIterator/rawIndex_A05_t01.dart
+++ b/LibTest/core/RuneIterator/rawIndex_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set rawIndex(int rawIndex)
  * Setting [rawIndex] in the middle of a surrogate pair is an error.
diff --git a/LibTest/core/RuneIterator/reset_A01_t01.dart b/LibTest/core/RuneIterator/reset_A01_t01.dart
index 1d0a2d8..aa3d63d 100644
--- a/LibTest/core/RuneIterator/reset_A01_t01.dart
+++ b/LibTest/core/RuneIterator/reset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Resets the iterator to the given index into the string.
diff --git a/LibTest/core/RuneIterator/reset_A01_t02.dart b/LibTest/core/RuneIterator/reset_A01_t02.dart
index 6753921..439224e 100644
--- a/LibTest/core/RuneIterator/reset_A01_t02.dart
+++ b/LibTest/core/RuneIterator/reset_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Resets the iterator to the given index into the string.
diff --git a/LibTest/core/RuneIterator/reset_A01_t03.dart b/LibTest/core/RuneIterator/reset_A01_t03.dart
index fca5feb..ed25e37 100644
--- a/LibTest/core/RuneIterator/reset_A01_t03.dart
+++ b/LibTest/core/RuneIterator/reset_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Resets the iterator to the given index into the string.
diff --git a/LibTest/core/RuneIterator/reset_A02_t01.dart b/LibTest/core/RuneIterator/reset_A02_t01.dart
index c373ba2..5a86ff2 100644
--- a/LibTest/core/RuneIterator/reset_A02_t01.dart
+++ b/LibTest/core/RuneIterator/reset_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Setting a negative [rawIndex], or one greater than
diff --git a/LibTest/core/RuneIterator/reset_A02_t02.dart b/LibTest/core/RuneIterator/reset_A02_t02.dart
index 9b803c2..4befff2 100644
--- a/LibTest/core/RuneIterator/reset_A02_t02.dart
+++ b/LibTest/core/RuneIterator/reset_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Setting a negative [rawIndex], or one greater than
diff --git a/LibTest/core/RuneIterator/reset_A03_t01.dart b/LibTest/core/RuneIterator/reset_A03_t01.dart
index e4c553f..c764f95 100644
--- a/LibTest/core/RuneIterator/reset_A03_t01.dart
+++ b/LibTest/core/RuneIterator/reset_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void reset([int rawIndex = 0])
  * Setting [rawIndex] in the middle of a surrogate pair is an error.
diff --git a/LibTest/core/RuneIterator/string_A01_t01.dart b/LibTest/core/RuneIterator/string_A01_t01.dart
index 21d3ebf..b837c9b 100644
--- a/LibTest/core/RuneIterator/string_A01_t01.dart
+++ b/LibTest/core/RuneIterator/string_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String string
  * String being iterated.
diff --git a/LibTest/core/RuneIterator/string_A01_t02.dart b/LibTest/core/RuneIterator/string_A01_t02.dart
index ebff875..a6f3604 100644
--- a/LibTest/core/RuneIterator/string_A01_t02.dart
+++ b/LibTest/core/RuneIterator/string_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String string
  * String being iterated.
diff --git a/LibTest/core/Runes/Runes_A01_t01.dart b/LibTest/core/Runes/Runes_A01_t01.dart
index 80be276..76ef629 100644
--- a/LibTest/core/Runes/Runes_A01_t01.dart
+++ b/LibTest/core/Runes/Runes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Runes(String string)
  * @description Checks that an instance of Runes is created.
diff --git a/LibTest/core/Runes/any_A01_t01.dart b/LibTest/core/Runes/any_A01_t01.dart
index f470a96..8ceb4dc 100644
--- a/LibTest/core/Runes/any_A01_t01.dart
+++ b/LibTest/core/Runes/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Returns true if one element of this collection satisfies
diff --git a/LibTest/core/Runes/contains_A01_t01.dart b/LibTest/core/Runes/contains_A01_t01.dart
index 0344506..34eb18c 100644
--- a/LibTest/core/Runes/contains_A01_t01.dart
+++ b/LibTest/core/Runes/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Check whether the collection contains an element equal to element.
diff --git a/LibTest/core/Runes/elementAt_A01_t01.dart b/LibTest/core/Runes/elementAt_A01_t01.dart
index fc8f29b..bd5f3c5 100644
--- a/LibTest/core/Runes/elementAt_A01_t01.dart
+++ b/LibTest/core/Runes/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/core/Runes/elementAt_A02_t01.dart b/LibTest/core/Runes/elementAt_A02_t01.dart
index 9687d87..d463d7d 100644
--- a/LibTest/core/Runes/elementAt_A02_t01.dart
+++ b/LibTest/core/Runes/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * If [this] has fewer than [index] elements throws a RangeError.
diff --git a/LibTest/core/Runes/every_A01_t01.dart b/LibTest/core/Runes/every_A01_t01.dart
index 0a90c84..385c400 100644
--- a/LibTest/core/Runes/every_A01_t01.dart
+++ b/LibTest/core/Runes/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool test(E element))
  * Returns true if every elements of this collection satisfy
diff --git a/LibTest/core/Runes/expand_A01_t01.dart b/LibTest/core/Runes/expand_A01_t01.dart
index b02cbe6..a82c60e 100644
--- a/LibTest/core/Runes/expand_A01_t01.dart
+++ b/LibTest/core/Runes/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/core/Runes/firstWhere_A01_t01.dart b/LibTest/core/Runes/firstWhere_A01_t01.dart
index 5846605..f7f9b33 100644
--- a/LibTest/core/Runes/firstWhere_A01_t01.dart
+++ b/LibTest/core/Runes/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/core/Runes/firstWhere_A02_t01.dart b/LibTest/core/Runes/firstWhere_A02_t01.dart
index 2468718..eaece4b 100644
--- a/LibTest/core/Runes/firstWhere_A02_t01.dart
+++ b/LibTest/core/Runes/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * If none matches, the result of invoking the orElse function is returned.
diff --git a/LibTest/core/Runes/firstWhere_A03_t01.dart b/LibTest/core/Runes/firstWhere_A03_t01.dart
index 505558f..d6ab8c3 100644
--- a/LibTest/core/Runes/firstWhere_A03_t01.dart
+++ b/LibTest/core/Runes/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * By default, when orElse is null, a [StateError] is thrown.
diff --git a/LibTest/core/Runes/first_A01_t01.dart b/LibTest/core/Runes/first_A01_t01.dart
index 94ed1d4..c27a35c 100644
--- a/LibTest/core/Runes/first_A01_t01.dart
+++ b/LibTest/core/Runes/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int first
  * Returns the first element.
diff --git a/LibTest/core/Runes/first_A01_t02.dart b/LibTest/core/Runes/first_A01_t02.dart
index 6fb5132..a6b7702 100644
--- a/LibTest/core/Runes/first_A01_t02.dart
+++ b/LibTest/core/Runes/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int first
  * Returns the first element.
diff --git a/LibTest/core/Runes/first_A02_t01.dart b/LibTest/core/Runes/first_A02_t01.dart
index 2762207..170f7b6 100644
--- a/LibTest/core/Runes/first_A02_t01.dart
+++ b/LibTest/core/Runes/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int first
  * If [this] is empty throws a [StateError].
diff --git a/LibTest/core/Runes/first_A03_t01.dart b/LibTest/core/Runes/first_A03_t01.dart
index 5a34904..8691250 100644
--- a/LibTest/core/Runes/first_A03_t01.dart
+++ b/LibTest/core/Runes/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int first
  * If [this] is empty throws a [StateError].
diff --git a/LibTest/core/Runes/fold_A01_t01.dart b/LibTest/core/Runes/fold_A01_t01.dart
index cf9f771..b63a43b 100644
--- a/LibTest/core/Runes/fold_A01_t01.dart
+++ b/LibTest/core/Runes/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic fold(initialValue, combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/core/Runes/forEach_A01_t01.dart b/LibTest/core/Runes/forEach_A01_t01.dart
index fc99865..cc88216 100644
--- a/LibTest/core/Runes/forEach_A01_t01.dart
+++ b/LibTest/core/Runes/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void action(E element))
  * Applies the function [f] to each element of this collection.
diff --git a/LibTest/core/Runes/isEmpty_A01_t01.dart b/LibTest/core/Runes/isEmpty_A01_t01.dart
index cf22e1b..9e76c4f 100644
--- a/LibTest/core/Runes/isEmpty_A01_t01.dart
+++ b/LibTest/core/Runes/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/core/Runes/isEmpty_A01_t02.dart b/LibTest/core/Runes/isEmpty_A01_t02.dart
index 8f51a2f..01c5ed5 100644
--- a/LibTest/core/Runes/isEmpty_A01_t02.dart
+++ b/LibTest/core/Runes/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/core/Runes/isNotEmpty_A01_t01.dart b/LibTest/core/Runes/isNotEmpty_A01_t01.dart
index f48ddd4..1e33630 100644
--- a/LibTest/core/Runes/isNotEmpty_A01_t01.dart
+++ b/LibTest/core/Runes/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/core/Runes/isNotEmpty_A01_t02.dart b/LibTest/core/Runes/isNotEmpty_A01_t02.dart
index 27a9b79..d7bb86c 100644
--- a/LibTest/core/Runes/isNotEmpty_A01_t02.dart
+++ b/LibTest/core/Runes/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/core/Runes/iterator_A01_t01.dart b/LibTest/core/Runes/iterator_A01_t01.dart
index 011060b..7ad1cbb 100644
--- a/LibTest/core/Runes/iterator_A01_t01.dart
+++ b/LibTest/core/Runes/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final RuneIterator iterator
  * Returns an Iterator that iterates over this Iterable object.
diff --git a/LibTest/core/Runes/iterator_A01_t02.dart b/LibTest/core/Runes/iterator_A01_t02.dart
index 5f6b078..6c5ba41 100644
--- a/LibTest/core/Runes/iterator_A01_t02.dart
+++ b/LibTest/core/Runes/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final RuneIterator iterator
  * Returns an Iterator that iterates over this Iterable object.
diff --git a/LibTest/core/Runes/join_A01_t01.dart b/LibTest/core/Runes/join_A01_t01.dart
index dcc2709..03967e1 100644
--- a/LibTest/core/Runes/join_A01_t01.dart
+++ b/LibTest/core/Runes/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] by calling Object.toString on it.
diff --git a/LibTest/core/Runes/join_A01_t02.dart b/LibTest/core/Runes/join_A01_t02.dart
index d06c8ca..73ac3d2 100644
--- a/LibTest/core/Runes/join_A01_t02.dart
+++ b/LibTest/core/Runes/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/core/Runes/lastWhere_A01_t01.dart b/LibTest/core/Runes/lastWhere_A01_t01.dart
index 9de18d2..a410541 100644
--- a/LibTest/core/Runes/lastWhere_A01_t01.dart
+++ b/LibTest/core/Runes/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/core/Runes/lastWhere_A02_t01.dart b/LibTest/core/Runes/lastWhere_A02_t01.dart
index 00646cb..e15c2ef 100644
--- a/LibTest/core/Runes/lastWhere_A02_t01.dart
+++ b/LibTest/core/Runes/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E element), {Object orElse()})
  * If none matches, the result of invoking the orElse function is returned.
diff --git a/LibTest/core/Runes/lastWhere_A03_t01.dart b/LibTest/core/Runes/lastWhere_A03_t01.dart
index 0abb4d5..a38f117 100644
--- a/LibTest/core/Runes/lastWhere_A03_t01.dart
+++ b/LibTest/core/Runes/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E element), {Object orElse()})
  * By default, when orElse is null, a [StateError] is thrown.
diff --git a/LibTest/core/Runes/last_A01_t01.dart b/LibTest/core/Runes/last_A01_t01.dart
index 207fa68..25ad2e2 100644
--- a/LibTest/core/Runes/last_A01_t01.dart
+++ b/LibTest/core/Runes/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int last
  * Returns the last element.
diff --git a/LibTest/core/Runes/last_A01_t02.dart b/LibTest/core/Runes/last_A01_t02.dart
index 5e2713a..b98865a 100644
--- a/LibTest/core/Runes/last_A01_t02.dart
+++ b/LibTest/core/Runes/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int last
  * Returns the last element.
diff --git a/LibTest/core/Runes/last_A02_t01.dart b/LibTest/core/Runes/last_A02_t01.dart
index b2b28ea..e70917f 100644
--- a/LibTest/core/Runes/last_A02_t01.dart
+++ b/LibTest/core/Runes/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int last
  * If [this] is empty throws a [StateError].
diff --git a/LibTest/core/Runes/length_A01_t01.dart b/LibTest/core/Runes/length_A01_t01.dart
index ea4e7e4..32e1ffd 100644
--- a/LibTest/core/Runes/length_A01_t01.dart
+++ b/LibTest/core/Runes/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * Returns the number of elements in this.
diff --git a/LibTest/core/Runes/length_A01_t02.dart b/LibTest/core/Runes/length_A01_t02.dart
index 6cf0c7d..ee6eeb2 100644
--- a/LibTest/core/Runes/length_A01_t02.dart
+++ b/LibTest/core/Runes/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length
  * Returns the number of elements in this.
diff --git a/LibTest/core/Runes/map_A01_t01.dart b/LibTest/core/Runes/map_A01_t01.dart
index 2f81770..cf2bf5c 100644
--- a/LibTest/core/Runes/map_A01_t01.dart
+++ b/LibTest/core/Runes/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * Returns a lazy [Iterable] where each element e of this is
diff --git a/LibTest/core/Runes/map_A02_t01.dart b/LibTest/core/Runes/map_A02_t01.dart
index fc8a080..ba157b5 100644
--- a/LibTest/core/Runes/map_A02_t01.dart
+++ b/LibTest/core/Runes/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * As long as the returned [Iterable] is not iterated over,
diff --git a/LibTest/core/Runes/map_A03_t01.dart b/LibTest/core/Runes/map_A03_t01.dart
index a82009e..be5d3da 100644
--- a/LibTest/core/Runes/map_A03_t01.dart
+++ b/LibTest/core/Runes/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable map(f(E element))
  * The transformed elements will not be cached. Iterating multiple times
diff --git a/LibTest/core/Runes/reduce_A01_t01.dart b/LibTest/core/Runes/reduce_A01_t01.dart
index 8559de6..ddf803e 100644
--- a/LibTest/core/Runes/reduce_A01_t01.dart
+++ b/LibTest/core/Runes/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * Reduces a collection to a single value by iteratively combining
diff --git a/LibTest/core/Runes/reduce_A02_t01.dart b/LibTest/core/Runes/reduce_A02_t01.dart
index 9fea4c4..5f8af14 100644
--- a/LibTest/core/Runes/reduce_A02_t01.dart
+++ b/LibTest/core/Runes/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * If [this] is empty, a [StateError] is thrown.
diff --git a/LibTest/core/Runes/singleWhere_A01_t01.dart b/LibTest/core/Runes/singleWhere_A01_t01.dart
index 948a582..f170a7e 100644
--- a/LibTest/core/Runes/singleWhere_A01_t01.dart
+++ b/LibTest/core/Runes/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/core/Runes/singleWhere_A02_t01.dart b/LibTest/core/Runes/singleWhere_A02_t01.dart
index b65268d..117f2d5 100644
--- a/LibTest/core/Runes/singleWhere_A02_t01.dart
+++ b/LibTest/core/Runes/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * If no or more than one element match then a [StateError] is thrown.
diff --git a/LibTest/core/Runes/singleWhere_A02_t02.dart b/LibTest/core/Runes/singleWhere_A02_t02.dart
index fbc68e4..739f249 100644
--- a/LibTest/core/Runes/singleWhere_A02_t02.dart
+++ b/LibTest/core/Runes/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * If no or more than one element match then a [StateError] is thrown.
diff --git a/LibTest/core/Runes/single_A01_t01.dart b/LibTest/core/Runes/single_A01_t01.dart
index f4e41e2..909d094 100644
--- a/LibTest/core/Runes/single_A01_t01.dart
+++ b/LibTest/core/Runes/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * Returns the single element in [this].
diff --git a/LibTest/core/Runes/single_A01_t02.dart b/LibTest/core/Runes/single_A01_t02.dart
index eeee50d..056ec6d 100644
--- a/LibTest/core/Runes/single_A01_t02.dart
+++ b/LibTest/core/Runes/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * Returns the single element in [this].
diff --git a/LibTest/core/Runes/single_A02_t01.dart b/LibTest/core/Runes/single_A02_t01.dart
index d84ee96..963e13c 100644
--- a/LibTest/core/Runes/single_A02_t01.dart
+++ b/LibTest/core/Runes/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * If [this] is empty or has more than one element throws a [StateError].
diff --git a/LibTest/core/Runes/single_A02_t02.dart b/LibTest/core/Runes/single_A02_t02.dart
index b5368dc..630e604 100644
--- a/LibTest/core/Runes/single_A02_t02.dart
+++ b/LibTest/core/Runes/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final E single
  * If [this] is empty or has more than one element throws a [StateError].
diff --git a/LibTest/core/Runes/skipWhile_A01_t01.dart b/LibTest/core/Runes/skipWhile_A01_t01.dart
index a1eb709..107e6dc 100644
--- a/LibTest/core/Runes/skipWhile_A01_t01.dart
+++ b/LibTest/core/Runes/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/core/Runes/skipWhile_A02_t01.dart b/LibTest/core/Runes/skipWhile_A02_t01.dart
index b68d162..0f948b0 100644
--- a/LibTest/core/Runes/skipWhile_A02_t01.dart
+++ b/LibTest/core/Runes/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * The filtering happens lazily.
diff --git a/LibTest/core/Runes/skipWhile_A03_t01.dart b/LibTest/core/Runes/skipWhile_A03_t01.dart
index c35e53d..56c7ecf 100644
--- a/LibTest/core/Runes/skipWhile_A03_t01.dart
+++ b/LibTest/core/Runes/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * Every new [Iterator] of the returned [Iterable]
diff --git a/LibTest/core/Runes/skipWhile_A04_t01.dart b/LibTest/core/Runes/skipWhile_A04_t01.dart
index 3941ed2..d55e149 100644
--- a/LibTest/core/Runes/skipWhile_A04_t01.dart
+++ b/LibTest/core/Runes/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * Once an element does not satisfy the [test] the iterator
diff --git a/LibTest/core/Runes/skip_A01_t01.dart b/LibTest/core/Runes/skip_A01_t01.dart
index 77f886e..c8f1c9d 100644
--- a/LibTest/core/Runes/skip_A01_t01.dart
+++ b/LibTest/core/Runes/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that skips the first [n] elements.
diff --git a/LibTest/core/Runes/skip_A02_t01.dart b/LibTest/core/Runes/skip_A02_t01.dart
index 3b77b25..7e7d866 100644
--- a/LibTest/core/Runes/skip_A02_t01.dart
+++ b/LibTest/core/Runes/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If [this] has fewer than [n] elements, then the resulting [Iterable] will be empty.
diff --git a/LibTest/core/Runes/skip_A03_t01.dart b/LibTest/core/Runes/skip_A03_t01.dart
index bf184ae..cf2761a 100644
--- a/LibTest/core/Runes/skip_A03_t01.dart
+++ b/LibTest/core/Runes/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * It is an error if [n] is negative.
diff --git a/LibTest/core/Runes/string_A01_t01.dart b/LibTest/core/Runes/string_A01_t01.dart
index a9a8381..eff33bf 100644
--- a/LibTest/core/Runes/string_A01_t01.dart
+++ b/LibTest/core/Runes/string_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String string
  * @description Checks that the corresponding string is returned.
diff --git a/LibTest/core/Runes/string_A01_t02.dart b/LibTest/core/Runes/string_A01_t02.dart
index aafcbe7..8ec7946 100644
--- a/LibTest/core/Runes/string_A01_t02.dart
+++ b/LibTest/core/Runes/string_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String string
  * @description Checks that [string] is final and can't be set.
diff --git a/LibTest/core/Runes/takeWhile_A01_t01.dart b/LibTest/core/Runes/takeWhile_A01_t01.dart
index ea05870..fb21f8f 100644
--- a/LibTest/core/Runes/takeWhile_A01_t01.dart
+++ b/LibTest/core/Runes/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * Returns an [Iterable] that stops once [test] is not satisfied anymore.
diff --git a/LibTest/core/Runes/takeWhile_A02_t01.dart b/LibTest/core/Runes/takeWhile_A02_t01.dart
index d294667..501ede8 100644
--- a/LibTest/core/Runes/takeWhile_A02_t01.dart
+++ b/LibTest/core/Runes/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * The filtering happens lazily.
diff --git a/LibTest/core/Runes/takeWhile_A03_t01.dart b/LibTest/core/Runes/takeWhile_A03_t01.dart
index a6badfd..f27715a 100644
--- a/LibTest/core/Runes/takeWhile_A03_t01.dart
+++ b/LibTest/core/Runes/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * Every new [Iterator] of the returned [Iterable]
diff --git a/LibTest/core/Runes/takeWhile_A04_t01.dart b/LibTest/core/Runes/takeWhile_A04_t01.dart
index 00503fe..d5bc4ed 100644
--- a/LibTest/core/Runes/takeWhile_A04_t01.dart
+++ b/LibTest/core/Runes/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * When the iterator encounters an element e that does not satisfy test,
diff --git a/LibTest/core/Runes/take_A01_t01.dart b/LibTest/core/Runes/take_A01_t01.dart
index 5cc801e..9530ad3 100644
--- a/LibTest/core/Runes/take_A01_t01.dart
+++ b/LibTest/core/Runes/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns an [Iterable] with at most [n] elements.
diff --git a/LibTest/core/Runes/take_A02_t01.dart b/LibTest/core/Runes/take_A02_t01.dart
index 7d63002..83e2518 100644
--- a/LibTest/core/Runes/take_A02_t01.dart
+++ b/LibTest/core/Runes/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned [Iterable] may contain fewer than [n] elements,
diff --git a/LibTest/core/Runes/take_A03_t01.dart b/LibTest/core/Runes/take_A03_t01.dart
index 9b4bdff..d59aac4 100644
--- a/LibTest/core/Runes/take_A03_t01.dart
+++ b/LibTest/core/Runes/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * It is an error if [n] is negative.
diff --git a/LibTest/core/Runes/toList_A01_t01.dart b/LibTest/core/Runes/toList_A01_t01.dart
index 1026f13..8f7083e 100644
--- a/LibTest/core/Runes/toList_A01_t01.dart
+++ b/LibTest/core/Runes/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/core/Runes/toList_A02_t01.dart b/LibTest/core/Runes/toList_A02_t01.dart
index c64a0b2..5c36755 100644
--- a/LibTest/core/Runes/toList_A02_t01.dart
+++ b/LibTest/core/Runes/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/core/Runes/toList_A02_t02.dart b/LibTest/core/Runes/toList_A02_t02.dart
index 7debdc5..6ebd290 100644
--- a/LibTest/core/Runes/toList_A02_t02.dart
+++ b/LibTest/core/Runes/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/core/Runes/toSet_A01_t01.dart b/LibTest/core/Runes/toSet_A01_t01.dart
index c94a776..ca76fd9 100644
--- a/LibTest/core/Runes/toSet_A01_t01.dart
+++ b/LibTest/core/Runes/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/core/Runes/where_A01_t01.dart b/LibTest/core/Runes/where_A01_t01.dart
index 6ebcd9f..189d7e4 100644
--- a/LibTest/core/Runes/where_A01_t01.dart
+++ b/LibTest/core/Runes/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a lazy [Iterable] with all elements that satisfy the predicate [test].
diff --git a/LibTest/core/Runes/where_A02_t01.dart b/LibTest/core/Runes/where_A02_t01.dart
index 7e091b4..17329b8 100644
--- a/LibTest/core/Runes/where_A02_t01.dart
+++ b/LibTest/core/Runes/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * As long as the returned [Iterable] is not iterated over,
diff --git a/LibTest/core/Runes/where_A03_t01.dart b/LibTest/core/Runes/where_A03_t01.dart
index 8167c46..d94544f 100644
--- a/LibTest/core/Runes/where_A03_t01.dart
+++ b/LibTest/core/Runes/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Iterating multiple times over the the returned [Iterable]
diff --git a/LibTest/core/Set/Set.from_A01_t01.dart b/LibTest/core/Set/Set.from_A01_t01.dart
index 890fc6a..249493c 100644
--- a/LibTest/core/Set/Set.from_A01_t01.dart
+++ b/LibTest/core/Set/Set.from_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set.from(Iterable<E> other)
  * Creates a [Set] that contains all elements of [other].
diff --git a/LibTest/core/Set/Set.from_A01_t02.dart b/LibTest/core/Set/Set.from_A01_t02.dart
index 886d2c2..86f9c1f 100644
--- a/LibTest/core/Set/Set.from_A01_t02.dart
+++ b/LibTest/core/Set/Set.from_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set.from(Iterable<E> other)
  * Creates a [Set] that contains all elements of [other].
diff --git a/LibTest/core/Set/Set.identity_A01_t01.dart b/LibTest/core/Set/Set.identity_A01_t01.dart
index fc6dd9f..5282f19 100644
--- a/LibTest/core/Set/Set.identity_A01_t01.dart
+++ b/LibTest/core/Set/Set.identity_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Set.identity()
  * Creates an empty identity Set.
diff --git a/LibTest/core/Set/Set.identity_A01_t02.dart b/LibTest/core/Set/Set.identity_A01_t02.dart
index 983540f..72fa970 100644
--- a/LibTest/core/Set/Set.identity_A01_t02.dart
+++ b/LibTest/core/Set/Set.identity_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Set.identity()
  * Creates an empty identity Set.
diff --git a/LibTest/core/Set/Set_A01_t01.dart b/LibTest/core/Set/Set_A01_t01.dart
index 17b1f90..9ceadea 100644
--- a/LibTest/core/Set/Set_A01_t01.dart
+++ b/LibTest/core/Set/Set_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Creates an empty set
  * @description Checks that an empty set is created.
diff --git a/LibTest/core/Set/Set_inherited_t01.dart b/LibTest/core/Set/Set_inherited_t01.dart
index 04e4387..beef55c 100644
--- a/LibTest/core/Set/Set_inherited_t01.dart
+++ b/LibTest/core/Set/Set_inherited_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Set<E> abstract class 
  * Implements Iterable<E>
diff --git a/LibTest/core/Set/addAll_A01_t01.dart b/LibTest/core/Set/addAll_A01_t01.dart
index e9a85b7..b7e4ef6 100644
--- a/LibTest/core/Set/addAll_A01_t01.dart
+++ b/LibTest/core/Set/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Iterable<E> elements)
  * Adds all of elements to this Set.
diff --git a/LibTest/core/Set/addAll_A01_t02.dart b/LibTest/core/Set/addAll_A01_t02.dart
index 81afaa1..dabbecd 100644
--- a/LibTest/core/Set/addAll_A01_t02.dart
+++ b/LibTest/core/Set/addAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Iterable<E> elements)
  * Adds all of elements to this Set.
diff --git a/LibTest/core/Set/addAll_A01_t03.dart b/LibTest/core/Set/addAll_A01_t03.dart
index 3eb5f80..15c3f44 100644
--- a/LibTest/core/Set/addAll_A01_t03.dart
+++ b/LibTest/core/Set/addAll_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void addAll(Iterable<E> elements)
  * Adds all of elements to this Set.
diff --git a/LibTest/core/Set/add_A01_t01.dart b/LibTest/core/Set/add_A01_t01.dart
index 0002d26..3bb2323 100644
--- a/LibTest/core/Set/add_A01_t01.dart
+++ b/LibTest/core/Set/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T value)
  * Adds [value] into the set. The method has no effect if [value] was already in
diff --git a/LibTest/core/Set/add_A01_t02.dart b/LibTest/core/Set/add_A01_t02.dart
index 342c932..70d910e 100644
--- a/LibTest/core/Set/add_A01_t02.dart
+++ b/LibTest/core/Set/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T value)
  * Adds [value] into the set. The method has no effect if [value] was already
diff --git a/LibTest/core/Set/add_A01_t03.dart b/LibTest/core/Set/add_A01_t03.dart
index 9ff5d53..ea63b81 100644
--- a/LibTest/core/Set/add_A01_t03.dart
+++ b/LibTest/core/Set/add_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T value)
  * Adds [value] into the set. The method has no effect if [value] was already in
diff --git a/LibTest/core/Set/add_A01_t04.dart b/LibTest/core/Set/add_A01_t04.dart
index fc16243..854baad 100644
--- a/LibTest/core/Set/add_A01_t04.dart
+++ b/LibTest/core/Set/add_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(T value)
  * Adds [value] into the set. The method has no effect if [value] was already
diff --git a/LibTest/core/Set/all_tests.lib.dart b/LibTest/core/Set/all_tests.lib.dart
index f48f20e..7b5675a 100644
--- a/LibTest/core/Set/all_tests.lib.dart
+++ b/LibTest/core/Set/all_tests.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> abstract class 
  * Implements Iterable<E>
diff --git a/LibTest/core/Set/clear_A01_t01.dart b/LibTest/core/Set/clear_A01_t01.dart
index 59315d4..86663b4 100644
--- a/LibTest/core/Set/clear_A01_t01.dart
+++ b/LibTest/core/Set/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all elements of the collection.
diff --git a/LibTest/core/Set/containsAll_A01_t01.dart b/LibTest/core/Set/containsAll_A01_t01.dart
index 2ad456e..1488d63 100644
--- a/LibTest/core/Set/containsAll_A01_t01.dart
+++ b/LibTest/core/Set/containsAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsAll(Collection<T> collection)
  * Returns true if this collection contains all the elements of [collection].
diff --git a/LibTest/core/Set/containsAll_A01_t02.dart b/LibTest/core/Set/containsAll_A01_t02.dart
index 338c416..247568c 100644
--- a/LibTest/core/Set/containsAll_A01_t02.dart
+++ b/LibTest/core/Set/containsAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsAll(Collection<T> collection)
  * Returns true if this collection contains all the elements of [collection].
diff --git a/LibTest/core/Set/contains_A01_t01.dart b/LibTest/core/Set/contains_A01_t01.dart
index 273aef8..af2f4d5 100644
--- a/LibTest/core/Set/contains_A01_t01.dart
+++ b/LibTest/core/Set/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(T value)
  * Returns true if [value] is in the set.
diff --git a/LibTest/core/Set/contains_A01_t02.dart b/LibTest/core/Set/contains_A01_t02.dart
index 56b818e..cd412f9 100644
--- a/LibTest/core/Set/contains_A01_t02.dart
+++ b/LibTest/core/Set/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(T value)
  * Returns true if [value] is in the set.
diff --git a/LibTest/core/Set/difference_A01_t01.dart b/LibTest/core/Set/difference_A01_t01.dart
index 1036793..08c1a57 100644
--- a/LibTest/core/Set/difference_A01_t01.dart
+++ b/LibTest/core/Set/difference_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Set<E> difference(Set<E> other)
  * Returns a new set with the the elements of this that are not in other.
diff --git a/LibTest/core/Set/every_A01_t01.dart b/LibTest/core/Set/every_A01_t01.dart
index 37704e7..a2919f7 100644
--- a/LibTest/core/Set/every_A01_t01.dart
+++ b/LibTest/core/Set/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(T element))
  * Returns true if every element of the collection satisfies the predicate [f].
diff --git a/LibTest/core/Set/every_A01_t02.dart b/LibTest/core/Set/every_A01_t02.dart
index 21c05c3..d365979 100644
--- a/LibTest/core/Set/every_A01_t02.dart
+++ b/LibTest/core/Set/every_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(T element))
  * Returns true if every element of the collection satisfies the predicate [f].
diff --git a/LibTest/core/Set/every_A01_t03.dart b/LibTest/core/Set/every_A01_t03.dart
index 628f09b..182dcb5 100644
--- a/LibTest/core/Set/every_A01_t03.dart
+++ b/LibTest/core/Set/every_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(T element))
  * Returns true if every element of the collection satisfies the predicate [f].
diff --git a/LibTest/core/Set/forEach_A01_t01.dart b/LibTest/core/Set/forEach_A01_t01.dart
index ca66c92..6fd5f66 100644
--- a/LibTest/core/Set/forEach_A01_t01.dart
+++ b/LibTest/core/Set/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(T element))
  * Applies the function [f] to each element of the collection.
diff --git a/LibTest/core/Set/forEach_A01_t02.dart b/LibTest/core/Set/forEach_A01_t02.dart
index c6f118b..0b6dcbe 100644
--- a/LibTest/core/Set/forEach_A01_t02.dart
+++ b/LibTest/core/Set/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(T element))
  * Applies the function [f] to each element of the collection.
diff --git a/LibTest/core/Set/forEach_A01_t03.dart b/LibTest/core/Set/forEach_A01_t03.dart
index 12183fc..ea5be0b 100644
--- a/LibTest/core/Set/forEach_A01_t03.dart
+++ b/LibTest/core/Set/forEach_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(T element))
  * Applies the function [f] to each element of the collection.
diff --git a/LibTest/core/Set/forEach_A01_t04.dart b/LibTest/core/Set/forEach_A01_t04.dart
index ffc90a3..05da67a 100644
--- a/LibTest/core/Set/forEach_A01_t04.dart
+++ b/LibTest/core/Set/forEach_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(T element))
  * Applies the function [f] to each element of the collection.
diff --git a/LibTest/core/Set/forEach_A01_t05.dart b/LibTest/core/Set/forEach_A01_t05.dart
index 690dcac..4e881ba 100644
--- a/LibTest/core/Set/forEach_A01_t05.dart
+++ b/LibTest/core/Set/forEach_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(T element))
  * Applies the function [f] to each element of the collection.
diff --git a/LibTest/core/Set/intersection_A01_t01.dart b/LibTest/core/Set/intersection_A01_t01.dart
index dce97ac..1d64afd 100644
--- a/LibTest/core/Set/intersection_A01_t01.dart
+++ b/LibTest/core/Set/intersection_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract Set<E> intersection(Set<Object> other)
  * Returns a new set which is the intersection between this set and other.
diff --git a/LibTest/core/Set/intersection_A01_t03.dart b/LibTest/core/Set/intersection_A01_t03.dart
index 583d458..67a25d4 100644
--- a/LibTest/core/Set/intersection_A01_t03.dart
+++ b/LibTest/core/Set/intersection_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract Set<E> intersection(Set<Object> other)
  * Returns a new set which is the intersection between this set and other.
diff --git a/LibTest/core/Set/intersection_A03_t01.dart b/LibTest/core/Set/intersection_A03_t01.dart
index 780cb1e..4b68222 100644
--- a/LibTest/core/Set/intersection_A03_t01.dart
+++ b/LibTest/core/Set/intersection_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract Set<E> intersection(Set<Object> other)
  * @description Checks that null elements don't cause any errors.
diff --git a/LibTest/core/Set/isEmpty_A01_t01.dart b/LibTest/core/Set/isEmpty_A01_t01.dart
index df73593..eaf03ae 100644
--- a/LibTest/core/Set/isEmpty_A01_t01.dart
+++ b/LibTest/core/Set/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in the collection.
diff --git a/LibTest/core/Set/length_A01_t01.dart b/LibTest/core/Set/length_A01_t01.dart
index ef1ed07..b510107 100644
--- a/LibTest/core/Set/length_A01_t01.dart
+++ b/LibTest/core/Set/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the collection.
diff --git a/LibTest/core/Set/lookup_A01_t01.dart b/LibTest/core/Set/lookup_A01_t01.dart
index dd6af59..037e47f 100644
--- a/LibTest/core/Set/lookup_A01_t01.dart
+++ b/LibTest/core/Set/lookup_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E lookup(Object object)
  * If an object equal to object is in the set, return it.
diff --git a/LibTest/core/Set/removeAll_A01_t01.dart b/LibTest/core/Set/removeAll_A01_t01.dart
index 3dc8f3f..c35ecb0 100644
--- a/LibTest/core/Set/removeAll_A01_t01.dart
+++ b/LibTest/core/Set/removeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void removeAll(Iterable<Object> elements)
  * Removes each element of elements from this set.
diff --git a/LibTest/core/Set/removeAll_A01_t02.dart b/LibTest/core/Set/removeAll_A01_t02.dart
index c5eef97..ccee9fd 100644
--- a/LibTest/core/Set/removeAll_A01_t02.dart
+++ b/LibTest/core/Set/removeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract void removeAll(Iterable<Object> elements)
  * Removes each element of elements from this set.
diff --git a/LibTest/core/Set/removeWhere_A01_t01.dart b/LibTest/core/Set/removeWhere_A01_t01.dart
index 1287686..b378af7 100644
--- a/LibTest/core/Set/removeWhere_A01_t01.dart
+++ b/LibTest/core/Set/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements of this set that satisfy test.
diff --git a/LibTest/core/Set/remove_A01_t01.dart b/LibTest/core/Set/remove_A01_t01.dart
index ac63b0d..cb8cb4f 100644
--- a/LibTest/core/Set/remove_A01_t01.dart
+++ b/LibTest/core/Set/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(T value)
  * Removes [value] from the set. Returns true if [value] was in the set.
diff --git a/LibTest/core/Set/remove_A01_t02.dart b/LibTest/core/Set/remove_A01_t02.dart
index 9dd225a..baab73f 100644
--- a/LibTest/core/Set/remove_A01_t02.dart
+++ b/LibTest/core/Set/remove_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(T value)
  * Removes [value] from the set. Returns true if [value] was in the set.
diff --git a/LibTest/core/Set/remove_A01_t03.dart b/LibTest/core/Set/remove_A01_t03.dart
index 5cf383f..9d34b86 100644
--- a/LibTest/core/Set/remove_A01_t03.dart
+++ b/LibTest/core/Set/remove_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(T value)
  * Removes [value] from the set. Returns true if [value] was in the set.
diff --git a/LibTest/core/Set/remove_A01_t05.dart b/LibTest/core/Set/remove_A01_t05.dart
index ebc108a..5991e6a 100644
--- a/LibTest/core/Set/remove_A01_t05.dart
+++ b/LibTest/core/Set/remove_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(T value)
  * Removes [value] from the set. Returns true if [value] was in the set.
diff --git a/LibTest/core/Set/retainAll_A01_t01.dart b/LibTest/core/Set/retainAll_A01_t01.dart
index 99eb574..6cae6c0 100644
--- a/LibTest/core/Set/retainAll_A01_t01.dart
+++ b/LibTest/core/Set/retainAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainAll(Iterable<Object> elements)
  * Removes all elements of this set that are not elements in [elements].
diff --git a/LibTest/core/Set/retainAll_A01_t02.dart b/LibTest/core/Set/retainAll_A01_t02.dart
index 11fa076..9e0975c 100644
--- a/LibTest/core/Set/retainAll_A01_t02.dart
+++ b/LibTest/core/Set/retainAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion  abstract void removeAll(Iterable<Object> elements)
  * Removes each element of elements from this set.
diff --git a/LibTest/core/Set/retainWhere_A01_t01.dart b/LibTest/core/Set/retainWhere_A01_t01.dart
index b3c2790..27e4823 100644
--- a/LibTest/core/Set/retainWhere_A01_t01.dart
+++ b/LibTest/core/Set/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all elements of this set that fail to satisfy test.
diff --git a/LibTest/core/Set/set.lib.dart b/LibTest/core/Set/set.lib.dart
index b666c2b..ea21e88 100644
--- a/LibTest/core/Set/set.lib.dart
+++ b/LibTest/core/Set/set.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @author sgrekhov@unipro.ru
  */
diff --git a/LibTest/core/Set/union_A01_t01.dart b/LibTest/core/Set/union_A01_t01.dart
index 7aa34a6..62040fd 100644
--- a/LibTest/core/Set/union_A01_t01.dart
+++ b/LibTest/core/Set/union_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Set<E> union(Set<E> other)
  * Returns a new set which contains all the elements of this set and other.
diff --git a/LibTest/core/StackOverflowError/StackOverflowError_A01_t01.dart b/LibTest/core/StackOverflowError/StackOverflowError_A01_t01.dart
index ba96884..57aa9fc 100644
--- a/LibTest/core/StackOverflowError/StackOverflowError_A01_t01.dart
+++ b/LibTest/core/StackOverflowError/StackOverflowError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const StackOverflowError()
  * @description Checks that this constructor executes without error.
diff --git a/LibTest/core/StackOverflowError/stackTrace_A01_t01.dart b/LibTest/core/StackOverflowError/stackTrace_A01_t01.dart
index 8c35ce3..5b28dd6 100644
--- a/LibTest/core/StackOverflowError/stackTrace_A01_t01.dart
+++ b/LibTest/core/StackOverflowError/stackTrace_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace stackTrace
  * @description Checks that this property is not null if error is thrown
diff --git a/LibTest/core/StackOverflowError/stackTrace_A01_t02.dart b/LibTest/core/StackOverflowError/stackTrace_A01_t02.dart
index f3d513a..6a61eaa 100644
--- a/LibTest/core/StackOverflowError/stackTrace_A01_t02.dart
+++ b/LibTest/core/StackOverflowError/stackTrace_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace stackTrace
  * @description Checks that this property is not null if error is thrown
diff --git a/LibTest/core/StackOverflowError/toString_A01_t01.dart b/LibTest/core/StackOverflowError/toString_A01_t01.dart
index 8147336..e3a4460 100644
--- a/LibTest/core/StackOverflowError/toString_A01_t01.dart
+++ b/LibTest/core/StackOverflowError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object..
diff --git a/LibTest/core/StackTrace/StackTrace.fromString_A01_t01.dart b/LibTest/core/StackTrace/StackTrace.fromString_A01_t01.dart
index 196c874..b7a6b43 100644
--- a/LibTest/core/StackTrace/StackTrace.fromString_A01_t01.dart
+++ b/LibTest/core/StackTrace/StackTrace.fromString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace.fromString(String stackTraceString)
  * Create a StackTrace object from stackTraceString.
diff --git a/LibTest/core/StackTrace/current_A01_t01.dart b/LibTest/core/StackTrace/current_A01_t01.dart
index e58fbe5..a459a76 100644
--- a/LibTest/core/StackTrace/current_A01_t01.dart
+++ b/LibTest/core/StackTrace/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion StackTrace current
  * Returns a representation of the current stack trace.
diff --git a/LibTest/core/StateError/StateError_A01_t01.dart b/LibTest/core/StateError/StateError_A01_t01.dart
index cc744cb..c3f3ef1 100644
--- a/LibTest/core/StateError/StateError_A01_t01.dart
+++ b/LibTest/core/StateError/StateError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion StateError(String message)
  * @description Checks that this constructor executes without error.
diff --git a/LibTest/core/StateError/message_A01_t01.dart b/LibTest/core/StateError/message_A01_t01.dart
index fcfc207..d65bbed 100644
--- a/LibTest/core/StateError/message_A01_t01.dart
+++ b/LibTest/core/StateError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String message
  * read-only
diff --git a/LibTest/core/StateError/toString_A01_t01.dart b/LibTest/core/StateError/toString_A01_t01.dart
index f3af34c..b15d1fb 100644
--- a/LibTest/core/StateError/toString_A01_t01.dart
+++ b/LibTest/core/StateError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/Stopwatch/Stopwatch_A01_t01.dart b/LibTest/core/Stopwatch/Stopwatch_A01_t01.dart
index f53a164..5e090cd 100644
--- a/LibTest/core/Stopwatch/Stopwatch_A01_t01.dart
+++ b/LibTest/core/Stopwatch/Stopwatch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Creates a [Stopwatch] in stopped state with a zero elapsed count.
  * @description Checks that this constructor executes without error and the
diff --git a/LibTest/core/Stopwatch/elapsedMicroseconds_A01_t01.dart b/LibTest/core/Stopwatch/elapsedMicroseconds_A01_t01.dart
index 095ae57..9adeb66 100644
--- a/LibTest/core/Stopwatch/elapsedMicroseconds_A01_t01.dart
+++ b/LibTest/core/Stopwatch/elapsedMicroseconds_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int elapsedMicroseconds #
  * Returns the [elapsed] counter converted to microseconds.
diff --git a/LibTest/core/Stopwatch/elapsedMilliseconds_A01_t01.dart b/LibTest/core/Stopwatch/elapsedMilliseconds_A01_t01.dart
index a6806e2..18e6ba9 100644
--- a/LibTest/core/Stopwatch/elapsedMilliseconds_A01_t01.dart
+++ b/LibTest/core/Stopwatch/elapsedMilliseconds_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int elapsedMilliseconds
  * Returns the [elapsed] counter converted to milliseconds.
diff --git a/LibTest/core/Stopwatch/elapsedTicks_A01_t01.dart b/LibTest/core/Stopwatch/elapsedTicks_A01_t01.dart
index 26dadd7..45211a7 100644
--- a/LibTest/core/Stopwatch/elapsedTicks_A01_t01.dart
+++ b/LibTest/core/Stopwatch/elapsedTicks_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int elapsedTicks
  * Returns the elapsed number of clock ticks since calling [start]
diff --git a/LibTest/core/Stopwatch/elapsedTicks_A01_t02.dart b/LibTest/core/Stopwatch/elapsedTicks_A01_t02.dart
index 9e7131f..640e579 100644
--- a/LibTest/core/Stopwatch/elapsedTicks_A01_t02.dart
+++ b/LibTest/core/Stopwatch/elapsedTicks_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int elapsedTicks
  * Returns the elapsed number of clock ticks since calling [start]
diff --git a/LibTest/core/Stopwatch/elapsedTicks_A01_t03.dart b/LibTest/core/Stopwatch/elapsedTicks_A01_t03.dart
index ebc8022..c277534 100644
--- a/LibTest/core/Stopwatch/elapsedTicks_A01_t03.dart
+++ b/LibTest/core/Stopwatch/elapsedTicks_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int elapsedTicks
  * Returns the elapsed number of clock ticks since calling [start]
diff --git a/LibTest/core/Stopwatch/elapsed_A01_t01.dart b/LibTest/core/Stopwatch/elapsed_A01_t01.dart
index ef9e63d..e2f1dba 100644
--- a/LibTest/core/Stopwatch/elapsed_A01_t01.dart
+++ b/LibTest/core/Stopwatch/elapsed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Duration elapsed
  * Returns the elapsedTicks counter converted to a Duration.
diff --git a/LibTest/core/Stopwatch/elapsed_A01_t02.dart b/LibTest/core/Stopwatch/elapsed_A01_t02.dart
index c31192f..5f2b0e5 100644
--- a/LibTest/core/Stopwatch/elapsed_A01_t02.dart
+++ b/LibTest/core/Stopwatch/elapsed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Duration elapsed
  * Returns the elapsedTicks counter converted to a Duration.
diff --git a/LibTest/core/Stopwatch/elapsed_A01_t03.dart b/LibTest/core/Stopwatch/elapsed_A01_t03.dart
index e05a73b..ded5663 100644
--- a/LibTest/core/Stopwatch/elapsed_A01_t03.dart
+++ b/LibTest/core/Stopwatch/elapsed_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Duration elapsed
  * Returns the elapsedTicks counter converted to a Duration.
diff --git a/LibTest/core/Stopwatch/frequency_A01_t01.dart b/LibTest/core/Stopwatch/frequency_A01_t01.dart
index 4d4f102..219f6eb 100644
--- a/LibTest/core/Stopwatch/frequency_A01_t01.dart
+++ b/LibTest/core/Stopwatch/frequency_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the frequency of the elapsed counter in Hz.
  * @description Checks that the value returned by this method is positive and
diff --git a/LibTest/core/Stopwatch/isRunning_A01_t01.dart b/LibTest/core/Stopwatch/isRunning_A01_t01.dart
index e7dc64e..ef64bae 100644
--- a/LibTest/core/Stopwatch/isRunning_A01_t01.dart
+++ b/LibTest/core/Stopwatch/isRunning_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isRunning
  * Whether the StopWatch is currently running.
diff --git a/LibTest/core/Stopwatch/reset_A01_t01.dart b/LibTest/core/Stopwatch/reset_A01_t01.dart
index 21ca8d9..5de472a 100644
--- a/LibTest/core/Stopwatch/reset_A01_t01.dart
+++ b/LibTest/core/Stopwatch/reset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void reset()
  * Resets the elapsed count to zero.
diff --git a/LibTest/core/Stopwatch/reset_A02_t01.dart b/LibTest/core/Stopwatch/reset_A02_t01.dart
index b215d23..93a149e 100644
--- a/LibTest/core/Stopwatch/reset_A02_t01.dart
+++ b/LibTest/core/Stopwatch/reset_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void reset()
  * ...
diff --git a/LibTest/core/Stopwatch/reset_A02_t02.dart b/LibTest/core/Stopwatch/reset_A02_t02.dart
index f604fad..bb942e5 100644
--- a/LibTest/core/Stopwatch/reset_A02_t02.dart
+++ b/LibTest/core/Stopwatch/reset_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void reset()
  * ...
diff --git a/LibTest/core/Stopwatch/start_A01_t01.dart b/LibTest/core/Stopwatch/start_A01_t01.dart
index d89727c..9031eaf 100644
--- a/LibTest/core/Stopwatch/start_A01_t01.dart
+++ b/LibTest/core/Stopwatch/start_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void start()
  * Starts the [Stopwatch].
diff --git a/LibTest/core/Stopwatch/start_A01_t02.dart b/LibTest/core/Stopwatch/start_A01_t02.dart
index 7627d7b..08bcd54 100644
--- a/LibTest/core/Stopwatch/start_A01_t02.dart
+++ b/LibTest/core/Stopwatch/start_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void start()
  * Starts the [Stopwatch].
diff --git a/LibTest/core/Stopwatch/start_A01_t03.dart b/LibTest/core/Stopwatch/start_A01_t03.dart
index 311ebc2..4fce983 100644
--- a/LibTest/core/Stopwatch/start_A01_t03.dart
+++ b/LibTest/core/Stopwatch/start_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void start()
  * Starts the [Stopwatch].
diff --git a/LibTest/core/Stopwatch/stop_A01_t01.dart b/LibTest/core/Stopwatch/stop_A01_t01.dart
index 622123c..8846d91 100644
--- a/LibTest/core/Stopwatch/stop_A01_t01.dart
+++ b/LibTest/core/Stopwatch/stop_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void stop()
  * Stops the [Stopwatch].
diff --git a/LibTest/core/String/String.fromCharCode_A01_t01.dart b/LibTest/core/String/String.fromCharCode_A01_t01.dart
index 2253a14..febc2b7 100644
--- a/LibTest/core/String/String.fromCharCode_A01_t01.dart
+++ b/LibTest/core/String/String.fromCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String.fromCharCode(int charCode)
  * Allocates a new String for the specified charCode.
diff --git a/LibTest/core/String/String.fromCharCode_A02_t01.dart b/LibTest/core/String/String.fromCharCode_A02_t01.dart
index 83331bf..1e97a48 100644
--- a/LibTest/core/String/String.fromCharCode_A02_t01.dart
+++ b/LibTest/core/String/String.fromCharCode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String.fromCharCode(int charCode)
  * ...
diff --git a/LibTest/core/String/String.fromCharCodes_A01_t01.dart b/LibTest/core/String/String.fromCharCodes_A01_t01.dart
index c2581b4..eb88f13 100644
--- a/LibTest/core/String/String.fromCharCodes_A01_t01.dart
+++ b/LibTest/core/String/String.fromCharCodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Allocates a new String for the specified [charCodes].
  * @description Checks that a correct string is created
diff --git a/LibTest/core/String/String.fromCharCodes_A02_t01.dart b/LibTest/core/String/String.fromCharCodes_A02_t01.dart
index 3496149..41743cf 100644
--- a/LibTest/core/String/String.fromCharCodes_A02_t01.dart
+++ b/LibTest/core/String/String.fromCharCodes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion null list elements result in compile error
  * @description Check that char code cannot be null
diff --git a/LibTest/core/String/String.fromCharCodes_A03_t01.dart b/LibTest/core/String/String.fromCharCodes_A03_t01.dart
index f70c75c..72ed000 100644
--- a/LibTest/core/String/String.fromCharCodes_A03_t01.dart
+++ b/LibTest/core/String/String.fromCharCodes_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws Error if [charCodes] is null.
  * @description Checks that an Error is thrown when the argument is null.
diff --git a/LibTest/core/String/String.fromEnvironment_A01_t01.dart b/LibTest/core/String/String.fromEnvironment_A01_t01.dart
index 9880485..17a0777 100644
--- a/LibTest/core/String/String.fromEnvironment_A01_t01.dart
+++ b/LibTest/core/String/String.fromEnvironment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const String.fromEnvironment(String name, {String defaultValue})
  * Returns the string value of the environment declaration name.
diff --git a/LibTest/core/String/String_class_A01_t01.dart b/LibTest/core/String/String_class_A01_t01.dart
index 3e6ce27..d0824d5 100644
--- a/LibTest/core/String/String_class_A01_t01.dart
+++ b/LibTest/core/String/String_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The String class represents character strings. Strings are
  * immutable.
diff --git a/LibTest/core/String/String_class_A02_t01.dart b/LibTest/core/String/String_class_A02_t01.dart
index b046807..d16295a 100644
--- a/LibTest/core/String/String_class_A02_t01.dart
+++ b/LibTest/core/String/String_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Strings can contain surrogates:
  *    - if all characters of the String are 8 bits code points, the
diff --git a/LibTest/core/String/String_class_A03_t01.dart b/LibTest/core/String/String_class_A03_t01.dart
index a8b60f2..dbef2ab 100644
--- a/LibTest/core/String/String_class_A03_t01.dart
+++ b/LibTest/core/String/String_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion interface String extends Comparable, Pattern
  * @description Checks that String really implements Pattern and Comparable
diff --git a/LibTest/core/String/allMatches_A01_t01.dart b/LibTest/core/String/allMatches_A01_t01.dart
index c2a11d2..a77dad2 100644
--- a/LibTest/core/String/allMatches_A01_t01.dart
+++ b/LibTest/core/String/allMatches_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns an ordered collection of matches of the regular expression
  * in [str]. The order in the collection is the order of the matches found
diff --git a/LibTest/core/String/codeUnitAt_A01_t01.dart b/LibTest/core/String/codeUnitAt_A01_t01.dart
index ef010ef..0ee5f6b 100644
--- a/LibTest/core/String/codeUnitAt_A01_t01.dart
+++ b/LibTest/core/String/codeUnitAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int codeUnitAt(int index)
  * Returns the 16-bit UTF-16 code unit at the given index.
diff --git a/LibTest/core/String/codeUnitAt_A02_t01.dart b/LibTest/core/String/codeUnitAt_A02_t01.dart
index f51d7e5..c0fc304 100644
--- a/LibTest/core/String/codeUnitAt_A02_t01.dart
+++ b/LibTest/core/String/codeUnitAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int codeUnitAt(int index)
  * Throws RangeError if [index] is out of bounds
diff --git a/LibTest/core/String/codeUnitAt_A03_t01.dart b/LibTest/core/String/codeUnitAt_A03_t01.dart
index ea51c9d..f378c84 100644
--- a/LibTest/core/String/codeUnitAt_A03_t01.dart
+++ b/LibTest/core/String/codeUnitAt_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int codeUnitAt(int index)
  * @description Check that argument is non nullable
diff --git a/LibTest/core/String/codeUnits_A01_t01.dart b/LibTest/core/String/codeUnits_A01_t01.dart
index 5aaebc9..d263a1f 100644
--- a/LibTest/core/String/codeUnits_A01_t01.dart
+++ b/LibTest/core/String/codeUnits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<int> codeUnits
  * Returns an unmodifiable list of the UTF-16 code units of this string.
diff --git a/LibTest/core/String/compareTo_A01_t01.dart b/LibTest/core/String/compareTo_A01_t01.dart
index 0222e87..9149615 100644
--- a/LibTest/core/String/compareTo_A01_t01.dart
+++ b/LibTest/core/String/compareTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion returns -1 if the string is lexicographically less then [other],
  * 1 if it is greater than [other] and 0 if the strings are equal
diff --git a/LibTest/core/String/contains_A01_t01.dart b/LibTest/core/String/contains_A01_t01.dart
index bdd6310..544fd4d 100644
--- a/LibTest/core/String/contains_A01_t01.dart
+++ b/LibTest/core/String/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool contains(Pattern other, [int startIndex = 0])
  * Returns whether this string contains a match of other.
diff --git a/LibTest/core/String/contains_A01_t02.dart b/LibTest/core/String/contains_A01_t02.dart
index 967b8e6..dec388a 100644
--- a/LibTest/core/String/contains_A01_t02.dart
+++ b/LibTest/core/String/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool contains(Pattern other, [int startIndex = 0])
  * Returns whether this string contains a match of other.
diff --git a/LibTest/core/String/contains_A01_t03.dart b/LibTest/core/String/contains_A01_t03.dart
index 747b29d..04872b8 100644
--- a/LibTest/core/String/contains_A01_t03.dart
+++ b/LibTest/core/String/contains_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool contains(Pattern other, [int startIndex = 0])
  * Returns whether this string contains a match of other.
diff --git a/LibTest/core/String/contains_A02_t01.dart b/LibTest/core/String/contains_A02_t01.dart
index fc1ea88..cdabedc 100644
--- a/LibTest/core/String/contains_A02_t01.dart
+++ b/LibTest/core/String/contains_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract bool contains(Pattern other, [int startIndex = 0])
  * Passing null in place of a pattern results in compile error
diff --git a/LibTest/core/String/endsWith_A01_t01.dart b/LibTest/core/String/endsWith_A01_t01.dart
index 28a07e5..ef5b191 100644
--- a/LibTest/core/String/endsWith_A01_t01.dart
+++ b/LibTest/core/String/endsWith_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string ends with [other].
  * @description Checks degenerate cases (empty and equal strings)
diff --git a/LibTest/core/String/endsWith_A01_t02.dart b/LibTest/core/String/endsWith_A01_t02.dart
index 952f31f..76ecc1c 100644
--- a/LibTest/core/String/endsWith_A01_t02.dart
+++ b/LibTest/core/String/endsWith_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string ends with [other].
  * @description Checks that this method is case sensitive
diff --git a/LibTest/core/String/endsWith_A01_t03.dart b/LibTest/core/String/endsWith_A01_t03.dart
index e66dd0b..63efd53 100644
--- a/LibTest/core/String/endsWith_A01_t03.dart
+++ b/LibTest/core/String/endsWith_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string ends with [other].
  * @description Checks some basic cases
diff --git a/LibTest/core/String/endsWith_A02_t01.dart b/LibTest/core/String/endsWith_A02_t01.dart
index b913826..d7fb95c 100644
--- a/LibTest/core/String/endsWith_A02_t01.dart
+++ b/LibTest/core/String/endsWith_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Passing null argument results in compile error
  * @description Check that it is a compile error if argument is null
diff --git a/LibTest/core/String/hashCode_A01_t01.dart b/LibTest/core/String/hashCode_A01_t01.dart
index 29455d7..80e54a3 100644
--- a/LibTest/core/String/hashCode_A01_t01.dart
+++ b/LibTest/core/String/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns hash code of the string
  * @description Check that the returned hash code fulfills the requirements
diff --git a/LibTest/core/String/indexOf_A01_t01.dart b/LibTest/core/String/indexOf_A01_t01.dart
index 0a2be43..6b04739 100644
--- a/LibTest/core/String/indexOf_A01_t01.dart
+++ b/LibTest/core/String/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int indexOf(Pattern pattern, [int start])
  * Returns the first position of a match of pattern in this string, starting at
diff --git a/LibTest/core/String/indexOf_A02_t01.dart b/LibTest/core/String/indexOf_A02_t01.dart
index ce78bc3..b4b312b 100644
--- a/LibTest/core/String/indexOf_A02_t01.dart
+++ b/LibTest/core/String/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int indexOf(Pattern pattern, [int start])
  * Returns -1 if a match could not be found.
diff --git a/LibTest/core/String/indexOf_A03_t01.dart b/LibTest/core/String/indexOf_A03_t01.dart
index f6eec3c..0490863 100644
--- a/LibTest/core/String/indexOf_A03_t01.dart
+++ b/LibTest/core/String/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int indexOf(Pattern pattern, [int start])
  * It is an error if start is negative or greater than length.
diff --git a/LibTest/core/String/isEmpty_A01_t01.dart b/LibTest/core/String/isEmpty_A01_t01.dart
index 4ba741e..7ac7567 100644
--- a/LibTest/core/String/isEmpty_A01_t01.dart
+++ b/LibTest/core/String/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string is empty.
  * @description Checks that this property works correctly
diff --git a/LibTest/core/String/isNotEmpty_A01_t01.dart b/LibTest/core/String/isNotEmpty_A01_t01.dart
index 546ac1f..ac1a698 100644
--- a/LibTest/core/String/isNotEmpty_A01_t01.dart
+++ b/LibTest/core/String/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if this string is not empty.
diff --git a/LibTest/core/String/lastIndexOf_A01_t01.dart b/LibTest/core/String/lastIndexOf_A01_t01.dart
index 629fb11..3203716 100644
--- a/LibTest/core/String/lastIndexOf_A01_t01.dart
+++ b/LibTest/core/String/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int lastIndexOf(Pattern pattern, [int start])
  * Returns the last position of a match pattern in this string,
diff --git a/LibTest/core/String/lastIndexOf_A02_t01.dart b/LibTest/core/String/lastIndexOf_A02_t01.dart
index b3ad384..f3b5b1f 100644
--- a/LibTest/core/String/lastIndexOf_A02_t01.dart
+++ b/LibTest/core/String/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int lastIndexOf(Pattern pattern, [int start])
  * Returns -1 if other could not be found.
diff --git a/LibTest/core/String/lastIndexOf_A03_t01.dart b/LibTest/core/String/lastIndexOf_A03_t01.dart
index 2ec8bd2..9512892 100644
--- a/LibTest/core/String/lastIndexOf_A03_t01.dart
+++ b/LibTest/core/String/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int lastIndexOf(Pattern pattern, [int start])
  * It is an error if start is negative or greater than length.
diff --git a/LibTest/core/String/length_A01_t01.dart b/LibTest/core/String/length_A01_t01.dart
index cf442c8..5b7a876 100644
--- a/LibTest/core/String/length_A01_t01.dart
+++ b/LibTest/core/String/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The length of the string.
  * @description Checks that this field contains a correct value
diff --git a/LibTest/core/String/matchAsPrefix_A01_t01.dart b/LibTest/core/String/matchAsPrefix_A01_t01.dart
index d2129f7..32f7ab6 100644
--- a/LibTest/core/String/matchAsPrefix_A01_t01.dart
+++ b/LibTest/core/String/matchAsPrefix_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/matchAsPrefix_A01_t02.dart b/LibTest/core/String/matchAsPrefix_A01_t02.dart
index cf496a9..87cd110 100644
--- a/LibTest/core/String/matchAsPrefix_A01_t02.dart
+++ b/LibTest/core/String/matchAsPrefix_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/matchAsPrefix_A02_t01.dart b/LibTest/core/String/matchAsPrefix_A02_t01.dart
index 9997b14..eb17d65 100644
--- a/LibTest/core/String/matchAsPrefix_A02_t01.dart
+++ b/LibTest/core/String/matchAsPrefix_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/matchAsPrefix_A02_t02.dart b/LibTest/core/String/matchAsPrefix_A02_t02.dart
index 5ab00ef..3a73643 100644
--- a/LibTest/core/String/matchAsPrefix_A02_t02.dart
+++ b/LibTest/core/String/matchAsPrefix_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/matchAsPrefix_A03_t01.dart b/LibTest/core/String/matchAsPrefix_A03_t01.dart
index c420940..b7c4d23 100644
--- a/LibTest/core/String/matchAsPrefix_A03_t01.dart
+++ b/LibTest/core/String/matchAsPrefix_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/matchAsPrefix_A04_t01.dart b/LibTest/core/String/matchAsPrefix_A04_t01.dart
index 5424c0d..da8c0d0 100644
--- a/LibTest/core/String/matchAsPrefix_A04_t01.dart
+++ b/LibTest/core/String/matchAsPrefix_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Match matchAsPrefix(String string, [int start = 0])
  * Match this pattern against the start of string.
diff --git a/LibTest/core/String/operator_equality_A01_t01.dart b/LibTest/core/String/operator_equality_A01_t01.dart
index 84e32af..8bf8169 100644
--- a/LibTest/core/String/operator_equality_A01_t01.dart
+++ b/LibTest/core/String/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether the two strings are equal.
  * @description Checks that this operator works correctly
diff --git a/LibTest/core/String/operator_equality_A02_t01.dart b/LibTest/core/String/operator_equality_A02_t01.dart
index 7908b18..f5cfd16 100644
--- a/LibTest/core/String/operator_equality_A02_t01.dart
+++ b/LibTest/core/String/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion This method compares each individual scalar character codes of the
  * strings.
diff --git a/LibTest/core/String/operator_multiplication_A01_t01.dart b/LibTest/core/String/operator_multiplication_A01_t01.dart
index a446e69..9089c6d 100644
--- a/LibTest/core/String/operator_multiplication_A01_t01.dart
+++ b/LibTest/core/String/operator_multiplication_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String operator *(int times)
  * Creates a new string by concatenating this string with itself a number of
diff --git a/LibTest/core/String/operator_multiplication_A02_t01.dart b/LibTest/core/String/operator_multiplication_A02_t01.dart
index 10937a0..5e30084 100644
--- a/LibTest/core/String/operator_multiplication_A02_t01.dart
+++ b/LibTest/core/String/operator_multiplication_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String operator *(int times)
  * ...
diff --git a/LibTest/core/String/operator_plus_A01_t01.dart b/LibTest/core/String/operator_plus_A01_t01.dart
index 2ca193d..c87149e 100644
--- a/LibTest/core/String/operator_plus_A01_t01.dart
+++ b/LibTest/core/String/operator_plus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String operator +(String other)
  * Creates a new string by concatenating this string with other.
diff --git a/LibTest/core/String/operator_plus_A02_t01.dart b/LibTest/core/String/operator_plus_A02_t01.dart
index 9f1a702..7b87cdc 100644
--- a/LibTest/core/String/operator_plus_A02_t01.dart
+++ b/LibTest/core/String/operator_plus_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String operator +(String other)
  * ...
diff --git a/LibTest/core/String/operator_subscript_A01_t01.dart b/LibTest/core/String/operator_subscript_A01_t01.dart
index a3121d0..b82b0b7 100644
--- a/LibTest/core/String/operator_subscript_A01_t01.dart
+++ b/LibTest/core/String/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Gets the character (as [String]) at the given [index].
  * @description Checks some trivial cases
diff --git a/LibTest/core/String/operator_subscript_A02_t01.dart b/LibTest/core/String/operator_subscript_A02_t01.dart
index 9059d0b..340791c 100644
--- a/LibTest/core/String/operator_subscript_A02_t01.dart
+++ b/LibTest/core/String/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws an RangeError if [index] is out of bounds.
  * @description Checks that passing an argument that is out of this string's
diff --git a/LibTest/core/String/padLeft_A01_t01.dart b/LibTest/core/String/padLeft_A01_t01.dart
index 086f5b4..7d8fc38 100644
--- a/LibTest/core/String/padLeft_A01_t01.dart
+++ b/LibTest/core/String/padLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padLeft(int width, [String padding = ' '])
  * Pads this string on the left if it is shorter than width.
diff --git a/LibTest/core/String/padLeft_A02_t01.dart b/LibTest/core/String/padLeft_A02_t01.dart
index 9a477c6..36bb720 100644
--- a/LibTest/core/String/padLeft_A02_t01.dart
+++ b/LibTest/core/String/padLeft_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padLeft(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/padLeft_A03_t01.dart b/LibTest/core/String/padLeft_A03_t01.dart
index c72b3f6..b35df29 100644
--- a/LibTest/core/String/padLeft_A03_t01.dart
+++ b/LibTest/core/String/padLeft_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padLeft(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/padLeft_A04_t01.dart b/LibTest/core/String/padLeft_A04_t01.dart
index 0dd9632..cbfb150 100644
--- a/LibTest/core/String/padLeft_A04_t01.dart
+++ b/LibTest/core/String/padLeft_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padLeft(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/padRight_A01_t01.dart b/LibTest/core/String/padRight_A01_t01.dart
index d92ae2d..97fefb5 100644
--- a/LibTest/core/String/padRight_A01_t01.dart
+++ b/LibTest/core/String/padRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padRight(int width, [String padding = ' '])
  * Pads this string on the right if it is shorter than width.
diff --git a/LibTest/core/String/padRight_A02_t01.dart b/LibTest/core/String/padRight_A02_t01.dart
index 5ef4dbb..5ea6c53 100644
--- a/LibTest/core/String/padRight_A02_t01.dart
+++ b/LibTest/core/String/padRight_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padRight(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/padRight_A03_t01.dart b/LibTest/core/String/padRight_A03_t01.dart
index c93151c..d1e1bce 100644
--- a/LibTest/core/String/padRight_A03_t01.dart
+++ b/LibTest/core/String/padRight_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padRight(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/padRight_A04_t01.dart b/LibTest/core/String/padRight_A04_t01.dart
index f816b54..4dd14ce 100644
--- a/LibTest/core/String/padRight_A04_t01.dart
+++ b/LibTest/core/String/padRight_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String padRight(int width, [String padding = ' '])
  * ...
diff --git a/LibTest/core/String/replaceAllMapped_A01_t01.dart b/LibTest/core/String/replaceAllMapped_A01_t01.dart
index ab556d7..7a37c5e 100644
--- a/LibTest/core/String/replaceAllMapped_A01_t01.dart
+++ b/LibTest/core/String/replaceAllMapped_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * Replace all substrings that match from by a string computed from the match.
diff --git a/LibTest/core/String/replaceAllMapped_A01_t02.dart b/LibTest/core/String/replaceAllMapped_A01_t02.dart
index e0939b9..98ad784 100644
--- a/LibTest/core/String/replaceAllMapped_A01_t02.dart
+++ b/LibTest/core/String/replaceAllMapped_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * Replace all substrings that match from by a string computed from the match.
diff --git a/LibTest/core/String/replaceAllMapped_A01_t03.dart b/LibTest/core/String/replaceAllMapped_A01_t03.dart
index 68578eb..135abf9 100644
--- a/LibTest/core/String/replaceAllMapped_A01_t03.dart
+++ b/LibTest/core/String/replaceAllMapped_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * Replace all substrings that match from by a string computed from the match.
diff --git a/LibTest/core/String/replaceAllMapped_A02_t01.dart b/LibTest/core/String/replaceAllMapped_A02_t01.dart
index faa4fa2..94f86c3 100644
--- a/LibTest/core/String/replaceAllMapped_A02_t01.dart
+++ b/LibTest/core/String/replaceAllMapped_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * ...
diff --git a/LibTest/core/String/replaceAllMapped_A03_t01.dart b/LibTest/core/String/replaceAllMapped_A03_t01.dart
index 47356de..38dc46e 100644
--- a/LibTest/core/String/replaceAllMapped_A03_t01.dart
+++ b/LibTest/core/String/replaceAllMapped_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * ...
diff --git a/LibTest/core/String/replaceAllMapped_A03_t02.dart b/LibTest/core/String/replaceAllMapped_A03_t02.dart
index 8b6ea26..cb4735c 100644
--- a/LibTest/core/String/replaceAllMapped_A03_t02.dart
+++ b/LibTest/core/String/replaceAllMapped_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceAllMapped(Pattern from, String replace(Match match))
  * ...
diff --git a/LibTest/core/String/replaceAll_A01_t01.dart b/LibTest/core/String/replaceAll_A01_t01.dart
index 7477819..50b51af 100644
--- a/LibTest/core/String/replaceAll_A01_t01.dart
+++ b/LibTest/core/String/replaceAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns a new string where all occurrences of [from] in this
  * string are replaced with [to].
diff --git a/LibTest/core/String/replaceAll_A02_t01.dart b/LibTest/core/String/replaceAll_A02_t01.dart
index fb0906d..c3d7b08 100644
--- a/LibTest/core/String/replaceAll_A02_t01.dart
+++ b/LibTest/core/String/replaceAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Passing null as either argument results in compile error
  * @description Check that it is a compile error to pass null argument
diff --git a/LibTest/core/String/replaceFirstMapped_A01_t01.dart b/LibTest/core/String/replaceFirstMapped_A01_t01.dart
index bb5d3f0..7aa407c 100644
--- a/LibTest/core/String/replaceFirstMapped_A01_t01.dart
+++ b/LibTest/core/String/replaceFirstMapped_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A01_t02.dart b/LibTest/core/String/replaceFirstMapped_A01_t02.dart
index 8560ad1..311e26b 100644
--- a/LibTest/core/String/replaceFirstMapped_A01_t02.dart
+++ b/LibTest/core/String/replaceFirstMapped_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A01_t03.dart b/LibTest/core/String/replaceFirstMapped_A01_t03.dart
index 0137fd9..f0c559a 100644
--- a/LibTest/core/String/replaceFirstMapped_A01_t03.dart
+++ b/LibTest/core/String/replaceFirstMapped_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A01_t04.dart b/LibTest/core/String/replaceFirstMapped_A01_t04.dart
index 33199ad..accdd5b 100644
--- a/LibTest/core/String/replaceFirstMapped_A01_t04.dart
+++ b/LibTest/core/String/replaceFirstMapped_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A02_t01.dart b/LibTest/core/String/replaceFirstMapped_A02_t01.dart
index d359c77..8ed0132 100644
--- a/LibTest/core/String/replaceFirstMapped_A02_t01.dart
+++ b/LibTest/core/String/replaceFirstMapped_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A03_t01.dart b/LibTest/core/String/replaceFirstMapped_A03_t01.dart
index 2fe0da5..1397486 100644
--- a/LibTest/core/String/replaceFirstMapped_A03_t01.dart
+++ b/LibTest/core/String/replaceFirstMapped_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A03_t02.dart b/LibTest/core/String/replaceFirstMapped_A03_t02.dart
index e491b09..5803b59 100644
--- a/LibTest/core/String/replaceFirstMapped_A03_t02.dart
+++ b/LibTest/core/String/replaceFirstMapped_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirstMapped_A04_t01.dart b/LibTest/core/String/replaceFirstMapped_A04_t01.dart
index 10f3d86..9d92230 100644
--- a/LibTest/core/String/replaceFirstMapped_A04_t01.dart
+++ b/LibTest/core/String/replaceFirstMapped_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceFirstMapped(Pattern from,
  * String replace(Match match), [int startIndex = 0])
diff --git a/LibTest/core/String/replaceFirst_A01_t01.dart b/LibTest/core/String/replaceFirst_A01_t01.dart
index 2fe704d..50876d8 100644
--- a/LibTest/core/String/replaceFirst_A01_t01.dart
+++ b/LibTest/core/String/replaceFirst_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns a new string where the first occurrence of [from] in this
  * string is replaced with [to].
diff --git a/LibTest/core/String/replaceFirst_A02_t01.dart b/LibTest/core/String/replaceFirst_A02_t01.dart
index d09ac76..8ce7158 100644
--- a/LibTest/core/String/replaceFirst_A02_t01.dart
+++ b/LibTest/core/String/replaceFirst_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Passing null as either argument results in compile error
  * @description Check that it is a compile error to pass null argument
diff --git a/LibTest/core/String/replaceRange_A01_t01.dart b/LibTest/core/String/replaceRange_A01_t01.dart
index 9f28694..242d192 100644
--- a/LibTest/core/String/replaceRange_A01_t01.dart
+++ b/LibTest/core/String/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceRange(int start, int end, String replacement)
  * Replaces the substring from start to end with replacement.
diff --git a/LibTest/core/String/replaceRange_A02_t01.dart b/LibTest/core/String/replaceRange_A02_t01.dart
index 6c8df4a..a2c4f2c 100644
--- a/LibTest/core/String/replaceRange_A02_t01.dart
+++ b/LibTest/core/String/replaceRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceRange(int start, int end, String replacement)
  * ...
diff --git a/LibTest/core/String/replaceRange_A03_t01.dart b/LibTest/core/String/replaceRange_A03_t01.dart
index b10c6de..834793f 100644
--- a/LibTest/core/String/replaceRange_A03_t01.dart
+++ b/LibTest/core/String/replaceRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String replaceRange(int start, int end, String replacement)
  * ...
diff --git a/LibTest/core/String/runes_A01_t01.dart b/LibTest/core/String/runes_A01_t01.dart
index 4fd7ca8..41418fc 100644
--- a/LibTest/core/String/runes_A01_t01.dart
+++ b/LibTest/core/String/runes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Runes runes
  * Returns an Iterable of Unicode code-points of this string.
diff --git a/LibTest/core/String/runes_A02_t01.dart b/LibTest/core/String/runes_A02_t01.dart
index dc6c2e8..1afc15e 100644
--- a/LibTest/core/String/runes_A02_t01.dart
+++ b/LibTest/core/String/runes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Runes runes
  * ...
diff --git a/LibTest/core/String/splitMapJoin_A01_t01.dart b/LibTest/core/String/splitMapJoin_A01_t01.dart
index bc41556..97f683e 100644
--- a/LibTest/core/String/splitMapJoin_A01_t01.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/splitMapJoin_A01_t02.dart b/LibTest/core/String/splitMapJoin_A01_t02.dart
index c0911fb..4fa0793 100644
--- a/LibTest/core/String/splitMapJoin_A01_t02.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/splitMapJoin_A01_t03.dart b/LibTest/core/String/splitMapJoin_A01_t03.dart
index 6530331..3428218 100644
--- a/LibTest/core/String/splitMapJoin_A01_t03.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/splitMapJoin_A01_t04.dart b/LibTest/core/String/splitMapJoin_A01_t04.dart
index 06d3db2..9e3ee23 100644
--- a/LibTest/core/String/splitMapJoin_A01_t04.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/splitMapJoin_A01_t05.dart b/LibTest/core/String/splitMapJoin_A01_t05.dart
index ffa6a4e..1361735 100644
--- a/LibTest/core/String/splitMapJoin_A01_t05.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/splitMapJoin_A01_t06.dart b/LibTest/core/String/splitMapJoin_A01_t06.dart
index effd788..11bd3ee 100644
--- a/LibTest/core/String/splitMapJoin_A01_t06.dart
+++ b/LibTest/core/String/splitMapJoin_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String splitMapJoin(
  *  Pattern pattern, {
diff --git a/LibTest/core/String/split_A01_t01.dart b/LibTest/core/String/split_A01_t01.dart
index 4fae07c..dfa3662 100644
--- a/LibTest/core/String/split_A01_t01.dart
+++ b/LibTest/core/String/split_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Splits the string around matches of [pattern]. Returns a list of
  * substrings.
diff --git a/LibTest/core/String/split_A01_t02.dart b/LibTest/core/String/split_A01_t02.dart
index a49ba4b..07f22e2 100644
--- a/LibTest/core/String/split_A01_t02.dart
+++ b/LibTest/core/String/split_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Splits the string around matches of [pattern]. Returns a list of
  * substrings.
diff --git a/LibTest/core/String/split_A02_t01.dart b/LibTest/core/String/split_A02_t01.dart
index b9aa541..d427ec5 100644
--- a/LibTest/core/String/split_A02_t01.dart
+++ b/LibTest/core/String/split_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Passing null as argument results in compile error
  * @description Check that it is a compile error to pass null argument
diff --git a/LibTest/core/String/startsWith_A01_t01.dart b/LibTest/core/String/startsWith_A01_t01.dart
index 9cdf4b8..4141d63 100644
--- a/LibTest/core/String/startsWith_A01_t01.dart
+++ b/LibTest/core/String/startsWith_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string starts with [other].
  * @description Checks degenerate cases: empty strings, non-empty but equal
diff --git a/LibTest/core/String/startsWith_A01_t02.dart b/LibTest/core/String/startsWith_A01_t02.dart
index d17c61f..dab0158 100644
--- a/LibTest/core/String/startsWith_A01_t02.dart
+++ b/LibTest/core/String/startsWith_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string starts with [other].
  * @description Checks that this method is case sensitive
diff --git a/LibTest/core/String/startsWith_A01_t03.dart b/LibTest/core/String/startsWith_A01_t03.dart
index bf1e289..6b81705 100644
--- a/LibTest/core/String/startsWith_A01_t03.dart
+++ b/LibTest/core/String/startsWith_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns whether this string starts with [other].
  * @description Checks basic cases
diff --git a/LibTest/core/String/startsWith_A02_t01.dart b/LibTest/core/String/startsWith_A02_t01.dart
index 12bbfaf..4805083 100644
--- a/LibTest/core/String/startsWith_A02_t01.dart
+++ b/LibTest/core/String/startsWith_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Passing null argument results in compile error
  * @description Check that it is a compile error to pass null argument
diff --git a/LibTest/core/String/substring_A01_t01.dart b/LibTest/core/String/substring_A01_t01.dart
index 40f2696..bddfe42 100644
--- a/LibTest/core/String/substring_A01_t01.dart
+++ b/LibTest/core/String/substring_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns a substring of this string in the given range.
  * [startIndex] is inclusive and [endIndex] is exclusive.
diff --git a/LibTest/core/String/substring_A02_t01.dart b/LibTest/core/String/substring_A02_t01.dart
index 1df5983..9430c3d 100644
--- a/LibTest/core/String/substring_A02_t01.dart
+++ b/LibTest/core/String/substring_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws RangeError if [startIndex] or [endIndex] is
  * out of bounds.
diff --git a/LibTest/core/String/toLowerCase_A01_t01.dart b/LibTest/core/String/toLowerCase_A01_t01.dart
index bb03030..e6f6ffc 100644
--- a/LibTest/core/String/toLowerCase_A01_t01.dart
+++ b/LibTest/core/String/toLowerCase_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all lower case, returns a new string
  *            where all characters of this string are made lower case. Returns
diff --git a/LibTest/core/String/toLowerCase_A01_t02.dart b/LibTest/core/String/toLowerCase_A01_t02.dart
index f566985..c38da81 100644
--- a/LibTest/core/String/toLowerCase_A01_t02.dart
+++ b/LibTest/core/String/toLowerCase_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all lower case, returns a new string
  *            where all characters of this string are made lower case. Returns
diff --git a/LibTest/core/String/toLowerCase_A01_t03.dart b/LibTest/core/String/toLowerCase_A01_t03.dart
index effbd77..5264003 100644
--- a/LibTest/core/String/toLowerCase_A01_t03.dart
+++ b/LibTest/core/String/toLowerCase_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all lower case, returns a new string
  *            where all characters of this string are made lower case. Returns
diff --git a/LibTest/core/String/toLowerCase_A01_t04.dart b/LibTest/core/String/toLowerCase_A01_t04.dart
index 995ad32..46bf987 100644
--- a/LibTest/core/String/toLowerCase_A01_t04.dart
+++ b/LibTest/core/String/toLowerCase_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all lower case, returns a new string
  *            where all characters of this string are made lower case. Returns
diff --git a/LibTest/core/String/toUpperCase_A01_t01.dart b/LibTest/core/String/toUpperCase_A01_t01.dart
index 1f15083..fa411e9 100644
--- a/LibTest/core/String/toUpperCase_A01_t01.dart
+++ b/LibTest/core/String/toUpperCase_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all upper case, returns a new string
  *            where all characters of this string are made upper case. Returns
diff --git a/LibTest/core/String/toUpperCase_A01_t02.dart b/LibTest/core/String/toUpperCase_A01_t02.dart
index c4a8222..f1730bf 100644
--- a/LibTest/core/String/toUpperCase_A01_t02.dart
+++ b/LibTest/core/String/toUpperCase_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all upper case, returns a new string
  *            where all characters of this string are made upper case. Returns
diff --git a/LibTest/core/String/toUpperCase_A01_t03.dart b/LibTest/core/String/toUpperCase_A01_t03.dart
index 54f90fa..f00a6e9 100644
--- a/LibTest/core/String/toUpperCase_A01_t03.dart
+++ b/LibTest/core/String/toUpperCase_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all upper case, returns a new string
  *            where all characters of this string are made upper case. Returns
diff --git a/LibTest/core/String/toUpperCase_A01_t04.dart b/LibTest/core/String/toUpperCase_A01_t04.dart
index 3fbbd2f..7b57342 100644
--- a/LibTest/core/String/toUpperCase_A01_t04.dart
+++ b/LibTest/core/String/toUpperCase_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion If the string is not already all upper case, returns a new string
  *            where all characters of this string are made upper case. Returns
diff --git a/LibTest/core/String/trimLeft_A01_t01.dart b/LibTest/core/String/trimLeft_A01_t01.dart
index 943749a..1d971b1 100644
--- a/LibTest/core/String/trimLeft_A01_t01.dart
+++ b/LibTest/core/String/trimLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String trimLeft()
  * Returns the string without any leading whitespace.
diff --git a/LibTest/core/String/trimRight_A01_t01.dart b/LibTest/core/String/trimRight_A01_t01.dart
index acecfe8..4299c35 100644
--- a/LibTest/core/String/trimRight_A01_t01.dart
+++ b/LibTest/core/String/trimRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String trimRight()
  * Returns the string without any trailing whitespace.
diff --git a/LibTest/core/String/trim_A01_t01.dart b/LibTest/core/String/trim_A01_t01.dart
index 6cd4493..0d2bf7c 100644
--- a/LibTest/core/String/trim_A01_t01.dart
+++ b/LibTest/core/String/trim_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns a new string where leading and trailing whitespaces of
  *            this string have been removed, or returns this string if it does
diff --git a/LibTest/core/String/trim_A01_t02.dart b/LibTest/core/String/trim_A01_t02.dart
index 0c54a8b..b61712e 100644
--- a/LibTest/core/String/trim_A01_t02.dart
+++ b/LibTest/core/String/trim_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns a new string where leading and trailing whitespaces of
  *            this string have been removed, or returns this string if it does
diff --git a/LibTest/core/String/trim_A01_t03.dart b/LibTest/core/String/trim_A01_t03.dart
index abab627..93cc7a5 100644
--- a/LibTest/core/String/trim_A01_t03.dart
+++ b/LibTest/core/String/trim_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion
  * ...
diff --git a/LibTest/core/StringBuffer/StringBuffer_A01_t01.dart b/LibTest/core/StringBuffer/StringBuffer_A01_t01.dart
index 42f7916..6718a2d 100644
--- a/LibTest/core/StringBuffer/StringBuffer_A01_t01.dart
+++ b/LibTest/core/StringBuffer/StringBuffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new StringBuffer([Object content = ""])
  * Creates the string buffer with an initial content. 
diff --git a/LibTest/core/StringBuffer/StringBuffer_A01_t02.dart b/LibTest/core/StringBuffer/StringBuffer_A01_t02.dart
index 6f4d94f..7b5e19c 100644
--- a/LibTest/core/StringBuffer/StringBuffer_A01_t02.dart
+++ b/LibTest/core/StringBuffer/StringBuffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new StringBuffer([Object content = ""])
  * Creates the string buffer with an initial content. 
diff --git a/LibTest/core/StringBuffer/clear_A01_t01.dart b/LibTest/core/StringBuffer/clear_A01_t01.dart
index b6c087b..b617425 100644
--- a/LibTest/core/StringBuffer/clear_A01_t01.dart
+++ b/LibTest/core/StringBuffer/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Clears the string buffer.
diff --git a/LibTest/core/StringBuffer/isEmpty_A01_t01.dart b/LibTest/core/StringBuffer/isEmpty_A01_t01.dart
index 4c9e6f8..136c171 100644
--- a/LibTest/core/StringBuffer/isEmpty_A01_t01.dart
+++ b/LibTest/core/StringBuffer/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isEmpty
  * Returns whether the buffer is empty. This is a constant-time operation. 
diff --git a/LibTest/core/StringBuffer/isNotEmpty_A01_t01.dart b/LibTest/core/StringBuffer/isNotEmpty_A01_t01.dart
index 8a0207f..a17a536 100644
--- a/LibTest/core/StringBuffer/isNotEmpty_A01_t01.dart
+++ b/LibTest/core/StringBuffer/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isNotEmpty
  * Returns whether the buffer is not empty. This is a constant-time operation.
diff --git a/LibTest/core/StringBuffer/length_A01_t01.dart b/LibTest/core/StringBuffer/length_A01_t01.dart
index a543d65..39cf972 100644
--- a/LibTest/core/StringBuffer/length_A01_t01.dart
+++ b/LibTest/core/StringBuffer/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int length 
  * Returns the length of the content that has been accumulated so far.
diff --git a/LibTest/core/StringBuffer/toString_A01_t01.dart b/LibTest/core/StringBuffer/toString_A01_t01.dart
index c4f5c69..0dd0640 100644
--- a/LibTest/core/StringBuffer/toString_A01_t01.dart
+++ b/LibTest/core/StringBuffer/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns the contents of buffer as a concatenated string.
diff --git a/LibTest/core/StringBuffer/writeAll_A01_t01.dart b/LibTest/core/StringBuffer/writeAll_A01_t01.dart
index 556a9d7..4dee557 100644
--- a/LibTest/core/StringBuffer/writeAll_A01_t01.dart
+++ b/LibTest/core/StringBuffer/writeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given objects and writes them in sequence.
diff --git a/LibTest/core/StringBuffer/writeAll_A01_t02.dart b/LibTest/core/StringBuffer/writeAll_A01_t02.dart
index d58dc9f..8a23115 100644
--- a/LibTest/core/StringBuffer/writeAll_A01_t02.dart
+++ b/LibTest/core/StringBuffer/writeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given objects and writes them in sequence.
diff --git a/LibTest/core/StringBuffer/writeCharCode_A01_t01.dart b/LibTest/core/StringBuffer/writeCharCode_A01_t01.dart
index 6b190ae..499d669 100644
--- a/LibTest/core/StringBuffer/writeCharCode_A01_t01.dart
+++ b/LibTest/core/StringBuffer/writeCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Adds the string representation of charCode to the buffer.
diff --git a/LibTest/core/StringBuffer/write_A01_t01.dart b/LibTest/core/StringBuffer/write_A01_t01.dart
index 55e50d7..e6bc161 100644
--- a/LibTest/core/StringBuffer/write_A01_t01.dart
+++ b/LibTest/core/StringBuffer/write_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Adds the contents of obj, converted to a string, to the buffer.
diff --git a/LibTest/core/StringBuffer/write_A01_t02.dart b/LibTest/core/StringBuffer/write_A01_t02.dart
index e10d106..71d0307 100644
--- a/LibTest/core/StringBuffer/write_A01_t02.dart
+++ b/LibTest/core/StringBuffer/write_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Adds the contents of obj, converted to a string, to the buffer.
diff --git a/LibTest/core/StringBuffer/writeln_A01_t01.dart b/LibTest/core/StringBuffer/writeln_A01_t01.dart
index 40441ce..ce1120e 100644
--- a/LibTest/core/StringBuffer/writeln_A01_t01.dart
+++ b/LibTest/core/StringBuffer/writeln_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and adds the result to
diff --git a/LibTest/core/StringBuffer/writeln_A01_t02.dart b/LibTest/core/StringBuffer/writeln_A01_t02.dart
index 91673b9..b5ca5f6 100644
--- a/LibTest/core/StringBuffer/writeln_A01_t02.dart
+++ b/LibTest/core/StringBuffer/writeln_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and adds the result to
diff --git a/LibTest/core/Symbol/Symbol_A01_t01.dart b/LibTest/core/Symbol/Symbol_A01_t01.dart
index cbc8b8e..7bb1b57 100644
--- a/LibTest/core/Symbol/Symbol_A01_t01.dart
+++ b/LibTest/core/Symbol/Symbol_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Symbol(String name)
  * Constructs a new Symbol.
diff --git a/LibTest/core/Symbol/Symbol_A01_t02.dart b/LibTest/core/Symbol/Symbol_A01_t02.dart
index 0ad8002..85b207f 100644
--- a/LibTest/core/Symbol/Symbol_A01_t02.dart
+++ b/LibTest/core/Symbol/Symbol_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Symbol(String name)
  * Constructs a new Symbol.
diff --git a/LibTest/core/Symbol/Symbol_A01_t03.dart b/LibTest/core/Symbol/Symbol_A01_t03.dart
index 6d6bb09..446cd9f 100644
--- a/LibTest/core/Symbol/Symbol_A01_t03.dart
+++ b/LibTest/core/Symbol/Symbol_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Symbol(String name)
  * Constructs a new Symbol.
diff --git a/LibTest/core/Symbol/Symbol_A01_t05.dart b/LibTest/core/Symbol/Symbol_A01_t05.dart
index 302ba32..cc3531d 100644
--- a/LibTest/core/Symbol/Symbol_A01_t05.dart
+++ b/LibTest/core/Symbol/Symbol_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Symbol(String name)
  * Constructs a new Symbol.
diff --git a/LibTest/core/TypeError/toString_A01_t01.dart b/LibTest/core/TypeError/toString_A01_t01.dart
index 39bc98a..50d045c 100644
--- a/LibTest/core/TypeError/toString_A01_t01.dart
+++ b/LibTest/core/TypeError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/UnimplementedError/UnimplementedError_A01_t01.dart b/LibTest/core/UnimplementedError/UnimplementedError_A01_t01.dart
index 7af6ff3..5aca4e3 100644
--- a/LibTest/core/UnimplementedError/UnimplementedError_A01_t01.dart
+++ b/LibTest/core/UnimplementedError/UnimplementedError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented: const UnimplementedError()
  * @description Checks that this constructor executes without error.
diff --git a/LibTest/core/UnimplementedError/message_A01_t01.dart b/LibTest/core/UnimplementedError/message_A01_t01.dart
index 6614d04..114d851 100644
--- a/LibTest/core/UnimplementedError/message_A01_t01.dart
+++ b/LibTest/core/UnimplementedError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Object message;
  * Message describing the assertion error
diff --git a/LibTest/core/UnimplementedError/toString_A01_t01.dart b/LibTest/core/UnimplementedError/toString_A01_t01.dart
index fbba7e8..d10ab50 100644
--- a/LibTest/core/UnimplementedError/toString_A01_t01.dart
+++ b/LibTest/core/UnimplementedError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this method causes no error and the result is not
diff --git a/LibTest/core/UnsupportedError/UnsupportedError_A01_t01.dart b/LibTest/core/UnsupportedError/UnsupportedError_A01_t01.dart
index b11b8d1..e79ee80 100644
--- a/LibTest/core/UnsupportedError/UnsupportedError_A01_t01.dart
+++ b/LibTest/core/UnsupportedError/UnsupportedError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UnsupportedError(String message)
  * @description Checks that this constructor executes without error with various
diff --git a/LibTest/core/UnsupportedError/message_A01_t01.dart b/LibTest/core/UnsupportedError/message_A01_t01.dart
index 491f026..952d735 100644
--- a/LibTest/core/UnsupportedError/message_A01_t01.dart
+++ b/LibTest/core/UnsupportedError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Object message;
  * Message describing the assertion error
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A01_t01.dart b/LibTest/core/Uri/Uri.dataFromBytes_A01_t01.dart
index c1a345b..acd6f0b 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A01_t02.dart b/LibTest/core/Uri/Uri.dataFromBytes_A01_t02.dart
index c402f0f..4b77cd5 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A01_t02.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A01_t03.dart b/LibTest/core/Uri/Uri.dataFromBytes_A01_t03.dart
index aeb7462..a930424 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A01_t03.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A01_t04.dart b/LibTest/core/Uri/Uri.dataFromBytes_A01_t04.dart
index 64f266a..fc3a3a0 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A01_t04.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A01_t05.dart b/LibTest/core/Uri/Uri.dataFromBytes_A01_t05.dart
index 7c51d96..8a85a57 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A01_t05.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A02_t01.dart b/LibTest/core/Uri/Uri.dataFromBytes_A02_t01.dart
index ed58e46..98301c3 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromBytes_A02_t02.dart b/LibTest/core/Uri/Uri.dataFromBytes_A02_t02.dart
index 2a04560..1161cfb 100644
--- a/LibTest/core/Uri/Uri.dataFromBytes_A02_t02.dart
+++ b/LibTest/core/Uri/Uri.dataFromBytes_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A01_t01.dart b/LibTest/core/Uri/Uri.dataFromString_A01_t01.dart
index 87a7da9..1aecb7f 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A01_t02.dart b/LibTest/core/Uri/Uri.dataFromString_A01_t02.dart
index 47f5a82..4a5cb03 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A01_t02.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A01_t03.dart b/LibTest/core/Uri/Uri.dataFromString_A01_t03.dart
index 617385d..5a79054 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A01_t03.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A01_t04.dart b/LibTest/core/Uri/Uri.dataFromString_A01_t04.dart
index 66ece12..d92ad6a 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A01_t04.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A01_t05.dart b/LibTest/core/Uri/Uri.dataFromString_A01_t05.dart
index 8a5ffbb..ee532e5 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A01_t05.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A02_t01.dart b/LibTest/core/Uri/Uri.dataFromString_A02_t01.dart
index dc00d71..796ae83 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A02_t02.dart b/LibTest/core/Uri/Uri.dataFromString_A02_t02.dart
index 0687990..b8b8a61 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A02_t02.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.dataFromString_A02_t03.dart b/LibTest/core/Uri/Uri.dataFromString_A02_t03.dart
index fca03f2..714ebd3 100644
--- a/LibTest/core/Uri/Uri.dataFromString_A02_t03.dart
+++ b/LibTest/core/Uri/Uri.dataFromString_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.dataFromString(
  *  String content, {
diff --git a/LibTest/core/Uri/Uri.directory_A01_t01.dart b/LibTest/core/Uri/Uri.directory_A01_t01.dart
index 9561be8..4dfbcb3 100644
--- a/LibTest/core/Uri/Uri.directory_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.directory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A01_t02.dart b/LibTest/core/Uri/Uri.directory_A01_t02.dart
index 5c766ea..e6bfd4a 100644
--- a/LibTest/core/Uri/Uri.directory_A01_t02.dart
+++ b/LibTest/core/Uri/Uri.directory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A01_t03.dart b/LibTest/core/Uri/Uri.directory_A01_t03.dart
index 73e66c7..7ad471c 100644
--- a/LibTest/core/Uri/Uri.directory_A01_t03.dart
+++ b/LibTest/core/Uri/Uri.directory_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A02_t01.dart b/LibTest/core/Uri/Uri.directory_A02_t01.dart
index bd97a1a..283d76c 100644
--- a/LibTest/core/Uri/Uri.directory_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.directory_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A03_t01.dart b/LibTest/core/Uri/Uri.directory_A03_t01.dart
index 19e0161..d6733bc 100644
--- a/LibTest/core/Uri/Uri.directory_A03_t01.dart
+++ b/LibTest/core/Uri/Uri.directory_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A04_t01.dart b/LibTest/core/Uri/Uri.directory_A04_t01.dart
index 1f17533..f89faa4 100644
--- a/LibTest/core/Uri/Uri.directory_A04_t01.dart
+++ b/LibTest/core/Uri/Uri.directory_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri.directory(String path, {bool windows})
  * Like Uri.file except that a non-empty URI path ends in a slash.
diff --git a/LibTest/core/Uri/Uri.directory_A05_t01.dart b/LibTest/core/Uri/Uri.directory_A05_t01.dart
index a33e2c4..19a61bf 100644
--- a/LibTest/core/Uri/Uri.directory_A05_t01.dart
+++ b/LibTest/core/Uri/Uri.directory_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A01_t01.dart b/LibTest/core/Uri/Uri.file_A01_t01.dart
index 21b8133..bb91fae 100644
--- a/LibTest/core/Uri/Uri.file_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.file_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A01_t02.dart b/LibTest/core/Uri/Uri.file_A01_t02.dart
index 3db3d82..61c2001 100644
--- a/LibTest/core/Uri/Uri.file_A01_t02.dart
+++ b/LibTest/core/Uri/Uri.file_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A02_t01.dart b/LibTest/core/Uri/Uri.file_A02_t01.dart
index 4e753dc..0c77f22 100644
--- a/LibTest/core/Uri/Uri.file_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.file_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A02_t02.dart b/LibTest/core/Uri/Uri.file_A02_t02.dart
index 64e8b8d..9ecc560 100644
--- a/LibTest/core/Uri/Uri.file_A02_t02.dart
+++ b/LibTest/core/Uri/Uri.file_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A02_t03.dart b/LibTest/core/Uri/Uri.file_A02_t03.dart
index 97afa7d..7aa93d5 100644
--- a/LibTest/core/Uri/Uri.file_A02_t03.dart
+++ b/LibTest/core/Uri/Uri.file_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A03_t01.dart b/LibTest/core/Uri/Uri.file_A03_t01.dart
index 45ddd2b..9ba62eb 100644
--- a/LibTest/core/Uri/Uri.file_A03_t01.dart
+++ b/LibTest/core/Uri/Uri.file_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A04_t01.dart b/LibTest/core/Uri/Uri.file_A04_t01.dart
index bc987bc..712ec12 100644
--- a/LibTest/core/Uri/Uri.file_A04_t01.dart
+++ b/LibTest/core/Uri/Uri.file_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.file_A05_t01.dart b/LibTest/core/Uri/Uri.file_A05_t01.dart
index e9a4cae..5a7af25 100644
--- a/LibTest/core/Uri/Uri.file_A05_t01.dart
+++ b/LibTest/core/Uri/Uri.file_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.file(String path, {bool windows})
  * Creates a new file URI from an absolute or relative file path.
diff --git a/LibTest/core/Uri/Uri.http_A01_t01.dart b/LibTest/core/Uri/Uri.http_A01_t01.dart
index 8638aff..e1de57b 100644
--- a/LibTest/core/Uri/Uri.http_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.http_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.http(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.http_A02_t01.dart b/LibTest/core/Uri/Uri.http_A02_t01.dart
index c76c070..f60d698 100644
--- a/LibTest/core/Uri/Uri.http_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.http_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.http(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.http_A03_t01.dart b/LibTest/core/Uri/Uri.http_A03_t01.dart
index 8868e17..c5b5206 100644
--- a/LibTest/core/Uri/Uri.http_A03_t01.dart
+++ b/LibTest/core/Uri/Uri.http_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.http(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.http_A04_t01.dart b/LibTest/core/Uri/Uri.http_A04_t01.dart
index d75f6ce..6a9daea 100644
--- a/LibTest/core/Uri/Uri.http_A04_t01.dart
+++ b/LibTest/core/Uri/Uri.http_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.http(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.https_A01_t01.dart b/LibTest/core/Uri/Uri.https_A01_t01.dart
index 05e493d..6ce05a0 100644
--- a/LibTest/core/Uri/Uri.https_A01_t01.dart
+++ b/LibTest/core/Uri/Uri.https_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.https(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.https_A02_t01.dart b/LibTest/core/Uri/Uri.https_A02_t01.dart
index 4ed138a..fd8dbea 100644
--- a/LibTest/core/Uri/Uri.https_A02_t01.dart
+++ b/LibTest/core/Uri/Uri.https_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.https(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.https_A03_t01.dart b/LibTest/core/Uri/Uri.https_A03_t01.dart
index 60f75e9..b300cbe 100644
--- a/LibTest/core/Uri/Uri.https_A03_t01.dart
+++ b/LibTest/core/Uri/Uri.https_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.https(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/Uri.https_A04_t01.dart b/LibTest/core/Uri/Uri.https_A04_t01.dart
index fffd83c..8da9d1d 100644
--- a/LibTest/core/Uri/Uri.https_A04_t01.dart
+++ b/LibTest/core/Uri/Uri.https_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Uri.https(String authority, String unencodedPath,
  * [Map<String, String> queryParameters])
diff --git a/LibTest/core/Uri/UriDataEncoder.lib.dart b/LibTest/core/Uri/UriDataEncoder.lib.dart
index af1b45e..cefbcc9 100644
--- a/LibTest/core/Uri/UriDataEncoder.lib.dart
+++ b/LibTest/core/Uri/UriDataEncoder.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * Converts characters to the RFC 2397 for data: URIs
  */
diff --git a/LibTest/core/Uri/Uri_A01_t01.dart b/LibTest/core/Uri/Uri_A01_t01.dart
index bc714b3..bb7f190 100644
--- a/LibTest/core/Uri/Uri_A01_t01.dart
+++ b/LibTest/core/Uri/Uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A02_t01.dart b/LibTest/core/Uri/Uri_A02_t01.dart
index cce5e11..8c3117e 100644
--- a/LibTest/core/Uri/Uri_A02_t01.dart
+++ b/LibTest/core/Uri/Uri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A03_t01.dart b/LibTest/core/Uri/Uri_A03_t01.dart
index bcc6776..7043184 100644
--- a/LibTest/core/Uri/Uri_A03_t01.dart
+++ b/LibTest/core/Uri/Uri_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A04_t01.dart b/LibTest/core/Uri/Uri_A04_t01.dart
index 4a44c3b..2008c6a 100644
--- a/LibTest/core/Uri/Uri_A04_t01.dart
+++ b/LibTest/core/Uri/Uri_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A05_t01.dart b/LibTest/core/Uri/Uri_A05_t01.dart
index c2ee080..28d7b5c 100644
--- a/LibTest/core/Uri/Uri_A05_t01.dart
+++ b/LibTest/core/Uri/Uri_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A05_t02.dart b/LibTest/core/Uri/Uri_A05_t02.dart
index 7c422b4..e85fa3e 100644
--- a/LibTest/core/Uri/Uri_A05_t02.dart
+++ b/LibTest/core/Uri/Uri_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A06_t01.dart b/LibTest/core/Uri/Uri_A06_t01.dart
index 31b91fe..496f303 100644
--- a/LibTest/core/Uri/Uri_A06_t01.dart
+++ b/LibTest/core/Uri/Uri_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A06_t02.dart b/LibTest/core/Uri/Uri_A06_t02.dart
index 1e21230..17cb693 100644
--- a/LibTest/core/Uri/Uri_A06_t02.dart
+++ b/LibTest/core/Uri/Uri_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A06_t03.dart b/LibTest/core/Uri/Uri_A06_t03.dart
index bf88011..553877b 100644
--- a/LibTest/core/Uri/Uri_A06_t03.dart
+++ b/LibTest/core/Uri/Uri_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/Uri_A07_t01.dart b/LibTest/core/Uri/Uri_A07_t01.dart
index 832bc46..b092969 100644
--- a/LibTest/core/Uri/Uri_A07_t01.dart
+++ b/LibTest/core/Uri/Uri_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion new Uri({scheme, String userInfo: "", String host: "", port: 0,
  * String path, Iterable<String> pathSegments, String query, Map<String,
diff --git a/LibTest/core/Uri/authority_A01_t01.dart b/LibTest/core/Uri/authority_A01_t01.dart
index 038c5c1..7739c10 100644
--- a/LibTest/core/Uri/authority_A01_t01.dart
+++ b/LibTest/core/Uri/authority_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String authority
  * Returns the authority component.
diff --git a/LibTest/core/Uri/data_A01_t01.dart b/LibTest/core/Uri/data_A01_t01.dart
index 3c41c2b..b128d4e 100644
--- a/LibTest/core/Uri/data_A01_t01.dart
+++ b/LibTest/core/Uri/data_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData data
  * Access the structure of a data: URI.
diff --git a/LibTest/core/Uri/decodeComponent_A01_t01.dart b/LibTest/core/Uri/decodeComponent_A01_t01.dart
index a155311..2c0e4ac 100644
--- a/LibTest/core/Uri/decodeComponent_A01_t01.dart
+++ b/LibTest/core/Uri/decodeComponent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decodeComponent(String encodedComponent)
  * Decodes the percent-encoding in encodedComponent.
diff --git a/LibTest/core/Uri/decodeComponent_A01_t02.dart b/LibTest/core/Uri/decodeComponent_A01_t02.dart
index 9a4b386..0a2fb83 100644
--- a/LibTest/core/Uri/decodeComponent_A01_t02.dart
+++ b/LibTest/core/Uri/decodeComponent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decodeComponent(String encodedComponent)
  * Decodes the percent-encoding in encodedComponent.
diff --git a/LibTest/core/Uri/decodeFull_A01_t01.dart b/LibTest/core/Uri/decodeFull_A01_t01.dart
index 6049531..a9aa4e3d 100644
--- a/LibTest/core/Uri/decodeFull_A01_t01.dart
+++ b/LibTest/core/Uri/decodeFull_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decodeFull(String uri)
  * Decodes the percent-encoding in uri.
diff --git a/LibTest/core/Uri/decodeQueryComponent_A01_t01.dart b/LibTest/core/Uri/decodeQueryComponent_A01_t01.dart
index 8470393..f9dc154 100644
--- a/LibTest/core/Uri/decodeQueryComponent_A01_t01.dart
+++ b/LibTest/core/Uri/decodeQueryComponent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decodeQueryComponent(String encodedComponent,
  * {Encoding encoding: utf8})
diff --git a/LibTest/core/Uri/decodeQueryComponent_A02_t01.dart b/LibTest/core/Uri/decodeQueryComponent_A02_t01.dart
index f4fc2d6..c34f97c 100644
--- a/LibTest/core/Uri/decodeQueryComponent_A02_t01.dart
+++ b/LibTest/core/Uri/decodeQueryComponent_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decodeQueryComponent(String encodedComponent,
  * {Encoding encoding: utf8})
diff --git a/LibTest/core/Uri/encodeComponent_A01_t01.dart b/LibTest/core/Uri/encodeComponent_A01_t01.dart
index 06b9929..76dba77 100644
--- a/LibTest/core/Uri/encodeComponent_A01_t01.dart
+++ b/LibTest/core/Uri/encodeComponent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeComponent(String component)
  * Encode the string component using percent-encoding to make it safe for
diff --git a/LibTest/core/Uri/encodeComponent_A01_t02.dart b/LibTest/core/Uri/encodeComponent_A01_t02.dart
index 2dc8b8e..b2f25da 100644
--- a/LibTest/core/Uri/encodeComponent_A01_t02.dart
+++ b/LibTest/core/Uri/encodeComponent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeComponent(String component)
  * Encode the string component using percent-encoding to make it safe for
diff --git a/LibTest/core/Uri/encodeFull_A01_t01.dart b/LibTest/core/Uri/encodeFull_A01_t01.dart
index 814c218..f0a5c11 100644
--- a/LibTest/core/Uri/encodeFull_A01_t01.dart
+++ b/LibTest/core/Uri/encodeFull_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeFull(String uri)
  * Encode the string uri using percent-encoding to make it safe for literal
diff --git a/LibTest/core/Uri/encodeFull_A01_t02.dart b/LibTest/core/Uri/encodeFull_A01_t02.dart
index ac638f4..17acb85 100644
--- a/LibTest/core/Uri/encodeFull_A01_t02.dart
+++ b/LibTest/core/Uri/encodeFull_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeFull(String uri)
  * Encode the string uri using percent-encoding to make it safe for literal
diff --git a/LibTest/core/Uri/encodeFull_A01_t03.dart b/LibTest/core/Uri/encodeFull_A01_t03.dart
index 75ce4e7..51a63f9 100644
--- a/LibTest/core/Uri/encodeFull_A01_t03.dart
+++ b/LibTest/core/Uri/encodeFull_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeFull(String uri)
  * Encode the string uri using percent-encoding to make it safe for literal
diff --git a/LibTest/core/Uri/encodeQueryComponent_A01_t01.dart b/LibTest/core/Uri/encodeQueryComponent_A01_t01.dart
index 1994a4b..dc16b57 100644
--- a/LibTest/core/Uri/encodeQueryComponent_A01_t01.dart
+++ b/LibTest/core/Uri/encodeQueryComponent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeQueryComponent(String component)
  * Encode the string component according to the HTML 4.01 rules for encoding
diff --git a/LibTest/core/Uri/encodeQueryComponent_A01_t02.dart b/LibTest/core/Uri/encodeQueryComponent_A01_t02.dart
index 8e0ca40..17533c9 100644
--- a/LibTest/core/Uri/encodeQueryComponent_A01_t02.dart
+++ b/LibTest/core/Uri/encodeQueryComponent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String encodeQueryComponent(String component)
  * Encode the string component according to the HTML 4.01 rules for encoding
diff --git a/LibTest/core/Uri/fragment_A01_t01.dart b/LibTest/core/Uri/fragment_A01_t01.dart
index 806a1cd..19e83a6 100644
--- a/LibTest/core/Uri/fragment_A01_t01.dart
+++ b/LibTest/core/Uri/fragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String fragment
  * Returns the fragment identifier component.
diff --git a/LibTest/core/Uri/hasAbsolutePath_A01_t01.dart b/LibTest/core/Uri/hasAbsolutePath_A01_t01.dart
index a4b1384..f19deec 100644
--- a/LibTest/core/Uri/hasAbsolutePath_A01_t01.dart
+++ b/LibTest/core/Uri/hasAbsolutePath_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasAbsolutePath
  * Returns whether the URI has an absolute path (starting with '/').
diff --git a/LibTest/core/Uri/hasAuthority_A01_t01.dart b/LibTest/core/Uri/hasAuthority_A01_t01.dart
index 5a59491..752bb8d 100644
--- a/LibTest/core/Uri/hasAuthority_A01_t01.dart
+++ b/LibTest/core/Uri/hasAuthority_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool hasAuthority
  * Returns whether the URI has an authority component.
diff --git a/LibTest/core/Uri/hasAuthority_A01_t02.dart b/LibTest/core/Uri/hasAuthority_A01_t02.dart
index 822ab84..58b2f66 100644
--- a/LibTest/core/Uri/hasAuthority_A01_t02.dart
+++ b/LibTest/core/Uri/hasAuthority_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool hasAuthority
  * Returns whether the URI has an authority component.
diff --git a/LibTest/core/Uri/hasEmptyPath_A01_t01.dart b/LibTest/core/Uri/hasEmptyPath_A01_t01.dart
index 62884a6..ba48ae2 100644
--- a/LibTest/core/Uri/hasEmptyPath_A01_t01.dart
+++ b/LibTest/core/Uri/hasEmptyPath_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasEmptyPath
  * Returns whether the URI has an empty path.
diff --git a/LibTest/core/Uri/hasFragment_A01_t01.dart b/LibTest/core/Uri/hasFragment_A01_t01.dart
index 42310b8..0094efb 100644
--- a/LibTest/core/Uri/hasFragment_A01_t01.dart
+++ b/LibTest/core/Uri/hasFragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasFragment
  * Returns whether the URI has a fragment part.
diff --git a/LibTest/core/Uri/hasPort_A01_t01.dart b/LibTest/core/Uri/hasPort_A01_t01.dart
index 9126f1b..9d41b26 100644
--- a/LibTest/core/Uri/hasPort_A01_t01.dart
+++ b/LibTest/core/Uri/hasPort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasPort
  * Returns whether the URI has an explicit port.
diff --git a/LibTest/core/Uri/hasQuery_A01_t01.dart b/LibTest/core/Uri/hasQuery_A01_t01.dart
index 4b00235..2357c3c 100644
--- a/LibTest/core/Uri/hasQuery_A01_t01.dart
+++ b/LibTest/core/Uri/hasQuery_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasQuery
  * Returns whether the URI has a query part.
diff --git a/LibTest/core/Uri/hasScheme_A01_t01.dart b/LibTest/core/Uri/hasScheme_A01_t01.dart
index b4f2a71..1230cfd 100644
--- a/LibTest/core/Uri/hasScheme_A01_t01.dart
+++ b/LibTest/core/Uri/hasScheme_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasScheme
  * Returns whether the URI has a scheme component.
diff --git a/LibTest/core/Uri/hashCode_A01_t01.dart b/LibTest/core/Uri/hashCode_A01_t01.dart
index 286b60b..6c4770c 100644
--- a/LibTest/core/Uri/hashCode_A01_t01.dart
+++ b/LibTest/core/Uri/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/core/Uri/host_A01_t01.dart b/LibTest/core/Uri/host_A01_t01.dart
index 50e7d60..9c56df9 100644
--- a/LibTest/core/Uri/host_A01_t01.dart
+++ b/LibTest/core/Uri/host_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String host
  * Returns the host part of the authority component.
diff --git a/LibTest/core/Uri/isAbsolute_A01_t01.dart b/LibTest/core/Uri/isAbsolute_A01_t01.dart
index f6a02ff..affa071 100644
--- a/LibTest/core/Uri/isAbsolute_A01_t01.dart
+++ b/LibTest/core/Uri/isAbsolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isAbsolute
  * Returns whether the URI is absolute.
diff --git a/LibTest/core/Uri/normalizePath_A01_t01.dart b/LibTest/core/Uri/normalizePath_A01_t01.dart
index bb01651..bcbc894 100644
--- a/LibTest/core/Uri/normalizePath_A01_t01.dart
+++ b/LibTest/core/Uri/normalizePath_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri normalizePath()
  * Returns a URI where the path has been normalized.
diff --git a/LibTest/core/Uri/operator_eq_A01_t01.dart b/LibTest/core/Uri/operator_eq_A01_t01.dart
index ada539e..c9f2aa8 100644
--- a/LibTest/core/Uri/operator_eq_A01_t01.dart
+++ b/LibTest/core/Uri/operator_eq_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/core/Uri/operator_equals_A01_t01.dart b/LibTest/core/Uri/operator_equals_A01_t01.dart
index 7dcfc91..dfe6f3d 100644
--- a/LibTest/core/Uri/operator_equals_A01_t01.dart
+++ b/LibTest/core/Uri/operator_equals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * An URI is equal to another URI with the same normalized representation.
diff --git a/LibTest/core/Uri/operator_equals_A01_t02.dart b/LibTest/core/Uri/operator_equals_A01_t02.dart
index 1970033..4255a7c 100644
--- a/LibTest/core/Uri/operator_equals_A01_t02.dart
+++ b/LibTest/core/Uri/operator_equals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * An URI is equal to another URI with the same normalized representation.
diff --git a/LibTest/core/Uri/origin_A01_t01.dart b/LibTest/core/Uri/origin_A01_t01.dart
index 16d6c46..f01dd2c 100644
--- a/LibTest/core/Uri/origin_A01_t01.dart
+++ b/LibTest/core/Uri/origin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String origin
  * Returns the origin of the URI in the form scheme://host:port for
diff --git a/LibTest/core/Uri/origin_A01_t02.dart b/LibTest/core/Uri/origin_A01_t02.dart
index bf3fcc6..0d18192 100644
--- a/LibTest/core/Uri/origin_A01_t02.dart
+++ b/LibTest/core/Uri/origin_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String origin
  * Returns the origin of the URI in the form scheme://host:port for
diff --git a/LibTest/core/Uri/origin_A01_t03.dart b/LibTest/core/Uri/origin_A01_t03.dart
index ab4a1d7..3f3f3da 100644
--- a/LibTest/core/Uri/origin_A01_t03.dart
+++ b/LibTest/core/Uri/origin_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String origin
  * Returns the origin of the URI in the form scheme://host:port for
diff --git a/LibTest/core/Uri/parseIPv4Address_A01_t01.dart b/LibTest/core/Uri/parseIPv4Address_A01_t01.dart
index c3ac006..130a662 100644
--- a/LibTest/core/Uri/parseIPv4Address_A01_t01.dart
+++ b/LibTest/core/Uri/parseIPv4Address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> parseIPv4Address(String host)
  * Parse the host as an IP version 4 (IPv4) address, returning the address as a
diff --git a/LibTest/core/Uri/parseIPv4Address_A02_t01.dart b/LibTest/core/Uri/parseIPv4Address_A02_t01.dart
index 8778bb5..a323f16 100644
--- a/LibTest/core/Uri/parseIPv4Address_A02_t01.dart
+++ b/LibTest/core/Uri/parseIPv4Address_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> parseIPv4Address(String host)
  * ...
diff --git a/LibTest/core/Uri/parseIPv6Address_A01_t01.dart b/LibTest/core/Uri/parseIPv6Address_A01_t01.dart
index 2c98184..12940b9 100644
--- a/LibTest/core/Uri/parseIPv6Address_A01_t01.dart
+++ b/LibTest/core/Uri/parseIPv6Address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> parseIPv6Address(String host, [int start = 0, int end])
  * Parse the host as an IP version 6 (IPv6) address, returning the address as a
diff --git a/LibTest/core/Uri/parseIPv6Address_A02_t01.dart b/LibTest/core/Uri/parseIPv6Address_A02_t01.dart
index 300aafb..926b78d 100644
--- a/LibTest/core/Uri/parseIPv6Address_A02_t01.dart
+++ b/LibTest/core/Uri/parseIPv6Address_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> parseIPv6Address(String host, [int start = 0, int end])
  * Parse the host as an IP version 6 (IPv6) address, returning the address as a
diff --git a/LibTest/core/Uri/parseIPv6Address_A03_t01.dart b/LibTest/core/Uri/parseIPv6Address_A03_t01.dart
index 409dc42..e7991d7 100644
--- a/LibTest/core/Uri/parseIPv6Address_A03_t01.dart
+++ b/LibTest/core/Uri/parseIPv6Address_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> parseIPv6Address(String host, [int start = 0, int end])
  * Parse the host as an IP version 6 (IPv6) address, returning the address as a
diff --git a/LibTest/core/Uri/parse_A01_t01.dart b/LibTest/core/Uri/parse_A01_t01.dart
index d540421..edfc37c 100644
--- a/LibTest/core/Uri/parse_A01_t01.dart
+++ b/LibTest/core/Uri/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A02_t01.dart b/LibTest/core/Uri/parse_A02_t01.dart
index f7a3fae..4237ce7 100644
--- a/LibTest/core/Uri/parse_A02_t01.dart
+++ b/LibTest/core/Uri/parse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A03_t01.dart b/LibTest/core/Uri/parse_A03_t01.dart
index f539a10..f64a897 100644
--- a/LibTest/core/Uri/parse_A03_t01.dart
+++ b/LibTest/core/Uri/parse_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A04_t01.dart b/LibTest/core/Uri/parse_A04_t01.dart
index e2057eb..d320550 100644
--- a/LibTest/core/Uri/parse_A04_t01.dart
+++ b/LibTest/core/Uri/parse_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A05_t01.dart b/LibTest/core/Uri/parse_A05_t01.dart
index 85036ff..d4d4e1c 100644
--- a/LibTest/core/Uri/parse_A05_t01.dart
+++ b/LibTest/core/Uri/parse_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A06_t01.dart b/LibTest/core/Uri/parse_A06_t01.dart
index e2be260..8fbec60 100644
--- a/LibTest/core/Uri/parse_A06_t01.dart
+++ b/LibTest/core/Uri/parse_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/parse_A07_t01.dart b/LibTest/core/Uri/parse_A07_t01.dart
index 74143c8..8eefa4f 100644
--- a/LibTest/core/Uri/parse_A07_t01.dart
+++ b/LibTest/core/Uri/parse_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri parse(String uri, [int start = 0, int end])
  * Creates a new Uri object by parsing a URI string.
diff --git a/LibTest/core/Uri/pathSegments_A01_t01.dart b/LibTest/core/Uri/pathSegments_A01_t01.dart
index 492d78f..2de4875 100644
--- a/LibTest/core/Uri/pathSegments_A01_t01.dart
+++ b/LibTest/core/Uri/pathSegments_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<String> pathSegments
  * Returns the URI path split into its segments.
diff --git a/LibTest/core/Uri/pathSegments_A01_t02.dart b/LibTest/core/Uri/pathSegments_A01_t02.dart
index c624191..36a8023 100644
--- a/LibTest/core/Uri/pathSegments_A01_t02.dart
+++ b/LibTest/core/Uri/pathSegments_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<String> pathSegments
  * Returns the URI path split into its segments.
diff --git a/LibTest/core/Uri/pathSegments_A01_t03.dart b/LibTest/core/Uri/pathSegments_A01_t03.dart
index 07ebcd1..f869387 100644
--- a/LibTest/core/Uri/pathSegments_A01_t03.dart
+++ b/LibTest/core/Uri/pathSegments_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<String> pathSegments
  * Returns the URI path split into its segments.
diff --git a/LibTest/core/Uri/pathSegments_A02_t01.dart b/LibTest/core/Uri/pathSegments_A02_t01.dart
index c36410e..839b38c 100644
--- a/LibTest/core/Uri/pathSegments_A02_t01.dart
+++ b/LibTest/core/Uri/pathSegments_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<String> pathSegments
  * Returns the URI path split into its segments.
diff --git a/LibTest/core/Uri/path_A01_t01.dart b/LibTest/core/Uri/path_A01_t01.dart
index aca6c07..ae836c0 100644
--- a/LibTest/core/Uri/path_A01_t01.dart
+++ b/LibTest/core/Uri/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Returns the path component.
diff --git a/LibTest/core/Uri/path_A02_t01.dart b/LibTest/core/Uri/path_A02_t01.dart
index d908750..58b208d 100644
--- a/LibTest/core/Uri/path_A02_t01.dart
+++ b/LibTest/core/Uri/path_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Returns the path component.
diff --git a/LibTest/core/Uri/path_A03_t01.dart b/LibTest/core/Uri/path_A03_t01.dart
index 8478006..c58a7d3 100644
--- a/LibTest/core/Uri/path_A03_t01.dart
+++ b/LibTest/core/Uri/path_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Returns the path component.
diff --git a/LibTest/core/Uri/port_A01_t01.dart b/LibTest/core/Uri/port_A01_t01.dart
index e90200d..46bff9d 100644
--- a/LibTest/core/Uri/port_A01_t01.dart
+++ b/LibTest/core/Uri/port_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port part of the authority component.
diff --git a/LibTest/core/Uri/port_A01_t02.dart b/LibTest/core/Uri/port_A01_t02.dart
index 191b5ea..72c232d 100644
--- a/LibTest/core/Uri/port_A01_t02.dart
+++ b/LibTest/core/Uri/port_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port part of the authority component.
diff --git a/LibTest/core/Uri/port_A01_t03.dart b/LibTest/core/Uri/port_A01_t03.dart
index 191b5ea..72c232d 100644
--- a/LibTest/core/Uri/port_A01_t03.dart
+++ b/LibTest/core/Uri/port_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port part of the authority component.
diff --git a/LibTest/core/Uri/queryParametersAll_A01_t01.dart b/LibTest/core/Uri/queryParametersAll_A01_t01.dart
index afadccb..8255c8b 100644
--- a/LibTest/core/Uri/queryParametersAll_A01_t01.dart
+++ b/LibTest/core/Uri/queryParametersAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  *
diff --git a/LibTest/core/Uri/queryParametersAll_A01_t02.dart b/LibTest/core/Uri/queryParametersAll_A01_t02.dart
index b022206..dc638e4 100644
--- a/LibTest/core/Uri/queryParametersAll_A01_t02.dart
+++ b/LibTest/core/Uri/queryParametersAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  *
diff --git a/LibTest/core/Uri/queryParametersAll_A01_t04.dart b/LibTest/core/Uri/queryParametersAll_A01_t04.dart
index c44efa9..753eb65 100644
--- a/LibTest/core/Uri/queryParametersAll_A01_t04.dart
+++ b/LibTest/core/Uri/queryParametersAll_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  *
diff --git a/LibTest/core/Uri/queryParametersAll_A02_t01.dart b/LibTest/core/Uri/queryParametersAll_A02_t01.dart
index 93c8114..b1e202d 100644
--- a/LibTest/core/Uri/queryParametersAll_A02_t01.dart
+++ b/LibTest/core/Uri/queryParametersAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  * ...
diff --git a/LibTest/core/Uri/queryParametersAll_A03_t01.dart b/LibTest/core/Uri/queryParametersAll_A03_t01.dart
index 3f53fc1..b059bfe 100644
--- a/LibTest/core/Uri/queryParametersAll_A03_t01.dart
+++ b/LibTest/core/Uri/queryParametersAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  * ...
diff --git a/LibTest/core/Uri/queryParametersAll_A04_t01.dart b/LibTest/core/Uri/queryParametersAll_A04_t01.dart
index d2d251f..8cdef07 100644
--- a/LibTest/core/Uri/queryParametersAll_A04_t01.dart
+++ b/LibTest/core/Uri/queryParametersAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, List<String>> queryParametersAll
  * ...
diff --git a/LibTest/core/Uri/queryParameters_A01_t01.dart b/LibTest/core/Uri/queryParameters_A01_t01.dart
index 72223a4..31a6926 100644
--- a/LibTest/core/Uri/queryParameters_A01_t01.dart
+++ b/LibTest/core/Uri/queryParameters_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<String, String> queryParameters
  * Returns the URI query split into a map according to the rules specified
diff --git a/LibTest/core/Uri/queryParameters_A01_t02.dart b/LibTest/core/Uri/queryParameters_A01_t02.dart
index 243f1c2..7637cd3 100644
--- a/LibTest/core/Uri/queryParameters_A01_t02.dart
+++ b/LibTest/core/Uri/queryParameters_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<String, String> queryParameters
  * Returns the URI query split into a map according to the rules specified
diff --git a/LibTest/core/Uri/queryParameters_A01_t03.dart b/LibTest/core/Uri/queryParameters_A01_t03.dart
index b78e047..0faceb9 100644
--- a/LibTest/core/Uri/queryParameters_A01_t03.dart
+++ b/LibTest/core/Uri/queryParameters_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<String, String> queryParameters
  * Returns the URI query split into a map according to the rules specified
diff --git a/LibTest/core/Uri/queryParameters_A01_t04.dart b/LibTest/core/Uri/queryParameters_A01_t04.dart
index 7f026a6..64d17bf 100644
--- a/LibTest/core/Uri/queryParameters_A01_t04.dart
+++ b/LibTest/core/Uri/queryParameters_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<String, String> queryParameters
  * Returns the URI query split into a map according to the rules specified
diff --git a/LibTest/core/Uri/queryParameters_A01_t05.dart b/LibTest/core/Uri/queryParameters_A01_t05.dart
index fdb76eb..d05296b 100644
--- a/LibTest/core/Uri/queryParameters_A01_t05.dart
+++ b/LibTest/core/Uri/queryParameters_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Map<String, String> queryParameters
  * Returns the URI query split into a map according to the rules specified
diff --git a/LibTest/core/Uri/query_A01_t01.dart b/LibTest/core/Uri/query_A01_t01.dart
index ddf36d5..3e3b77e 100644
--- a/LibTest/core/Uri/query_A01_t01.dart
+++ b/LibTest/core/Uri/query_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String query
  * Returns the query component. The returned query is encoded. To get direct
diff --git a/LibTest/core/Uri/query_A01_t02.dart b/LibTest/core/Uri/query_A01_t02.dart
index b9603d2..8b7743b 100644
--- a/LibTest/core/Uri/query_A01_t02.dart
+++ b/LibTest/core/Uri/query_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String query
  * Returns the query component. The returned query is encoded. To get direct
diff --git a/LibTest/core/Uri/removeFragment_A01_t01.dart b/LibTest/core/Uri/removeFragment_A01_t01.dart
index dc809df..b05bb86 100644
--- a/LibTest/core/Uri/removeFragment_A01_t01.dart
+++ b/LibTest/core/Uri/removeFragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri removeFragment()
  * Returns a Uri that differs from this only in not having a fragment.
diff --git a/LibTest/core/Uri/removeFragment_A02_t01.dart b/LibTest/core/Uri/removeFragment_A02_t01.dart
index 703f6c1..ba38448 100644
--- a/LibTest/core/Uri/removeFragment_A02_t01.dart
+++ b/LibTest/core/Uri/removeFragment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri removeFragment()
  * ...
diff --git a/LibTest/core/Uri/replace_A01_t01.dart b/LibTest/core/Uri/replace_A01_t01.dart
index 9307055..c3a2690 100644
--- a/LibTest/core/Uri/replace_A01_t01.dart
+++ b/LibTest/core/Uri/replace_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t02.dart b/LibTest/core/Uri/replace_A01_t02.dart
index b1ac067..8927594 100644
--- a/LibTest/core/Uri/replace_A01_t02.dart
+++ b/LibTest/core/Uri/replace_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t03.dart b/LibTest/core/Uri/replace_A01_t03.dart
index 1bd4c11..9bc2ddd 100644
--- a/LibTest/core/Uri/replace_A01_t03.dart
+++ b/LibTest/core/Uri/replace_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t04.dart b/LibTest/core/Uri/replace_A01_t04.dart
index d5be17a..52feb79 100644
--- a/LibTest/core/Uri/replace_A01_t04.dart
+++ b/LibTest/core/Uri/replace_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t05.dart b/LibTest/core/Uri/replace_A01_t05.dart
index ed4911e..918c6c4 100644
--- a/LibTest/core/Uri/replace_A01_t05.dart
+++ b/LibTest/core/Uri/replace_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t06.dart b/LibTest/core/Uri/replace_A01_t06.dart
index 9ce960a..2611663 100644
--- a/LibTest/core/Uri/replace_A01_t06.dart
+++ b/LibTest/core/Uri/replace_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t07.dart b/LibTest/core/Uri/replace_A01_t07.dart
index 6fdc016..fb71dca 100644
--- a/LibTest/core/Uri/replace_A01_t07.dart
+++ b/LibTest/core/Uri/replace_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t08.dart b/LibTest/core/Uri/replace_A01_t08.dart
index 87a2539..b1a15d9 100644
--- a/LibTest/core/Uri/replace_A01_t08.dart
+++ b/LibTest/core/Uri/replace_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A01_t09.dart b/LibTest/core/Uri/replace_A01_t09.dart
index 916d6be..2bfebe3 100644
--- a/LibTest/core/Uri/replace_A01_t09.dart
+++ b/LibTest/core/Uri/replace_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A02_t01.dart b/LibTest/core/Uri/replace_A02_t01.dart
index a6af489..3add0f2 100644
--- a/LibTest/core/Uri/replace_A02_t01.dart
+++ b/LibTest/core/Uri/replace_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/replace_A02_t02.dart b/LibTest/core/Uri/replace_A02_t02.dart
index b667997..cb08054 100644
--- a/LibTest/core/Uri/replace_A02_t02.dart
+++ b/LibTest/core/Uri/replace_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri replace({
  *  String scheme,
diff --git a/LibTest/core/Uri/resolveUri_A01_t01.dart b/LibTest/core/Uri/resolveUri_A01_t01.dart
index 846230c..8743508 100644
--- a/LibTest/core/Uri/resolveUri_A01_t01.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t02.dart b/LibTest/core/Uri/resolveUri_A01_t02.dart
index e2c8230..c45b0ac 100644
--- a/LibTest/core/Uri/resolveUri_A01_t02.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t03.dart b/LibTest/core/Uri/resolveUri_A01_t03.dart
index 835c75f..f71d4b9 100644
--- a/LibTest/core/Uri/resolveUri_A01_t03.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t04.dart b/LibTest/core/Uri/resolveUri_A01_t04.dart
index fcdabce..a25cb74 100644
--- a/LibTest/core/Uri/resolveUri_A01_t04.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t05.dart b/LibTest/core/Uri/resolveUri_A01_t05.dart
index fc7af0a..ed3599f 100644
--- a/LibTest/core/Uri/resolveUri_A01_t05.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t06.dart b/LibTest/core/Uri/resolveUri_A01_t06.dart
index d028048..7f83725 100644
--- a/LibTest/core/Uri/resolveUri_A01_t06.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t07.dart b/LibTest/core/Uri/resolveUri_A01_t07.dart
index 1d7be60..5122485 100644
--- a/LibTest/core/Uri/resolveUri_A01_t07.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A01_t08.dart b/LibTest/core/Uri/resolveUri_A01_t08.dart
index e0d4740..51b98ae 100644
--- a/LibTest/core/Uri/resolveUri_A01_t08.dart
+++ b/LibTest/core/Uri/resolveUri_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolveUri_A02_t01.dart b/LibTest/core/Uri/resolveUri_A02_t01.dart
index 616ee46..b104341 100644
--- a/LibTest/core/Uri/resolveUri_A02_t01.dart
+++ b/LibTest/core/Uri/resolveUri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolveUri(Uri reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t01.dart b/LibTest/core/Uri/resolve_A01_t01.dart
index ce32383..67c661a 100644
--- a/LibTest/core/Uri/resolve_A01_t01.dart
+++ b/LibTest/core/Uri/resolve_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t02.dart b/LibTest/core/Uri/resolve_A01_t02.dart
index 981861f..43198c9 100644
--- a/LibTest/core/Uri/resolve_A01_t02.dart
+++ b/LibTest/core/Uri/resolve_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t03.dart b/LibTest/core/Uri/resolve_A01_t03.dart
index 0230012..fb3d290 100644
--- a/LibTest/core/Uri/resolve_A01_t03.dart
+++ b/LibTest/core/Uri/resolve_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t04.dart b/LibTest/core/Uri/resolve_A01_t04.dart
index 58bf769..2c2f175 100644
--- a/LibTest/core/Uri/resolve_A01_t04.dart
+++ b/LibTest/core/Uri/resolve_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t05.dart b/LibTest/core/Uri/resolve_A01_t05.dart
index 3c7f882..c66ed5a 100644
--- a/LibTest/core/Uri/resolve_A01_t05.dart
+++ b/LibTest/core/Uri/resolve_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t06.dart b/LibTest/core/Uri/resolve_A01_t06.dart
index 764815e..451d70b 100644
--- a/LibTest/core/Uri/resolve_A01_t06.dart
+++ b/LibTest/core/Uri/resolve_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t07.dart b/LibTest/core/Uri/resolve_A01_t07.dart
index 58bc444..f778dc1 100644
--- a/LibTest/core/Uri/resolve_A01_t07.dart
+++ b/LibTest/core/Uri/resolve_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/resolve_A01_t08.dart b/LibTest/core/Uri/resolve_A01_t08.dart
index 80f5a98..197207d 100644
--- a/LibTest/core/Uri/resolve_A01_t08.dart
+++ b/LibTest/core/Uri/resolve_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri resolve(String reference)
  * Resolve reference as an URI relative to this.
diff --git a/LibTest/core/Uri/scheme_A01_t01.dart b/LibTest/core/Uri/scheme_A01_t01.dart
index cc5b0a3..d6bcac5 100644
--- a/LibTest/core/Uri/scheme_A01_t01.dart
+++ b/LibTest/core/Uri/scheme_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String scheme
  * Returns the scheme component.
diff --git a/LibTest/core/Uri/scheme_A02_t01.dart b/LibTest/core/Uri/scheme_A02_t01.dart
index a16ab18..7980ee8 100644
--- a/LibTest/core/Uri/scheme_A02_t01.dart
+++ b/LibTest/core/Uri/scheme_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String scheme
  * ...
diff --git a/LibTest/core/Uri/splitQueryString_A01_t01.dart b/LibTest/core/Uri/splitQueryString_A01_t01.dart
index 2009cb1..2d86eb9 100644
--- a/LibTest/core/Uri/splitQueryString_A01_t01.dart
+++ b/LibTest/core/Uri/splitQueryString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> splitQueryString(String query, {
  *  Encoding encoding: utf8
diff --git a/LibTest/core/Uri/splitQueryString_A01_t02.dart b/LibTest/core/Uri/splitQueryString_A01_t02.dart
index dcb9877..bc859a3 100644
--- a/LibTest/core/Uri/splitQueryString_A01_t02.dart
+++ b/LibTest/core/Uri/splitQueryString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> splitQueryString(String query, {
  *  Encoding encoding: utf8
diff --git a/LibTest/core/Uri/toFilePath_A01_t01.dart b/LibTest/core/Uri/toFilePath_A01_t01.dart
index cbe0afa..00526b6 100644
--- a/LibTest/core/Uri/toFilePath_A01_t01.dart
+++ b/LibTest/core/Uri/toFilePath_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/toFilePath_A01_t02.dart b/LibTest/core/Uri/toFilePath_A01_t02.dart
index 53f1097..9d12001 100644
--- a/LibTest/core/Uri/toFilePath_A01_t02.dart
+++ b/LibTest/core/Uri/toFilePath_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/toFilePath_A01_t03.dart b/LibTest/core/Uri/toFilePath_A01_t03.dart
index fd482b0..e06f6a3 100644
--- a/LibTest/core/Uri/toFilePath_A01_t03.dart
+++ b/LibTest/core/Uri/toFilePath_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/toFilePath_A02_t01.dart b/LibTest/core/Uri/toFilePath_A02_t01.dart
index ac57503..5df06d5 100644
--- a/LibTest/core/Uri/toFilePath_A02_t01.dart
+++ b/LibTest/core/Uri/toFilePath_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/toFilePath_A03_t01.dart b/LibTest/core/Uri/toFilePath_A03_t01.dart
index 81b9523..d1d6580 100644
--- a/LibTest/core/Uri/toFilePath_A03_t01.dart
+++ b/LibTest/core/Uri/toFilePath_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/toFilePath_A04_t01.dart b/LibTest/core/Uri/toFilePath_A04_t01.dart
index af8682f..7ceaec4 100644
--- a/LibTest/core/Uri/toFilePath_A04_t01.dart
+++ b/LibTest/core/Uri/toFilePath_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toFilePath({bool windows})
  * Returns the file path from a file URI.
diff --git a/LibTest/core/Uri/userInfo_A01_t01.dart b/LibTest/core/Uri/userInfo_A01_t01.dart
index a8f40af..63d588b 100644
--- a/LibTest/core/Uri/userInfo_A01_t01.dart
+++ b/LibTest/core/Uri/userInfo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String userInfo
  * Returns the user info part of the authority component.
diff --git a/LibTest/core/Uri/userInfo_A01_t02.dart b/LibTest/core/Uri/userInfo_A01_t02.dart
index 7e502ad..f2d4328 100644
--- a/LibTest/core/Uri/userInfo_A01_t02.dart
+++ b/LibTest/core/Uri/userInfo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String userInfo
  * Returns the user info part of the authority component.
diff --git a/LibTest/core/UriData/UriData.fromBytes_A01_t01.dart b/LibTest/core/UriData/UriData.fromBytes_A01_t01.dart
index 692764d..27cd7ad 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A01_t01.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A01_t02.dart b/LibTest/core/UriData/UriData.fromBytes_A01_t02.dart
index c43d878..4c7630a 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A01_t02.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A01_t03.dart b/LibTest/core/UriData/UriData.fromBytes_A01_t03.dart
index 00c70e7..67a5d8d 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A01_t03.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A01_t04.dart b/LibTest/core/UriData/UriData.fromBytes_A01_t04.dart
index ba5fa19..d3eaa6e 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A01_t04.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A01_t05.dart b/LibTest/core/UriData/UriData.fromBytes_A01_t05.dart
index 6048322..8c6e411 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A01_t05.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A02_t01.dart b/LibTest/core/UriData/UriData.fromBytes_A02_t01.dart
index 49eaa06..4eeb9f6 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A02_t01.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromBytes_A02_t02.dart b/LibTest/core/UriData/UriData.fromBytes_A02_t02.dart
index 6ec3b54..7bcc966 100644
--- a/LibTest/core/UriData/UriData.fromBytes_A02_t02.dart
+++ b/LibTest/core/UriData/UriData.fromBytes_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromBytes(
  *  List<int> bytes, {
diff --git a/LibTest/core/UriData/UriData.fromString_A01_t01.dart b/LibTest/core/UriData/UriData.fromString_A01_t01.dart
index b9112d6..fa86c6a 100644
--- a/LibTest/core/UriData/UriData.fromString_A01_t01.dart
+++ b/LibTest/core/UriData/UriData.fromString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A01_t02.dart b/LibTest/core/UriData/UriData.fromString_A01_t02.dart
index b8bd51b..020645b 100644
--- a/LibTest/core/UriData/UriData.fromString_A01_t02.dart
+++ b/LibTest/core/UriData/UriData.fromString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A01_t03.dart b/LibTest/core/UriData/UriData.fromString_A01_t03.dart
index ef8e179..d47b26f 100644
--- a/LibTest/core/UriData/UriData.fromString_A01_t03.dart
+++ b/LibTest/core/UriData/UriData.fromString_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A01_t04.dart b/LibTest/core/UriData/UriData.fromString_A01_t04.dart
index 338c07f..ad55bfa 100644
--- a/LibTest/core/UriData/UriData.fromString_A01_t04.dart
+++ b/LibTest/core/UriData/UriData.fromString_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A01_t05.dart b/LibTest/core/UriData/UriData.fromString_A01_t05.dart
index dc89b9e..8fe8c357 100644
--- a/LibTest/core/UriData/UriData.fromString_A01_t05.dart
+++ b/LibTest/core/UriData/UriData.fromString_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A02_t01.dart b/LibTest/core/UriData/UriData.fromString_A02_t01.dart
index 8af6609..f07217b 100644
--- a/LibTest/core/UriData/UriData.fromString_A02_t01.dart
+++ b/LibTest/core/UriData/UriData.fromString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A02_t02.dart b/LibTest/core/UriData/UriData.fromString_A02_t02.dart
index 2b4742c..657eec2 100644
--- a/LibTest/core/UriData/UriData.fromString_A02_t02.dart
+++ b/LibTest/core/UriData/UriData.fromString_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromString_A02_t03.dart b/LibTest/core/UriData/UriData.fromString_A02_t03.dart
index 5e3cedf..5dcfc71 100644
--- a/LibTest/core/UriData/UriData.fromString_A02_t03.dart
+++ b/LibTest/core/UriData/UriData.fromString_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromString(
  *  String content, {
diff --git a/LibTest/core/UriData/UriData.fromUri_A01_t01.dart b/LibTest/core/UriData/UriData.fromUri_A01_t01.dart
index 5b8b0ed..42bfe42 100644
--- a/LibTest/core/UriData/UriData.fromUri_A01_t01.dart
+++ b/LibTest/core/UriData/UriData.fromUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromUri(Uri uri)
  * Creates a DataUri from a Uri which must have data as Uri.scheme.
diff --git a/LibTest/core/UriData/UriData.fromUri_A01_t02.dart b/LibTest/core/UriData/UriData.fromUri_A01_t02.dart
index 56003ad..8e8358a 100644
--- a/LibTest/core/UriData/UriData.fromUri_A01_t02.dart
+++ b/LibTest/core/UriData/UriData.fromUri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromUri(Uri uri)
  * Creates a DataUri from a Uri which must have data as Uri.scheme.
diff --git a/LibTest/core/UriData/UriData.fromUri_A01_t03.dart b/LibTest/core/UriData/UriData.fromUri_A01_t03.dart
index 5b95955..93438c9 100644
--- a/LibTest/core/UriData/UriData.fromUri_A01_t03.dart
+++ b/LibTest/core/UriData/UriData.fromUri_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData.fromUri(Uri uri)
  * Creates a DataUri from a Uri which must have data as Uri.scheme.
diff --git a/LibTest/core/UriData/charset_A01_t01.dart b/LibTest/core/UriData/charset_A01_t01.dart
index db26659..be09df9 100644
--- a/LibTest/core/UriData/charset_A01_t01.dart
+++ b/LibTest/core/UriData/charset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String charset
  * The charset parameter of the media type.
diff --git a/LibTest/core/UriData/contentAsBytes_A01_t01.dart b/LibTest/core/UriData/contentAsBytes_A01_t01.dart
index c513616..d6ad5ed 100644
--- a/LibTest/core/UriData/contentAsBytes_A01_t01.dart
+++ b/LibTest/core/UriData/contentAsBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> contentAsBytes()
  * The content part of the data URI as bytes.
diff --git a/LibTest/core/UriData/contentAsBytes_A01_t02.dart b/LibTest/core/UriData/contentAsBytes_A01_t02.dart
index 3e4b0ec..d9d6641 100644
--- a/LibTest/core/UriData/contentAsBytes_A01_t02.dart
+++ b/LibTest/core/UriData/contentAsBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> contentAsBytes()
  * The content part of the data URI as bytes.
diff --git a/LibTest/core/UriData/contentAsString_A01_t01.dart b/LibTest/core/UriData/contentAsString_A01_t01.dart
index bd3feb9..e792628 100644
--- a/LibTest/core/UriData/contentAsString_A01_t01.dart
+++ b/LibTest/core/UriData/contentAsString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String contentAsString({Encoding encoding})
  * Returns a string created from the content of the data URI.
diff --git a/LibTest/core/UriData/contentAsString_A01_t02.dart b/LibTest/core/UriData/contentAsString_A01_t02.dart
index 55feeee..02a6645 100644
--- a/LibTest/core/UriData/contentAsString_A01_t02.dart
+++ b/LibTest/core/UriData/contentAsString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String contentAsString({Encoding encoding})
  * Returns a string created from the content of the data URI.
diff --git a/LibTest/core/UriData/contentText_A01_t01.dart b/LibTest/core/UriData/contentText_A01_t01.dart
index b7f95ec..bcfb116 100644
--- a/LibTest/core/UriData/contentText_A01_t01.dart
+++ b/LibTest/core/UriData/contentText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String contentText
  * The content part of the data URI, as its actual representation.
diff --git a/LibTest/core/UriData/isBase64_A01_t01.dart b/LibTest/core/UriData/isBase64_A01_t01.dart
index 0b3f71b..80d08d7 100644
--- a/LibTest/core/UriData/isBase64_A01_t01.dart
+++ b/LibTest/core/UriData/isBase64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBase64
  * Whether the data is Base64 encoded or not.
diff --git a/LibTest/core/UriData/mimeType_A01_t01.dart b/LibTest/core/UriData/mimeType_A01_t01.dart
index 379ea4f..a7bfe55 100644
--- a/LibTest/core/UriData/mimeType_A01_t01.dart
+++ b/LibTest/core/UriData/mimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String mimeType
  * The MIME type of the data URI.
diff --git a/LibTest/core/UriData/parameters_A01_t01.dart b/LibTest/core/UriData/parameters_A01_t01.dart
index 4b9349d..ffad411 100644
--- a/LibTest/core/UriData/parameters_A01_t01.dart
+++ b/LibTest/core/UriData/parameters_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> parameters
  * A map representing the parameters of the media type.
diff --git a/LibTest/core/UriData/parse_A01_t01.dart b/LibTest/core/UriData/parse_A01_t01.dart
index b7f273f..d83ffea 100644
--- a/LibTest/core/UriData/parse_A01_t01.dart
+++ b/LibTest/core/UriData/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData parse(String uri)
  * Parses a string as a data URI.
diff --git a/LibTest/core/UriData/parse_A02_t01.dart b/LibTest/core/UriData/parse_A02_t01.dart
index 0ef214d..a3c5eed 100644
--- a/LibTest/core/UriData/parse_A02_t01.dart
+++ b/LibTest/core/UriData/parse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion UriData parse(String uri)
  * Parses a string as a data URI.
diff --git a/LibTest/core/UriData/toString_A01_t01.dart b/LibTest/core/UriData/toString_A01_t01.dart
index 8136099..70b5d5c 100644
--- a/LibTest/core/UriData/toString_A01_t01.dart
+++ b/LibTest/core/UriData/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/UriData/toString_A01_t02.dart b/LibTest/core/UriData/toString_A01_t02.dart
index 4f525a4..7b3afb8 100644
--- a/LibTest/core/UriData/toString_A01_t02.dart
+++ b/LibTest/core/UriData/toString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/core/UriData/uri_A01_t01.dart b/LibTest/core/UriData/uri_A01_t01.dart
index 684ebde..aeaf61e 100644
--- a/LibTest/core/UriData/uri_A01_t01.dart
+++ b/LibTest/core/UriData/uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * The Uri that this UriData is giving access to.
diff --git a/LibTest/core/bool/bool.fromEnvironment_A01_t01.dart b/LibTest/core/bool/bool.fromEnvironment_A01_t01.dart
index 69895ca..7bf3fae 100644
--- a/LibTest/core/bool/bool.fromEnvironment_A01_t01.dart
+++ b/LibTest/core/bool/bool.fromEnvironment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const bool.fromEnvironment(
  * String name, {
diff --git a/LibTest/core/bool/toString_A01_t01.dart b/LibTest/core/bool/toString_A01_t01.dart
index 89bad25..852e04a 100644
--- a/LibTest/core/bool/toString_A01_t01.dart
+++ b/LibTest/core/bool/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns "true" if the receiver is true, or "false" if the receiver is false.
diff --git a/LibTest/core/bool/toString_A01_t02.dart b/LibTest/core/bool/toString_A01_t02.dart
index b077cdf..0c59257 100644
--- a/LibTest/core/bool/toString_A01_t02.dart
+++ b/LibTest/core/bool/toString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*

- * 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.

- */

+// 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.
+

 /**

  * @assertion String toString()

  * Returns "true" if the receiver is true, or "false" if the receiver is false.

diff --git a/LibTest/core/double/INFINITY_A01_t01.dart b/LibTest/core/double/INFINITY_A01_t01.dart
index c8de948..34bd271 100644
--- a/LibTest/core/double/INFINITY_A01_t01.dart
+++ b/LibTest/core/double/INFINITY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double INFINITY
  * @description Checks that double.infinity equals 1 / 0.
diff --git a/LibTest/core/double/INFINITY_A01_t02.dart b/LibTest/core/double/INFINITY_A01_t02.dart
index d713625..f688dbf 100644
--- a/LibTest/core/double/INFINITY_A01_t02.dart
+++ b/LibTest/core/double/INFINITY_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double INFINITY
  * @description Checks INFINITY is equal to INFINITY using equality operator
diff --git a/LibTest/core/double/INFINITY_A01_t03.dart b/LibTest/core/double/INFINITY_A01_t03.dart
index 170f31b..52c4c23 100644
--- a/LibTest/core/double/INFINITY_A01_t03.dart
+++ b/LibTest/core/double/INFINITY_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double INFINITY
  * @description Comparing INFINITY with 0
diff --git a/LibTest/core/double/INFINITY_A01_t04.dart b/LibTest/core/double/INFINITY_A01_t04.dart
index 417c944..03f6059 100644
--- a/LibTest/core/double/INFINITY_A01_t04.dart
+++ b/LibTest/core/double/INFINITY_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double INFINITY
  * @description Checks that type of INFINITY is double
diff --git a/LibTest/core/double/NAN_A01_t01.dart b/LibTest/core/double/NAN_A01_t01.dart
index 86230ac..cc1ee30 100644
--- a/LibTest/core/double/NAN_A01_t01.dart
+++ b/LibTest/core/double/NAN_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NAN
  * @description Checks that [:isNaN:] returns true for double.nan.
diff --git a/LibTest/core/double/NAN_A01_t02.dart b/LibTest/core/double/NAN_A01_t02.dart
index d99907d..d5f8b14 100644
--- a/LibTest/core/double/NAN_A01_t02.dart
+++ b/LibTest/core/double/NAN_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NAN
  * @description Checks NAN is not equal to NAN using equality operator
diff --git a/LibTest/core/double/NAN_A01_t03.dart b/LibTest/core/double/NAN_A01_t03.dart
index 9376108..44095ca 100644
--- a/LibTest/core/double/NAN_A01_t03.dart
+++ b/LibTest/core/double/NAN_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NAN
  * @description Checks that NAN can't be equal, lt or gt 0
diff --git a/LibTest/core/double/NAN_A01_t04.dart b/LibTest/core/double/NAN_A01_t04.dart
index 69d74ae..ad9531a 100644
--- a/LibTest/core/double/NAN_A01_t04.dart
+++ b/LibTest/core/double/NAN_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NAN
  * @description Checks that type of NAN is double
diff --git a/LibTest/core/double/NEGATIVE_INFINITY_A01_t01.dart b/LibTest/core/double/NEGATIVE_INFINITY_A01_t01.dart
index e6bda7f..ec75ce6 100644
--- a/LibTest/core/double/NEGATIVE_INFINITY_A01_t01.dart
+++ b/LibTest/core/double/NEGATIVE_INFINITY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NEGATIVE_INFINITY
  * @description Checks that double.negativeInfinity equals -double.infinity.
diff --git a/LibTest/core/double/NEGATIVE_INFINITY_A01_t02.dart b/LibTest/core/double/NEGATIVE_INFINITY_A01_t02.dart
index e169d1b..d455f54 100644
--- a/LibTest/core/double/NEGATIVE_INFINITY_A01_t02.dart
+++ b/LibTest/core/double/NEGATIVE_INFINITY_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NEGATIVE_INFINITY
  * @description Checks NEGATIVE_INFINITY is equal to NEGATIVE_INFINITY using
diff --git a/LibTest/core/double/NEGATIVE_INFINITY_A01_t03.dart b/LibTest/core/double/NEGATIVE_INFINITY_A01_t03.dart
index 431303f..e0a59fc 100644
--- a/LibTest/core/double/NEGATIVE_INFINITY_A01_t03.dart
+++ b/LibTest/core/double/NEGATIVE_INFINITY_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NEGATIVE_INFINITY
  * @description Comparing NEGATIVE_INFINITY with 0
diff --git a/LibTest/core/double/NEGATIVE_INFINITY_A01_t04.dart b/LibTest/core/double/NEGATIVE_INFINITY_A01_t04.dart
index 5a67e26..a34aa2d 100644
--- a/LibTest/core/double/NEGATIVE_INFINITY_A01_t04.dart
+++ b/LibTest/core/double/NEGATIVE_INFINITY_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double NEGATIVE_INFINITY
  * @description Checks that type of NEGATIVE_INFINITY is double
diff --git a/LibTest/core/double/abs_A01_t01.dart b/LibTest/core/double/abs_A01_t01.dart
index c37c2b5..13ba1dc 100644
--- a/LibTest/core/double/abs_A01_t01.dart
+++ b/LibTest/core/double/abs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double abs()
  * @description Checks that if value is not negative, the same value is returned.
diff --git a/LibTest/core/double/abs_A01_t02.dart b/LibTest/core/double/abs_A01_t02.dart
index c4fce6c..b7f8434 100644
--- a/LibTest/core/double/abs_A01_t02.dart
+++ b/LibTest/core/double/abs_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double abs()
  * @description Checks that if the value is negative, its negation is returned.
diff --git a/LibTest/core/double/abs_A01_t03.dart b/LibTest/core/double/abs_A01_t03.dart
index 6c28006..13dd5ca 100644
--- a/LibTest/core/double/abs_A01_t03.dart
+++ b/LibTest/core/double/abs_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double abs()
  * @description Checks that if the value is infinite, the result is positive
diff --git a/LibTest/core/double/abs_A01_t04.dart b/LibTest/core/double/abs_A01_t04.dart
index 99a3056..ff6a604 100644
--- a/LibTest/core/double/abs_A01_t04.dart
+++ b/LibTest/core/double/abs_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double abs()
  * @description Checks that if the value is NaN, the result is NaN.
diff --git a/LibTest/core/double/abs_A01_t05.dart b/LibTest/core/double/abs_A01_t05.dart
index 43c2227..1b7ddf1 100644
--- a/LibTest/core/double/abs_A01_t05.dart
+++ b/LibTest/core/double/abs_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double abs()
  * @description Checks that [:abs():] does not change the object.
diff --git a/LibTest/core/double/ceilToDouble_A01_t01.dart b/LibTest/core/double/ceilToDouble_A01_t01.dart
index f9133cb..dd62a0c 100644
--- a/LibTest/core/double/ceilToDouble_A01_t01.dart
+++ b/LibTest/core/double/ceilToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * Returns the least integer value no smaller than this.
diff --git a/LibTest/core/double/ceilToDouble_A01_t02.dart b/LibTest/core/double/ceilToDouble_A01_t02.dart
index c8c2f98..410d139 100644
--- a/LibTest/core/double/ceilToDouble_A01_t02.dart
+++ b/LibTest/core/double/ceilToDouble_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * Returns the least integer value no smaller than this.
diff --git a/LibTest/core/double/ceilToDouble_A01_t03.dart b/LibTest/core/double/ceilToDouble_A01_t03.dart
index 16d0a29..bbdbf03 100644
--- a/LibTest/core/double/ceilToDouble_A01_t03.dart
+++ b/LibTest/core/double/ceilToDouble_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * Returns the least integer value no smaller than this.
diff --git a/LibTest/core/double/ceilToDouble_A01_t04.dart b/LibTest/core/double/ceilToDouble_A01_t04.dart
index f66f9b0..9fa450c 100644
--- a/LibTest/core/double/ceilToDouble_A01_t04.dart
+++ b/LibTest/core/double/ceilToDouble_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * Returns the least integer value no smaller than this.
diff --git a/LibTest/core/double/ceilToDouble_A01_t05.dart b/LibTest/core/double/ceilToDouble_A01_t05.dart
index 28714a3..3596207 100644
--- a/LibTest/core/double/ceilToDouble_A01_t05.dart
+++ b/LibTest/core/double/ceilToDouble_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * Returns the least integer value no smaller than this.
diff --git a/LibTest/core/double/ceilToDouble_A02_t01.dart b/LibTest/core/double/ceilToDouble_A02_t01.dart
index f169057..aa8f0e3 100644
--- a/LibTest/core/double/ceilToDouble_A02_t01.dart
+++ b/LibTest/core/double/ceilToDouble_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/ceilToDouble_A02_t02.dart b/LibTest/core/double/ceilToDouble_A02_t02.dart
index 2dccabe..d52a7b5 100644
--- a/LibTest/core/double/ceilToDouble_A02_t02.dart
+++ b/LibTest/core/double/ceilToDouble_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double ceilToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/ceil_A01_t01.dart b/LibTest/core/double/ceil_A01_t01.dart
index 85ab983..1938544 100644
--- a/LibTest/core/double/ceil_A01_t01.dart
+++ b/LibTest/core/double/ceil_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * Returns the least integer no smaller than this.
diff --git a/LibTest/core/double/ceil_A01_t02.dart b/LibTest/core/double/ceil_A01_t02.dart
index 26a488f..ab0dc9e 100644
--- a/LibTest/core/double/ceil_A01_t02.dart
+++ b/LibTest/core/double/ceil_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * Returns the least integer no smaller than this.
diff --git a/LibTest/core/double/ceil_A01_t03.dart b/LibTest/core/double/ceil_A01_t03.dart
index 5cf9dc1..736ab6d 100644
--- a/LibTest/core/double/ceil_A01_t03.dart
+++ b/LibTest/core/double/ceil_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * Returns the least integer no smaller than this.
diff --git a/LibTest/core/double/ceil_A01_t04.dart b/LibTest/core/double/ceil_A01_t04.dart
index 740cc68..070d990 100644
--- a/LibTest/core/double/ceil_A01_t04.dart
+++ b/LibTest/core/double/ceil_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * Returns the least integer no smaller than this.
diff --git a/LibTest/core/double/ceil_A01_t05.dart b/LibTest/core/double/ceil_A01_t05.dart
index 0d6899b..1b620a6 100644
--- a/LibTest/core/double/ceil_A01_t05.dart
+++ b/LibTest/core/double/ceil_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * Returns the least integer no smaller than this.
diff --git a/LibTest/core/double/ceil_A02_t01.dart b/LibTest/core/double/ceil_A02_t01.dart
index 68a53bc..ce14713 100644
--- a/LibTest/core/double/ceil_A02_t01.dart
+++ b/LibTest/core/double/ceil_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/ceil_A02_t02.dart b/LibTest/core/double/ceil_A02_t02.dart
index 8062f05..1f31cf7 100644
--- a/LibTest/core/double/ceil_A02_t02.dart
+++ b/LibTest/core/double/ceil_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int ceil()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/clamp_A01_t01.dart b/LibTest/core/double/clamp_A01_t01.dart
index 2c13a0d..480f4fa 100644
--- a/LibTest/core/double/clamp_A01_t01.dart
+++ b/LibTest/core/double/clamp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/double/clamp_A01_t02.dart b/LibTest/core/double/clamp_A01_t02.dart
index 9a89ff0..4665047 100644
--- a/LibTest/core/double/clamp_A01_t02.dart
+++ b/LibTest/core/double/clamp_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/double/clamp_A01_t03.dart b/LibTest/core/double/clamp_A01_t03.dart
index c1057d1..4bb8599 100644
--- a/LibTest/core/double/clamp_A01_t03.dart
+++ b/LibTest/core/double/clamp_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/double/clamp_A01_t04.dart b/LibTest/core/double/clamp_A01_t04.dart
index 80b0866..9b394f9 100644
--- a/LibTest/core/double/clamp_A01_t04.dart
+++ b/LibTest/core/double/clamp_A01_t04.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/double/clamp_A01_t05.dart b/LibTest/core/double/clamp_A01_t05.dart
index 64e1463..dff8142 100644
--- a/LibTest/core/double/clamp_A01_t05.dart
+++ b/LibTest/core/double/clamp_A01_t05.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/double/compareTo_A01_t01.dart b/LibTest/core/double/compareTo_A01_t01.dart
index b0e424d..89b8d99 100644
--- a/LibTest/core/double/compareTo_A01_t01.dart
+++ b/LibTest/core/double/compareTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(Comparable other)
  * @description Checks that [:compareTo():] returns 0 if values are equal.
diff --git a/LibTest/core/double/compareTo_A01_t02.dart b/LibTest/core/double/compareTo_A01_t02.dart
index 2f6b8d3..9008103 100644
--- a/LibTest/core/double/compareTo_A01_t02.dart
+++ b/LibTest/core/double/compareTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(Comparable other)
  * @description Checks that [:compareTo:] returns a value less than 0 if 'this'
diff --git a/LibTest/core/double/compareTo_A01_t03.dart b/LibTest/core/double/compareTo_A01_t03.dart
index ca2d4c1..c6aaa5f 100644
--- a/LibTest/core/double/compareTo_A01_t03.dart
+++ b/LibTest/core/double/compareTo_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(Comparable other)
  * ...
diff --git a/LibTest/core/double/compareTo_A01_t04.dart b/LibTest/core/double/compareTo_A01_t04.dart
index 9182ce2..47d601f 100644
--- a/LibTest/core/double/compareTo_A01_t04.dart
+++ b/LibTest/core/double/compareTo_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int compareTo(Comparable other)
  * ...
diff --git a/LibTest/core/double/double_class_A01_t01.dart b/LibTest/core/double/double_class_A01_t01.dart
index cc09113..2bc4215 100644
--- a/LibTest/core/double/double_class_A01_t01.dart
+++ b/LibTest/core/double/double_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Double is contagious.
  * @description Checks that arithmetic operations (except those that specify int
diff --git a/LibTest/core/double/floorToDouble_A01_t01.dart b/LibTest/core/double/floorToDouble_A01_t01.dart
index d6189a9..5a40998 100644
--- a/LibTest/core/double/floorToDouble_A01_t01.dart
+++ b/LibTest/core/double/floorToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * Returns the greatest integer value no greater than this.
diff --git a/LibTest/core/double/floorToDouble_A01_t02.dart b/LibTest/core/double/floorToDouble_A01_t02.dart
index d2bc60a..d911271 100644
--- a/LibTest/core/double/floorToDouble_A01_t02.dart
+++ b/LibTest/core/double/floorToDouble_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * Returns the greatest integer value no greater than this.
diff --git a/LibTest/core/double/floorToDouble_A01_t03.dart b/LibTest/core/double/floorToDouble_A01_t03.dart
index 553117f..56e47fd 100644
--- a/LibTest/core/double/floorToDouble_A01_t03.dart
+++ b/LibTest/core/double/floorToDouble_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * Returns the greatest integer value no greater than this.
diff --git a/LibTest/core/double/floorToDouble_A01_t04.dart b/LibTest/core/double/floorToDouble_A01_t04.dart
index 46251ff..120ee5b 100644
--- a/LibTest/core/double/floorToDouble_A01_t04.dart
+++ b/LibTest/core/double/floorToDouble_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * Returns the greatest integer value no greater than this.
diff --git a/LibTest/core/double/floorToDouble_A02_t01.dart b/LibTest/core/double/floorToDouble_A02_t01.dart
index 0f0ef80..bd49b3e 100644
--- a/LibTest/core/double/floorToDouble_A02_t01.dart
+++ b/LibTest/core/double/floorToDouble_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/floorToDouble_A02_t02.dart b/LibTest/core/double/floorToDouble_A02_t02.dart
index 05d5582..7c308ba 100644
--- a/LibTest/core/double/floorToDouble_A02_t02.dart
+++ b/LibTest/core/double/floorToDouble_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract abstract double floorToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/floor_A01_t01.dart b/LibTest/core/double/floor_A01_t01.dart
index 4ad9f80..7c93694 100644
--- a/LibTest/core/double/floor_A01_t01.dart
+++ b/LibTest/core/double/floor_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * Returns the greatest integer no greater than this.
diff --git a/LibTest/core/double/floor_A01_t02.dart b/LibTest/core/double/floor_A01_t02.dart
index ae9dcd1..c267e08 100644
--- a/LibTest/core/double/floor_A01_t02.dart
+++ b/LibTest/core/double/floor_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * Returns the greatest integer no greater than this.
diff --git a/LibTest/core/double/floor_A01_t03.dart b/LibTest/core/double/floor_A01_t03.dart
index 67226c3..abae562 100644
--- a/LibTest/core/double/floor_A01_t03.dart
+++ b/LibTest/core/double/floor_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * Returns the greatest integer no greater than this.
diff --git a/LibTest/core/double/floor_A01_t04.dart b/LibTest/core/double/floor_A01_t04.dart
index 4847e1e..8536fef 100644
--- a/LibTest/core/double/floor_A01_t04.dart
+++ b/LibTest/core/double/floor_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * Returns the greatest integer no greater than this.
diff --git a/LibTest/core/double/floor_A02_t01.dart b/LibTest/core/double/floor_A02_t01.dart
index edae8f1..fe0e848 100644
--- a/LibTest/core/double/floor_A02_t01.dart
+++ b/LibTest/core/double/floor_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/floor_A02_t02.dart b/LibTest/core/double/floor_A02_t02.dart
index 4e39856..e24ba7d 100644
--- a/LibTest/core/double/floor_A02_t02.dart
+++ b/LibTest/core/double/floor_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * abstract int floor()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/isInfinite_A01_t01.dart b/LibTest/core/double/isInfinite_A01_t01.dart
index 168faa7..c2722d9 100644
--- a/LibTest/core/double/isInfinite_A01_t01.dart
+++ b/LibTest/core/double/isInfinite_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isInfinite
  * @description Checks that 1/0 and -1/0 are infinite.
diff --git a/LibTest/core/double/isInfinite_A01_t02.dart b/LibTest/core/double/isInfinite_A01_t02.dart
index b1e1511..e90d38e 100644
--- a/LibTest/core/double/isInfinite_A01_t02.dart
+++ b/LibTest/core/double/isInfinite_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isInfinite
  * @description Checks non infinite double values.
diff --git a/LibTest/core/double/isInfinite_A01_t03.dart b/LibTest/core/double/isInfinite_A01_t03.dart
index 1290725..6ffda96 100644
--- a/LibTest/core/double/isInfinite_A01_t03.dart
+++ b/LibTest/core/double/isInfinite_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isInfinite
  * @description Checks that some operations with Infinity results to Infinity
diff --git a/LibTest/core/double/isNaN_A01_t01.dart b/LibTest/core/double/isNaN_A01_t01.dart
index 396a136..49fa6b2 100644
--- a/LibTest/core/double/isNaN_A01_t01.dart
+++ b/LibTest/core/double/isNaN_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNaN
  * @description Checks that 0 / 0 is NaN.
diff --git a/LibTest/core/double/isNaN_A01_t02.dart b/LibTest/core/double/isNaN_A01_t02.dart
index a3a44c3..26295e4 100644
--- a/LibTest/core/double/isNaN_A01_t02.dart
+++ b/LibTest/core/double/isNaN_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNaN
  * @description Checks the method on special values.
diff --git a/LibTest/core/double/isNaN_A01_t03.dart b/LibTest/core/double/isNaN_A01_t03.dart
index e9d6a75..9302ed1 100644
--- a/LibTest/core/double/isNaN_A01_t03.dart
+++ b/LibTest/core/double/isNaN_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNaN
  * @description Checks that some operations with NaN results to NaN.
diff --git a/LibTest/core/double/isNegative_A01_t01.dart b/LibTest/core/double/isNegative_A01_t01.dart
index 688b3a5..1a5bb8f 100644
--- a/LibTest/core/double/isNegative_A01_t01.dart
+++ b/LibTest/core/double/isNegative_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNegative
  * @description Checks [:isNegative:] on double special values.
diff --git a/LibTest/core/double/isNegative_A01_t02.dart b/LibTest/core/double/isNegative_A01_t02.dart
index 93d8570..ca8f68a 100644
--- a/LibTest/core/double/isNegative_A01_t02.dart
+++ b/LibTest/core/double/isNegative_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNegative
  * @description Checks bunch of values.
diff --git a/LibTest/core/double/operator_GE_A01_t01.dart b/LibTest/core/double/operator_GE_A01_t01.dart
index b2b662b..7df21f5 100644
--- a/LibTest/core/double/operator_GE_A01_t01.dart
+++ b/LibTest/core/double/operator_GE_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >=(num other)
  * @description Checks operator >= for two doubles (double special values,
diff --git a/LibTest/core/double/operator_GE_A01_t02.dart b/LibTest/core/double/operator_GE_A01_t02.dart
index c9d8073..71f01f0 100644
--- a/LibTest/core/double/operator_GE_A01_t02.dart
+++ b/LibTest/core/double/operator_GE_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >=(num other)
  * @description Checks operator >= when 'other' is of type int.
diff --git a/LibTest/core/double/operator_GE_A01_t03.dart b/LibTest/core/double/operator_GE_A01_t03.dart
index c6df47a..abfc6f0 100644
--- a/LibTest/core/double/operator_GE_A01_t03.dart
+++ b/LibTest/core/double/operator_GE_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >=(num other)
  * @description Checks that if one of the operands is NaN the result is false.
diff --git a/LibTest/core/double/operator_GE_A02_t01.dart b/LibTest/core/double/operator_GE_A02_t01.dart
index 88cf6a0..96a2d65 100644
--- a/LibTest/core/double/operator_GE_A02_t01.dart
+++ b/LibTest/core/double/operator_GE_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >=(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_GE_A02_t02.dart b/LibTest/core/double/operator_GE_A02_t02.dart
index d82f9cb..22ab855 100644
--- a/LibTest/core/double/operator_GE_A02_t02.dart
+++ b/LibTest/core/double/operator_GE_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion bool operator >=(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_GT_A01_t01.dart b/LibTest/core/double/operator_GT_A01_t01.dart
index 6019e50..0582825 100644
--- a/LibTest/core/double/operator_GT_A01_t01.dart
+++ b/LibTest/core/double/operator_GT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >(num other)
  * @description Checks operator > for two doubles (double special values,
diff --git a/LibTest/core/double/operator_GT_A01_t02.dart b/LibTest/core/double/operator_GT_A01_t02.dart
index c274929..136f2d6 100644
--- a/LibTest/core/double/operator_GT_A01_t02.dart
+++ b/LibTest/core/double/operator_GT_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >(num other)
  * @description Checks operator > when 'other' is of type int.
diff --git a/LibTest/core/double/operator_GT_A01_t03.dart b/LibTest/core/double/operator_GT_A01_t03.dart
index 8bda26e..f829431 100644
--- a/LibTest/core/double/operator_GT_A01_t03.dart
+++ b/LibTest/core/double/operator_GT_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >(num other)
  * @description Checks that if one of the operands is NaN the result is false.
diff --git a/LibTest/core/double/operator_GT_A01_t04.dart b/LibTest/core/double/operator_GT_A01_t04.dart
index e590126..67bcf5a 100644
--- a/LibTest/core/double/operator_GT_A01_t04.dart
+++ b/LibTest/core/double/operator_GT_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >(num other)
  * @description Checks .0 and -.0.
diff --git a/LibTest/core/double/operator_GT_A02_t01.dart b/LibTest/core/double/operator_GT_A02_t01.dart
index f1d6f62..4696aa2 100644
--- a/LibTest/core/double/operator_GT_A02_t01.dart
+++ b/LibTest/core/double/operator_GT_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator >(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_GT_A02_t02.dart b/LibTest/core/double/operator_GT_A02_t02.dart
index 3f28e3c..d519acc 100644
--- a/LibTest/core/double/operator_GT_A02_t02.dart
+++ b/LibTest/core/double/operator_GT_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion bool operator >(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_LE_A01_t01.dart b/LibTest/core/double/operator_LE_A01_t01.dart
index e0db538..d50abfc 100644
--- a/LibTest/core/double/operator_LE_A01_t01.dart
+++ b/LibTest/core/double/operator_LE_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(num other)
  * @description Checks operator <= for two doubles (double special values,
diff --git a/LibTest/core/double/operator_LE_A01_t02.dart b/LibTest/core/double/operator_LE_A01_t02.dart
index 0e2c43a..6e17586 100644
--- a/LibTest/core/double/operator_LE_A01_t02.dart
+++ b/LibTest/core/double/operator_LE_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(num other)
  * @description Checks operator <= when 'other' is of type int.
diff --git a/LibTest/core/double/operator_LE_A01_t03.dart b/LibTest/core/double/operator_LE_A01_t03.dart
index 82d8a62..19b429e 100644
--- a/LibTest/core/double/operator_LE_A01_t03.dart
+++ b/LibTest/core/double/operator_LE_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(num other)
  * @description Checks that if one of the operands is NaN the result is false.
diff --git a/LibTest/core/double/operator_LE_A02_t01.dart b/LibTest/core/double/operator_LE_A02_t01.dart
index 7798920..c99bc72 100644
--- a/LibTest/core/double/operator_LE_A02_t01.dart
+++ b/LibTest/core/double/operator_LE_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <=(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_LE_A02_t02.dart b/LibTest/core/double/operator_LE_A02_t02.dart
index c7436af..4c66b2a 100644
--- a/LibTest/core/double/operator_LE_A02_t02.dart
+++ b/LibTest/core/double/operator_LE_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion bool operator <=(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_LT_A01_t01.dart b/LibTest/core/double/operator_LT_A01_t01.dart
index d281312..7b005bf 100644
--- a/LibTest/core/double/operator_LT_A01_t01.dart
+++ b/LibTest/core/double/operator_LT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * @description Checks operator < for two doubles (double special values,
diff --git a/LibTest/core/double/operator_LT_A01_t02.dart b/LibTest/core/double/operator_LT_A01_t02.dart
index 2faa2f8..2a37008 100644
--- a/LibTest/core/double/operator_LT_A01_t02.dart
+++ b/LibTest/core/double/operator_LT_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * @description Checks operator < when 'other' is of type int.
diff --git a/LibTest/core/double/operator_LT_A01_t03.dart b/LibTest/core/double/operator_LT_A01_t03.dart
index eae3ae4..9a8f765 100644
--- a/LibTest/core/double/operator_LT_A01_t03.dart
+++ b/LibTest/core/double/operator_LT_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * @description Checks that if one of the operands is NaN the result is false.
diff --git a/LibTest/core/double/operator_LT_A01_t04.dart b/LibTest/core/double/operator_LT_A01_t04.dart
index 93b8eb2..0420973 100644
--- a/LibTest/core/double/operator_LT_A01_t04.dart
+++ b/LibTest/core/double/operator_LT_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * @description Checks .0 and -.0.
diff --git a/LibTest/core/double/operator_LT_A02_t01.dart b/LibTest/core/double/operator_LT_A02_t01.dart
index 1bd4dce..5944f58 100644
--- a/LibTest/core/double/operator_LT_A02_t01.dart
+++ b/LibTest/core/double/operator_LT_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_LT_A02_t02.dart b/LibTest/core/double/operator_LT_A02_t02.dart
index e57a55a..ae6031a 100644
--- a/LibTest/core/double/operator_LT_A02_t02.dart
+++ b/LibTest/core/double/operator_LT_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion bool operator <(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_addition_A01_t01.dart b/LibTest/core/double/operator_addition_A01_t01.dart
index 94604bc..30b1ebf 100644
--- a/LibTest/core/double/operator_addition_A01_t01.dart
+++ b/LibTest/core/double/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that if one of the operands is a NaN the result is a NaN.
diff --git a/LibTest/core/double/operator_addition_A01_t02.dart b/LibTest/core/double/operator_addition_A01_t02.dart
index 4170db5..51b2351 100644
--- a/LibTest/core/double/operator_addition_A01_t02.dart
+++ b/LibTest/core/double/operator_addition_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that if one operand is a finite double and other is a
diff --git a/LibTest/core/double/operator_addition_A01_t03.dart b/LibTest/core/double/operator_addition_A01_t03.dart
index f1000b4..c9c8ed5 100644
--- a/LibTest/core/double/operator_addition_A01_t03.dart
+++ b/LibTest/core/double/operator_addition_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that if both operands are positive infinity the result
diff --git a/LibTest/core/double/operator_addition_A01_t04.dart b/LibTest/core/double/operator_addition_A01_t04.dart
index efe77ca..656dfb2 100644
--- a/LibTest/core/double/operator_addition_A01_t04.dart
+++ b/LibTest/core/double/operator_addition_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that if one operand is a positive infinity and the other
diff --git a/LibTest/core/double/operator_addition_A01_t05.dart b/LibTest/core/double/operator_addition_A01_t05.dart
index 3c08d6b..70b6479 100644
--- a/LibTest/core/double/operator_addition_A01_t05.dart
+++ b/LibTest/core/double/operator_addition_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that when the 'other' is less than spacing the result
diff --git a/LibTest/core/double/operator_addition_A01_t06.dart b/LibTest/core/double/operator_addition_A01_t06.dart
index 9f0044e..c33fc8d 100644
--- a/LibTest/core/double/operator_addition_A01_t06.dart
+++ b/LibTest/core/double/operator_addition_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks that if the actual result is greater than MAX_DOUBLE or
diff --git a/LibTest/core/double/operator_addition_A01_t07.dart b/LibTest/core/double/operator_addition_A01_t07.dart
index a40ddb2..965470c 100644
--- a/LibTest/core/double/operator_addition_A01_t07.dart
+++ b/LibTest/core/double/operator_addition_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks the operator with a 0.0 and -0.0.
diff --git a/LibTest/core/double/operator_addition_A01_t08.dart b/LibTest/core/double/operator_addition_A01_t08.dart
index c8a57ef..a1b8cc7 100644
--- a/LibTest/core/double/operator_addition_A01_t08.dart
+++ b/LibTest/core/double/operator_addition_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * @description Checks on a various values witch neither an infinity, nor a NaN,
diff --git a/LibTest/core/double/operator_addition_A02_t01.dart b/LibTest/core/double/operator_addition_A02_t01.dart
index 8ef33f0..b157c6a 100644
--- a/LibTest/core/double/operator_addition_A02_t01.dart
+++ b/LibTest/core/double/operator_addition_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator +(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_addition_A02_t02.dart b/LibTest/core/double/operator_addition_A02_t02.dart
index 928aea6..0ba2b47 100644
--- a/LibTest/core/double/operator_addition_A02_t02.dart
+++ b/LibTest/core/double/operator_addition_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion double operator +(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_division_A01_t01.dart b/LibTest/core/double/operator_division_A01_t01.dart
index 70efa10..38da25f 100644
--- a/LibTest/core/double/operator_division_A01_t01.dart
+++ b/LibTest/core/double/operator_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if one of the operands is a NaN the result is a NaN.
diff --git a/LibTest/core/double/operator_division_A01_t02.dart b/LibTest/core/double/operator_division_A01_t02.dart
index 3029f52..592aded 100644
--- a/LibTest/core/double/operator_division_A01_t02.dart
+++ b/LibTest/core/double/operator_division_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if 'this' is a finite double and 'other' is an
diff --git a/LibTest/core/double/operator_division_A01_t03.dart b/LibTest/core/double/operator_division_A01_t03.dart
index 09a3e80..e4dc3a6 100644
--- a/LibTest/core/double/operator_division_A01_t03.dart
+++ b/LibTest/core/double/operator_division_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if 'this' is an infinite double and 'other' is
diff --git a/LibTest/core/double/operator_division_A01_t04.dart b/LibTest/core/double/operator_division_A01_t04.dart
index 610dd4b..98d72d8 100644
--- a/LibTest/core/double/operator_division_A01_t04.dart
+++ b/LibTest/core/double/operator_division_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if both operands are infinite the result is a NaN.
diff --git a/LibTest/core/double/operator_division_A01_t05.dart b/LibTest/core/double/operator_division_A01_t05.dart
index c5a8bbe..e22bc52 100644
--- a/LibTest/core/double/operator_division_A01_t05.dart
+++ b/LibTest/core/double/operator_division_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if passed argument is a zero and 'this' is nonzero
diff --git a/LibTest/core/double/operator_division_A01_t06.dart b/LibTest/core/double/operator_division_A01_t06.dart
index 588593a..bc543c6 100644
--- a/LibTest/core/double/operator_division_A01_t06.dart
+++ b/LibTest/core/double/operator_division_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if both operands are zero the result is NaN.
diff --git a/LibTest/core/double/operator_division_A01_t07.dart b/LibTest/core/double/operator_division_A01_t07.dart
index 3c3f135..c307e79 100644
--- a/LibTest/core/double/operator_division_A01_t07.dart
+++ b/LibTest/core/double/operator_division_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if 'this' is a zero and [other] is a finite number
diff --git a/LibTest/core/double/operator_division_A01_t08.dart b/LibTest/core/double/operator_division_A01_t08.dart
index 0dd85e6..df74cc7 100644
--- a/LibTest/core/double/operator_division_A01_t08.dart
+++ b/LibTest/core/double/operator_division_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks the operator if [other] is 1 or -1
diff --git a/LibTest/core/double/operator_division_A01_t09.dart b/LibTest/core/double/operator_division_A01_t09.dart
index a6b7059..decd997 100644
--- a/LibTest/core/double/operator_division_A01_t09.dart
+++ b/LibTest/core/double/operator_division_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if the actual result is greater than MAX_DOUBLE or
diff --git a/LibTest/core/double/operator_division_A01_t10.dart b/LibTest/core/double/operator_division_A01_t10.dart
index 360ebe3..a339a28 100644
--- a/LibTest/core/double/operator_division_A01_t10.dart
+++ b/LibTest/core/double/operator_division_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if the magnitude is too small to represent, the
diff --git a/LibTest/core/double/operator_division_A01_t11.dart b/LibTest/core/double/operator_division_A01_t11.dart
index 6527473..fd50401 100644
--- a/LibTest/core/double/operator_division_A01_t11.dart
+++ b/LibTest/core/double/operator_division_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks that if operands are finite non-zero numbers and have the
diff --git a/LibTest/core/double/operator_division_A01_t12.dart b/LibTest/core/double/operator_division_A01_t12.dart
index 0d50e28..6612290 100644
--- a/LibTest/core/double/operator_division_A01_t12.dart
+++ b/LibTest/core/double/operator_division_A01_t12.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * @description Checks on a various values witch neither an infinity, nor a NaN,
diff --git a/LibTest/core/double/operator_division_A02_t01.dart b/LibTest/core/double/operator_division_A02_t01.dart
index 60a1a40..8b23e49 100644
--- a/LibTest/core/double/operator_division_A02_t01.dart
+++ b/LibTest/core/double/operator_division_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator /(num other)
  * Throws [Error] if [other] is set to [:null:].
diff --git a/LibTest/core/double/operator_division_A02_t02.dart b/LibTest/core/double/operator_division_A02_t02.dart
index 778facd..c93a447 100644
--- a/LibTest/core/double/operator_division_A02_t02.dart
+++ b/LibTest/core/double/operator_division_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion bool operator /(num other)
  * Throws [Error] if [other] is statically [:null:].
diff --git a/LibTest/core/double/operator_multiplication_A01_t01.dart b/LibTest/core/double/operator_multiplication_A01_t01.dart
index 9b6beda..8707f26 100644
--- a/LibTest/core/double/operator_multiplication_A01_t01.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if one of the operands is a NaN the result is a NaN.
diff --git a/LibTest/core/double/operator_multiplication_A01_t02.dart b/LibTest/core/double/operator_multiplication_A01_t02.dart
index 2bbf7ff..6929ae4 100644
--- a/LibTest/core/double/operator_multiplication_A01_t02.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if one operand is a finite nonzero double and other
diff --git a/LibTest/core/double/operator_multiplication_A01_t03.dart b/LibTest/core/double/operator_multiplication_A01_t03.dart
index 0660a82..97af288 100644
--- a/LibTest/core/double/operator_multiplication_A01_t03.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if one of the operands is a zero and the other is 
diff --git a/LibTest/core/double/operator_multiplication_A01_t04.dart b/LibTest/core/double/operator_multiplication_A01_t04.dart
index 31135ab..11d9db2 100644
--- a/LibTest/core/double/operator_multiplication_A01_t04.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if both operands are infinite the result is infinity
diff --git a/LibTest/core/double/operator_multiplication_A01_t05.dart b/LibTest/core/double/operator_multiplication_A01_t05.dart
index f6bfaaa..79d9bc3 100644
--- a/LibTest/core/double/operator_multiplication_A01_t05.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if the actual result is greater than MAX_DOUBLE or
diff --git a/LibTest/core/double/operator_multiplication_A01_t06.dart b/LibTest/core/double/operator_multiplication_A01_t06.dart
index dae4c3f..384e157 100644
--- a/LibTest/core/double/operator_multiplication_A01_t06.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if one of the operands is a zero and other is a
diff --git a/LibTest/core/double/operator_multiplication_A01_t07.dart b/LibTest/core/double/operator_multiplication_A01_t07.dart
index adc9200..620685f 100644
--- a/LibTest/core/double/operator_multiplication_A01_t07.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks that if the magnitude is too small to represent, the
diff --git a/LibTest/core/double/operator_multiplication_A01_t08.dart b/LibTest/core/double/operator_multiplication_A01_t08.dart
index c1d9a8a..d06b74a 100644
--- a/LibTest/core/double/operator_multiplication_A01_t08.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks the operator when one of the operators is 1 or -1
diff --git a/LibTest/core/double/operator_multiplication_A01_t09.dart b/LibTest/core/double/operator_multiplication_A01_t09.dart
index a1680b6..e63dc26 100644
--- a/LibTest/core/double/operator_multiplication_A01_t09.dart
+++ b/LibTest/core/double/operator_multiplication_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * @description Checks on a various values witch neither an infinity, nor a NaN,
diff --git a/LibTest/core/double/operator_multiplication_A02_t01.dart b/LibTest/core/double/operator_multiplication_A02_t01.dart
index a9cd05e..33fbd67 100644
--- a/LibTest/core/double/operator_multiplication_A02_t01.dart
+++ b/LibTest/core/double/operator_multiplication_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator *(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_multiplication_A02_t02.dart b/LibTest/core/double/operator_multiplication_A02_t02.dart
index 8679633..ad9c18d 100644
--- a/LibTest/core/double/operator_multiplication_A02_t02.dart
+++ b/LibTest/core/double/operator_multiplication_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion double operator *(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_remainder_A01_t01.dart b/LibTest/core/double/operator_remainder_A01_t01.dart
index a510621..37a9942 100644
--- a/LibTest/core/double/operator_remainder_A01_t01.dart
+++ b/LibTest/core/double/operator_remainder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that operator % returns non-negative remainder regardless
diff --git a/LibTest/core/double/operator_remainder_A01_t02.dart b/LibTest/core/double/operator_remainder_A01_t02.dart
index ab8d9cb..69fc228 100644
--- a/LibTest/core/double/operator_remainder_A01_t02.dart
+++ b/LibTest/core/double/operator_remainder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that if one of the operands is a NaN the result is NaN.
diff --git a/LibTest/core/double/operator_remainder_A01_t03.dart b/LibTest/core/double/operator_remainder_A01_t03.dart
index 0170972..78519d8 100644
--- a/LibTest/core/double/operator_remainder_A01_t03.dart
+++ b/LibTest/core/double/operator_remainder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that if the dividend is infinite the result is a NaN.
diff --git a/LibTest/core/double/operator_remainder_A01_t04.dart b/LibTest/core/double/operator_remainder_A01_t04.dart
index e8fb122..badb390 100644
--- a/LibTest/core/double/operator_remainder_A01_t04.dart
+++ b/LibTest/core/double/operator_remainder_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that if the divisor is infinite and the dividend is a
diff --git a/LibTest/core/double/operator_remainder_A01_t05.dart b/LibTest/core/double/operator_remainder_A01_t05.dart
index e69f58e..09977cb 100644
--- a/LibTest/core/double/operator_remainder_A01_t05.dart
+++ b/LibTest/core/double/operator_remainder_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that if the divisor is zero the result is NaN.
diff --git a/LibTest/core/double/operator_remainder_A01_t06.dart b/LibTest/core/double/operator_remainder_A01_t06.dart
index a101575..af0fc35 100644
--- a/LibTest/core/double/operator_remainder_A01_t06.dart
+++ b/LibTest/core/double/operator_remainder_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks that if [:this:] is a zero the result is a zero.
diff --git a/LibTest/core/double/operator_remainder_A01_t07.dart b/LibTest/core/double/operator_remainder_A01_t07.dart
index 95eb5ff..17d39c0 100644
--- a/LibTest/core/double/operator_remainder_A01_t07.dart
+++ b/LibTest/core/double/operator_remainder_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * @description Checks on values that is neither an infinity, nor a zero, nor
diff --git a/LibTest/core/double/operator_remainder_A02_t01.dart b/LibTest/core/double/operator_remainder_A02_t01.dart
index d7abd19..eb14278 100644
--- a/LibTest/core/double/operator_remainder_A02_t01.dart
+++ b/LibTest/core/double/operator_remainder_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator %(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_remainder_A02_t02.dart b/LibTest/core/double/operator_remainder_A02_t02.dart
index 96ef9a7..fece488 100644
--- a/LibTest/core/double/operator_remainder_A02_t02.dart
+++ b/LibTest/core/double/operator_remainder_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion double operator %(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_subtraction_A01_t01.dart b/LibTest/core/double/operator_subtraction_A01_t01.dart
index cad2787..d373608 100644
--- a/LibTest/core/double/operator_subtraction_A01_t01.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that if one of the operands is a NaN the result is a NaN.
diff --git a/LibTest/core/double/operator_subtraction_A01_t02.dart b/LibTest/core/double/operator_subtraction_A01_t02.dart
index e6a4085..50f0925 100644
--- a/LibTest/core/double/operator_subtraction_A01_t02.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks the result when one operand is infinite and other 
diff --git a/LibTest/core/double/operator_subtraction_A01_t03.dart b/LibTest/core/double/operator_subtraction_A01_t03.dart
index 3083f1f..4b78f1c 100644
--- a/LibTest/core/double/operator_subtraction_A01_t03.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that if both operands are positive infinity or both
diff --git a/LibTest/core/double/operator_subtraction_A01_t04.dart b/LibTest/core/double/operator_subtraction_A01_t04.dart
index 646a255..7cdd6e7 100644
--- a/LibTest/core/double/operator_subtraction_A01_t04.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that if 'this' is positive infinity and 'other' is
diff --git a/LibTest/core/double/operator_subtraction_A01_t05.dart b/LibTest/core/double/operator_subtraction_A01_t05.dart
index 39fcd42..980f0da 100644
--- a/LibTest/core/double/operator_subtraction_A01_t05.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that when the 'other' is less than spacing the result
diff --git a/LibTest/core/double/operator_subtraction_A01_t06.dart b/LibTest/core/double/operator_subtraction_A01_t06.dart
index f82af8d..8f42f6e 100644
--- a/LibTest/core/double/operator_subtraction_A01_t06.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that if the actual result is greater than MAX_DOUBLE or
diff --git a/LibTest/core/double/operator_subtraction_A01_t07.dart b/LibTest/core/double/operator_subtraction_A01_t07.dart
index ecd1eb5..2ee5613 100644
--- a/LibTest/core/double/operator_subtraction_A01_t07.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks that if 'this' and [other] are finite and equals the
diff --git a/LibTest/core/double/operator_subtraction_A01_t08.dart b/LibTest/core/double/operator_subtraction_A01_t08.dart
index ba32c31..f2384d5 100644
--- a/LibTest/core/double/operator_subtraction_A01_t08.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks the operator with a zero
diff --git a/LibTest/core/double/operator_subtraction_A01_t09.dart b/LibTest/core/double/operator_subtraction_A01_t09.dart
index d6edd48..3c826ce 100644
--- a/LibTest/core/double/operator_subtraction_A01_t09.dart
+++ b/LibTest/core/double/operator_subtraction_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * @description Checks on a various values witch neither an infinity, nor a NaN,
diff --git a/LibTest/core/double/operator_subtraction_A02_t01.dart b/LibTest/core/double/operator_subtraction_A02_t01.dart
index 7708c6b..135ad3c 100644
--- a/LibTest/core/double/operator_subtraction_A02_t01.dart
+++ b/LibTest/core/double/operator_subtraction_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator -(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_subtraction_A02_t02.dart b/LibTest/core/double/operator_subtraction_A02_t02.dart
index e355cb7..72da9a5 100644
--- a/LibTest/core/double/operator_subtraction_A02_t02.dart
+++ b/LibTest/core/double/operator_subtraction_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion double operator -(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_truncating_division_A01_t01.dart b/LibTest/core/double/operator_truncating_division_A01_t01.dart
index 7f296c9..710ad66 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t01.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if one of the operands is a NaN the result is an error.
diff --git a/LibTest/core/double/operator_truncating_division_A01_t02.dart b/LibTest/core/double/operator_truncating_division_A01_t02.dart
index 88b18a6..921205c 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t02.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if 'this' is a finite double and 'other' is an
diff --git a/LibTest/core/double/operator_truncating_division_A01_t03.dart b/LibTest/core/double/operator_truncating_division_A01_t03.dart
index c76ee03..b0f8fd3 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t03.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if 'this' is an infinite double and 'other' is
diff --git a/LibTest/core/double/operator_truncating_division_A01_t04.dart b/LibTest/core/double/operator_truncating_division_A01_t04.dart
index 1a191b1..3e2af84 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t04.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if both operands are infinite the result is an error
diff --git a/LibTest/core/double/operator_truncating_division_A01_t05.dart b/LibTest/core/double/operator_truncating_division_A01_t05.dart
index 1071cc5..15bef3b 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t05.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if passed argument is a zero and 'this' is nonzero
diff --git a/LibTest/core/double/operator_truncating_division_A01_t06.dart b/LibTest/core/double/operator_truncating_division_A01_t06.dart
index 46757e1..9169039 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t06.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if both operands are zero the result is an error.
diff --git a/LibTest/core/double/operator_truncating_division_A01_t07.dart b/LibTest/core/double/operator_truncating_division_A01_t07.dart
index 422f9b6..c1ec899 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t07.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Performs returned value checks on a bunch of values.
diff --git a/LibTest/core/double/operator_truncating_division_A01_t08.dart b/LibTest/core/double/operator_truncating_division_A01_t08.dart
index 3918835..50cd3d7 100644
--- a/LibTest/core/double/operator_truncating_division_A01_t08.dart
+++ b/LibTest/core/double/operator_truncating_division_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * @description Checks that if 'this' is a zero and [other] is nonzero
diff --git a/LibTest/core/double/operator_truncating_division_A02_t01.dart b/LibTest/core/double/operator_truncating_division_A02_t01.dart
index 69d07d0..bb0901a 100644
--- a/LibTest/core/double/operator_truncating_division_A02_t01.dart
+++ b/LibTest/core/double/operator_truncating_division_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_truncating_division_A02_t02.dart b/LibTest/core/double/operator_truncating_division_A02_t02.dart
index bbca3b7..ba03bd3 100644
--- a/LibTest/core/double/operator_truncating_division_A02_t02.dart
+++ b/LibTest/core/double/operator_truncating_division_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/operator_unary_minus_A01_t01.dart b/LibTest/core/double/operator_unary_minus_A01_t01.dart
index dbc4b33..1e9d77b 100644
--- a/LibTest/core/double/operator_unary_minus_A01_t01.dart
+++ b/LibTest/core/double/operator_unary_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator unary-()
  * @description Checks [:unary-():] on a bunch of values.
diff --git a/LibTest/core/double/operator_unary_minus_A01_t02.dart b/LibTest/core/double/operator_unary_minus_A01_t02.dart
index 0a1190d..af7f93f 100644
--- a/LibTest/core/double/operator_unary_minus_A01_t02.dart
+++ b/LibTest/core/double/operator_unary_minus_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator unary-()
  * @description Checks [:unary-():] on a NaN.
diff --git a/LibTest/core/double/operator_unary_minus_A01_t03.dart b/LibTest/core/double/operator_unary_minus_A01_t03.dart
index 3456cce..a49be17 100644
--- a/LibTest/core/double/operator_unary_minus_A01_t03.dart
+++ b/LibTest/core/double/operator_unary_minus_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator unary-()
  * @description Checks [:unary-():] on a infinity.
diff --git a/LibTest/core/double/operator_unary_minus_A01_t04.dart b/LibTest/core/double/operator_unary_minus_A01_t04.dart
index 9f6cf7e..ce72fa9 100644
--- a/LibTest/core/double/operator_unary_minus_A01_t04.dart
+++ b/LibTest/core/double/operator_unary_minus_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator unary-()
  * @description Checks that [:unary-():] does not alter the object it was
diff --git a/LibTest/core/double/parse_A01_t01.dart b/LibTest/core/double/parse_A01_t01.dart
index a8d7fda..c07fede 100644
--- a/LibTest/core/double/parse_A01_t01.dart
+++ b/LibTest/core/double/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double parse(String source, [double handleError(String source)])
  * Parse source as an double literal and return its value.
diff --git a/LibTest/core/double/parse_A02_t01.dart b/LibTest/core/double/parse_A02_t01.dart
index b61af57..96ea95b 100644
--- a/LibTest/core/double/parse_A02_t01.dart
+++ b/LibTest/core/double/parse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double parse(String source)
  * Throws a FormatException if source is not a valid double literal. 
diff --git a/LibTest/core/double/remainder_A01_t01.dart b/LibTest/core/double/remainder_A01_t01.dart
index e16ade2..5a6f29a 100644
--- a/LibTest/core/double/remainder_A01_t01.dart
+++ b/LibTest/core/double/remainder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that remainder value sign follows the sign of the
diff --git a/LibTest/core/double/remainder_A01_t02.dart b/LibTest/core/double/remainder_A01_t02.dart
index 241d8ee..5a8f01e 100644
--- a/LibTest/core/double/remainder_A01_t02.dart
+++ b/LibTest/core/double/remainder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that if either 'this' or 'other' is a NaN the result is a
diff --git a/LibTest/core/double/remainder_A01_t03.dart b/LibTest/core/double/remainder_A01_t03.dart
index 6f705d5..6cb965b 100644
--- a/LibTest/core/double/remainder_A01_t03.dart
+++ b/LibTest/core/double/remainder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that if 'this' is infinite the result is a NaN.
diff --git a/LibTest/core/double/remainder_A01_t04.dart b/LibTest/core/double/remainder_A01_t04.dart
index a8b57a4..ec5f17f 100644
--- a/LibTest/core/double/remainder_A01_t04.dart
+++ b/LibTest/core/double/remainder_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that if 'other' is infinite and 'this' is a
diff --git a/LibTest/core/double/remainder_A01_t05.dart b/LibTest/core/double/remainder_A01_t05.dart
index 8ad85a9..52ffe31 100644
--- a/LibTest/core/double/remainder_A01_t05.dart
+++ b/LibTest/core/double/remainder_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that if 'other' is zero the result is NaN.
diff --git a/LibTest/core/double/remainder_A01_t06.dart b/LibTest/core/double/remainder_A01_t06.dart
index 07c40fc..369be9a 100644
--- a/LibTest/core/double/remainder_A01_t06.dart
+++ b/LibTest/core/double/remainder_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks that if [:this:] is a zero the result is a zero.
diff --git a/LibTest/core/double/remainder_A01_t07.dart b/LibTest/core/double/remainder_A01_t07.dart
index 5c94615..f966037 100644
--- a/LibTest/core/double/remainder_A01_t07.dart
+++ b/LibTest/core/double/remainder_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * @description Checks on values that is neither an infinity, nor a zero,
diff --git a/LibTest/core/double/remainder_A02_t01.dart b/LibTest/core/double/remainder_A02_t01.dart
index 738ac3a..749f427 100644
--- a/LibTest/core/double/remainder_A02_t01.dart
+++ b/LibTest/core/double/remainder_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double remainder(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/remainder_A02_t02.dart b/LibTest/core/double/remainder_A02_t02.dart
index 54eb160..3136044 100644
--- a/LibTest/core/double/remainder_A02_t02.dart
+++ b/LibTest/core/double/remainder_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion double remainder(num other)
  * Throws [Error] if [other] is [:null:].
diff --git a/LibTest/core/double/roundToDouble_A01_t01.dart b/LibTest/core/double/roundToDouble_A01_t01.dart
index c381505..457bc97 100644
--- a/LibTest/core/double/roundToDouble_A01_t01.dart
+++ b/LibTest/core/double/roundToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * Returns the integer value, as a double, closest to this.
diff --git a/LibTest/core/double/roundToDouble_A01_t02.dart b/LibTest/core/double/roundToDouble_A01_t02.dart
index 4b5fa77..6113c43 100644
--- a/LibTest/core/double/roundToDouble_A01_t02.dart
+++ b/LibTest/core/double/roundToDouble_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * Returns the integer value, as a double, closest to this.
diff --git a/LibTest/core/double/roundToDouble_A01_t03.dart b/LibTest/core/double/roundToDouble_A01_t03.dart
index 12b72fc..7574a05 100644
--- a/LibTest/core/double/roundToDouble_A01_t03.dart
+++ b/LibTest/core/double/roundToDouble_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * Returns the integer value, as a double, closest to this.
diff --git a/LibTest/core/double/roundToDouble_A01_t04.dart b/LibTest/core/double/roundToDouble_A01_t04.dart
index 6d5625e..1ac0752 100644
--- a/LibTest/core/double/roundToDouble_A01_t04.dart
+++ b/LibTest/core/double/roundToDouble_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * Returns the integer value, as a double, closest to this.
diff --git a/LibTest/core/double/roundToDouble_A02_t01.dart b/LibTest/core/double/roundToDouble_A02_t01.dart
index a2ec0a2..d401051 100644
--- a/LibTest/core/double/roundToDouble_A02_t01.dart
+++ b/LibTest/core/double/roundToDouble_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/roundToDouble_A02_t02.dart b/LibTest/core/double/roundToDouble_A02_t02.dart
index 7ad2f5a..96b9c84 100644
--- a/LibTest/core/double/roundToDouble_A02_t02.dart
+++ b/LibTest/core/double/roundToDouble_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract double roundToDouble()
  * If this is not finite (NaN or infinity), returns this object unchanged.
diff --git a/LibTest/core/double/round_A01_t01.dart b/LibTest/core/double/round_A01_t01.dart
index 642b1cc..c912658 100644
--- a/LibTest/core/double/round_A01_t01.dart
+++ b/LibTest/core/double/round_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * Returns the integer closest to this.
diff --git a/LibTest/core/double/round_A01_t02.dart b/LibTest/core/double/round_A01_t02.dart
index c173b13..f147210 100644
--- a/LibTest/core/double/round_A01_t02.dart
+++ b/LibTest/core/double/round_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * Returns the integer closest to this.
diff --git a/LibTest/core/double/round_A01_t03.dart b/LibTest/core/double/round_A01_t03.dart
index 6bf711f..6a4fb3b 100644
--- a/LibTest/core/double/round_A01_t03.dart
+++ b/LibTest/core/double/round_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * Returns the integer closest to this.
diff --git a/LibTest/core/double/round_A01_t04.dart b/LibTest/core/double/round_A01_t04.dart
index 6bbd10e..e4e1fc9 100644
--- a/LibTest/core/double/round_A01_t04.dart
+++ b/LibTest/core/double/round_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * Returns the integer closest to this.
diff --git a/LibTest/core/double/round_A02_t01.dart b/LibTest/core/double/round_A02_t01.dart
index 39dd5d8..5e94049 100644
--- a/LibTest/core/double/round_A02_t01.dart
+++ b/LibTest/core/double/round_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/round_A02_t02.dart b/LibTest/core/double/round_A02_t02.dart
index ee25da6..fab779e 100644
--- a/LibTest/core/double/round_A02_t02.dart
+++ b/LibTest/core/double/round_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract int round()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/toDouble_A01_t01.dart b/LibTest/core/double/toDouble_A01_t01.dart
index b6f9e10..a13219f 100644
--- a/LibTest/core/double/toDouble_A01_t01.dart
+++ b/LibTest/core/double/toDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double toDouble()
  * @description Checks that [:toDouble():] returns the exact value on bunch of
diff --git a/LibTest/core/double/toDouble_A01_t02.dart b/LibTest/core/double/toDouble_A01_t02.dart
index f12039a..341baad 100644
--- a/LibTest/core/double/toDouble_A01_t02.dart
+++ b/LibTest/core/double/toDouble_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double toDouble()
  * @description Checks [:toDouble():] on special values.
diff --git a/LibTest/core/double/toDouble_A01_t03.dart b/LibTest/core/double/toDouble_A01_t03.dart
index b39322d..cf8a703 100644
--- a/LibTest/core/double/toDouble_A01_t03.dart
+++ b/LibTest/core/double/toDouble_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double toDouble()
  * @description Checks that [:toDouble():] returns the exact value on a values
diff --git a/LibTest/core/double/toInt_A01_t01.dart b/LibTest/core/double/toInt_A01_t01.dart
index 1b5c185..722b206 100644
--- a/LibTest/core/double/toInt_A01_t01.dart
+++ b/LibTest/core/double/toInt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks [:toInt():] on a bunch of values.
diff --git a/LibTest/core/double/toInt_A01_t02.dart b/LibTest/core/double/toInt_A01_t02.dart
index 517a0c9..965315b 100644
--- a/LibTest/core/double/toInt_A01_t02.dart
+++ b/LibTest/core/double/toInt_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks [:toInt():] on special values.
diff --git a/LibTest/core/double/toInt_A01_t03.dart b/LibTest/core/double/toInt_A01_t03.dart
index 3ce3052..6f076ba 100644
--- a/LibTest/core/double/toInt_A01_t03.dart
+++ b/LibTest/core/double/toInt_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks that [:toInt():] throws some error or exception when
diff --git a/LibTest/core/double/toInt_A01_t04.dart b/LibTest/core/double/toInt_A01_t04.dart
index b0b7913..6c08a8a 100644
--- a/LibTest/core/double/toInt_A01_t04.dart
+++ b/LibTest/core/double/toInt_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks that [:toInt():] throws an error or exception when called
diff --git a/LibTest/core/double/toInt_A01_t05.dart b/LibTest/core/double/toInt_A01_t05.dart
index 34910a6..9869949 100644
--- a/LibTest/core/double/toInt_A01_t05.dart
+++ b/LibTest/core/double/toInt_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks [:toInt():] on values already equal to a math integer.
diff --git a/LibTest/core/double/toInt_A01_t06.dart b/LibTest/core/double/toInt_A01_t06.dart
index ce7108a..dca8d63 100644
--- a/LibTest/core/double/toInt_A01_t06.dart
+++ b/LibTest/core/double/toInt_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * @description Checks that [:toInt():] does not change the object.
diff --git a/LibTest/core/double/toStringAsExponential_A01_t01.dart b/LibTest/core/double/toStringAsExponential_A01_t01.dart
index 3ab3b39..f1a427c 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t01.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t01.dart
@@ -1,9 +1,8 @@
 import "../../../Utils/expect.dart";
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks that for a NaN the method returns 'NaN' regardless
diff --git a/LibTest/core/double/toStringAsExponential_A01_t02.dart b/LibTest/core/double/toStringAsExponential_A01_t02.dart
index 816000c..52fe6de 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t02.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t02.dart
@@ -1,9 +1,8 @@
 import "../../../Utils/expect.dart";
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks that for positive and negative infinity the method
diff --git a/LibTest/core/double/toStringAsExponential_A01_t03.dart b/LibTest/core/double/toStringAsExponential_A01_t03.dart
index 746b9a2..d70daa8 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t03.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t03.dart
@@ -1,9 +1,8 @@
 import "../../../Utils/expect.dart";
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks return value for .0 and -.0.
diff --git a/LibTest/core/double/toStringAsExponential_A01_t04.dart b/LibTest/core/double/toStringAsExponential_A01_t04.dart
index 5a8af6c..76a924e 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t04.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t04.dart
@@ -1,9 +1,8 @@
 import "../../../Utils/expect.dart";
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks return values for maximum and minimum doubles.
diff --git a/LibTest/core/double/toStringAsExponential_A01_t05.dart b/LibTest/core/double/toStringAsExponential_A01_t05.dart
index 2cc3335..56faebc 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t05.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t05.dart
@@ -1,9 +1,8 @@
 import "../../../Utils/expect.dart";
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks the method on a set of values.
diff --git a/LibTest/core/double/toStringAsExponential_A01_t06.dart b/LibTest/core/double/toStringAsExponential_A01_t06.dart
index 7525b5d..3e3ac2c 100644
--- a/LibTest/core/double/toStringAsExponential_A01_t06.dart
+++ b/LibTest/core/double/toStringAsExponential_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential(int fractionDigits)
  * @description Checks that if [fractionDigits] is [:null:]
diff --git a/LibTest/core/double/toStringAsExponential_A02_t01.dart b/LibTest/core/double/toStringAsExponential_A02_t01.dart
index 7b5b7e7..43edc94 100644
--- a/LibTest/core/double/toStringAsExponential_A02_t01.dart
+++ b/LibTest/core/double/toStringAsExponential_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsExponential([int fractionDigits])
  * If fractionDigits is given then it must be an integer satisfying: 0 <= fractionDigits <= 20.
diff --git a/LibTest/core/double/toStringAsFixed_A01_t01.dart b/LibTest/core/double/toStringAsFixed_A01_t01.dart
index 4df61de..51677f5 100644
--- a/LibTest/core/double/toStringAsFixed_A01_t01.dart
+++ b/LibTest/core/double/toStringAsFixed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * @description Checks that for a NaN the method returns 'NaN' regardless
diff --git a/LibTest/core/double/toStringAsFixed_A01_t02.dart b/LibTest/core/double/toStringAsFixed_A01_t02.dart
index de23f5f..417c219 100644
--- a/LibTest/core/double/toStringAsFixed_A01_t02.dart
+++ b/LibTest/core/double/toStringAsFixed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * @description Checks that for positive and negative infinity the method
diff --git a/LibTest/core/double/toStringAsFixed_A01_t03.dart b/LibTest/core/double/toStringAsFixed_A01_t03.dart
index 1a43cf2..df96fce 100644
--- a/LibTest/core/double/toStringAsFixed_A01_t03.dart
+++ b/LibTest/core/double/toStringAsFixed_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * @description Checks return value for .0 and -.0.
diff --git a/LibTest/core/double/toStringAsFixed_A01_t04.dart b/LibTest/core/double/toStringAsFixed_A01_t04.dart
index 893e17e..7e8bd84 100644
--- a/LibTest/core/double/toStringAsFixed_A01_t04.dart
+++ b/LibTest/core/double/toStringAsFixed_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * @description Checks that 0.0123456789 and -0.0123456789 are properly rounded
diff --git a/LibTest/core/double/toStringAsFixed_A01_t05.dart b/LibTest/core/double/toStringAsFixed_A01_t05.dart
index 171f19c..4a606d6 100644
--- a/LibTest/core/double/toStringAsFixed_A01_t05.dart
+++ b/LibTest/core/double/toStringAsFixed_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * @description Checks the method on a set of values.
diff --git a/LibTest/core/double/toStringAsFixed_A02_t01.dart b/LibTest/core/double/toStringAsFixed_A02_t01.dart
index df2c451..c802f5a 100644
--- a/LibTest/core/double/toStringAsFixed_A02_t01.dart
+++ b/LibTest/core/double/toStringAsFixed_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * The parameter fractionDigits must be an integer satisfying:
diff --git a/LibTest/core/double/toStringAsFixed_A02_t02.dart b/LibTest/core/double/toStringAsFixed_A02_t02.dart
index ec17a5e..0a4f444 100644
--- a/LibTest/core/double/toStringAsFixed_A02_t02.dart
+++ b/LibTest/core/double/toStringAsFixed_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * The parameter fractionDigits must be an integer satisfying:
diff --git a/LibTest/core/double/toStringAsFixed_A02_t03.dart b/LibTest/core/double/toStringAsFixed_A02_t03.dart
index 30463cd..75faee2 100644
--- a/LibTest/core/double/toStringAsFixed_A02_t03.dart
+++ b/LibTest/core/double/toStringAsFixed_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * The parameter fractionDigits must be an integer satisfying:
diff --git a/LibTest/core/double/toStringAsFixed_A02_t04.dart b/LibTest/core/double/toStringAsFixed_A02_t04.dart
index 410a925..5485a85 100644
--- a/LibTest/core/double/toStringAsFixed_A02_t04.dart
+++ b/LibTest/core/double/toStringAsFixed_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * The parameter fractionDigits must be an integer satisfying:
diff --git a/LibTest/core/double/toStringAsFixed_A03_t01.dart b/LibTest/core/double/toStringAsFixed_A03_t01.dart
index 9fa2413..35736c1 100644
--- a/LibTest/core/double/toStringAsFixed_A03_t01.dart
+++ b/LibTest/core/double/toStringAsFixed_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * Returns a decimal-point string-representation of this.
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t01.dart b/LibTest/core/double/toStringAsPrecision_A01_t01.dart
index 1b23341..8013eb1 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t01.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks that for a NaN the method returns 'NaN' regardless
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t02.dart b/LibTest/core/double/toStringAsPrecision_A01_t02.dart
index fa13867..78b1429 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t02.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks that for positive and negative infinity the method
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t03.dart b/LibTest/core/double/toStringAsPrecision_A01_t03.dart
index e44f352..ceae0b3 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t03.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks return value for .0 and -.0.
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t04.dart b/LibTest/core/double/toStringAsPrecision_A01_t04.dart
index 54115e0..ae86280 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t04.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description  Checks return values for maximum and minimum doubles.
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t05.dart b/LibTest/core/double/toStringAsPrecision_A01_t05.dart
index 6aa6e9b..a75d38e 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t05.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description  Checks the method on a set of values.
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t06.dart b/LibTest/core/double/toStringAsPrecision_A01_t06.dart
index 7e4b88d..e2aa442 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t06.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks that an exception is thrown when [fractionDigit] is
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t07.dart b/LibTest/core/double/toStringAsPrecision_A01_t07.dart
index 401c421..69f5d46 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t07.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks that an exception is thrown when [fractionDigit] is too
diff --git a/LibTest/core/double/toStringAsPrecision_A01_t08.dart b/LibTest/core/double/toStringAsPrecision_A01_t08.dart
index e225261..e6a2ee4 100644
--- a/LibTest/core/double/toStringAsPrecision_A01_t08.dart
+++ b/LibTest/core/double/toStringAsPrecision_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * @description Checks that an exception is thrown when [fractionDigit] is 0.
diff --git a/LibTest/core/double/toStringAsPrecision_A02_t01.dart b/LibTest/core/double/toStringAsPrecision_A02_t01.dart
index add8d98..486218e 100644
--- a/LibTest/core/double/toStringAsPrecision_A02_t01.dart
+++ b/LibTest/core/double/toStringAsPrecision_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * Throws [Error] if [fractionDigits] is null.
diff --git a/LibTest/core/double/toStringAsPrecision_A02_t02.dart b/LibTest/core/double/toStringAsPrecision_A02_t02.dart
index 21447fe..9f600a0 100644
--- a/LibTest/core/double/toStringAsPrecision_A02_t02.dart
+++ b/LibTest/core/double/toStringAsPrecision_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2020, 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.
- */
+// Copyright (c) 2020, 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.
+
  /**
  * @assertion String toStringAsPrecision(int precision)
  * Throws [Error] if [precision] is null.
diff --git a/LibTest/core/double/truncateToDouble_A01_t01.dart b/LibTest/core/double/truncateToDouble_A01_t01.dart
index df3e499..ed077fe 100644
--- a/LibTest/core/double/truncateToDouble_A01_t01.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncateToDouble_A01_t02.dart b/LibTest/core/double/truncateToDouble_A01_t02.dart
index 941f85c..da4c98c 100644
--- a/LibTest/core/double/truncateToDouble_A01_t02.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncateToDouble_A01_t03.dart b/LibTest/core/double/truncateToDouble_A01_t03.dart
index e3a560d..2448aa1 100644
--- a/LibTest/core/double/truncateToDouble_A01_t03.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncateToDouble_A01_t04.dart b/LibTest/core/double/truncateToDouble_A01_t04.dart
index 7f8f8c6..60bb6e7 100644
--- a/LibTest/core/double/truncateToDouble_A01_t04.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncateToDouble_A01_t05.dart b/LibTest/core/double/truncateToDouble_A01_t05.dart
index d5c9433..df0df1f 100644
--- a/LibTest/core/double/truncateToDouble_A01_t05.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncateToDouble_A01_t06.dart b/LibTest/core/double/truncateToDouble_A01_t06.dart
index 91ed3cd..5832d90 100644
--- a/LibTest/core/double/truncateToDouble_A01_t06.dart
+++ b/LibTest/core/double/truncateToDouble_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double truncateToDouble()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncate_A01_t01.dart b/LibTest/core/double/truncate_A01_t01.dart
index d8c6a40..cd4bfa7 100644
--- a/LibTest/core/double/truncate_A01_t01.dart
+++ b/LibTest/core/double/truncate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncate_A01_t02.dart b/LibTest/core/double/truncate_A01_t02.dart
index 6d0fe3e..4c20579 100644
--- a/LibTest/core/double/truncate_A01_t02.dart
+++ b/LibTest/core/double/truncate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncate_A01_t05.dart b/LibTest/core/double/truncate_A01_t05.dart
index a4e616b..678a512 100644
--- a/LibTest/core/double/truncate_A01_t05.dart
+++ b/LibTest/core/double/truncate_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncate_A01_t06.dart b/LibTest/core/double/truncate_A01_t06.dart
index df49288..2e0fc91 100644
--- a/LibTest/core/double/truncate_A01_t06.dart
+++ b/LibTest/core/double/truncate_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * Returns the integer obtained by discarding any fractional digits from this.
diff --git a/LibTest/core/double/truncate_A02_t01.dart b/LibTest/core/double/truncate_A02_t01.dart
index 8c83f5e..8c3e85a 100644
--- a/LibTest/core/double/truncate_A02_t01.dart
+++ b/LibTest/core/double/truncate_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/double/truncate_A02_t02.dart b/LibTest/core/double/truncate_A02_t02.dart
index 4b4ee6e..d612059 100644
--- a/LibTest/core/double/truncate_A02_t02.dart
+++ b/LibTest/core/double/truncate_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract int truncate()
  * If this is not finite (NaN or infinity), throws an UnsupportedError.
diff --git a/LibTest/core/int/abs_A01_t01.dart b/LibTest/core/int/abs_A01_t01.dart
index 119c74f..5db4474 100644
--- a/LibTest/core/int/abs_A01_t01.dart
+++ b/LibTest/core/int/abs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the absolute value of int.
  * @description Checks that the method returns correct value.
diff --git a/LibTest/core/int/bitLength_A01_t01.dart b/LibTest/core/int/bitLength_A01_t01.dart
index 7a84474..cc10670 100644
--- a/LibTest/core/int/bitLength_A01_t01.dart
+++ b/LibTest/core/int/bitLength_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int bitLength
  * Returns the minimum number of bits required to store this integer.
diff --git a/LibTest/core/int/ceilToDouble_A01_t01.dart b/LibTest/core/int/ceilToDouble_A01_t01.dart
index 2d72f54..16db8cb 100644
--- a/LibTest/core/int/ceilToDouble_A01_t01.dart
+++ b/LibTest/core/int/ceilToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  abstract double ceilToDouble()
  * Returns this.toDouble().
diff --git a/LibTest/core/int/ceil_A01_t01.dart b/LibTest/core/int/ceil_A01_t01.dart
index 9ac3ba2..001cd11 100644
--- a/LibTest/core/int/ceil_A01_t01.dart
+++ b/LibTest/core/int/ceil_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns x, rounded upwards to the nearest integer.
  * @description Checks that the method returns correct value. For integers, it
diff --git a/LibTest/core/int/clamp_A01_t01.dart b/LibTest/core/int/clamp_A01_t01.dart
index 32d0364..6f3596c 100644
--- a/LibTest/core/int/clamp_A01_t01.dart
+++ b/LibTest/core/int/clamp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/int/clamp_A01_t02.dart b/LibTest/core/int/clamp_A01_t02.dart
index 46a7aec..0324ab5 100644
--- a/LibTest/core/int/clamp_A01_t02.dart
+++ b/LibTest/core/int/clamp_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/int/clamp_A01_t03.dart b/LibTest/core/int/clamp_A01_t03.dart
index c1057d1..4bb8599 100644
--- a/LibTest/core/int/clamp_A01_t03.dart
+++ b/LibTest/core/int/clamp_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/int/clamp_A01_t04.dart b/LibTest/core/int/clamp_A01_t04.dart
index 80b0866..9b394f9 100644
--- a/LibTest/core/int/clamp_A01_t04.dart
+++ b/LibTest/core/int/clamp_A01_t04.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/int/clamp_A01_t05.dart b/LibTest/core/int/clamp_A01_t05.dart
index 64e1463..dff8142 100644
--- a/LibTest/core/int/clamp_A01_t05.dart
+++ b/LibTest/core/int/clamp_A01_t05.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion num clamp(num lowerLimit, num upperLimit)
  * Returns this num clamped to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/core/int/compareTo_A01_t01.dart b/LibTest/core/int/compareTo_A01_t01.dart
index 71719cb..eea670b 100644
--- a/LibTest/core/int/compareTo_A01_t01.dart
+++ b/LibTest/core/int/compareTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int extends num and type num implements Comparable interface.
  * @description Checks that the compareTo method is implemented correctly for
diff --git a/LibTest/core/int/compareTo_A01_t02.dart b/LibTest/core/int/compareTo_A01_t02.dart
index 913a863..b65693c 100644
--- a/LibTest/core/int/compareTo_A01_t02.dart
+++ b/LibTest/core/int/compareTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int extends num and type num implements Comparable interface.
  * @description Checks that the compareTo method works with other number types
diff --git a/LibTest/core/int/floorToDouble_A01_t01.dart b/LibTest/core/int/floorToDouble_A01_t01.dart
index 02d032a..29457e2 100644
--- a/LibTest/core/int/floorToDouble_A01_t01.dart
+++ b/LibTest/core/int/floorToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion   abstract double roundToDouble()
  * Returns this.toDouble().
diff --git a/LibTest/core/int/floor_A01_t01.dart b/LibTest/core/int/floor_A01_t01.dart
index 248f8c7..d576dfd 100644
--- a/LibTest/core/int/floor_A01_t01.dart
+++ b/LibTest/core/int/floor_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int floor()
  * Returns this.
diff --git a/LibTest/core/int/gcd_A01_t01.dart b/LibTest/core/int/gcd_A01_t01.dart
index 90bdf91..a4ca7b3 100644
--- a/LibTest/core/int/gcd_A01_t01.dart
+++ b/LibTest/core/int/gcd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int gcd(int other)
  * Returns the greatest common divisor of this integer and other.
diff --git a/LibTest/core/int/gcd_A02_t01.dart b/LibTest/core/int/gcd_A02_t01.dart
index c241615..c6f048e 100644
--- a/LibTest/core/int/gcd_A02_t01.dart
+++ b/LibTest/core/int/gcd_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int gcd(int other)
  * Returns the greatest common divisor of this integer and other.
diff --git a/LibTest/core/int/gcd_A03_t01.dart b/LibTest/core/int/gcd_A03_t01.dart
index a984320..13007ff 100644
--- a/LibTest/core/int/gcd_A03_t01.dart
+++ b/LibTest/core/int/gcd_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int gcd(int other)
  * Returns the greatest common divisor of this integer and other.
diff --git a/LibTest/core/int/hashCode_A01_t01.dart b/LibTest/core/int/hashCode_A01_t01.dart
index b9b3a98..f7c5509 100644
--- a/LibTest/core/int/hashCode_A01_t01.dart
+++ b/LibTest/core/int/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Undocumented
  * @description Checks that this getter returns a non-null value and throws no
diff --git a/LibTest/core/int/int.fromEnvironment_A01_t01.dart b/LibTest/core/int/int.fromEnvironment_A01_t01.dart
index 7df4683..d76b6a8 100644
--- a/LibTest/core/int/int.fromEnvironment_A01_t01.dart
+++ b/LibTest/core/int/int.fromEnvironment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion const int.fromEnvironment(String name, {int defaultValue})
  * Returns the integer value of the given environment declaration name.
diff --git a/LibTest/core/int/isEven_A01_t01.dart b/LibTest/core/int/isEven_A01_t01.dart
index e3e93b7..85172fa 100644
--- a/LibTest/core/int/isEven_A01_t01.dart
+++ b/LibTest/core/int/isEven_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isEven
  * Returns true if and only if this integer is even.
diff --git a/LibTest/core/int/isFinite_A01_t01.dart b/LibTest/core/int/isFinite_A01_t01.dart
index 8c00ca1..affac9f 100644
--- a/LibTest/core/int/isFinite_A01_t01.dart
+++ b/LibTest/core/int/isFinite_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool isFinite
  * True if the number is finite; otherwise, false.
diff --git a/LibTest/core/int/isInfinite_A01_t01.dart b/LibTest/core/int/isInfinite_A01_t01.dart
index 0ecb1e4..aaae1e9 100644
--- a/LibTest/core/int/isInfinite_A01_t01.dart
+++ b/LibTest/core/int/isInfinite_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns true if the number represented by this int object is
  * infinite.
diff --git a/LibTest/core/int/isNaN_A01_t01.dart b/LibTest/core/int/isNaN_A01_t01.dart
index c5803d5..50193d5 100644
--- a/LibTest/core/int/isNaN_A01_t01.dart
+++ b/LibTest/core/int/isNaN_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns true if the value represented by this int object is a NaN.
  * @description Checks that this method returns correct value (which is false
diff --git a/LibTest/core/int/isNegative_A01_t01.dart b/LibTest/core/int/isNegative_A01_t01.dart
index 4984831..2b1bc19 100644
--- a/LibTest/core/int/isNegative_A01_t01.dart
+++ b/LibTest/core/int/isNegative_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns true if the value represented by this int object is
  * negative.
diff --git a/LibTest/core/int/isOdd_A01_t01.dart b/LibTest/core/int/isOdd_A01_t01.dart
index 42403b7..7e86701 100644
--- a/LibTest/core/int/isOdd_A01_t01.dart
+++ b/LibTest/core/int/isOdd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns true if the number represented by this int object is odd.
  * @description Checks that this method returns correct value.
diff --git a/LibTest/core/int/modInverse_A01_t01.dart b/LibTest/core/int/modInverse_A01_t01.dart
index 3aa68a3..da8105e 100644
--- a/LibTest/core/int/modInverse_A01_t01.dart
+++ b/LibTest/core/int/modInverse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int modInverse(int modulus)
  * Returns the modular multiplicative inverse of this integer modulo modulus.
diff --git a/LibTest/core/int/modInverse_A01_t02.dart b/LibTest/core/int/modInverse_A01_t02.dart
index 65ec3f3..16bd066 100644
--- a/LibTest/core/int/modInverse_A01_t02.dart
+++ b/LibTest/core/int/modInverse_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int modInverse(int modulus)
  * Returns the modular multiplicative inverse of this integer modulo modulus.
diff --git a/LibTest/core/int/modInverse_A01_t03.dart b/LibTest/core/int/modInverse_A01_t03.dart
index c292866..6613eae 100644
--- a/LibTest/core/int/modInverse_A01_t03.dart
+++ b/LibTest/core/int/modInverse_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int modInverse(int modulus)
  * Returns the modular multiplicative inverse of this integer modulo modulus.
diff --git a/LibTest/core/int/modPow_A01_t01.dart b/LibTest/core/int/modPow_A01_t01.dart
index 2f65666..40b8429 100644
--- a/LibTest/core/int/modPow_A01_t01.dart
+++ b/LibTest/core/int/modPow_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int modPow(int exponent, int modulus)
  * Returns this integer to the power of exponent modulo modulus.
diff --git a/LibTest/core/int/modPow_A01_t02.dart b/LibTest/core/int/modPow_A01_t02.dart
index e521326..a63046d 100644
--- a/LibTest/core/int/modPow_A01_t02.dart
+++ b/LibTest/core/int/modPow_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int modPow(int exponent, int modulus)
  * Returns this integer to the power of exponent modulo modulus.
diff --git a/LibTest/core/int/operator_AND_A01_t01.dart b/LibTest/core/int/operator_AND_A01_t01.dart
index a2b1cab..1e610a7 100644
--- a/LibTest/core/int/operator_AND_A01_t01.dart
+++ b/LibTest/core/int/operator_AND_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator &(int other)
  * This operator implements a bit-wise AND operation.
diff --git a/LibTest/core/int/operator_GE_A01_t01.dart b/LibTest/core/int/operator_GE_A01_t01.dart
index 2a9f13d..bd76ccb 100644
--- a/LibTest/core/int/operator_GE_A01_t01.dart
+++ b/LibTest/core/int/operator_GE_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational operator >=.
  * @description Checks that the operation returns correct value.
diff --git a/LibTest/core/int/operator_GT_A01_t01.dart b/LibTest/core/int/operator_GT_A01_t01.dart
index 4645277..1442104 100644
--- a/LibTest/core/int/operator_GT_A01_t01.dart
+++ b/LibTest/core/int/operator_GT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational operator >.
  * @description Checks that operation returns correct value.
diff --git a/LibTest/core/int/operator_LE_A01_t01.dart b/LibTest/core/int/operator_LE_A01_t01.dart
index ce8f2ce..eab591a 100644
--- a/LibTest/core/int/operator_LE_A01_t01.dart
+++ b/LibTest/core/int/operator_LE_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Relational operator <=.
  * @description Checks that this operator returns correct value.
diff --git a/LibTest/core/int/operator_LT_A01_t01.dart b/LibTest/core/int/operator_LT_A01_t01.dart
index b32116c..e0c43a6 100644
--- a/LibTest/core/int/operator_LT_A01_t01.dart
+++ b/LibTest/core/int/operator_LT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator <(num other)
  * Relational operator <.
diff --git a/LibTest/core/int/operator_NOT_A01_t01.dart b/LibTest/core/int/operator_NOT_A01_t01.dart
index c89dc7c..16501f9 100644
--- a/LibTest/core/int/operator_NOT_A01_t01.dart
+++ b/LibTest/core/int/operator_NOT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion This operator implements bit-wise negation operation.
  * @description Checks that this operator returns correct value.
diff --git a/LibTest/core/int/operator_OR_A01_t01.dart b/LibTest/core/int/operator_OR_A01_t01.dart
index 365556e..457817a 100644
--- a/LibTest/core/int/operator_OR_A01_t01.dart
+++ b/LibTest/core/int/operator_OR_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion This operator implements a bit-wise OR operation.
  * @description Checks that this operator returns correct value.
diff --git a/LibTest/core/int/operator_XOR_A01_t01.dart b/LibTest/core/int/operator_XOR_A01_t01.dart
index aca204b..1e5da2c 100644
--- a/LibTest/core/int/operator_XOR_A01_t01.dart
+++ b/LibTest/core/int/operator_XOR_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ^(int other)
  * This operator implements a bit-wise XOR operation.
diff --git a/LibTest/core/int/operator_addition_A01_t01.dart b/LibTest/core/int/operator_addition_A01_t01.dart
index 58d8b8a..61ac22c 100644
--- a/LibTest/core/int/operator_addition_A01_t01.dart
+++ b/LibTest/core/int/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator +(num other)
  * This operator implements arithmetic addition operation.
diff --git a/LibTest/core/int/operator_division_A01_t01.dart b/LibTest/core/int/operator_division_A01_t01.dart
index 591709e..2ccddc4 100644
--- a/LibTest/core/int/operator_division_A01_t01.dart
+++ b/LibTest/core/int/operator_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * This operator implements the arithmetic division operation.
diff --git a/LibTest/core/int/operator_division_A01_t02.dart b/LibTest/core/int/operator_division_A01_t02.dart
index 61d3b38..b318dc8 100644
--- a/LibTest/core/int/operator_division_A01_t02.dart
+++ b/LibTest/core/int/operator_division_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * This operator implements the arithmetic division operation.
diff --git a/LibTest/core/int/operator_division_A02_t01.dart b/LibTest/core/int/operator_division_A02_t01.dart
index bb0d712..13e44a8 100644
--- a/LibTest/core/int/operator_division_A02_t01.dart
+++ b/LibTest/core/int/operator_division_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double operator /(num other)
  * The result of division is always a double.
diff --git a/LibTest/core/int/operator_equality_A01_t01.dart b/LibTest/core/int/operator_equality_A01_t01.dart
index f5b3a87..77b1135 100644
--- a/LibTest/core/int/operator_equality_A01_t01.dart
+++ b/LibTest/core/int/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * Test whether this value is numerically equal to other.
diff --git a/LibTest/core/int/operator_equality_A02_t01.dart b/LibTest/core/int/operator_equality_A02_t01.dart
index 382394f..66cbf93 100644
--- a/LibTest/core/int/operator_equality_A02_t01.dart
+++ b/LibTest/core/int/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * ...
diff --git a/LibTest/core/int/operator_equality_A03_t01.dart b/LibTest/core/int/operator_equality_A03_t01.dart
index 7c6967d..711b56b 100644
--- a/LibTest/core/int/operator_equality_A03_t01.dart
+++ b/LibTest/core/int/operator_equality_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion bool operator ==(Object other)
  * ...
diff --git a/LibTest/core/int/operator_left_shift_A01_t01.dart b/LibTest/core/int/operator_left_shift_A01_t01.dart
index dc38426..73541c5 100644
--- a/LibTest/core/int/operator_left_shift_A01_t01.dart
+++ b/LibTest/core/int/operator_left_shift_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator <<(int shiftAmount)
  * This operator implements bit-wise left-shift operation.
diff --git a/LibTest/core/int/operator_left_shift_A01_t02.dart b/LibTest/core/int/operator_left_shift_A01_t02.dart
index 5a99137..b4b1037 100644
--- a/LibTest/core/int/operator_left_shift_A01_t02.dart
+++ b/LibTest/core/int/operator_left_shift_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator <<(int shiftAmount)
  * This operator implements bit-wise left-shift operation.
diff --git a/LibTest/core/int/operator_left_shift_A01_t03.dart b/LibTest/core/int/operator_left_shift_A01_t03.dart
index e12ad7e..2298c18 100644
--- a/LibTest/core/int/operator_left_shift_A01_t03.dart
+++ b/LibTest/core/int/operator_left_shift_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator <<(int shiftAmount)
  * This operator implements bit-wise left-shift operation.
diff --git a/LibTest/core/int/operator_multiplication_A01_t01.dart b/LibTest/core/int/operator_multiplication_A01_t01.dart
index c9b1236..0c3434b 100644
--- a/LibTest/core/int/operator_multiplication_A01_t01.dart
+++ b/LibTest/core/int/operator_multiplication_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator *(num other)
  * This operator implements the arithmetic multiply operation.
diff --git a/LibTest/core/int/operator_remainder_A01_t01.dart b/LibTest/core/int/operator_remainder_A01_t01.dart
index 286dc58..bd0d900 100644
--- a/LibTest/core/int/operator_remainder_A01_t01.dart
+++ b/LibTest/core/int/operator_remainder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator %(num other) 
  * The % operator yields the remainder of its operands from an implied division;
diff --git a/LibTest/core/int/operator_remainder_A01_t02.dart b/LibTest/core/int/operator_remainder_A01_t02.dart
index a05396f..bacb26b 100644
--- a/LibTest/core/int/operator_remainder_A01_t02.dart
+++ b/LibTest/core/int/operator_remainder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator %(num other) 
  * The % operator yields the remainder of its operands from an implied division;
diff --git a/LibTest/core/int/operator_remainder_A01_t03.dart b/LibTest/core/int/operator_remainder_A01_t03.dart
index 28e9b8f..37b40c8 100644
--- a/LibTest/core/int/operator_remainder_A01_t03.dart
+++ b/LibTest/core/int/operator_remainder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator %(num other) 
  * The % operator yields the remainder of its operands from an implied division;
diff --git a/LibTest/core/int/operator_right_shift_A01_t01.dart b/LibTest/core/int/operator_right_shift_A01_t01.dart
index 3940b86..c9bd237 100644
--- a/LibTest/core/int/operator_right_shift_A01_t01.dart
+++ b/LibTest/core/int/operator_right_shift_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator >>(int shiftAmount)
  * This operator implements bit-wise right-shift operation.
diff --git a/LibTest/core/int/operator_right_shift_A01_t02.dart b/LibTest/core/int/operator_right_shift_A01_t02.dart
index 0c91595..9ee0682 100644
--- a/LibTest/core/int/operator_right_shift_A01_t02.dart
+++ b/LibTest/core/int/operator_right_shift_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator >>(int shiftAmount)
  * This operator implements bit-wise right-shift operation.
diff --git a/LibTest/core/int/operator_right_shift_A01_t03.dart b/LibTest/core/int/operator_right_shift_A01_t03.dart
index 93fc16a..777ccda 100644
--- a/LibTest/core/int/operator_right_shift_A01_t03.dart
+++ b/LibTest/core/int/operator_right_shift_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator >>(int shiftAmount)
  * This operator implements bit-wise right-shift operation.
diff --git a/LibTest/core/int/operator_subtraction_A01_t01.dart b/LibTest/core/int/operator_subtraction_A01_t01.dart
index a1d7e5a..eb8251f 100644
--- a/LibTest/core/int/operator_subtraction_A01_t01.dart
+++ b/LibTest/core/int/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num operator -(num other)
  * This operator implements arithmetic subtraction operation.
diff --git a/LibTest/core/int/operator_truncating_division_A01_t01.dart b/LibTest/core/int/operator_truncating_division_A01_t01.dart
index 9ebaa34..5928fce 100644
--- a/LibTest/core/int/operator_truncating_division_A01_t01.dart
+++ b/LibTest/core/int/operator_truncating_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * Truncating division operator.
diff --git a/LibTest/core/int/operator_truncating_division_A01_t02.dart b/LibTest/core/int/operator_truncating_division_A01_t02.dart
index edb5fbb..2b7ac30 100644
--- a/LibTest/core/int/operator_truncating_division_A01_t02.dart
+++ b/LibTest/core/int/operator_truncating_division_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator ~/(num other)
  * Truncating division operator.
diff --git a/LibTest/core/int/operator_unary_minus_A01_t01.dart b/LibTest/core/int/operator_unary_minus_A01_t01.dart
index d388c0b..eb5f4f6 100644
--- a/LibTest/core/int/operator_unary_minus_A01_t01.dart
+++ b/LibTest/core/int/operator_unary_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion The unary '-' operator. 
  * @description Checks that this operator returns correct value.
diff --git a/LibTest/core/int/parse_A01_t01.dart b/LibTest/core/int/parse_A01_t01.dart
index f2b36fb..b320bdc 100644
--- a/LibTest/core/int/parse_A01_t01.dart
+++ b/LibTest/core/int/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A01_t02.dart b/LibTest/core/int/parse_A01_t02.dart
index 2f0de8a..dcf350e 100644
--- a/LibTest/core/int/parse_A01_t02.dart
+++ b/LibTest/core/int/parse_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A02_t01.dart b/LibTest/core/int/parse_A02_t01.dart
index 1215316..6eb2a43 100644
--- a/LibTest/core/int/parse_A02_t01.dart
+++ b/LibTest/core/int/parse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Throws a FormatException if source is not a valid integer literal.
  * @description Check that exception is thrown if String can not be converted
diff --git a/LibTest/core/int/parse_A03_t01.dart b/LibTest/core/int/parse_A03_t01.dart
index 22e2e4f..2d22f9f 100644
--- a/LibTest/core/int/parse_A03_t01.dart
+++ b/LibTest/core/int/parse_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A03_t02.dart b/LibTest/core/int/parse_A03_t02.dart
index 8d980d4..178200b 100644
--- a/LibTest/core/int/parse_A03_t02.dart
+++ b/LibTest/core/int/parse_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A04_t01.dart b/LibTest/core/int/parse_A04_t01.dart
index 12db5c3..80c65fd 100644
--- a/LibTest/core/int/parse_A04_t01.dart
+++ b/LibTest/core/int/parse_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A04_t02.dart b/LibTest/core/int/parse_A04_t02.dart
index 2e2ff8b..c355a83 100644
--- a/LibTest/core/int/parse_A04_t02.dart
+++ b/LibTest/core/int/parse_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A04_t03.dart b/LibTest/core/int/parse_A04_t03.dart
index c9817cc..29c129c 100644
--- a/LibTest/core/int/parse_A04_t03.dart
+++ b/LibTest/core/int/parse_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A05_t01.dart b/LibTest/core/int/parse_A05_t01.dart
index 7f437eb..0c93ffb 100644
--- a/LibTest/core/int/parse_A05_t01.dart
+++ b/LibTest/core/int/parse_A05_t01.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/parse_A05_t02.dart b/LibTest/core/int/parse_A05_t02.dart
index 7325a18..10739a3 100644
--- a/LibTest/core/int/parse_A05_t02.dart
+++ b/LibTest/core/int/parse_A05_t02.dart
@@ -1,8 +1,7 @@
-  /*
- * Copyright (c) 2016, 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.
- */
+  // Copyright (c) 2016, 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.
+
 /**
  * @assertion int parse(String source, {int radix, int onError(String source)})
  * Parse source as a, possibly signed, integer literal and return its value.
diff --git a/LibTest/core/int/remainder_A01_t01.dart b/LibTest/core/int/remainder_A01_t01.dart
index 1f4160d..2d48edd 100644
--- a/LibTest/core/int/remainder_A01_t01.dart
+++ b/LibTest/core/int/remainder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num remainder(num other)
  * Returns the remainder of the truncating division of this by other.
diff --git a/LibTest/core/int/remainder_A01_t02.dart b/LibTest/core/int/remainder_A01_t02.dart
index c124e49..9343d33 100644
--- a/LibTest/core/int/remainder_A01_t02.dart
+++ b/LibTest/core/int/remainder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num remainder(num other)
  * Returns the remainder of the truncating division of this by other.
diff --git a/LibTest/core/int/remainder_A01_t03.dart b/LibTest/core/int/remainder_A01_t03.dart
index cf902fc..90ff501 100644
--- a/LibTest/core/int/remainder_A01_t03.dart
+++ b/LibTest/core/int/remainder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num remainder(num other)
  * Returns the remainder of the truncating division of this by other.
diff --git a/LibTest/core/int/roundToDouble_A01_t01.dart b/LibTest/core/int/roundToDouble_A01_t01.dart
index 0e04fa0..e32d788 100644
--- a/LibTest/core/int/roundToDouble_A01_t01.dart
+++ b/LibTest/core/int/roundToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double roundToDouble()
  * Returns this.toDouble().
diff --git a/LibTest/core/int/round_A01_t01.dart b/LibTest/core/int/round_A01_t01.dart
index be63b6d..0edb5a1 100644
--- a/LibTest/core/int/round_A01_t01.dart
+++ b/LibTest/core/int/round_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int round()
  * Returns this
diff --git a/LibTest/core/int/sign_A01_t01.dart b/LibTest/core/int/sign_A01_t01.dart
index 973bf81..e7f3105 100644
--- a/LibTest/core/int/sign_A01_t01.dart
+++ b/LibTest/core/int/sign_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int sign
  * Returns the sign of this integer.
diff --git a/LibTest/core/int/toDouble_A01_t01.dart b/LibTest/core/int/toDouble_A01_t01.dart
index 1053bcd..1f243bb 100644
--- a/LibTest/core/int/toDouble_A01_t01.dart
+++ b/LibTest/core/int/toDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double toDouble()
  * Returns the double value represented by this object.
diff --git a/LibTest/core/int/toInt_A01_t01.dart b/LibTest/core/int/toInt_A01_t01.dart
index 5bd98e3..e1e07a0 100644
--- a/LibTest/core/int/toInt_A01_t01.dart
+++ b/LibTest/core/int/toInt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int toInt()
  * Returns the int value represented by this object.
diff --git a/LibTest/core/int/toRadixString_A01_t01.dart b/LibTest/core/int/toRadixString_A01_t01.dart
index e66eb49..c2ecce7 100644
--- a/LibTest/core/int/toRadixString_A01_t01.dart
+++ b/LibTest/core/int/toRadixString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toRadixString(int radix)
  * Converts this to a string representation in the given radix.
diff --git a/LibTest/core/int/toRadixString_A01_t02.dart b/LibTest/core/int/toRadixString_A01_t02.dart
index 17cd48b..dbee002 100644
--- a/LibTest/core/int/toRadixString_A01_t02.dart
+++ b/LibTest/core/int/toRadixString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toRadixString(int radix)
  * ...
diff --git a/LibTest/core/int/toSigned_A01_t01.dart b/LibTest/core/int/toSigned_A01_t01.dart
index 3f7e4c4..79c4650 100644
--- a/LibTest/core/int/toSigned_A01_t01.dart
+++ b/LibTest/core/int/toSigned_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int toSigned(int width)
  * Returns the least significant width bits of this integer, extending the
diff --git a/LibTest/core/int/toSigned_A02_t01.dart b/LibTest/core/int/toSigned_A02_t01.dart
index 41aea1e..bbe9689 100644
--- a/LibTest/core/int/toSigned_A02_t01.dart
+++ b/LibTest/core/int/toSigned_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int toSigned(int width)
  * ...
diff --git a/LibTest/core/int/toStringAsExponential_A01_t01.dart b/LibTest/core/int/toStringAsExponential_A01_t01.dart
index eeb8671..3ca1856 100644
--- a/LibTest/core/int/toStringAsExponential_A01_t01.dart
+++ b/LibTest/core/int/toStringAsExponential_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsExponential([int fractionDigits]) 
  * Returns an exponential string-representation of this.
diff --git a/LibTest/core/int/toStringAsExponential_A02_t01.dart b/LibTest/core/int/toStringAsExponential_A02_t01.dart
index de53a7b..0a0449c 100644
--- a/LibTest/core/int/toStringAsExponential_A02_t01.dart
+++ b/LibTest/core/int/toStringAsExponential_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsExponential([int fractionDigits]) 
  * If fractionDigits is given then it must be an integer satisfying:
diff --git a/LibTest/core/int/toStringAsExponential_A03_t01.dart b/LibTest/core/int/toStringAsExponential_A03_t01.dart
index 14833e6..f81c260 100644
--- a/LibTest/core/int/toStringAsExponential_A03_t01.dart
+++ b/LibTest/core/int/toStringAsExponential_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsExponential([int fractionDigits]) 
  * Without the parameter the returned string uses the shortest number of digits
diff --git a/LibTest/core/int/toStringAsFixed_A01_t01.dart b/LibTest/core/int/toStringAsFixed_A01_t01.dart
index b75fedb..d743698 100644
--- a/LibTest/core/int/toStringAsFixed_A01_t01.dart
+++ b/LibTest/core/int/toStringAsFixed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * Returns a decimal-point string-representation of this.
diff --git a/LibTest/core/int/toStringAsFixed_A02_t01.dart b/LibTest/core/int/toStringAsFixed_A02_t01.dart
index b682eb4..ed6912f 100644
--- a/LibTest/core/int/toStringAsFixed_A02_t01.dart
+++ b/LibTest/core/int/toStringAsFixed_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * ...
diff --git a/LibTest/core/int/toStringAsFixed_A03_t01.dart b/LibTest/core/int/toStringAsFixed_A03_t01.dart
index e9704f4..b89e99b 100644
--- a/LibTest/core/int/toStringAsFixed_A03_t01.dart
+++ b/LibTest/core/int/toStringAsFixed_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion String toStringAsFixed(int fractionDigits)
  * Returns a decimal-point string-representation of this.
diff --git a/LibTest/core/int/toStringAsPrecision_A01_t01.dart b/LibTest/core/int/toStringAsPrecision_A01_t01.dart
index 2d8bf04..7d9e357 100644
--- a/LibTest/core/int/toStringAsPrecision_A01_t01.dart
+++ b/LibTest/core/int/toStringAsPrecision_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsPrecision(int precision)
  * Converts this to a double and returns a string representation with exactly
diff --git a/LibTest/core/int/toStringAsPrecision_A01_t02.dart b/LibTest/core/int/toStringAsPrecision_A01_t02.dart
index f6aad34..1581904 100644
--- a/LibTest/core/int/toStringAsPrecision_A01_t02.dart
+++ b/LibTest/core/int/toStringAsPrecision_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toStringAsPrecision(int precision)
  * Converts this to a double and returns a string representation with exactly
diff --git a/LibTest/core/int/toUnsigned_A01_t01.dart b/LibTest/core/int/toUnsigned_A01_t01.dart
index 7b187d3..6a2106a 100644
--- a/LibTest/core/int/toUnsigned_A01_t01.dart
+++ b/LibTest/core/int/toUnsigned_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int toUnsigned(int width)
  * Returns the least significant width bits of this integer as a non-negative
diff --git a/LibTest/core/int/toUnsigned_A02_t01.dart b/LibTest/core/int/toUnsigned_A02_t01.dart
index a9d79e2..7242f03 100644
--- a/LibTest/core/int/toUnsigned_A02_t01.dart
+++ b/LibTest/core/int/toUnsigned_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int toUnsigned(int width)
  * Returns the least significant width bits of this integer as a non-negative
diff --git a/LibTest/core/int/truncateToDouble_A01_t01.dart b/LibTest/core/int/truncateToDouble_A01_t01.dart
index dd61a86..5f9de8b 100644
--- a/LibTest/core/int/truncateToDouble_A01_t01.dart
+++ b/LibTest/core/int/truncateToDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion   abstract double truncateToDouble()
  * Returns this.toDouble().
diff --git a/LibTest/core/int/truncate_A01_t01.dart b/LibTest/core/int/truncate_A01_t01.dart
index 022c314..58d2748 100644
--- a/LibTest/core/int/truncate_A01_t01.dart
+++ b/LibTest/core/int/truncate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int truncate()
  * Truncates the value of int.
diff --git a/LibTest/ffi/Array/Array.multi_A01_t01.dart b/LibTest/ffi/Array/Array.multi_A01_t01.dart
index 8252309..2938552 100644
--- a/LibTest/ffi/Array/Array.multi_A01_t01.dart
+++ b/LibTest/ffi/Array/Array.multi_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>.multi(List<int> dimensions)
diff --git a/LibTest/ffi/Array/Array.multi_A01_t02.dart b/LibTest/ffi/Array/Array.multi_A01_t02.dart
index a152e79..6d07c26 100644
--- a/LibTest/ffi/Array/Array.multi_A01_t02.dart
+++ b/LibTest/ffi/Array/Array.multi_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>.multi(List<int> dimensions)
diff --git a/LibTest/ffi/Array/Array.multi_A01_t03.dart b/LibTest/ffi/Array/Array.multi_A01_t03.dart
index 71e91aa..72f65a1 100644
--- a/LibTest/ffi/Array/Array.multi_A01_t03.dart
+++ b/LibTest/ffi/Array/Array.multi_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>.multi(List<int> dimensions)
diff --git a/LibTest/ffi/Array/Array.multi_A02_t01.dart b/LibTest/ffi/Array/Array.multi_A02_t01.dart
index 7d80a95..a7782ba 100644
--- a/LibTest/ffi/Array/Array.multi_A02_t01.dart
+++ b/LibTest/ffi/Array/Array.multi_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>.multi(List<int> dimensions)
diff --git a/LibTest/ffi/Array/Array.multi_A02_t02.dart b/LibTest/ffi/Array/Array.multi_A02_t02.dart
index ce56338..5e16516 100644
--- a/LibTest/ffi/Array/Array.multi_A02_t02.dart
+++ b/LibTest/ffi/Array/Array.multi_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>.multi(List<int> dimensions)
diff --git a/LibTest/ffi/Array/Array_A01_t01.dart b/LibTest/ffi/Array/Array_A01_t01.dart
index dc4f29f..f81ff33 100644
--- a/LibTest/ffi/Array/Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Array_A01_t02.dart b/LibTest/ffi/Array/Array_A01_t02.dart
index 0818b35..c9f4f60 100644
--- a/LibTest/ffi/Array/Array_A01_t02.dart
+++ b/LibTest/ffi/Array/Array_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Array_A01_t03.dart b/LibTest/ffi/Array/Array_A01_t03.dart
index 0db0c34..b1190ea 100644
--- a/LibTest/ffi/Array/Array_A01_t03.dart
+++ b/LibTest/ffi/Array/Array_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Array_A01_t04.dart b/LibTest/ffi/Array/Array_A01_t04.dart
index 3618594..f020e8c 100644
--- a/LibTest/ffi/Array/Array_A01_t04.dart
+++ b/LibTest/ffi/Array/Array_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Array_A02_t01.dart b/LibTest/ffi/Array/Array_A02_t01.dart
index f6538e4..cbf4d38 100644
--- a/LibTest/ffi/Array/Array_A02_t01.dart
+++ b/LibTest/ffi/Array/Array_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Array_A02_t02.dart b/LibTest/ffi/Array/Array_A02_t02.dart
index 96b5f5b..ebcbd34 100644
--- a/LibTest/ffi/Array/Array_A02_t02.dart
+++ b/LibTest/ffi/Array/Array_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/DoubleArray_A01_t01.dart b/LibTest/ffi/Array/DoubleArray_A01_t01.dart
index c36a4e7..26596d1 100644
--- a/LibTest/ffi/Array/DoubleArray_A01_t01.dart
+++ b/LibTest/ffi/Array/DoubleArray_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/DoubleArray_A01_t02.dart b/LibTest/ffi/Array/DoubleArray_A01_t02.dart
index a9c981c..c5e7cf7 100644
--- a/LibTest/ffi/Array/DoubleArray_A01_t02.dart
+++ b/LibTest/ffi/Array/DoubleArray_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/FloatArray_A01_t01.dart b/LibTest/ffi/Array/FloatArray_A01_t01.dart
index 956c91a..10b0cfe 100644
--- a/LibTest/ffi/Array/FloatArray_A01_t01.dart
+++ b/LibTest/ffi/Array/FloatArray_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/FloatArray_A01_t02.dart b/LibTest/ffi/Array/FloatArray_A01_t02.dart
index 4fadb0c..1858baa 100644
--- a/LibTest/ffi/Array/FloatArray_A01_t02.dart
+++ b/LibTest/ffi/Array/FloatArray_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int16Array_A01_t01.dart b/LibTest/ffi/Array/Int16Array_A01_t01.dart
index f40698b..1832c6d 100644
--- a/LibTest/ffi/Array/Int16Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Int16Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int16Array_A01_t02.dart b/LibTest/ffi/Array/Int16Array_A01_t02.dart
index c5d1316..7718727 100644
--- a/LibTest/ffi/Array/Int16Array_A01_t02.dart
+++ b/LibTest/ffi/Array/Int16Array_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int32Array_A01_t01.dart b/LibTest/ffi/Array/Int32Array_A01_t01.dart
index acfcd98..a3fd1c0 100644
--- a/LibTest/ffi/Array/Int32Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Int32Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int32Array_A01_t02.dart b/LibTest/ffi/Array/Int32Array_A01_t02.dart
index e5aaa34..eef6d16 100644
--- a/LibTest/ffi/Array/Int32Array_A01_t02.dart
+++ b/LibTest/ffi/Array/Int32Array_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int64Array_A01_t01.dart b/LibTest/ffi/Array/Int64Array_A01_t01.dart
index 367c84f..a6dbef3 100644
--- a/LibTest/ffi/Array/Int64Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Int64Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int64Array_A01_t02.dart b/LibTest/ffi/Array/Int64Array_A01_t02.dart
index c66f3a3..25caff7 100644
--- a/LibTest/ffi/Array/Int64Array_A01_t02.dart
+++ b/LibTest/ffi/Array/Int64Array_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int8Array_A01_t01.dart b/LibTest/ffi/Array/Int8Array_A01_t01.dart
index 20eafcf..a2ab9c9 100644
--- a/LibTest/ffi/Array/Int8Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Int8Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Int8Array_A01_t02.dart b/LibTest/ffi/Array/Int8Array_A01_t02.dart
index da35dbc..85ede1f 100644
--- a/LibTest/ffi/Array/Int8Array_A01_t02.dart
+++ b/LibTest/ffi/Array/Int8Array_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/IntPtrArray_A01_t01.dart b/LibTest/ffi/Array/IntPtrArray_A01_t01.dart
index 559923a..44eae0d 100644
--- a/LibTest/ffi/Array/IntPtrArray_A01_t01.dart
+++ b/LibTest/ffi/Array/IntPtrArray_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/PointerArray_A01_t01.dart b/LibTest/ffi/Array/PointerArray_A01_t01.dart
index cd2c4b5..873f149 100644
--- a/LibTest/ffi/Array/PointerArray_A01_t01.dart
+++ b/LibTest/ffi/Array/PointerArray_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/StructArray_A01_t01.dart b/LibTest/ffi/Array/StructArray_A01_t01.dart
index 5e3b4b7..1a82ac9 100644
--- a/LibTest/ffi/Array/StructArray_A01_t01.dart
+++ b/LibTest/ffi/Array/StructArray_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Uint16Array_A01_t01.dart b/LibTest/ffi/Array/Uint16Array_A01_t01.dart
index 66c4109..0e168ed 100644
--- a/LibTest/ffi/Array/Uint16Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Uint16Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Uint32Array_A01_t01.dart b/LibTest/ffi/Array/Uint32Array_A01_t01.dart
index b81c24f..c1923b9 100644
--- a/LibTest/ffi/Array/Uint32Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Uint32Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Uint64Array_A01_t01.dart b/LibTest/ffi/Array/Uint64Array_A01_t01.dart
index 6d41794..de825cb 100644
--- a/LibTest/ffi/Array/Uint64Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Uint64Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/Array/Uint8Array_A01_t01.dart b/LibTest/ffi/Array/Uint8Array_A01_t01.dart
index f8b0e3c..679780f 100644
--- a/LibTest/ffi/Array/Uint8Array_A01_t01.dart
+++ b/LibTest/ffi/Array/Uint8Array_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * const Array<T extends NativeType>(
diff --git a/LibTest/ffi/DartRepresentationOf/DartRepresentationOf_A01_t01.dart b/LibTest/ffi/DartRepresentationOf/DartRepresentationOf_A01_t01.dart
index 0083dff..e4aa821 100644
--- a/LibTest/ffi/DartRepresentationOf/DartRepresentationOf_A01_t01.dart
+++ b/LibTest/ffi/DartRepresentationOf/DartRepresentationOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion const DartRepresentationOf(String nativeType)
  *  Represents the Dart type corresponding to a NativeType.
diff --git a/LibTest/ffi/Dart_CObject/Dart_CObject_A01_t01.dart b/LibTest/ffi/Dart_CObject/Dart_CObject_A01_t01.dart
index 12182d9..7c65b3f 100644
--- a/LibTest/ffi/Dart_CObject/Dart_CObject_A01_t01.dart
+++ b/LibTest/ffi/Dart_CObject/Dart_CObject_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Dart_CObject()
  *
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.executable_A01_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.executable_A01_t01.dart
index 60eae6c..e8a890b 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.executable_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.executable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.executable()
  *  Creates a dynamic library representing the running executable.
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A01_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A01_t01.dart
index 4a273e2..eba8fed 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.open(String name)
  *  Loads a dynamic library file with local visibility.
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A02_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A02_t01.dart
index 187c5ba..09f1e8d 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A02_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.open(String name)
  *  Loads a dynamic library file with local visibility.
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A03_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A03_t01.dart
index fffeb69..f7afddd 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A03_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.open_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.open(String name)
  *  Loads a dynamic library file with local visibility.
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.operator_equal_A01_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.operator_equal_A01_t01.dart
index 66f300e..2ed4937 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.operator_equal_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.operator_equal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion
  * bool operator == (Object other)
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A01_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A01_t01.dart
index 98b7dd9..a7e40f2 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.process()
  *  Creates a dynamic library holding all global symbols.
diff --git a/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A02_t01.dart b/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A02_t01.dart
index 9880163..0a13e0d 100644
--- a/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A02_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/DynamicLibrary.process_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion DynamicLibrary.process()
  *  Creates a dynamic library holding all global symbols.
diff --git a/LibTest/ffi/DynamicLibrary/handle_A01_t01.dart b/LibTest/ffi/DynamicLibrary/handle_A01_t01.dart
index cc0f83b..12a8b90 100644
--- a/LibTest/ffi/DynamicLibrary/handle_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/handle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<Void> handle
  *  The handle to the dynamic library.
diff --git a/LibTest/ffi/DynamicLibrary/handle_A01_t02.dart b/LibTest/ffi/DynamicLibrary/handle_A01_t02.dart
index bbd361e..4720876 100644
--- a/LibTest/ffi/DynamicLibrary/handle_A01_t02.dart
+++ b/LibTest/ffi/DynamicLibrary/handle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<Void> handle
  *  The handle to the dynamic library.
diff --git a/LibTest/ffi/DynamicLibrary/lookup_A01_t01.dart b/LibTest/ffi/DynamicLibrary/lookup_A01_t01.dart
index ebfd6d7..6a8ffa2 100644
--- a/LibTest/ffi/DynamicLibrary/lookup_A01_t01.dart
+++ b/LibTest/ffi/DynamicLibrary/lookup_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> lookup <T extends NativeType>(String symbolName)
  *  Looks up a symbol in the DynamicLibrary and returns its address in memory.
diff --git a/LibTest/ffi/Int16/Int16_A01_t01.dart b/LibTest/ffi/Int16/Int16_A01_t01.dart
index a834702..a12979a 100644
--- a/LibTest/ffi/Int16/Int16_A01_t01.dart
+++ b/LibTest/ffi/Int16/Int16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Int16/Int16_A01_t02.dart b/LibTest/ffi/Int16/Int16_A01_t02.dart
index 175f1e8..a5c2f79 100644
--- a/LibTest/ffi/Int16/Int16_A01_t02.dart
+++ b/LibTest/ffi/Int16/Int16_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Int16/Int16_A02_t01.dart b/LibTest/ffi/Int16/Int16_A02_t01.dart
index 5a68a68..bca2199 100644
--- a/LibTest/ffi/Int16/Int16_A02_t01.dart
+++ b/LibTest/ffi/Int16/Int16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Int32/Int32_A01_t01.dart b/LibTest/ffi/Int32/Int32_A01_t01.dart
index 4658e77..ac85cb1 100644
--- a/LibTest/ffi/Int32/Int32_A01_t01.dart
+++ b/LibTest/ffi/Int32/Int32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Int32/Int32_A01_t02.dart b/LibTest/ffi/Int32/Int32_A01_t02.dart
index 20827cd..d0f5422 100644
--- a/LibTest/ffi/Int32/Int32_A01_t02.dart
+++ b/LibTest/ffi/Int32/Int32_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Int32/Int32_A02_t01.dart b/LibTest/ffi/Int32/Int32_A02_t01.dart
index 7917c2c..e3a17fc 100644
--- a/LibTest/ffi/Int32/Int32_A02_t01.dart
+++ b/LibTest/ffi/Int32/Int32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Int64/Int64_A01_t01.dart b/LibTest/ffi/Int64/Int64_A01_t01.dart
index 2b59e1f..81c65cb 100644
--- a/LibTest/ffi/Int64/Int64_A01_t01.dart
+++ b/LibTest/ffi/Int64/Int64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 64 bit integer in C.
  *
diff --git a/LibTest/ffi/Int64/Int64_A02_t01.dart b/LibTest/ffi/Int64/Int64_A02_t01.dart
index f8b87e8..53dbc6a1 100644
--- a/LibTest/ffi/Int64/Int64_A02_t01.dart
+++ b/LibTest/ffi/Int64/Int64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Int8/Int8_A01_t01.dart b/LibTest/ffi/Int8/Int8_A01_t01.dart
index 103acb7..1180d6a 100644
--- a/LibTest/ffi/Int8/Int8_A01_t01.dart
+++ b/LibTest/ffi/Int8/Int8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 8 bit integer in C.
  *
diff --git a/LibTest/ffi/Int8/Int8_A01_t02.dart b/LibTest/ffi/Int8/Int8_A01_t02.dart
index 96109d1..bf2d334 100644
--- a/LibTest/ffi/Int8/Int8_A01_t02.dart
+++ b/LibTest/ffi/Int8/Int8_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 8 bit integer in C.
  *
diff --git a/LibTest/ffi/Int8/Int8_A02_t01.dart b/LibTest/ffi/Int8/Int8_A02_t01.dart
index 800029b..85ebfc2 100644
--- a/LibTest/ffi/Int8/Int8_A02_t01.dart
+++ b/LibTest/ffi/Int8/Int8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native signed 8 bit integer in C.
  *
diff --git a/LibTest/ffi/IntPtr/IntPtr_A01_t01.dart b/LibTest/ffi/IntPtr/IntPtr_A01_t01.dart
index 6a95600..ebac7e7 100644
--- a/LibTest/ffi/IntPtr/IntPtr_A01_t01.dart
+++ b/LibTest/ffi/IntPtr/IntPtr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native pointer-sized integer in C.
  *
diff --git a/LibTest/ffi/IntPtr/IntPtr_A01_t02.dart b/LibTest/ffi/IntPtr/IntPtr_A01_t02.dart
index 75a8722..3e36335 100644
--- a/LibTest/ffi/IntPtr/IntPtr_A01_t02.dart
+++ b/LibTest/ffi/IntPtr/IntPtr_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native pointer-sized integer in C.
  *
diff --git a/LibTest/ffi/IntPtr/IntPtr_A01_t03.dart b/LibTest/ffi/IntPtr/IntPtr_A01_t03.dart
index f044b22..3da7361 100644
--- a/LibTest/ffi/IntPtr/IntPtr_A01_t03.dart
+++ b/LibTest/ffi/IntPtr/IntPtr_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native pointer-sized integer in C.
  *
diff --git a/LibTest/ffi/NativeType/NativeType_A01_t01.dart b/LibTest/ffi/NativeType/NativeType_A01_t01.dart
index b82bd87..3151038 100644
--- a/LibTest/ffi/NativeType/NativeType_A01_t01.dart
+++ b/LibTest/ffi/NativeType/NativeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion NativeType's subtypes represent a native type in C.
  *
diff --git a/LibTest/ffi/Packed/Packed_A01_t01.dart b/LibTest/ffi/Packed/Packed_A01_t01.dart
index ac851c4..d07bce8 100644
--- a/LibTest/ffi/Packed/Packed_A01_t01.dart
+++ b/LibTest/ffi/Packed/Packed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Annotation to specify on Struct subtypes to indicate that its
  * members need to be packed.
diff --git a/LibTest/ffi/Packed/Packed_A01_t02.dart b/LibTest/ffi/Packed/Packed_A01_t02.dart
index d3657df..c4f4879 100644
--- a/LibTest/ffi/Packed/Packed_A01_t02.dart
+++ b/LibTest/ffi/Packed/Packed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Annotation to specify on Struct subtypes to indicate that its
  * members need to be packed.
diff --git a/LibTest/ffi/Pointer/Pointer.fromAddress_A01_t01.dart b/LibTest/ffi/Pointer/Pointer.fromAddress_A01_t01.dart
index 3a3925c..b386eff 100644
--- a/LibTest/ffi/Pointer/Pointer.fromAddress_A01_t01.dart
+++ b/LibTest/ffi/Pointer/Pointer.fromAddress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T extends NativeType>.fromAddress(int ptr)
  *  Construction from raw integer.
diff --git a/LibTest/ffi/Pointer/Pointer_A01_t01.dart b/LibTest/ffi/Pointer/Pointer_A01_t01.dart
index da93ca9..718288c 100644
--- a/LibTest/ffi/Pointer/Pointer_A01_t01.dart
+++ b/LibTest/ffi/Pointer/Pointer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T extends NativeType>
  *  Represents a pointer into the native C memory. Cannot be extended.
diff --git a/LibTest/ffi/Pointer/address_A01_t01.dart b/LibTest/ffi/Pointer/address_A01_t01.dart
index 6dbbeb9..719eec5 100644
--- a/LibTest/ffi/Pointer/address_A01_t01.dart
+++ b/LibTest/ffi/Pointer/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion int address
  *  Access to the raw pointer value. On 32-bit systems, the upper 32-bits of the
diff --git a/LibTest/ffi/Pointer/cast_A01_t01.dart b/LibTest/ffi/Pointer/cast_A01_t01.dart
index 2529d75..0bc3870 100644
--- a/LibTest/ffi/Pointer/cast_A01_t01.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t02.dart b/LibTest/ffi/Pointer/cast_A01_t02.dart
index ce862b9..e112d36 100644
--- a/LibTest/ffi/Pointer/cast_A01_t02.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t03.dart b/LibTest/ffi/Pointer/cast_A01_t03.dart
index 4d0b087..b4b8e19 100644
--- a/LibTest/ffi/Pointer/cast_A01_t03.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t04.dart b/LibTest/ffi/Pointer/cast_A01_t04.dart
index d6898cc..977df54 100644
--- a/LibTest/ffi/Pointer/cast_A01_t04.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t05.dart b/LibTest/ffi/Pointer/cast_A01_t05.dart
index c04c96e..b7a59e1 100644
--- a/LibTest/ffi/Pointer/cast_A01_t05.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t06.dart b/LibTest/ffi/Pointer/cast_A01_t06.dart
index 1005f2a..ecba358 100644
--- a/LibTest/ffi/Pointer/cast_A01_t06.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t07.dart b/LibTest/ffi/Pointer/cast_A01_t07.dart
index 708fc15..2090c90 100644
--- a/LibTest/ffi/Pointer/cast_A01_t07.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t08.dart b/LibTest/ffi/Pointer/cast_A01_t08.dart
index 047c61c..38b6c8b 100644
--- a/LibTest/ffi/Pointer/cast_A01_t08.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t09.dart b/LibTest/ffi/Pointer/cast_A01_t09.dart
index 762574e..6a0fade 100644
--- a/LibTest/ffi/Pointer/cast_A01_t09.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t10.dart b/LibTest/ffi/Pointer/cast_A01_t10.dart
index d668f8e..d564476 100644
--- a/LibTest/ffi/Pointer/cast_A01_t10.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/cast_A01_t11.dart b/LibTest/ffi/Pointer/cast_A01_t11.dart
index b66cdba..e67d719 100644
--- a/LibTest/ffi/Pointer/cast_A01_t11.dart
+++ b/LibTest/ffi/Pointer/cast_A01_t11.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<U> cast <U extends NativeType>()
  *  Cast Pointer to a Pointer.
diff --git a/LibTest/ffi/Pointer/elementAt_A01_t01.dart b/LibTest/ffi/Pointer/elementAt_A01_t01.dart
index c43b79b..2702a45 100644
--- a/LibTest/ffi/Pointer/elementAt_A01_t01.dart
+++ b/LibTest/ffi/Pointer/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A01_t02.dart b/LibTest/ffi/Pointer/elementAt_A01_t02.dart
index 23e796e..741b3f1 100644
--- a/LibTest/ffi/Pointer/elementAt_A01_t02.dart
+++ b/LibTest/ffi/Pointer/elementAt_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A01_t03.dart b/LibTest/ffi/Pointer/elementAt_A01_t03.dart
index 234d02a..ac34a39 100644
--- a/LibTest/ffi/Pointer/elementAt_A01_t03.dart
+++ b/LibTest/ffi/Pointer/elementAt_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A01_t04.dart b/LibTest/ffi/Pointer/elementAt_A01_t04.dart
index ba42580..38efd03 100644
--- a/LibTest/ffi/Pointer/elementAt_A01_t04.dart
+++ b/LibTest/ffi/Pointer/elementAt_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t01.dart b/LibTest/ffi/Pointer/elementAt_A02_t01.dart
index d8542d5..4c792ae 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t01.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t02.dart b/LibTest/ffi/Pointer/elementAt_A02_t02.dart
index dcedd06..1963e13 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t02.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t03.dart b/LibTest/ffi/Pointer/elementAt_A02_t03.dart
index 58d9d0d..123e15d 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t03.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t04.dart b/LibTest/ffi/Pointer/elementAt_A02_t04.dart
index 9f52348..5e24118 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t04.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t05.dart b/LibTest/ffi/Pointer/elementAt_A02_t05.dart
index feb5a1b..cca1d31 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t05.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A02_t06.dart b/LibTest/ffi/Pointer/elementAt_A02_t06.dart
index b177603..d6d2df5 100644
--- a/LibTest/ffi/Pointer/elementAt_A02_t06.dart
+++ b/LibTest/ffi/Pointer/elementAt_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A03_t01.dart b/LibTest/ffi/Pointer/elementAt_A03_t01.dart
index 6b6010e..12bfe47 100644
--- a/LibTest/ffi/Pointer/elementAt_A03_t01.dart
+++ b/LibTest/ffi/Pointer/elementAt_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A04_t01.dart b/LibTest/ffi/Pointer/elementAt_A04_t01.dart
index 0e42619..cbdd4c6 100644
--- a/LibTest/ffi/Pointer/elementAt_A04_t01.dart
+++ b/LibTest/ffi/Pointer/elementAt_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/elementAt_A04_t02.dart b/LibTest/ffi/Pointer/elementAt_A04_t02.dart
index 00297b6..8404738 100644
--- a/LibTest/ffi/Pointer/elementAt_A04_t02.dart
+++ b/LibTest/ffi/Pointer/elementAt_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Pointer<T> elementAt(int index)
  *  Pointer arithmetic (takes element size into account).
diff --git a/LibTest/ffi/Pointer/equals_A01_t01.dart b/LibTest/ffi/Pointer/equals_A01_t01.dart
index bda010b..b1d5213 100644
--- a/LibTest/ffi/Pointer/equals_A01_t01.dart
+++ b/LibTest/ffi/Pointer/equals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion bool operator == (Object other)
  *  override
diff --git a/LibTest/ffi/Pointer/equals_A01_t02.dart b/LibTest/ffi/Pointer/equals_A01_t02.dart
index 0cb2cb9..7dad13c 100644
--- a/LibTest/ffi/Pointer/equals_A01_t02.dart
+++ b/LibTest/ffi/Pointer/equals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion bool operator == (Object other)
  *  override
diff --git a/LibTest/ffi/Struct/Struct_A01_t01.dart b/LibTest/ffi/Struct/Struct_A01_t01.dart
index 500d9ec..af4b8bc 100644
--- a/LibTest/ffi/Struct/Struct_A01_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A01_t02.dart b/LibTest/ffi/Struct/Struct_A01_t02.dart
index 759e7e7..a5bdd5e 100644
--- a/LibTest/ffi/Struct/Struct_A01_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A01_t03.dart b/LibTest/ffi/Struct/Struct_A01_t03.dart
index 5c1cdc2..b060a67 100644
--- a/LibTest/ffi/Struct/Struct_A01_t03.dart
+++ b/LibTest/ffi/Struct/Struct_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A01_t04.dart b/LibTest/ffi/Struct/Struct_A01_t04.dart
index 4859d9c..b1d7925 100644
--- a/LibTest/ffi/Struct/Struct_A01_t04.dart
+++ b/LibTest/ffi/Struct/Struct_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A01_t05.dart b/LibTest/ffi/Struct/Struct_A01_t05.dart
index ec93bff..0a3043a 100644
--- a/LibTest/ffi/Struct/Struct_A01_t05.dart
+++ b/LibTest/ffi/Struct/Struct_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A02_t01.dart b/LibTest/ffi/Struct/Struct_A02_t01.dart
index 4f5e84e..a86f5df 100644
--- a/LibTest/ffi/Struct/Struct_A02_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct()
  * Instances of a subclass of Struct have reference semantics and are backed by
diff --git a/LibTest/ffi/Struct/Struct_A03_t01.dart b/LibTest/ffi/Struct/Struct_A03_t01.dart
index bf51154..120190c 100644
--- a/LibTest/ffi/Struct/Struct_A03_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct()
  *  The supertype of all FFI struct types.
diff --git a/LibTest/ffi/Struct/Struct_A03_t02.dart b/LibTest/ffi/Struct/Struct_A03_t02.dart
index a82d4f7..50f0d4b 100644
--- a/LibTest/ffi/Struct/Struct_A03_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct()
  *  The supertype of all FFI struct types.
diff --git a/LibTest/ffi/Struct/Struct_A04_t01.dart b/LibTest/ffi/Struct/Struct_A04_t01.dart
index 203f507..6884570 100644
--- a/LibTest/ffi/Struct/Struct_A04_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct()
  *  The supertype of all FFI struct types.
diff --git a/LibTest/ffi/Struct/Struct_A04_t02.dart b/LibTest/ffi/Struct/Struct_A04_t02.dart
index 203f507..6884570 100644
--- a/LibTest/ffi/Struct/Struct_A04_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct()
  *  The supertype of all FFI struct types.
diff --git a/LibTest/ffi/Struct/Struct_A05_t01.dart b/LibTest/ffi/Struct/Struct_A05_t01.dart
index 316c49e..301d3ec 100644
--- a/LibTest/ffi/Struct/Struct_A05_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t02.dart b/LibTest/ffi/Struct/Struct_A05_t02.dart
index cac03df..e00e6f3 100644
--- a/LibTest/ffi/Struct/Struct_A05_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t03.dart b/LibTest/ffi/Struct/Struct_A05_t03.dart
index 6dfc6b7..75e0a09 100644
--- a/LibTest/ffi/Struct/Struct_A05_t03.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t04.dart b/LibTest/ffi/Struct/Struct_A05_t04.dart
index 342b92b..2b4b7c9 100644
--- a/LibTest/ffi/Struct/Struct_A05_t04.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t05.dart b/LibTest/ffi/Struct/Struct_A05_t05.dart
index c040b71..2ed024f 100644
--- a/LibTest/ffi/Struct/Struct_A05_t05.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t06.dart b/LibTest/ffi/Struct/Struct_A05_t06.dart
index b9dcf42..97241e5 100644
--- a/LibTest/ffi/Struct/Struct_A05_t06.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t07.dart b/LibTest/ffi/Struct/Struct_A05_t07.dart
index a82b72e..2d7e520 100644
--- a/LibTest/ffi/Struct/Struct_A05_t07.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A05_t08.dart b/LibTest/ffi/Struct/Struct_A05_t08.dart
index 2c69368..fe0ff9d 100644
--- a/LibTest/ffi/Struct/Struct_A05_t08.dart
+++ b/LibTest/ffi/Struct/Struct_A05_t08.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or double and be annotated with a NativeType
diff --git a/LibTest/ffi/Struct/Struct_A06_t01.dart b/LibTest/ffi/Struct/Struct_A06_t01.dart
index c2111f8..471b4e3 100644
--- a/LibTest/ffi/Struct/Struct_A06_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct subclasses cannot be empty
  *
diff --git a/LibTest/ffi/Struct/Struct_A07_t01.dart b/LibTest/ffi/Struct/Struct_A07_t01.dart
index 0638441..08b526e 100644
--- a/LibTest/ffi/Struct/Struct_A07_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct cannot be implemented or used as a mixin
  *
diff --git a/LibTest/ffi/Struct/Struct_A07_t02.dart b/LibTest/ffi/Struct/Struct_A07_t02.dart
index d6b0c98..44aa49b 100644
--- a/LibTest/ffi/Struct/Struct_A07_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Struct cannot be implemented or used as a mixin
  *
diff --git a/LibTest/ffi/Struct/Struct_A08_t01.dart b/LibTest/ffi/Struct/Struct_A08_t01.dart
index 7134306..c204332 100644
--- a/LibTest/ffi/Struct/Struct_A08_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/Struct_A08_t02.dart b/LibTest/ffi/Struct/Struct_A08_t02.dart
index 14a2782..750b04f 100644
--- a/LibTest/ffi/Struct/Struct_A08_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A08_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/Struct_A08_t03.dart b/LibTest/ffi/Struct/Struct_A08_t03.dart
index bc4953c..439028b 100644
--- a/LibTest/ffi/Struct/Struct_A08_t03.dart
+++ b/LibTest/ffi/Struct/Struct_A08_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/Struct_A09_t01.dart b/LibTest/ffi/Struct/Struct_A09_t01.dart
index 90ac51a..e779968 100644
--- a/LibTest/ffi/Struct/Struct_A09_t01.dart
+++ b/LibTest/ffi/Struct/Struct_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/Struct_A09_t02.dart b/LibTest/ffi/Struct/Struct_A09_t02.dart
index 9976851..a75116a 100644
--- a/LibTest/ffi/Struct/Struct_A09_t02.dart
+++ b/LibTest/ffi/Struct/Struct_A09_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/Struct_A09_t03.dart b/LibTest/ffi/Struct/Struct_A09_t03.dart
index 73b4c01..f0e8b69 100644
--- a/LibTest/ffi/Struct/Struct_A09_t03.dart
+++ b/LibTest/ffi/Struct/Struct_A09_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must be
  * marked external. You cannot create instances of the class, only have it point
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t01.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t01.dart
index 5e71e4a..d450a96 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t01.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t02.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t02.dart
index 0ae992d..12082fd 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t02.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t03.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t03.dart
index 1041fe3..5e8080b 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t03.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
index 5a66172..652ff52 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t05.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t05.dart
index 7b51a96..d521372 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t05.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart b/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
index c814c5d..ecb79aa 100644
--- a/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
+++ b/LibTest/ffi/Struct/wrong_annotation_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion All field declarations in a Struct subclass declaration must
  * either have type int or float and be annotated with a NativeType representing
diff --git a/LibTest/ffi/Uint16/Uint16_A01_t01.dart b/LibTest/ffi/Uint16/Uint16_A01_t01.dart
index 69ba45d..8f22e4d 100644
--- a/LibTest/ffi/Uint16/Uint16_A01_t01.dart
+++ b/LibTest/ffi/Uint16/Uint16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint16/Uint16_A01_t02.dart b/LibTest/ffi/Uint16/Uint16_A01_t02.dart
index 4100872..9e03306 100644
--- a/LibTest/ffi/Uint16/Uint16_A01_t02.dart
+++ b/LibTest/ffi/Uint16/Uint16_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint16/Uint16_A02_t01.dart b/LibTest/ffi/Uint16/Uint16_A02_t01.dart
index 5435196..c42b521 100644
--- a/LibTest/ffi/Uint16/Uint16_A02_t01.dart
+++ b/LibTest/ffi/Uint16/Uint16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 16 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint32/Uint32_A01_t01.dart b/LibTest/ffi/Uint32/Uint32_A01_t01.dart
index d69d0ab..c36f159 100644
--- a/LibTest/ffi/Uint32/Uint32_A01_t01.dart
+++ b/LibTest/ffi/Uint32/Uint32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint32/Uint32_A01_t02.dart b/LibTest/ffi/Uint32/Uint32_A01_t02.dart
index 8f35349..e051555 100644
--- a/LibTest/ffi/Uint32/Uint32_A01_t02.dart
+++ b/LibTest/ffi/Uint32/Uint32_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint32/Uint32_A02_t01.dart b/LibTest/ffi/Uint32/Uint32_A02_t01.dart
index b725783..c86785a 100644
--- a/LibTest/ffi/Uint32/Uint32_A02_t01.dart
+++ b/LibTest/ffi/Uint32/Uint32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 32 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint64/Uint64_A01_t01.dart b/LibTest/ffi/Uint64/Uint64_A01_t01.dart
index 2a2285f..a6318a7 100644
--- a/LibTest/ffi/Uint64/Uint64_A01_t01.dart
+++ b/LibTest/ffi/Uint64/Uint64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 64 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint64/Uint64_A02_t01.dart b/LibTest/ffi/Uint64/Uint64_A02_t01.dart
index 1c7d1d7..2436bb1 100644
--- a/LibTest/ffi/Uint64/Uint64_A02_t01.dart
+++ b/LibTest/ffi/Uint64/Uint64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 64 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint8/Uint8_A01_t01.dart b/LibTest/ffi/Uint8/Uint8_A01_t01.dart
index 7c8e5bd..57b87e6 100644
--- a/LibTest/ffi/Uint8/Uint8_A01_t01.dart
+++ b/LibTest/ffi/Uint8/Uint8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 8 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint8/Uint8_A01_t02.dart b/LibTest/ffi/Uint8/Uint8_A01_t02.dart
index be12ed3..4c1eb62 100644
--- a/LibTest/ffi/Uint8/Uint8_A01_t02.dart
+++ b/LibTest/ffi/Uint8/Uint8_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 8 bit integer in C.
  *
diff --git a/LibTest/ffi/Uint8/Uint8_A02_t01.dart b/LibTest/ffi/Uint8/Uint8_A02_t01.dart
index 843536e..efa386d 100644
--- a/LibTest/ffi/Uint8/Uint8_A02_t01.dart
+++ b/LibTest/ffi/Uint8/Uint8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion Represents a native unsigned 8 bit integer in C.
  *
diff --git a/LibTest/ffi/ffi_utils.dart b/LibTest/ffi/ffi_utils.dart
index 5b26181..16504f6 100644
--- a/LibTest/ffi/ffi_utils.dart
+++ b/LibTest/ffi/ffi_utils.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @description Utils for co19 ffi tests
  * @author sgrekhov@unipro.ru
diff --git a/LibTest/ffi/sizeOf/sizeOf_A01_t01.dart b/LibTest/ffi/sizeOf/sizeOf_A01_t01.dart
index af1c982..94eb6d6 100644
--- a/LibTest/ffi/sizeOf/sizeOf_A01_t01.dart
+++ b/LibTest/ffi/sizeOf/sizeOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion int sizeOf <T extends NativeType>()
  *  Number of bytes used by native type T.
diff --git a/LibTest/ffi/sizeOf/sizeOf_A01_t02.dart b/LibTest/ffi/sizeOf/sizeOf_A01_t02.dart
index b7f8b66..82f72bd 100644
--- a/LibTest/ffi/sizeOf/sizeOf_A01_t02.dart
+++ b/LibTest/ffi/sizeOf/sizeOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion int sizeOf <T extends NativeType>()
  *  Number of bytes used by native type T.
diff --git a/LibTest/ffi/sizeOf/sizeOf_A01_t03.dart b/LibTest/ffi/sizeOf/sizeOf_A01_t03.dart
index 1bf65fd..8915d37 100644
--- a/LibTest/ffi/sizeOf/sizeOf_A01_t03.dart
+++ b/LibTest/ffi/sizeOf/sizeOf_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion int sizeOf <T extends NativeType>()
  *  Number of bytes used by native type T.
diff --git a/LibTest/ffi/sizeOf/sizeOf_A01_t04.dart b/LibTest/ffi/sizeOf/sizeOf_A01_t04.dart
index eed45e1..ac85a87 100644
--- a/LibTest/ffi/sizeOf/sizeOf_A01_t04.dart
+++ b/LibTest/ffi/sizeOf/sizeOf_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion int sizeOf <T extends NativeType>()
  *  Number of bytes used by native type T.
diff --git a/LibTest/html/CanvasRenderingContext2D/arc_A01_t01.dart b/LibTest/html/CanvasRenderingContext2D/arc_A01_t01.dart
index 8123b07..7b9df9c 100644
--- a/LibTest/html/CanvasRenderingContext2D/arc_A01_t01.dart
+++ b/LibTest/html/CanvasRenderingContext2D/arc_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Document/addEventListener_A01_t01.dart b/LibTest/html/Document/addEventListener_A01_t01.dart
index 0aa98ce..e0e1017 100644
--- a/LibTest/html/Document/addEventListener_A01_t01.dart
+++ b/LibTest/html/Document/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener, [bool useCapture])
  * Register an event handler of a specific event type on the EventTarget.
diff --git a/LibTest/html/Document/adoptNode_A01_t01.dart b/LibTest/html/Document/adoptNode_A01_t01.dart
index dab3d64..5f511fe 100644
--- a/LibTest/html/Document/adoptNode_A01_t01.dart
+++ b/LibTest/html/Document/adoptNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node adoptNode(Node source)
  * Adopt node from an external document
diff --git a/LibTest/html/Document/append_A01_t01.dart b/LibTest/html/Document/append_A01_t01.dart
index 62eded6..183cc6c 100644
--- a/LibTest/html/Document/append_A01_t01.dart
+++ b/LibTest/html/Document/append_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * Adds a node to the end of the child nodes list of this node.
diff --git a/LibTest/html/Document/append_A02_t01.dart b/LibTest/html/Document/append_A02_t01.dart
index bbea9b3..1c41a96 100644
--- a/LibTest/html/Document/append_A02_t01.dart
+++ b/LibTest/html/Document/append_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/Document/append_A02_t02.dart b/LibTest/html/Document/append_A02_t02.dart
index 8149684..e08c578 100644
--- a/LibTest/html/Document/append_A02_t02.dart
+++ b/LibTest/html/Document/append_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/Document/childNodes_A01_t01.dart b/LibTest/html/Document/childNodes_A01_t01.dart
index 7c501cf..5f19479 100644
--- a/LibTest/html/Document/childNodes_A01_t01.dart
+++ b/LibTest/html/Document/childNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Document/childNodes_A02_t01.dart b/LibTest/html/Document/childNodes_A02_t01.dart
index 7dfb2f8..03b5e2c 100644
--- a/LibTest/html/Document/childNodes_A02_t01.dart
+++ b/LibTest/html/Document/childNodes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Document/clone_A01_t01.dart b/LibTest/html/Document/clone_A01_t01.dart
index 1b88520..b3bcf7e 100644
--- a/LibTest/html/Document/clone_A01_t01.dart
+++ b/LibTest/html/Document/clone_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Document/clone_A01_t02.dart b/LibTest/html/Document/clone_A01_t02.dart
index 22504a9..2d7058e 100644
--- a/LibTest/html/Document/clone_A01_t02.dart
+++ b/LibTest/html/Document/clone_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Document/contains_A01_t02.dart b/LibTest/html/Document/contains_A01_t02.dart
index 91617ba..31eda59 100644
--- a/LibTest/html/Document/contains_A01_t02.dart
+++ b/LibTest/html/Document/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Document/createDocumentFragment_A01_t01.dart b/LibTest/html/Document/createDocumentFragment_A01_t01.dart
index 9b9c35d..23c1e0f 100644
--- a/LibTest/html/Document/createDocumentFragment_A01_t01.dart
+++ b/LibTest/html/Document/createDocumentFragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createDocumentFragment()
  * Creates a new document fragment.
diff --git a/LibTest/html/Document/createElement_A01_t01.dart b/LibTest/html/Document/createElement_A01_t01.dart
index 5198f47..b00b0ad 100644
--- a/LibTest/html/Document/createElement_A01_t01.dart
+++ b/LibTest/html/Document/createElement_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element createElement(String tagName, [String typeExtension])
  * Creates a new element with the given tag name.
diff --git a/LibTest/html/Document/dispatchEvent_A01_t01.dart b/LibTest/html/Document/dispatchEvent_A01_t01.dart
index cded37b..b9335ff 100644
--- a/LibTest/html/Document/dispatchEvent_A01_t01.dart
+++ b/LibTest/html/Document/dispatchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool dispatchEvent(Event event)
  * Dispatch an event to this EventTarget.
diff --git a/LibTest/html/Document/documentElement_A01_t01.dart b/LibTest/html/Document/documentElement_A01_t01.dart
index 67523b5..61937ad 100644
--- a/LibTest/html/Document/documentElement_A01_t01.dart
+++ b/LibTest/html/Document/documentElement_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element documentElement
  * Returns the Element that is a direct child of document.
diff --git a/LibTest/html/Document/firstChild_A01_t01.dart b/LibTest/html/Document/firstChild_A01_t01.dart
index 2ccbc4e..aca08ac 100644
--- a/LibTest/html/Document/firstChild_A01_t01.dart
+++ b/LibTest/html/Document/firstChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node firstChild
  * The first child of this node.
diff --git a/LibTest/html/Document/getElementById_A01_t01.dart b/LibTest/html/Document/getElementById_A01_t01.dart
index 50825e4..7c5307d 100644
--- a/LibTest/html/Document/getElementById_A01_t01.dart
+++ b/LibTest/html/Document/getElementById_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element getElementById(String elementId)
  * Returns an object reference to the identified element.
diff --git a/LibTest/html/Document/getElementsByClassName_A01_t01.dart b/LibTest/html/Document/getElementsByClassName_A01_t01.dart
index 58ff712..e59f801 100644
--- a/LibTest/html/Document/getElementsByClassName_A01_t01.dart
+++ b/LibTest/html/Document/getElementsByClassName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByClassName(String tagname)
  * Returns a list of elements with the given class name.
diff --git a/LibTest/html/Document/getElementsByName_A01_t01.dart b/LibTest/html/Document/getElementsByName_A01_t01.dart
index 21fd846..624ca2f 100644
--- a/LibTest/html/Document/getElementsByName_A01_t01.dart
+++ b/LibTest/html/Document/getElementsByName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByName(String elementName)
  * Returns a list of elements with the given name.
diff --git a/LibTest/html/Document/getElementsByTagName_A01_t01.dart b/LibTest/html/Document/getElementsByTagName_A01_t01.dart
index 6d368d2..8090933 100644
--- a/LibTest/html/Document/getElementsByTagName_A01_t01.dart
+++ b/LibTest/html/Document/getElementsByTagName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HtmlCollection getElementsByTagName(String localName)
  * Returns a list of elements with the given tag name.
diff --git a/LibTest/html/Document/hasChildNodes_A01_t01.dart b/LibTest/html/Document/hasChildNodes_A01_t01.dart
index b4e292b..639b5ee 100644
--- a/LibTest/html/Document/hasChildNodes_A01_t01.dart
+++ b/LibTest/html/Document/hasChildNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasChildNodes()
  * Returns true if this node has any children.
diff --git a/LibTest/html/Document/importNode_A01_t01.dart b/LibTest/html/Document/importNode_A01_t01.dart
index 769db0e..c8449b4 100644
--- a/LibTest/html/Document/importNode_A01_t01.dart
+++ b/LibTest/html/Document/importNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node importNode(Node importedNode, [bool deep])
  * Returns a clone of a node from an external document.
diff --git a/LibTest/html/Document/insertAllBefore_A01_t01.dart b/LibTest/html/Document/insertAllBefore_A01_t01.dart
index f8342ae..b24cbba 100644
--- a/LibTest/html/Document/insertAllBefore_A01_t01.dart
+++ b/LibTest/html/Document/insertAllBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertAllBefore(Iterable<Node> newNodes, Node refChild)
  * Inserts all of the nodes into this node directly before refChild.
diff --git a/LibTest/html/Document/insertBefore_A01_t01.dart b/LibTest/html/Document/insertBefore_A01_t01.dart
index 01a569a..bf6b449 100644
--- a/LibTest/html/Document/insertBefore_A01_t01.dart
+++ b/LibTest/html/Document/insertBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/Document/insertBefore_A02_t01.dart b/LibTest/html/Document/insertBefore_A02_t01.dart
index 257ad41..aa9df99 100644
--- a/LibTest/html/Document/insertBefore_A02_t01.dart
+++ b/LibTest/html/Document/insertBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/Document/lastChild_A01_t01.dart b/LibTest/html/Document/lastChild_A01_t01.dart
index ac2823e..a331887 100644
--- a/LibTest/html/Document/lastChild_A01_t01.dart
+++ b/LibTest/html/Document/lastChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node lastChild
  * The last child of this node.
diff --git a/LibTest/html/Document/nextNode_A01_t01.dart b/LibTest/html/Document/nextNode_A01_t01.dart
index fbbb8eb..73ded0d 100644
--- a/LibTest/html/Document/nextNode_A01_t01.dart
+++ b/LibTest/html/Document/nextNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node nextNode
  * The next sibling node.
diff --git a/LibTest/html/Document/nodeName_A01_t01.dart b/LibTest/html/Document/nodeName_A01_t01.dart
index f4ca9ef..d76ca4d 100644
--- a/LibTest/html/Document/nodeName_A01_t01.dart
+++ b/LibTest/html/Document/nodeName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Document/nodeType_A01_t01.dart b/LibTest/html/Document/nodeType_A01_t01.dart
index 0d888e1..aa5a669 100644
--- a/LibTest/html/Document/nodeType_A01_t01.dart
+++ b/LibTest/html/Document/nodeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Document/nodeValue_A01_t01.dart b/LibTest/html/Document/nodeValue_A01_t01.dart
index 086ce15..f5dff40 100644
--- a/LibTest/html/Document/nodeValue_A01_t01.dart
+++ b/LibTest/html/Document/nodeValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Document/nodes_A01_t01.dart b/LibTest/html/Document/nodes_A01_t01.dart
index 23a21c3..891ac47 100644
--- a/LibTest/html/Document/nodes_A01_t01.dart
+++ b/LibTest/html/Document/nodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/Document/on_A01_t01.dart b/LibTest/html/Document/on_A01_t01.dart
index 6b0c233..a3d5170 100644
--- a/LibTest/html/Document/on_A01_t01.dart
+++ b/LibTest/html/Document/on_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Events on
  * This is an ease-of-use accessor for event streams which should only be used
diff --git a/LibTest/html/Document/on_A01_t02.dart b/LibTest/html/Document/on_A01_t02.dart
index cef3afe..d91ecd2 100644
--- a/LibTest/html/Document/on_A01_t02.dart
+++ b/LibTest/html/Document/on_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Events on
  * This is an ease-of-use accessor for event streams which should only be used
diff --git a/LibTest/html/Document/ownerDocument_A01_t01.dart b/LibTest/html/Document/ownerDocument_A01_t01.dart
index 509bcb3..f2096e6 100644
--- a/LibTest/html/Document/ownerDocument_A01_t01.dart
+++ b/LibTest/html/Document/ownerDocument_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Document/parentNode_A01_t01.dart b/LibTest/html/Document/parentNode_A01_t01.dart
index 066c94f..21b1f84 100644
--- a/LibTest/html/Document/parentNode_A01_t01.dart
+++ b/LibTest/html/Document/parentNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/Document/parent_A01_t01.dart b/LibTest/html/Document/parent_A01_t01.dart
index 7898c4a..6982e40 100644
--- a/LibTest/html/Document/parent_A01_t01.dart
+++ b/LibTest/html/Document/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/Document/previousNode_A01_t01.dart b/LibTest/html/Document/previousNode_A01_t01.dart
index 8071c2a..022e2f8 100644
--- a/LibTest/html/Document/previousNode_A01_t01.dart
+++ b/LibTest/html/Document/previousNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node previousNode
  * The previous sibling node.
diff --git a/LibTest/html/Document/querySelectorAll_A01_t01.dart b/LibTest/html/Document/querySelectorAll_A01_t01.dart
index 2fbdfd5..ad7f644 100644
--- a/LibTest/html/Document/querySelectorAll_A01_t01.dart
+++ b/LibTest/html/Document/querySelectorAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementList querySelectorAll(String selectors)
  * Finds all descendent elements of this element that match the specified
diff --git a/LibTest/html/Document/querySelector_A01_t01.dart b/LibTest/html/Document/querySelector_A01_t01.dart
index c1b0363..20d946e 100644
--- a/LibTest/html/Document/querySelector_A01_t01.dart
+++ b/LibTest/html/Document/querySelector_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionElement querySelector(String selectors)
  * Finds the first descendant element of this document that matches the specified
diff --git a/LibTest/html/Document/readyState_A01_t01.dart b/LibTest/html/Document/readyState_A01_t01.dart
index 5d897a5..b1395fb 100644
--- a/LibTest/html/Document/readyState_A01_t01.dart
+++ b/LibTest/html/Document/readyState_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String readyState
  * Returns loading status of the document
diff --git a/LibTest/html/Document/removeEventListener_A01_t01.dart b/LibTest/html/Document/removeEventListener_A01_t01.dart
index b195a40..f139af7 100644
--- a/LibTest/html/Document/removeEventListener_A01_t01.dart
+++ b/LibTest/html/Document/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener, [bool useCapture])
  * @description Checks that listener is removed.
diff --git a/LibTest/html/Document/remove_A01_t01.dart b/LibTest/html/Document/remove_A01_t01.dart
index afd30b9..4611c7a 100644
--- a/LibTest/html/Document/remove_A01_t01.dart
+++ b/LibTest/html/Document/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void remove()
  * Removes this node from the DOM
diff --git a/LibTest/html/Document/supportsRegister_A01_t01.dart b/LibTest/html/Document/supportsRegister_A01_t01.dart
index 4d05e99..b0bb630 100644
--- a/LibTest/html/Document/supportsRegister_A01_t01.dart
+++ b/LibTest/html/Document/supportsRegister_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool supportsRegister
  * Checks if register is supported on the current platform.
diff --git a/LibTest/html/Document/text_A01_t01.dart b/LibTest/html/Document/text_A01_t01.dart
index ec87b14..edca628 100644
--- a/LibTest/html/Document/text_A01_t01.dart
+++ b/LibTest/html/Document/text_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/Document/window_A01_t01.dart b/LibTest/html/Document/window_A01_t01.dart
index 4b02429..1eb8650 100644
--- a/LibTest/html/Document/window_A01_t01.dart
+++ b/LibTest/html/Document/window_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final WindowBase window
  * @description Checks that this property is present.
diff --git a/LibTest/html/Element/Element.html_A01_t01.dart b/LibTest/html/Element/Element.html_A01_t01.dart
index 56381cb..d35c921 100644
--- a/LibTest/html/Element/Element.html_A01_t01.dart
+++ b/LibTest/html/Element/Element.html_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.html(String html, {NodeValidator validator,
  *  NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/Element.html_A02_t01.dart b/LibTest/html/Element/Element.html_A02_t01.dart
index 93d9628..80770f5 100644
--- a/LibTest/html/Element/Element.html_A02_t01.dart
+++ b/LibTest/html/Element/Element.html_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.html(String html, {NodeValidator validator,
  *  NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/Element.html_A03_t01.dart b/LibTest/html/Element/Element.html_A03_t01.dart
index c19e0c0..d1f9451 100644
--- a/LibTest/html/Element/Element.html_A03_t01.dart
+++ b/LibTest/html/Element/Element.html_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.html(String html, {NodeValidator validator,
  *  NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/Element.html_A04_t01.dart b/LibTest/html/Element/Element.html_A04_t01.dart
index 8cfd34f..326b594 100644
--- a/LibTest/html/Element/Element.html_A04_t01.dart
+++ b/LibTest/html/Element/Element.html_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.html(String html, {NodeValidator validator,
  *  NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/Element.html_A04_t02.dart b/LibTest/html/Element/Element.html_A04_t02.dart
index a9cae7d..7a8c459 100644
--- a/LibTest/html/Element/Element.html_A04_t02.dart
+++ b/LibTest/html/Element/Element.html_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.html(String html, {NodeValidator validator,
  *  NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/Element.tag_A01_t01.dart b/LibTest/html/Element/Element.tag_A01_t01.dart
index 203b96a..5fe8575 100644
--- a/LibTest/html/Element/Element.tag_A01_t01.dart
+++ b/LibTest/html/Element/Element.tag_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.tag(String tag, [String typeExtention])
  * Creates the HTML element specified by the tag name.
diff --git a/LibTest/html/Element/Element.tag_A01_t02.dart b/LibTest/html/Element/Element.tag_A01_t02.dart
index 6acc2b7..41505f7 100644
--- a/LibTest/html/Element/Element.tag_A01_t02.dart
+++ b/LibTest/html/Element/Element.tag_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.tag(String tag, [String typeExtention])
  * Creates the HTML element specified by the tag name.
diff --git a/LibTest/html/Element/Element_element_ctors_A01_t01.dart b/LibTest/html/Element/Element_element_ctors_A01_t01.dart
index 5bf25d6..eb89ef1 100644
--- a/LibTest/html/Element/Element_element_ctors_A01_t01.dart
+++ b/LibTest/html/Element/Element_element_ctors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory Element.xxx
  * Creates a new <xxx> element.
diff --git a/LibTest/html/Element/abortEvent_A01_t01.dart b/LibTest/html/Element/abortEvent_A01_t01.dart
index f1eff27..3baaefd 100644
--- a/LibTest/html/Element/abortEvent_A01_t01.dart
+++ b/LibTest/html/Element/abortEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const abortEvent
  * Static factory designed to expose abort events to event handlers
diff --git a/LibTest/html/Element/addEventListener_A01_t01.dart b/LibTest/html/Element/addEventListener_A01_t01.dart
index 0fba2c4..18e7060 100644
--- a/LibTest/html/Element/addEventListener_A01_t01.dart
+++ b/LibTest/html/Element/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/addEventListener_A01_t02.dart b/LibTest/html/Element/addEventListener_A01_t02.dart
index b54dfb0..eb28580 100644
--- a/LibTest/html/Element/addEventListener_A01_t02.dart
+++ b/LibTest/html/Element/addEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/addEventListener_A01_t03.dart b/LibTest/html/Element/addEventListener_A01_t03.dart
index 964e4e2..4c95ca5 100644
--- a/LibTest/html/Element/addEventListener_A01_t03.dart
+++ b/LibTest/html/Element/addEventListener_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/addEventListener_A01_t04.dart b/LibTest/html/Element/addEventListener_A01_t04.dart
index c76d33e..74b86ac 100644
--- a/LibTest/html/Element/addEventListener_A01_t04.dart
+++ b/LibTest/html/Element/addEventListener_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/addEventListener_A01_t05.dart b/LibTest/html/Element/addEventListener_A01_t05.dart
index 12773e9..ed45664 100644
--- a/LibTest/html/Element/addEventListener_A01_t05.dart
+++ b/LibTest/html/Element/addEventListener_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/addEventListener_A01_t06.dart b/LibTest/html/Element/addEventListener_A01_t06.dart
index bc6698c..375ecf1 100644
--- a/LibTest/html/Element/addEventListener_A01_t06.dart
+++ b/LibTest/html/Element/addEventListener_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/appendHtml_A01_t01.dart b/LibTest/html/Element/appendHtml_A01_t01.dart
index 2ae9659..1b198e7 100644
--- a/LibTest/html/Element/appendHtml_A01_t01.dart
+++ b/LibTest/html/Element/appendHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void appendHtml(String text)
  * Parses the specified text as HTML and adds the resulting node after the
diff --git a/LibTest/html/Element/appendText_A01_t01.dart b/LibTest/html/Element/appendText_A01_t01.dart
index fe44254..a717b02 100644
--- a/LibTest/html/Element/appendText_A01_t01.dart
+++ b/LibTest/html/Element/appendText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void appendText(String text)
  * Adds the specified text after the last child of this element.
diff --git a/LibTest/html/Element/append_A01_t01.dart b/LibTest/html/Element/append_A01_t01.dart
index dc59d45..4ec9642 100644
--- a/LibTest/html/Element/append_A01_t01.dart
+++ b/LibTest/html/Element/append_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * Adds a node to the end of the child nodes list of this node.
diff --git a/LibTest/html/Element/append_A02_t01.dart b/LibTest/html/Element/append_A02_t01.dart
index 8ed5cf9..3856b19 100644
--- a/LibTest/html/Element/append_A02_t01.dart
+++ b/LibTest/html/Element/append_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/Element/append_A02_t02.dart b/LibTest/html/Element/append_A02_t02.dart
index 5f1f69c..70cf833 100644
--- a/LibTest/html/Element/append_A02_t02.dart
+++ b/LibTest/html/Element/append_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/Element/attributeChanged_A01_t01.dart b/LibTest/html/Element/attributeChanged_A01_t01.dart
index 4f9d96d..3f6ecb3 100644
--- a/LibTest/html/Element/attributeChanged_A01_t01.dart
+++ b/LibTest/html/Element/attributeChanged_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void attributeChanged(String name, String oldValue, String newValue)
  * Called by the DOM whenever an attribute on this has been changed.
diff --git a/LibTest/html/Element/attributes_A01_t01.dart b/LibTest/html/Element/attributes_A01_t01.dart
index c98d90b..cd60813 100644
--- a/LibTest/html/Element/attributes_A01_t01.dart
+++ b/LibTest/html/Element/attributes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> attributes
  * All attributes on this element.
diff --git a/LibTest/html/Element/attributes_A02_t01.dart b/LibTest/html/Element/attributes_A02_t01.dart
index 2e07022..aab0dc2 100644
--- a/LibTest/html/Element/attributes_A02_t01.dart
+++ b/LibTest/html/Element/attributes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> attributes
  * Any modifications to the attribute map will automatically be applied to
diff --git a/LibTest/html/Element/beforeCopyEvent_A01_t01.dart b/LibTest/html/Element/beforeCopyEvent_A01_t01.dart
index b4c4a68..e06d1ac 100644
--- a/LibTest/html/Element/beforeCopyEvent_A01_t01.dart
+++ b/LibTest/html/Element/beforeCopyEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const beforeCopyEvent
  * Static factory designed to expose beforecopy events to event handlers
diff --git a/LibTest/html/Element/beforeCutEvent_A01_t01.dart b/LibTest/html/Element/beforeCutEvent_A01_t01.dart
index b929a80..f83631a 100644
--- a/LibTest/html/Element/beforeCutEvent_A01_t01.dart
+++ b/LibTest/html/Element/beforeCutEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const beforeCutEvent
  * Static factory designed to expose beforecut events to event handlers
diff --git a/LibTest/html/Element/beforePasteEvent_A01_t01.dart b/LibTest/html/Element/beforePasteEvent_A01_t01.dart
index befd29f..e590469 100644
--- a/LibTest/html/Element/beforePasteEvent_A01_t01.dart
+++ b/LibTest/html/Element/beforePasteEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const beforePasteEvent
  * Static factory designed to expose beforepaste events to event handlers
diff --git a/LibTest/html/Element/blurEvent_A01_t01.dart b/LibTest/html/Element/blurEvent_A01_t01.dart
index 83dadc0..4dac3f3 100644
--- a/LibTest/html/Element/blurEvent_A01_t01.dart
+++ b/LibTest/html/Element/blurEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const blurEvent
  * Static factory designed to expose blur events to event handlers
diff --git a/LibTest/html/Element/blur_A01_t01.dart b/LibTest/html/Element/blur_A01_t01.dart
index 12ecdc7..66b8a7c 100644
--- a/LibTest/html/Element/blur_A01_t01.dart
+++ b/LibTest/html/Element/blur_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void blur()
  * Removes keyboard focus from the current element.
diff --git a/LibTest/html/Element/borderEdge_A01_t01.dart b/LibTest/html/Element/borderEdge_A01_t01.dart
index 10dd171..6751081 100644
--- a/LibTest/html/Element/borderEdge_A01_t01.dart
+++ b/LibTest/html/Element/borderEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final borderEdge
  * Access the dimensions and position of this element's content + padding +
diff --git a/LibTest/html/Element/changeEvent_A01_t01.dart b/LibTest/html/Element/changeEvent_A01_t01.dart
index ef585e1..0122dde 100644
--- a/LibTest/html/Element/changeEvent_A01_t01.dart
+++ b/LibTest/html/Element/changeEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const changeEvent
  * Static factory designed to expose change events to event handlers
diff --git a/LibTest/html/Element/childNodes_A01_t01.dart b/LibTest/html/Element/childNodes_A01_t01.dart
index 518a6fc..a0f8d31 100644
--- a/LibTest/html/Element/childNodes_A01_t01.dart
+++ b/LibTest/html/Element/childNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Element/childNodes_A01_t02.dart b/LibTest/html/Element/childNodes_A01_t02.dart
index 198f757..442a245 100644
--- a/LibTest/html/Element/childNodes_A01_t02.dart
+++ b/LibTest/html/Element/childNodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Element/children_A01_t01.dart b/LibTest/html/Element/children_A01_t01.dart
index e472c98..92db65a 100644
--- a/LibTest/html/Element/children_A01_t01.dart
+++ b/LibTest/html/Element/children_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Element> children
  * List of the direct children of this element.
diff --git a/LibTest/html/Element/children_A01_t02.dart b/LibTest/html/Element/children_A01_t02.dart
index 0629b3a..9bac4a7 100644
--- a/LibTest/html/Element/children_A01_t02.dart
+++ b/LibTest/html/Element/children_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Element> children
  * List of the direct children of this element.
diff --git a/LibTest/html/Element/className_A01_t01.dart b/LibTest/html/Element/className_A01_t01.dart
index e2b10be..f45a80a 100644
--- a/LibTest/html/Element/className_A01_t01.dart
+++ b/LibTest/html/Element/className_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String className
  * Gets/sets the class of the element.
diff --git a/LibTest/html/Element/classes_A01_t01.dart b/LibTest/html/Element/classes_A01_t01.dart
index a33ea25..ddf2244 100644
--- a/LibTest/html/Element/classes_A01_t01.dart
+++ b/LibTest/html/Element/classes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classes
  * The set of CSS classes applied to this element.
diff --git a/LibTest/html/Element/clickEvent_A01_t01.dart b/LibTest/html/Element/clickEvent_A01_t01.dart
index 632a127..bafc81e 100644
--- a/LibTest/html/Element/clickEvent_A01_t01.dart
+++ b/LibTest/html/Element/clickEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const clickEvent
  * Static factory designed to expose click events to event handlers
diff --git a/LibTest/html/Element/click_A01_t01.dart b/LibTest/html/Element/click_A01_t01.dart
index 2aed94c..9d4ad3d 100644
--- a/LibTest/html/Element/click_A01_t01.dart
+++ b/LibTest/html/Element/click_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void click()
  * Simulates a click on the current element.
diff --git a/LibTest/html/Element/clone_A01_t01.dart b/LibTest/html/Element/clone_A01_t01.dart
index 97f4ae7..0bd3157 100644
--- a/LibTest/html/Element/clone_A01_t01.dart
+++ b/LibTest/html/Element/clone_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Element/clone_A01_t02.dart b/LibTest/html/Element/clone_A01_t02.dart
index d239847..e855573 100644
--- a/LibTest/html/Element/clone_A01_t02.dart
+++ b/LibTest/html/Element/clone_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Element/clone_A02_t01.dart b/LibTest/html/Element/clone_A02_t01.dart
index d15e548..dd57ce5 100644
--- a/LibTest/html/Element/clone_A02_t01.dart
+++ b/LibTest/html/Element/clone_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Element/clone_A03_t01.dart b/LibTest/html/Element/clone_A03_t01.dart
index 50f8dc0..0969d5e 100644
--- a/LibTest/html/Element/clone_A03_t01.dart
+++ b/LibTest/html/Element/clone_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Element/contains_A01_t01.dart b/LibTest/html/Element/contains_A01_t01.dart
index 55c4d89..ebe6254 100644
--- a/LibTest/html/Element/contains_A01_t01.dart
+++ b/LibTest/html/Element/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Element/contains_A01_t02.dart b/LibTest/html/Element/contains_A01_t02.dart
index 2da91ef..d9ac788 100644
--- a/LibTest/html/Element/contains_A01_t02.dart
+++ b/LibTest/html/Element/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Element/contains_A01_t03.dart b/LibTest/html/Element/contains_A01_t03.dart
index 94444fe..eca28bd 100644
--- a/LibTest/html/Element/contains_A01_t03.dart
+++ b/LibTest/html/Element/contains_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Element/contentEdge_A01_t01.dart b/LibTest/html/Element/contentEdge_A01_t01.dart
index 4e5b030..121da7f 100644
--- a/LibTest/html/Element/contentEdge_A01_t01.dart
+++ b/LibTest/html/Element/contentEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final contentEdge
  * Access this element's content position.
diff --git a/LibTest/html/Element/contentEditable_A01_t01.dart b/LibTest/html/Element/contentEditable_A01_t01.dart
index 0f5b385..3c77cb0 100644
--- a/LibTest/html/Element/contentEditable_A01_t01.dart
+++ b/LibTest/html/Element/contentEditable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String contentEditable
  * Gets/sets whether or not the element is editable.
diff --git a/LibTest/html/Element/contentEditable_A01_t02.dart b/LibTest/html/Element/contentEditable_A01_t02.dart
index 51c771c..8b2f9f7 100644
--- a/LibTest/html/Element/contentEditable_A01_t02.dart
+++ b/LibTest/html/Element/contentEditable_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String contentEditable
  * Gets/sets whether or not the element is editable.
diff --git a/LibTest/html/Element/contextMenuEvent_A01_t01.dart b/LibTest/html/Element/contextMenuEvent_A01_t01.dart
index a393e1e..3169419 100644
--- a/LibTest/html/Element/contextMenuEvent_A01_t01.dart
+++ b/LibTest/html/Element/contextMenuEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const contextMenuEvent
  * Static factory designed to expose contextmenu events to event handlers
diff --git a/LibTest/html/Element/copyEvent_A01_t01.dart b/LibTest/html/Element/copyEvent_A01_t01.dart
index 6751c40..3ea5c6b 100644
--- a/LibTest/html/Element/copyEvent_A01_t01.dart
+++ b/LibTest/html/Element/copyEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const copyEvent
  * Static factory designed to expose copy events to event handlers
diff --git a/LibTest/html/Element/createFragment_A01_t01.dart b/LibTest/html/Element/createFragment_A01_t01.dart
index ad49cc6..c25a6b4 100644
--- a/LibTest/html/Element/createFragment_A01_t01.dart
+++ b/LibTest/html/Element/createFragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/createFragment_A01_t02.dart b/LibTest/html/Element/createFragment_A01_t02.dart
index 914f012..8d01afc 100644
--- a/LibTest/html/Element/createFragment_A01_t02.dart
+++ b/LibTest/html/Element/createFragment_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/createFragment_A01_t03.dart b/LibTest/html/Element/createFragment_A01_t03.dart
index b846908..544bd7a 100644
--- a/LibTest/html/Element/createFragment_A01_t03.dart
+++ b/LibTest/html/Element/createFragment_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/Element/cutEvent_A01_t01.dart b/LibTest/html/Element/cutEvent_A01_t01.dart
index ac3b92f..092d3e7 100644
--- a/LibTest/html/Element/cutEvent_A01_t01.dart
+++ b/LibTest/html/Element/cutEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const cutEvent
  * Static factory designed to expose cut events to event handlers
diff --git a/LibTest/html/Element/dataset_A01_t01.dart b/LibTest/html/Element/dataset_A01_t01.dart
index 81fe9e3..1fe6b7c 100644
--- a/LibTest/html/Element/dataset_A01_t01.dart
+++ b/LibTest/html/Element/dataset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * Allows access to all custom data attributes (data-*) set on this element.
diff --git a/LibTest/html/Element/dataset_A01_t02.dart b/LibTest/html/Element/dataset_A01_t02.dart
index 2e2db65..a1acff8 100644
--- a/LibTest/html/Element/dataset_A01_t02.dart
+++ b/LibTest/html/Element/dataset_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * Allows access to all custom data attributes (data-*) set on this element.
diff --git a/LibTest/html/Element/dataset_A02_t01.dart b/LibTest/html/Element/dataset_A02_t01.dart
index 3070fb4..939ee33 100644
--- a/LibTest/html/Element/dataset_A02_t01.dart
+++ b/LibTest/html/Element/dataset_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * The keys for the map must follow these rules:
diff --git a/LibTest/html/Element/dir_A01_t01.dart b/LibTest/html/Element/dir_A01_t01.dart
index ca73dd5..f2ed7e5 100644
--- a/LibTest/html/Element/dir_A01_t01.dart
+++ b/LibTest/html/Element/dir_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String dir
  * Gets/sets the directionality of the element.
diff --git a/LibTest/html/Element/dir_A01_t02.dart b/LibTest/html/Element/dir_A01_t02.dart
index 61931a5..aa4ac10 100644
--- a/LibTest/html/Element/dir_A01_t02.dart
+++ b/LibTest/html/Element/dir_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String dir
  * Gets/sets the directionality of the element.
diff --git a/LibTest/html/Element/documentOffset_A01_t01.dart b/LibTest/html/Element/documentOffset_A01_t01.dart
index 4b9a345..32724d9 100644
--- a/LibTest/html/Element/documentOffset_A01_t01.dart
+++ b/LibTest/html/Element/documentOffset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final documentOffset
  * Provides the coordinates of the element relative to the top of the document.
diff --git a/LibTest/html/Element/doubleClickEvent_A01_t01.dart b/LibTest/html/Element/doubleClickEvent_A01_t01.dart
index 72079cd..7659576 100644
--- a/LibTest/html/Element/doubleClickEvent_A01_t01.dart
+++ b/LibTest/html/Element/doubleClickEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const doubleClickEvent
  * Static factory designed to expose doubleclick events to event handlers
diff --git a/LibTest/html/Element/dragEndEvent_A01_t01.dart b/LibTest/html/Element/dragEndEvent_A01_t01.dart
index bdd9f51..4e16bf3 100644
--- a/LibTest/html/Element/dragEndEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragEndEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragEndEvent
  * A stream of dragend events fired when an element completes a drag operation.
diff --git a/LibTest/html/Element/dragEnterEvent_A01_t01.dart b/LibTest/html/Element/dragEnterEvent_A01_t01.dart
index a7c34e9..f7f75f6 100644
--- a/LibTest/html/Element/dragEnterEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragEnterEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragEnterEvent
  * A stream of dragenter events fired when a dragged object is first dragged
diff --git a/LibTest/html/Element/dragEvent_A01_t01.dart b/LibTest/html/Element/dragEvent_A01_t01.dart
index 83767eb..474f5fd 100644
--- a/LibTest/html/Element/dragEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragEvent
  * A stream of drag events fired when an element is currently being dragged.
diff --git a/LibTest/html/Element/dragLeaveEvent_A01_t01.dart b/LibTest/html/Element/dragLeaveEvent_A01_t01.dart
index d1ec01d..085b093 100644
--- a/LibTest/html/Element/dragLeaveEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragLeaveEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragLeaveEvent
  * A stream of dragleave events fired when an object being dragged over an
diff --git a/LibTest/html/Element/dragOverEvent_A01_t01.dart b/LibTest/html/Element/dragOverEvent_A01_t01.dart
index 44e8c0f..da4fec2 100644
--- a/LibTest/html/Element/dragOverEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragOverEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragOverEvent
  * A stream of dragover events fired when a dragged object is currently being
diff --git a/LibTest/html/Element/dragStartEvent_A01_t01.dart b/LibTest/html/Element/dragStartEvent_A01_t01.dart
index cb6627c..74d2837 100644
--- a/LibTest/html/Element/dragStartEvent_A01_t01.dart
+++ b/LibTest/html/Element/dragStartEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dragStartEvent
  * A stream of dragstart events for a dragged element whose drag has begun.
diff --git a/LibTest/html/Element/draggable_A01_t01.dart b/LibTest/html/Element/draggable_A01_t01.dart
index 5667a37..4616243 100644
--- a/LibTest/html/Element/draggable_A01_t01.dart
+++ b/LibTest/html/Element/draggable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool draggable
  * Indicates whether the element can be dragged and dropped.
diff --git a/LibTest/html/Element/draggable_A01_t02.dart b/LibTest/html/Element/draggable_A01_t02.dart
index 45b06b0..6685c3d 100644
--- a/LibTest/html/Element/draggable_A01_t02.dart
+++ b/LibTest/html/Element/draggable_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool draggable
  * Indicates whether the element can be dragged and dropped.
diff --git a/LibTest/html/Element/dropEvent_A01_t01.dart b/LibTest/html/Element/dropEvent_A01_t01.dart
index 53ebd57..021eca5 100644
--- a/LibTest/html/Element/dropEvent_A01_t01.dart
+++ b/LibTest/html/Element/dropEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const dropEvent
  * A stream of drop events fired when a dragged object is dropped on an element.
diff --git a/LibTest/html/Element/enteredView_A01_t01.dart b/LibTest/html/Element/enteredView_A01_t01.dart
index c76a385..14fc6a3 100644
--- a/LibTest/html/Element/enteredView_A01_t01.dart
+++ b/LibTest/html/Element/enteredView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void enteredView()
  * Called by the DOM when this element has been inserted into the live document.
diff --git a/LibTest/html/Element/errorEvent_A01_t01.dart b/LibTest/html/Element/errorEvent_A01_t01.dart
index 88e75b1..2a67edb 100644
--- a/LibTest/html/Element/errorEvent_A01_t01.dart
+++ b/LibTest/html/Element/errorEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const errorEvent
  * Static factory designed to expose error events to event handlers
diff --git a/LibTest/html/Element/firstChild_A01_t01.dart b/LibTest/html/Element/firstChild_A01_t01.dart
index 4dd4f5c..e0bbbc6 100644
--- a/LibTest/html/Element/firstChild_A01_t01.dart
+++ b/LibTest/html/Element/firstChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node firstChild
  * The first child of this node.
diff --git a/LibTest/html/Element/focusEvent_A01_t01.dart b/LibTest/html/Element/focusEvent_A01_t01.dart
index deab011..17d5188 100644
--- a/LibTest/html/Element/focusEvent_A01_t01.dart
+++ b/LibTest/html/Element/focusEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const focusEvent
  * Static factory designed to expose focus events to event handlers
diff --git a/LibTest/html/Element/focus_A01_t01.dart b/LibTest/html/Element/focus_A01_t01.dart
index 00be2c6..3a584a9 100644
--- a/LibTest/html/Element/focus_A01_t01.dart
+++ b/LibTest/html/Element/focus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void focus()
  * Gives keyboard focus to the current element.
diff --git a/LibTest/html/Element/fullscreenChangeEvent_A01_t01.dart b/LibTest/html/Element/fullscreenChangeEvent_A01_t01.dart
index bd75c48..f62a316 100644
--- a/LibTest/html/Element/fullscreenChangeEvent_A01_t01.dart
+++ b/LibTest/html/Element/fullscreenChangeEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const fullscreenChangeEvent
  * Static factory designed to expose fullscreenchange events to event handlers
diff --git a/LibTest/html/Element/fullscreenErrorEvent_A01_t01.dart b/LibTest/html/Element/fullscreenErrorEvent_A01_t01.dart
index 2765f11..adf6bb5 100644
--- a/LibTest/html/Element/fullscreenErrorEvent_A01_t01.dart
+++ b/LibTest/html/Element/fullscreenErrorEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const fullscreenErrorEvent
  * Static factory designed to expose fullscreenerror events to event handlers
diff --git a/LibTest/html/Element/getAttributeNS_A01_t01.dart b/LibTest/html/Element/getAttributeNS_A01_t01.dart
index 0c8df79..3fe474e 100644
--- a/LibTest/html/Element/getAttributeNS_A01_t01.dart
+++ b/LibTest/html/Element/getAttributeNS_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAttributeNS(String namespaceURI, String localName)
  * Retrieve the value of the attribute with the specified name and namespace,
diff --git a/LibTest/html/Element/getAttributeNS_A02_t01.dart b/LibTest/html/Element/getAttributeNS_A02_t01.dart
index 2944816..2b03dc7 100644
--- a/LibTest/html/Element/getAttributeNS_A02_t01.dart
+++ b/LibTest/html/Element/getAttributeNS_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAttributeNS(String namespaceURI, String localName)
  * Retrieve the value of the attribute with the specified name and namespace,
diff --git a/LibTest/html/Element/getAttribute_A01_t01.dart b/LibTest/html/Element/getAttribute_A01_t01.dart
index 07711ec..c5e7f55 100644
--- a/LibTest/html/Element/getAttribute_A01_t01.dart
+++ b/LibTest/html/Element/getAttribute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAttribute(String name)
  * Retrieve the value of the named attribute from the current node.
diff --git a/LibTest/html/Element/getBoundingClientRect_A01_t01.dart b/LibTest/html/Element/getBoundingClientRect_A01_t01.dart
index e9f070c..392f185 100644
--- a/LibTest/html/Element/getBoundingClientRect_A01_t01.dart
+++ b/LibTest/html/Element/getBoundingClientRect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle getBoundingClientRect()
  * Returns the smallest bounding rectangle that encompasses this element's
diff --git a/LibTest/html/Element/getBoundingClientRect_A01_t02.dart b/LibTest/html/Element/getBoundingClientRect_A01_t02.dart
index 657ede0..6abdc88 100644
--- a/LibTest/html/Element/getBoundingClientRect_A01_t02.dart
+++ b/LibTest/html/Element/getBoundingClientRect_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle getBoundingClientRect()
  * Returns the smallest bounding rectangle that encompasses this element's
diff --git a/LibTest/html/Element/getClientRects_A01_t01.dart b/LibTest/html/Element/getClientRects_A01_t01.dart
index bfaa564..9b58a75 100644
--- a/LibTest/html/Element/getClientRects_A01_t01.dart
+++ b/LibTest/html/Element/getClientRects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Rectangle> getClientRects()
  * Returns a list of bounding rectangles for each box associated with this
diff --git a/LibTest/html/Element/getClientRects_A01_t02.dart b/LibTest/html/Element/getClientRects_A01_t02.dart
index c502770..b42b2ec 100644
--- a/LibTest/html/Element/getClientRects_A01_t02.dart
+++ b/LibTest/html/Element/getClientRects_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Rectangle> getClientRects()
  * Returns a list of bounding rectangles for each box associated with this
diff --git a/LibTest/html/Element/getElementsByClassName_A01_t01.dart b/LibTest/html/Element/getElementsByClassName_A01_t01.dart
index 3e88aee..f6c147c 100644
--- a/LibTest/html/Element/getElementsByClassName_A01_t01.dart
+++ b/LibTest/html/Element/getElementsByClassName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByClassName(String name)
  * Returns a list of nodes with the given class name inside this element.
diff --git a/LibTest/html/Element/getElementsByClassName_A02_t01.dart b/LibTest/html/Element/getElementsByClassName_A02_t01.dart
index a30141b..e6f022c 100644
--- a/LibTest/html/Element/getElementsByClassName_A02_t01.dart
+++ b/LibTest/html/Element/getElementsByClassName_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByClassName(String name)
  * Returns a list of nodes with the given class name inside this element.
diff --git a/LibTest/html/Element/getNamespacedAttributes_A01_t01.dart b/LibTest/html/Element/getNamespacedAttributes_A01_t01.dart
index a1b31f5..1821f24 100644
--- a/LibTest/html/Element/getNamespacedAttributes_A01_t01.dart
+++ b/LibTest/html/Element/getNamespacedAttributes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> getNamespacedAttributes(String namespace)
  * Gets a map for manipulating the attributes of a particular namespace.
diff --git a/LibTest/html/Element/hasChildNodes_A01_t01.dart b/LibTest/html/Element/hasChildNodes_A01_t01.dart
index 4c4882b..a71bbae 100644
--- a/LibTest/html/Element/hasChildNodes_A01_t01.dart
+++ b/LibTest/html/Element/hasChildNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasChildNodes()
  * Returns true if this node has any children.
diff --git a/LibTest/html/Element/hidden_A01_t01.dart b/LibTest/html/Element/hidden_A01_t01.dart
index aa0592e..353a906 100644
--- a/LibTest/html/Element/hidden_A01_t01.dart
+++ b/LibTest/html/Element/hidden_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hidden
  * Indicates whether the element is not relevant to the page's current state.
diff --git a/LibTest/html/Element/id_A01_t01.dart b/LibTest/html/Element/id_A01_t01.dart
index e9d1298..396515b 100644
--- a/LibTest/html/Element/id_A01_t01.dart
+++ b/LibTest/html/Element/id_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String id
  * Gets/sets the id of the element.
diff --git a/LibTest/html/Element/innerHtml_A01_t01.dart b/LibTest/html/Element/innerHtml_A01_t01.dart
index 8bd1424..645c9ae 100644
--- a/LibTest/html/Element/innerHtml_A01_t01.dart
+++ b/LibTest/html/Element/innerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String innerHtml
  * Parses the HTML fragment and sets it as the contents of this element.
diff --git a/LibTest/html/Element/innerHtml_A02_t01.dart b/LibTest/html/Element/innerHtml_A02_t01.dart
index bcf0c7a..3001d59 100644
--- a/LibTest/html/Element/innerHtml_A02_t01.dart
+++ b/LibTest/html/Element/innerHtml_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String innerHtml
  * Parses the HTML fragment and sets it as the contents of this element.
diff --git a/LibTest/html/Element/inputEvent_A01_t01.dart b/LibTest/html/Element/inputEvent_A01_t01.dart
index 1ad54d5..9a88561 100644
--- a/LibTest/html/Element/inputEvent_A01_t01.dart
+++ b/LibTest/html/Element/inputEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const inputEvent
  * Static factory designed to expose input events to event handlers
diff --git a/LibTest/html/Element/insertAdjacentElement_A01_t01.dart b/LibTest/html/Element/insertAdjacentElement_A01_t01.dart
index e7c2d22..41e49a0 100644
--- a/LibTest/html/Element/insertAdjacentElement_A01_t01.dart
+++ b/LibTest/html/Element/insertAdjacentElement_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element insertAdjacentElement(String where, Element element)
  * Inserts element into the DOM at the specified location.
diff --git a/LibTest/html/Element/insertAdjacentHtml_A01_t01.dart b/LibTest/html/Element/insertAdjacentHtml_A01_t01.dart
index 3821ad7..f3c667b 100644
--- a/LibTest/html/Element/insertAdjacentHtml_A01_t01.dart
+++ b/LibTest/html/Element/insertAdjacentHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAdjacentHtml(String where, String html)
  * Parses text as an HTML fragment and inserts it into the DOM at the
diff --git a/LibTest/html/Element/insertAdjacentText_A01_t01.dart b/LibTest/html/Element/insertAdjacentText_A01_t01.dart
index afc0947..1f25287 100644
--- a/LibTest/html/Element/insertAdjacentText_A01_t01.dart
+++ b/LibTest/html/Element/insertAdjacentText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAdjacentText(String where, String text)
  * Inserts text into the DOM at the specified location.
diff --git a/LibTest/html/Element/insertAllBefore_A01_t01.dart b/LibTest/html/Element/insertAllBefore_A01_t01.dart
index d2d9753..ee36564 100644
--- a/LibTest/html/Element/insertAllBefore_A01_t01.dart
+++ b/LibTest/html/Element/insertAllBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertAllBefore(Iterable<Node> newNodes, Node refChild)
  * Inserts all of the nodes into this node directly before refChild.
diff --git a/LibTest/html/Element/insertAllBefore_A02_t01.dart b/LibTest/html/Element/insertAllBefore_A02_t01.dart
index 9d21619..9b49dc1 100644
--- a/LibTest/html/Element/insertAllBefore_A02_t01.dart
+++ b/LibTest/html/Element/insertAllBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertAllBefore(Iterable<Node> newNodes, Node refChild)
  * Inserts all of the nodes into this node directly before refChild.
diff --git a/LibTest/html/Element/insertBefore_A01_t01.dart b/LibTest/html/Element/insertBefore_A01_t01.dart
index cde3bfc..702845d 100644
--- a/LibTest/html/Element/insertBefore_A01_t01.dart
+++ b/LibTest/html/Element/insertBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/Element/insertBefore_A02_t01.dart b/LibTest/html/Element/insertBefore_A02_t01.dart
index 0cb7e49..dbc9305 100644
--- a/LibTest/html/Element/insertBefore_A02_t01.dart
+++ b/LibTest/html/Element/insertBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/Element/invalidEvent_A01_t01.dart b/LibTest/html/Element/invalidEvent_A01_t01.dart
index a780428..09b3bd1 100644
--- a/LibTest/html/Element/invalidEvent_A01_t01.dart
+++ b/LibTest/html/Element/invalidEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const invalidEvent
  * Static factory designed to expose invalid events to event handlers
diff --git a/LibTest/html/Element/isContentEditable_A01_t01.dart b/LibTest/html/Element/isContentEditable_A01_t01.dart
index 07ab20a..d087409 100644
--- a/LibTest/html/Element/isContentEditable_A01_t01.dart
+++ b/LibTest/html/Element/isContentEditable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isContentEditable
  * Indicates whether or not the content of the element can be edited. Read only.
diff --git a/LibTest/html/Element/isContentEditable_A02_t01.dart b/LibTest/html/Element/isContentEditable_A02_t01.dart
index 1b8b612..ba720dd 100644
--- a/LibTest/html/Element/isContentEditable_A02_t01.dart
+++ b/LibTest/html/Element/isContentEditable_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isContentEditable
  * Indicates whether or not the content of the element can be edited. Read only.
diff --git a/LibTest/html/Element/isTagSupported_A01_t01.dart b/LibTest/html/Element/isTagSupported_A01_t01.dart
index ce9fcc7..6f974e9 100644
--- a/LibTest/html/Element/isTagSupported_A01_t01.dart
+++ b/LibTest/html/Element/isTagSupported_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isTagSupported(String tag)
  * Checks to see if the tag name is supported by the current platform.
diff --git a/LibTest/html/Element/isTagSupported_A01_t02.dart b/LibTest/html/Element/isTagSupported_A01_t02.dart
index 14bf08f..cf5f2ea 100644
--- a/LibTest/html/Element/isTagSupported_A01_t02.dart
+++ b/LibTest/html/Element/isTagSupported_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isTagSupported(String tag)
  * Checks to see if the tag name is supported by the current platform.
diff --git a/LibTest/html/Element/isTagSupported_A01_t03.dart b/LibTest/html/Element/isTagSupported_A01_t03.dart
index fec9a94..d2cab76 100644
--- a/LibTest/html/Element/isTagSupported_A01_t03.dart
+++ b/LibTest/html/Element/isTagSupported_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isTagSupported(String tag)
  * Checks to see if the tag name is supported by the current platform.
diff --git a/LibTest/html/Element/keyDownEvent_A01_t01.dart b/LibTest/html/Element/keyDownEvent_A01_t01.dart
index b6964ba..698cb3c 100644
--- a/LibTest/html/Element/keyDownEvent_A01_t01.dart
+++ b/LibTest/html/Element/keyDownEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const keyDownEvent
  * Static factory designed to expose keydown events to event handlers
diff --git a/LibTest/html/Element/keyPressEvent_A01_t01.dart b/LibTest/html/Element/keyPressEvent_A01_t01.dart
index 58cabde..6fd67d5 100644
--- a/LibTest/html/Element/keyPressEvent_A01_t01.dart
+++ b/LibTest/html/Element/keyPressEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const keyPressEvent 
  * Static factory designed to expose keypress events to event handlers
diff --git a/LibTest/html/Element/keyUpEvent_A01_t01.dart b/LibTest/html/Element/keyUpEvent_A01_t01.dart
index 5dc197d..d7c5c2b 100644
--- a/LibTest/html/Element/keyUpEvent_A01_t01.dart
+++ b/LibTest/html/Element/keyUpEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const keyUpEvent
  * Static factory designed to expose keyup events to event handlers
diff --git a/LibTest/html/Element/lang_A01_t01.dart b/LibTest/html/Element/lang_A01_t01.dart
index 5dc3376..be3cbdf 100644
--- a/LibTest/html/Element/lang_A01_t01.dart
+++ b/LibTest/html/Element/lang_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String lang
  * Gets/sets the language of an element's attributes, text, and element
diff --git a/LibTest/html/Element/lang_A01_t02.dart b/LibTest/html/Element/lang_A01_t02.dart
index bc93022..5bb8a9e 100644
--- a/LibTest/html/Element/lang_A01_t02.dart
+++ b/LibTest/html/Element/lang_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String lang
  * Gets/sets the language of an element's attributes, text, and element
diff --git a/LibTest/html/Element/lastChild_A01_t01.dart b/LibTest/html/Element/lastChild_A01_t01.dart
index adc1f9d..038281c 100644
--- a/LibTest/html/Element/lastChild_A01_t01.dart
+++ b/LibTest/html/Element/lastChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node lastChild
  * The last child of this node.
diff --git a/LibTest/html/Element/leftView_A01_t01.dart b/LibTest/html/Element/leftView_A01_t01.dart
index 266d40c..7400f47 100644
--- a/LibTest/html/Element/leftView_A01_t01.dart
+++ b/LibTest/html/Element/leftView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void leftView()
  * Called by the DOM when this element has been removed from the live document.
diff --git a/LibTest/html/Element/loadEvent_A01_t01.dart b/LibTest/html/Element/loadEvent_A01_t01.dart
index 04b8895..156a287 100644
--- a/LibTest/html/Element/loadEvent_A01_t01.dart
+++ b/LibTest/html/Element/loadEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const loadEvent
  * Static factory designed to expose load events to event handlers
diff --git a/LibTest/html/Element/marginEdge_A01_t01.dart b/LibTest/html/Element/marginEdge_A01_t01.dart
index 3a63fb9..8a2c4f1 100644
--- a/LibTest/html/Element/marginEdge_A01_t01.dart
+++ b/LibTest/html/Element/marginEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final marginEdge
  * Access the dimensions and position of this element's content + padding +
diff --git a/LibTest/html/Element/matchesWithAncestors_A01_t01.dart b/LibTest/html/Element/matchesWithAncestors_A01_t01.dart
index eeac5d7..802d354 100644
--- a/LibTest/html/Element/matchesWithAncestors_A01_t01.dart
+++ b/LibTest/html/Element/matchesWithAncestors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool matchesWithAncestors(String selectors)
  * Checks if this element or any of its parents match the CSS selectors.
diff --git a/LibTest/html/Element/matches_A01_t01.dart b/LibTest/html/Element/matches_A01_t01.dart
index 92c66e6..48269a1 100644
--- a/LibTest/html/Element/matches_A01_t01.dart
+++ b/LibTest/html/Element/matches_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool matches(String selectors)
  * Checks if this element matches the CSS selectors.
diff --git a/LibTest/html/Element/mouseDownEvent_A01_t01.dart b/LibTest/html/Element/mouseDownEvent_A01_t01.dart
index 1305856..9ae9dd9 100644
--- a/LibTest/html/Element/mouseDownEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseDownEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseDownEvent
  * Static factory designed to expose mousedown events to event handlers
diff --git a/LibTest/html/Element/mouseEnterEvent_A01_t01.dart b/LibTest/html/Element/mouseEnterEvent_A01_t01.dart
index fec8415..9cd04fe 100644
--- a/LibTest/html/Element/mouseEnterEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseEnterEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseEnterEvent
  * Static factory designed to expose mouseenter events to event handlers
diff --git a/LibTest/html/Element/mouseLeaveEvent_A01_t01.dart b/LibTest/html/Element/mouseLeaveEvent_A01_t01.dart
index 5579605..238f6d9 100644
--- a/LibTest/html/Element/mouseLeaveEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseLeaveEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseLeaveEvent
  * Static factory designed to expose mouseleave events to event handlers
diff --git a/LibTest/html/Element/mouseMoveEvent_A01_t01.dart b/LibTest/html/Element/mouseMoveEvent_A01_t01.dart
index 1278d8b..242eb38 100644
--- a/LibTest/html/Element/mouseMoveEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseMoveEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseMoveEvent
  * Static factory designed to expose mousemove events to event handlers
diff --git a/LibTest/html/Element/mouseOutEvent_A01_t01.dart b/LibTest/html/Element/mouseOutEvent_A01_t01.dart
index 6fe10ed..59bd6c9 100644
--- a/LibTest/html/Element/mouseOutEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseOutEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseOutEvent
  * Static factory designed to expose mouseout events to event handlers
diff --git a/LibTest/html/Element/mouseOverEvent_A01_t01.dart b/LibTest/html/Element/mouseOverEvent_A01_t01.dart
index bb51583..e868fff 100644
--- a/LibTest/html/Element/mouseOverEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseOverEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseOverEvent 
  * Static factory designed to expose mouseover events to event handlers
diff --git a/LibTest/html/Element/mouseUpEvent_A01_t01.dart b/LibTest/html/Element/mouseUpEvent_A01_t01.dart
index f05a7a3..1a55d0a 100644
--- a/LibTest/html/Element/mouseUpEvent_A01_t01.dart
+++ b/LibTest/html/Element/mouseUpEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const mouseUpEvent 
  * Static factory designed to expose mouseup events to event handlers
diff --git a/LibTest/html/Element/namespaceUri_A01_t01.dart b/LibTest/html/Element/namespaceUri_A01_t01.dart
index d6222b6..99cf2aa 100644
--- a/LibTest/html/Element/namespaceUri_A01_t01.dart
+++ b/LibTest/html/Element/namespaceUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String get namespaceUri
  * A URI that identifies the XML namespace of this element.
diff --git a/LibTest/html/Element/nextElementSibling_A01_t01.dart b/LibTest/html/Element/nextElementSibling_A01_t01.dart
index 095cfdb..0d74b99 100644
--- a/LibTest/html/Element/nextElementSibling_A01_t01.dart
+++ b/LibTest/html/Element/nextElementSibling_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element nextElementSibling
  * The element immediately following the given one in the tree, or null if
diff --git a/LibTest/html/Element/nextNode_A01_t01.dart b/LibTest/html/Element/nextNode_A01_t01.dart
index 6b3f552..7ca0c70 100644
--- a/LibTest/html/Element/nextNode_A01_t01.dart
+++ b/LibTest/html/Element/nextNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node nextNode
  * The next sibling node.
diff --git a/LibTest/html/Element/nodeName_A03_t01.dart b/LibTest/html/Element/nodeName_A03_t01.dart
index 07f1552..3b47cf3 100644
--- a/LibTest/html/Element/nodeName_A03_t01.dart
+++ b/LibTest/html/Element/nodeName_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodeName_A04_t01.dart b/LibTest/html/Element/nodeName_A04_t01.dart
index 807bd87..b989eae 100644
--- a/LibTest/html/Element/nodeName_A04_t01.dart
+++ b/LibTest/html/Element/nodeName_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodeName_A05_t01.dart b/LibTest/html/Element/nodeName_A05_t01.dart
index b34f5fb..67286ee 100644
--- a/LibTest/html/Element/nodeName_A05_t01.dart
+++ b/LibTest/html/Element/nodeName_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodeName_A06_t01.dart b/LibTest/html/Element/nodeName_A06_t01.dart
index 66e46d2..7524970 100644
--- a/LibTest/html/Element/nodeName_A06_t01.dart
+++ b/LibTest/html/Element/nodeName_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodeName_A07_t01.dart b/LibTest/html/Element/nodeName_A07_t01.dart
index 7897196..49dc00f 100644
--- a/LibTest/html/Element/nodeName_A07_t01.dart
+++ b/LibTest/html/Element/nodeName_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodeName_A12_t01.dart b/LibTest/html/Element/nodeName_A12_t01.dart
index 38a2d3e..a948a79 100644
--- a/LibTest/html/Element/nodeName_A12_t01.dart
+++ b/LibTest/html/Element/nodeName_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/Element/nodes_A01_t01.dart b/LibTest/html/Element/nodes_A01_t01.dart
index 938bb15..587e36f 100644
--- a/LibTest/html/Element/nodes_A01_t01.dart
+++ b/LibTest/html/Element/nodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/Element/nodes_A01_t02.dart b/LibTest/html/Element/nodes_A01_t02.dart
index e56c11d..e7af898 100644
--- a/LibTest/html/Element/nodes_A01_t02.dart
+++ b/LibTest/html/Element/nodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/Element/offsetHeight_A01_t01.dart b/LibTest/html/Element/offsetHeight_A01_t01.dart
index d3a0f8b..00f8c9d 100644
--- a/LibTest/html/Element/offsetHeight_A01_t01.dart
+++ b/LibTest/html/Element/offsetHeight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int offsetHeight
  * The height of an element, relative to the layout.
diff --git a/LibTest/html/Element/offsetLeft_A01_t01.dart b/LibTest/html/Element/offsetLeft_A01_t01.dart
index acdf557..f40bcd0 100644
--- a/LibTest/html/Element/offsetLeft_A01_t01.dart
+++ b/LibTest/html/Element/offsetLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int offsetLeft
  * The distance from this element's left border to its offsetParent's left
diff --git a/LibTest/html/Element/offsetParent_A01_t01.dart b/LibTest/html/Element/offsetParent_A01_t01.dart
index 36f8a55..9e8893d 100644
--- a/LibTest/html/Element/offsetParent_A01_t01.dart
+++ b/LibTest/html/Element/offsetParent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element offsetParent
  * The element from which all offset calculations are currently computed.
diff --git a/LibTest/html/Element/offsetTo_A01_t01.dart b/LibTest/html/Element/offsetTo_A01_t01.dart
index 629c9cf..aa906de 100644
--- a/LibTest/html/Element/offsetTo_A01_t01.dart
+++ b/LibTest/html/Element/offsetTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point offsetTo(Element parent)
  * Provides the offset of this element's borderEdge relative to the specified
diff --git a/LibTest/html/Element/offsetTo_A01_t02.dart b/LibTest/html/Element/offsetTo_A01_t02.dart
index 25ce795..e893898 100644
--- a/LibTest/html/Element/offsetTo_A01_t02.dart
+++ b/LibTest/html/Element/offsetTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point offsetTo(Element parent)
  * Provides the offset of this element's borderEdge relative to the specified
diff --git a/LibTest/html/Element/offsetTop_A01_t01.dart b/LibTest/html/Element/offsetTop_A01_t01.dart
index 62ef01f..1120970 100644
--- a/LibTest/html/Element/offsetTop_A01_t01.dart
+++ b/LibTest/html/Element/offsetTop_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int offsetTop
  * The distance from this element's top border to its offsetParent's top border.
diff --git a/LibTest/html/Element/offsetWidth_A01_t01.dart b/LibTest/html/Element/offsetWidth_A01_t01.dart
index f5bd326..23c5cc4 100644
--- a/LibTest/html/Element/offsetWidth_A01_t01.dart
+++ b/LibTest/html/Element/offsetWidth_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int offsetWidth
  * The width of an element, relative to the layout.
diff --git a/LibTest/html/Element/offset_A01_t01.dart b/LibTest/html/Element/offset_A01_t01.dart
index 352f035..dbc6539 100644
--- a/LibTest/html/Element/offset_A01_t01.dart
+++ b/LibTest/html/Element/offset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle get offset
  * Gets the offset of this element relative to its offsetParent.
diff --git a/LibTest/html/Element/onAbort_A01_t01.dart b/LibTest/html/Element/onAbort_A01_t01.dart
index fcb4039..b11967c 100644
--- a/LibTest/html/Element/onAbort_A01_t01.dart
+++ b/LibTest/html/Element/onAbort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> onAbort
  * Stream of abort events handled by this Element.
diff --git a/LibTest/html/Element/onBeforeCopy_A01_t01.dart b/LibTest/html/Element/onBeforeCopy_A01_t01.dart
index 8ddc725..d15e1e8 100644
--- a/LibTest/html/Element/onBeforeCopy_A01_t01.dart
+++ b/LibTest/html/Element/onBeforeCopy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforeCopy
  * Stream of beforecopy events handled by this Element.
diff --git a/LibTest/html/Element/onBeforeCut_A01_t01.dart b/LibTest/html/Element/onBeforeCut_A01_t01.dart
index 8a10be7..b31910f 100644
--- a/LibTest/html/Element/onBeforeCut_A01_t01.dart
+++ b/LibTest/html/Element/onBeforeCut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforeCut
  * Stream of beforecut events handled by this Element.
diff --git a/LibTest/html/Element/onBeforePaste_A01_t01.dart b/LibTest/html/Element/onBeforePaste_A01_t01.dart
index 85845d6..56f233e 100644
--- a/LibTest/html/Element/onBeforePaste_A01_t01.dart
+++ b/LibTest/html/Element/onBeforePaste_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforePaste
  * Stream of beforepaste events handled by this Element.
diff --git a/LibTest/html/Element/onBlur_A01_t01.dart b/LibTest/html/Element/onBlur_A01_t01.dart
index 839ad08..88c1f2d 100644
--- a/LibTest/html/Element/onBlur_A01_t01.dart
+++ b/LibTest/html/Element/onBlur_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBlur
  * Stream of blur events handled by this Element.
diff --git a/LibTest/html/Element/onChange_A01_t01.dart b/LibTest/html/Element/onChange_A01_t01.dart
index 9f4efef..fa16f3c 100644
--- a/LibTest/html/Element/onChange_A01_t01.dart
+++ b/LibTest/html/Element/onChange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onChange
  * Stream of change events handled by this Element.
diff --git a/LibTest/html/Element/onClick_A01_t01.dart b/LibTest/html/Element/onClick_A01_t01.dart
index 831085d..0e715a3 100644
--- a/LibTest/html/Element/onClick_A01_t01.dart
+++ b/LibTest/html/Element/onClick_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onClick
  * Stream of click events handled by this Element.
diff --git a/LibTest/html/Element/onContextMenu_A01_t01.dart b/LibTest/html/Element/onContextMenu_A01_t01.dart
index 1d56c03..6ba5dbb 100644
--- a/LibTest/html/Element/onContextMenu_A01_t01.dart
+++ b/LibTest/html/Element/onContextMenu_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onContextMenu
  * Stream of contextmenu events handled by this Element.
diff --git a/LibTest/html/Element/onCopy_A01_t01.dart b/LibTest/html/Element/onCopy_A01_t01.dart
index 032d0a0..c8c083c 100644
--- a/LibTest/html/Element/onCopy_A01_t01.dart
+++ b/LibTest/html/Element/onCopy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onCopy
  * Stream of copy events handled by this Element.
diff --git a/LibTest/html/Element/onCut_A01_t01.dart b/LibTest/html/Element/onCut_A01_t01.dart
index cb816a5..33fb72e 100644
--- a/LibTest/html/Element/onCut_A01_t01.dart
+++ b/LibTest/html/Element/onCut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onCut
  * Stream of cut events handled by this Element.
diff --git a/LibTest/html/Element/onDoubleClick_A01_t01.dart b/LibTest/html/Element/onDoubleClick_A01_t01.dart
index ab0e49a..61d2ebe 100644
--- a/LibTest/html/Element/onDoubleClick_A01_t01.dart
+++ b/LibTest/html/Element/onDoubleClick_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onDoubleClick
  * Stream of doubleclick events handled by this Element.
diff --git a/LibTest/html/Element/onDragEnd_A01_t01.dart b/LibTest/html/Element/onDragEnd_A01_t01.dart
index 6656435..73b627d 100644
--- a/LibTest/html/Element/onDragEnd_A01_t01.dart
+++ b/LibTest/html/Element/onDragEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragEnd
  * A stream of dragend events fired when this element completes a drag
diff --git a/LibTest/html/Element/onDragEnter_A01_t01.dart b/LibTest/html/Element/onDragEnter_A01_t01.dart
index 5213a1e..246215d 100644
--- a/LibTest/html/Element/onDragEnter_A01_t01.dart
+++ b/LibTest/html/Element/onDragEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragEnter
  * A stream of dragenter events fired when a dragged object is first dragged
diff --git a/LibTest/html/Element/onDragLeave_A01_t01.dart b/LibTest/html/Element/onDragLeave_A01_t01.dart
index ac6092f..819da20 100644
--- a/LibTest/html/Element/onDragLeave_A01_t01.dart
+++ b/LibTest/html/Element/onDragLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragLeave
  * A stream of dragleave events fired when an object being dragged over this
diff --git a/LibTest/html/Element/onDragOver_A01_t01.dart b/LibTest/html/Element/onDragOver_A01_t01.dart
index 4c68322..2bf7894 100644
--- a/LibTest/html/Element/onDragOver_A01_t01.dart
+++ b/LibTest/html/Element/onDragOver_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragOver
  * A stream of dragover events fired when a dragged object is currently being
diff --git a/LibTest/html/Element/onDragStart_A01_t01.dart b/LibTest/html/Element/onDragStart_A01_t01.dart
index 9de962d..e6aa38f 100644
--- a/LibTest/html/Element/onDragStart_A01_t01.dart
+++ b/LibTest/html/Element/onDragStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragStart
  * A stream of dragstart events fired when this element starts being dragged.
diff --git a/LibTest/html/Element/onDrag_A01_t01.dart b/LibTest/html/Element/onDrag_A01_t01.dart
index 5a04eb9..df7e92b 100644
--- a/LibTest/html/Element/onDrag_A01_t01.dart
+++ b/LibTest/html/Element/onDrag_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDrag
  * A stream of drag events fired when this element currently being dragged.
diff --git a/LibTest/html/Element/onDrop_A01_t01.dart b/LibTest/html/Element/onDrop_A01_t01.dart
index 63d36e0..adef30e 100644
--- a/LibTest/html/Element/onDrop_A01_t01.dart
+++ b/LibTest/html/Element/onDrop_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDrop
  * A stream of drop events fired when a dragged object is dropped on this
diff --git a/LibTest/html/Element/onError_A01_t01.dart b/LibTest/html/Element/onError_A01_t01.dart
index 4a6bf15..1d0a758 100644
--- a/LibTest/html/Element/onError_A01_t01.dart
+++ b/LibTest/html/Element/onError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onError
  * Stream of error events handled by this Element.
diff --git a/LibTest/html/Element/onFocus_A01_t01.dart b/LibTest/html/Element/onFocus_A01_t01.dart
index f8462ce..9036f95 100644
--- a/LibTest/html/Element/onFocus_A01_t01.dart
+++ b/LibTest/html/Element/onFocus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFocus
  * Stream of focus events handled by this Element.
diff --git a/LibTest/html/Element/onFullscreenChange_A01_t01.dart b/LibTest/html/Element/onFullscreenChange_A01_t01.dart
index 8f810f5..9aa8f7c 100644
--- a/LibTest/html/Element/onFullscreenChange_A01_t01.dart
+++ b/LibTest/html/Element/onFullscreenChange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFullscreenChange
  * Stream of fullscreenchange events handled by this Element.
diff --git a/LibTest/html/Element/onFullscreenError_A01_t01.dart b/LibTest/html/Element/onFullscreenError_A01_t01.dart
index c4a744a..bf44db0 100644
--- a/LibTest/html/Element/onFullscreenError_A01_t01.dart
+++ b/LibTest/html/Element/onFullscreenError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFullscreenError
  * Stream of fullscreenerror events handled by this Element.
diff --git a/LibTest/html/Element/onInput_A01_t01.dart b/LibTest/html/Element/onInput_A01_t01.dart
index 5b90bc0..4749547 100644
--- a/LibTest/html/Element/onInput_A01_t01.dart
+++ b/LibTest/html/Element/onInput_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onInput
  * Stream of input events handled by this Element.
diff --git a/LibTest/html/Element/onInvalid_A01_t01.dart b/LibTest/html/Element/onInvalid_A01_t01.dart
index 9635ea2..0aa8c81 100644
--- a/LibTest/html/Element/onInvalid_A01_t01.dart
+++ b/LibTest/html/Element/onInvalid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onInvalid
  * Stream of invalid events handled by this Element.
diff --git a/LibTest/html/Element/onKeyDown_A01_t01.dart b/LibTest/html/Element/onKeyDown_A01_t01.dart
index 850145b..49a4205 100644
--- a/LibTest/html/Element/onKeyDown_A01_t01.dart
+++ b/LibTest/html/Element/onKeyDown_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyDown
  * Stream of keydown events handled by this Element.
diff --git a/LibTest/html/Element/onKeyPress_A01_t01.dart b/LibTest/html/Element/onKeyPress_A01_t01.dart
index 518e795..2aea8e4 100644
--- a/LibTest/html/Element/onKeyPress_A01_t01.dart
+++ b/LibTest/html/Element/onKeyPress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyPress
  * Stream of keypress events handled by this Element.
diff --git a/LibTest/html/Element/onKeyUp_A01_t01.dart b/LibTest/html/Element/onKeyUp_A01_t01.dart
index 7729d7f..01e46a7 100644
--- a/LibTest/html/Element/onKeyUp_A01_t01.dart
+++ b/LibTest/html/Element/onKeyUp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyUp
  * Stream of keyup events handled by this Element.
diff --git a/LibTest/html/Element/onLoad_A01_t01.dart b/LibTest/html/Element/onLoad_A01_t01.dart
index 8133d31..69e969d 100644
--- a/LibTest/html/Element/onLoad_A01_t01.dart
+++ b/LibTest/html/Element/onLoad_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onLoad
  * Stream of load events handled by this Element.
diff --git a/LibTest/html/Element/onMouseDown_A01_t01.dart b/LibTest/html/Element/onMouseDown_A01_t01.dart
index 8f01b82..7a8154f 100644
--- a/LibTest/html/Element/onMouseDown_A01_t01.dart
+++ b/LibTest/html/Element/onMouseDown_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseDown
  * Stream of mousedown events handled by this Element.
diff --git a/LibTest/html/Element/onMouseEnter_A01_t01.dart b/LibTest/html/Element/onMouseEnter_A01_t01.dart
index 064bdfd..6773d73 100644
--- a/LibTest/html/Element/onMouseEnter_A01_t01.dart
+++ b/LibTest/html/Element/onMouseEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseEnter
  * Stream of mouseenter events handled by this Element.
diff --git a/LibTest/html/Element/onMouseLeave_A01_t01.dart b/LibTest/html/Element/onMouseLeave_A01_t01.dart
index 5f8580d..ba275f8 100644
--- a/LibTest/html/Element/onMouseLeave_A01_t01.dart
+++ b/LibTest/html/Element/onMouseLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseLeave
  * Stream of mouseleave events handled by this Element.
diff --git a/LibTest/html/Element/onMouseMove_A01_t01.dart b/LibTest/html/Element/onMouseMove_A01_t01.dart
index 465b5d9..c3a4bcc 100644
--- a/LibTest/html/Element/onMouseMove_A01_t01.dart
+++ b/LibTest/html/Element/onMouseMove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseMove
  * Stream of mousemove events handled by this Element.
diff --git a/LibTest/html/Element/onMouseOut_A01_t01.dart b/LibTest/html/Element/onMouseOut_A01_t01.dart
index df5ea14..6b720e7 100644
--- a/LibTest/html/Element/onMouseOut_A01_t01.dart
+++ b/LibTest/html/Element/onMouseOut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseOut
  * Stream of mouseout events handled by this Element.
diff --git a/LibTest/html/Element/onMouseOver_A01_t01.dart b/LibTest/html/Element/onMouseOver_A01_t01.dart
index 1db54aa..b308bd6 100644
--- a/LibTest/html/Element/onMouseOver_A01_t01.dart
+++ b/LibTest/html/Element/onMouseOver_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseOver
  * Stream of mouseover events handled by this Element.
diff --git a/LibTest/html/Element/onMouseUp_A01_t01.dart b/LibTest/html/Element/onMouseUp_A01_t01.dart
index 3e7445a..aed7a90 100644
--- a/LibTest/html/Element/onMouseUp_A01_t01.dart
+++ b/LibTest/html/Element/onMouseUp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseUp
  * Stream of mouseup events handled by this Element.
diff --git a/LibTest/html/Element/onPaste_A01_t01.dart b/LibTest/html/Element/onPaste_A01_t01.dart
index 071c6c9..dff065b 100644
--- a/LibTest/html/Element/onPaste_A01_t01.dart
+++ b/LibTest/html/Element/onPaste_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onPaste
  * Stream of paste events handled by this Element.
diff --git a/LibTest/html/Element/onReset_A01_t01.dart b/LibTest/html/Element/onReset_A01_t01.dart
index 0c9f86f..c73b4dc 100644
--- a/LibTest/html/Element/onReset_A01_t01.dart
+++ b/LibTest/html/Element/onReset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onReset
  * Stream of reset events handled by this Element.
diff --git a/LibTest/html/Element/onScroll_A01_t01.dart b/LibTest/html/Element/onScroll_A01_t01.dart
index 4832367..73d4ea0 100644
--- a/LibTest/html/Element/onScroll_A01_t01.dart
+++ b/LibTest/html/Element/onScroll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onScroll
  * Stream of scroll events handled by this Element.
diff --git a/LibTest/html/Element/onSearch_A01_t01.dart b/LibTest/html/Element/onSearch_A01_t01.dart
index c43ebc2..15b9b62 100644
--- a/LibTest/html/Element/onSearch_A01_t01.dart
+++ b/LibTest/html/Element/onSearch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSearch
  * Stream of search events handled by this Element.
diff --git a/LibTest/html/Element/onSelectStart_A01_t01.dart b/LibTest/html/Element/onSelectStart_A01_t01.dart
index a3c1f1d..07be4d7 100644
--- a/LibTest/html/Element/onSelectStart_A01_t01.dart
+++ b/LibTest/html/Element/onSelectStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSelectStart
  * Stream of selectstart events handled by this Element.
diff --git a/LibTest/html/Element/onSelect_A01_t01.dart b/LibTest/html/Element/onSelect_A01_t01.dart
index 6cf52ea..a7184ac 100644
--- a/LibTest/html/Element/onSelect_A01_t01.dart
+++ b/LibTest/html/Element/onSelect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSelect
  * Stream of select events handled by this Element.
diff --git a/LibTest/html/Element/onSubmit_A01_t01.dart b/LibTest/html/Element/onSubmit_A01_t01.dart
index 578666b..1d8c2f0 100644
--- a/LibTest/html/Element/onSubmit_A01_t01.dart
+++ b/LibTest/html/Element/onSubmit_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSubmit
  * Stream of submit events handled by this Element.
diff --git a/LibTest/html/Element/onTouchCancel_A01_t01.dart b/LibTest/html/Element/onTouchCancel_A01_t01.dart
index 19c5837..bc4123b 100644
--- a/LibTest/html/Element/onTouchCancel_A01_t01.dart
+++ b/LibTest/html/Element/onTouchCancel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchCancel
  * Stream of touchcancel events handled by this Element.
diff --git a/LibTest/html/Element/onTouchEnd_A01_t01.dart b/LibTest/html/Element/onTouchEnd_A01_t01.dart
index 612f716..76636a6 100644
--- a/LibTest/html/Element/onTouchEnd_A01_t01.dart
+++ b/LibTest/html/Element/onTouchEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchEnd
  * Stream of touchend events handled by this Element.
diff --git a/LibTest/html/Element/onTouchEnter_A01_t01.dart b/LibTest/html/Element/onTouchEnter_A01_t01.dart
index 3aeae50..531e62d 100644
--- a/LibTest/html/Element/onTouchEnter_A01_t01.dart
+++ b/LibTest/html/Element/onTouchEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchEnter
  * Stream of touchenter events handled by this Element.
diff --git a/LibTest/html/Element/onTouchLeave_A01_t01.dart b/LibTest/html/Element/onTouchLeave_A01_t01.dart
index 19a2056..30ce2d3 100644
--- a/LibTest/html/Element/onTouchLeave_A01_t01.dart
+++ b/LibTest/html/Element/onTouchLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchLeave
  * Stream of touchleave events handled by this Element.
diff --git a/LibTest/html/Element/onTouchMove_A01_t01.dart b/LibTest/html/Element/onTouchMove_A01_t01.dart
index 9a12e6e..21ef863 100644
--- a/LibTest/html/Element/onTouchMove_A01_t01.dart
+++ b/LibTest/html/Element/onTouchMove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchMove
  * Stream of touchmove events handled by this Element.
diff --git a/LibTest/html/Element/onTouchStart_A01_t01.dart b/LibTest/html/Element/onTouchStart_A01_t01.dart
index 4cfc7a8..9875ae7 100644
--- a/LibTest/html/Element/onTouchStart_A01_t01.dart
+++ b/LibTest/html/Element/onTouchStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchStart
  * Stream of touchstart events handled by this Element.
diff --git a/LibTest/html/Element/onWheel_A01_t01.dart b/LibTest/html/Element/onWheel_A01_t01.dart
index d286990..4c29405 100644
--- a/LibTest/html/Element/onWheel_A01_t01.dart
+++ b/LibTest/html/Element/onWheel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<WheelEvent> get onWheel
  * Stream of wheel events handled by this Element.
diff --git a/LibTest/html/Element/on_A01_t01.dart b/LibTest/html/Element/on_A01_t01.dart
index 21f3804..fcb57e9 100644
--- a/LibTest/html/Element/on_A01_t01.dart
+++ b/LibTest/html/Element/on_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementEvents get on
  * @description Checks that on can be used to listen to custom events
diff --git a/LibTest/html/Element/outerHtml_A01_t01.dart b/LibTest/html/Element/outerHtml_A01_t01.dart
index ee2fec2..ab0460c 100644
--- a/LibTest/html/Element/outerHtml_A01_t01.dart
+++ b/LibTest/html/Element/outerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String outerHtml
  * Gets the markup of the element including its content.
diff --git a/LibTest/html/Element/ownerDocument_A01_t01.dart b/LibTest/html/Element/ownerDocument_A01_t01.dart
index 782211b..a4bec30 100644
--- a/LibTest/html/Element/ownerDocument_A01_t01.dart
+++ b/LibTest/html/Element/ownerDocument_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Element/ownerDocument_A01_t02.dart b/LibTest/html/Element/ownerDocument_A01_t02.dart
index 8edd514..1db9634 100644
--- a/LibTest/html/Element/ownerDocument_A01_t02.dart
+++ b/LibTest/html/Element/ownerDocument_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Element/ownerDocument_A01_t03.dart b/LibTest/html/Element/ownerDocument_A01_t03.dart
index 60889cc..7ba3fdb 100644
--- a/LibTest/html/Element/ownerDocument_A01_t03.dart
+++ b/LibTest/html/Element/ownerDocument_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Element/ownerDocument_A01_t04.dart b/LibTest/html/Element/ownerDocument_A01_t04.dart
index 8340f1c..27bfea9 100644
--- a/LibTest/html/Element/ownerDocument_A01_t04.dart
+++ b/LibTest/html/Element/ownerDocument_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Element/ownerDocument_A01_t05.dart b/LibTest/html/Element/ownerDocument_A01_t05.dart
index b23fb30..90ce25e 100644
--- a/LibTest/html/Element/ownerDocument_A01_t05.dart
+++ b/LibTest/html/Element/ownerDocument_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Element/paddingEdge_A01_t01.dart b/LibTest/html/Element/paddingEdge_A01_t01.dart
index 99e0c8b..a8f4245 100644
--- a/LibTest/html/Element/paddingEdge_A01_t01.dart
+++ b/LibTest/html/Element/paddingEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final paddingEdge
  * Access the dimensions and position of this element's content + padding box.
diff --git a/LibTest/html/Element/parentNode_A01_t01.dart b/LibTest/html/Element/parentNode_A01_t01.dart
index 60cf386..bb96a7b 100644
--- a/LibTest/html/Element/parentNode_A01_t01.dart
+++ b/LibTest/html/Element/parentNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/Element/parentNode_A01_t02.dart b/LibTest/html/Element/parentNode_A01_t02.dart
index d2bb08a..7381d6e 100644
--- a/LibTest/html/Element/parentNode_A01_t02.dart
+++ b/LibTest/html/Element/parentNode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/Element/parentNode_A01_t03.dart b/LibTest/html/Element/parentNode_A01_t03.dart
index 95ee1f0..5831ba9 100644
--- a/LibTest/html/Element/parentNode_A01_t03.dart
+++ b/LibTest/html/Element/parentNode_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/Element/parent_A01_t01.dart b/LibTest/html/Element/parent_A01_t01.dart
index 8b1e6b4..ab35921 100644
--- a/LibTest/html/Element/parent_A01_t01.dart
+++ b/LibTest/html/Element/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/Element/parent_A01_t02.dart b/LibTest/html/Element/parent_A01_t02.dart
index 9434e23..02551b6 100644
--- a/LibTest/html/Element/parent_A01_t02.dart
+++ b/LibTest/html/Element/parent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/Element/parent_A01_t03.dart b/LibTest/html/Element/parent_A01_t03.dart
index 11a9e5e..7cb00ef 100644
--- a/LibTest/html/Element/parent_A01_t03.dart
+++ b/LibTest/html/Element/parent_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/Element/pasteEvent_A01_t01.dart b/LibTest/html/Element/pasteEvent_A01_t01.dart
index 2fe39de..4274305 100644
--- a/LibTest/html/Element/pasteEvent_A01_t01.dart
+++ b/LibTest/html/Element/pasteEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const pasteEvent
  * Static factory designed to expose paste events to event handlers
diff --git a/LibTest/html/Element/previousElementSibling_A01_t01.dart b/LibTest/html/Element/previousElementSibling_A01_t01.dart
index 25d6062..4bbff39 100644
--- a/LibTest/html/Element/previousElementSibling_A01_t01.dart
+++ b/LibTest/html/Element/previousElementSibling_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element previousElementSibling
  * The element immediately preceding the given one in the tree, or null if
diff --git a/LibTest/html/Element/previousNode_A01_t01.dart b/LibTest/html/Element/previousNode_A01_t01.dart
index 7703058..e6a4561 100644
--- a/LibTest/html/Element/previousNode_A01_t01.dart
+++ b/LibTest/html/Element/previousNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node previousNode
  * The previous sibling node.
diff --git a/LibTest/html/Element/querySelectorAll_A01_t01.dart b/LibTest/html/Element/querySelectorAll_A01_t01.dart
index 98d3a5b..e2cea82 100644
--- a/LibTest/html/Element/querySelectorAll_A01_t01.dart
+++ b/LibTest/html/Element/querySelectorAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementList querySelectorAll(String selectors)
  * Finds all descendent elements of this element that match the specified
diff --git a/LibTest/html/Element/querySelectorAll_A01_t02.dart b/LibTest/html/Element/querySelectorAll_A01_t02.dart
index 3a74616..c528f83 100644
--- a/LibTest/html/Element/querySelectorAll_A01_t02.dart
+++ b/LibTest/html/Element/querySelectorAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementList querySelectorAll(String selectors)
  * Finds all descendent elements of this element that match the specified
diff --git a/LibTest/html/Element/querySelector_A01_t01.dart b/LibTest/html/Element/querySelector_A01_t01.dart
index 5d844c6..2048bbf 100644
--- a/LibTest/html/Element/querySelector_A01_t01.dart
+++ b/LibTest/html/Element/querySelector_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element querySelector(String selectors)
  * Finds the first descendant element of this element that matches the
diff --git a/LibTest/html/Element/removeEventListener_A01_t01.dart b/LibTest/html/Element/removeEventListener_A01_t01.dart
index f978bcd..eddb54b 100644
--- a/LibTest/html/Element/removeEventListener_A01_t01.dart
+++ b/LibTest/html/Element/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/removeEventListener_A01_t02.dart b/LibTest/html/Element/removeEventListener_A01_t02.dart
index d702c6b..a3183f7 100644
--- a/LibTest/html/Element/removeEventListener_A01_t02.dart
+++ b/LibTest/html/Element/removeEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Element/remove_A01_t01.dart b/LibTest/html/Element/remove_A01_t01.dart
index 33d5457..1cbbf78 100644
--- a/LibTest/html/Element/remove_A01_t01.dart
+++ b/LibTest/html/Element/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void remove()
  * Removes this node from the DOM
diff --git a/LibTest/html/Element/replaceWith_A01_t01.dart b/LibTest/html/Element/replaceWith_A01_t01.dart
index c483411..72ea4e7 100644
--- a/LibTest/html/Element/replaceWith_A01_t01.dart
+++ b/LibTest/html/Element/replaceWith_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node replaceWith(Node otherNode)
  * Replaces this node with another node.
diff --git a/LibTest/html/Element/replaceWith_A01_t02.dart b/LibTest/html/Element/replaceWith_A01_t02.dart
index e8c6698..ce6c98e 100644
--- a/LibTest/html/Element/replaceWith_A01_t02.dart
+++ b/LibTest/html/Element/replaceWith_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node replaceWith(Node otherNode)
  * Replaces this node with another node.
diff --git a/LibTest/html/Element/resetEvent_A01_t01.dart b/LibTest/html/Element/resetEvent_A01_t01.dart
index 3b81306..5bd8ff1 100644
--- a/LibTest/html/Element/resetEvent_A01_t01.dart
+++ b/LibTest/html/Element/resetEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const resetEvent
  * Static factory designed to expose reset events to event handlers
diff --git a/LibTest/html/Element/scrollEvent_A01_t01.dart b/LibTest/html/Element/scrollEvent_A01_t01.dart
index c7f2303..0cdadc2 100644
--- a/LibTest/html/Element/scrollEvent_A01_t01.dart
+++ b/LibTest/html/Element/scrollEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const scrollEvent
  * Static factory designed to expose scroll events to event handlers
diff --git a/LibTest/html/Element/searchEvent_A01_t01.dart b/LibTest/html/Element/searchEvent_A01_t01.dart
index 87ef99b..3f113cb 100644
--- a/LibTest/html/Element/searchEvent_A01_t01.dart
+++ b/LibTest/html/Element/searchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const searchEvent
  * Static factory designed to expose search events to event handlers
diff --git a/LibTest/html/Element/selectEvent_A01_t01.dart b/LibTest/html/Element/selectEvent_A01_t01.dart
index 7f8268f..f02db42 100644
--- a/LibTest/html/Element/selectEvent_A01_t01.dart
+++ b/LibTest/html/Element/selectEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const selectEvent
  * Static factory designed to expose select events to event handlers
diff --git a/LibTest/html/Element/selectStartEvent_A01_t01.dart b/LibTest/html/Element/selectStartEvent_A01_t01.dart
index 8d74f4a..13c49fc 100644
--- a/LibTest/html/Element/selectStartEvent_A01_t01.dart
+++ b/LibTest/html/Element/selectStartEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const selectStartEvent
  * Static factory designed to expose selectstart events to event handlers
diff --git a/LibTest/html/Element/setAttributeNS_A01_t01.dart b/LibTest/html/Element/setAttributeNS_A01_t01.dart
index e536036..8bff964 100644
--- a/LibTest/html/Element/setAttributeNS_A01_t01.dart
+++ b/LibTest/html/Element/setAttributeNS_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAttributeNS(String namespaceURI, String qualifiedName,
  * String value)
diff --git a/LibTest/html/Element/setAttribute_A01_t01.dart b/LibTest/html/Element/setAttribute_A01_t01.dart
index ecfd999..9bca32e 100644
--- a/LibTest/html/Element/setAttribute_A01_t01.dart
+++ b/LibTest/html/Element/setAttribute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAttribute(String name, String value)
  * Set the value of the named attribute from the current node
diff --git a/LibTest/html/Element/setInnerHtml_A01_t01.dart b/LibTest/html/Element/setInnerHtml_A01_t01.dart
index 3ceb0be..b2f20c7 100644
--- a/LibTest/html/Element/setInnerHtml_A01_t01.dart
+++ b/LibTest/html/Element/setInnerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInnerHtml(String html, {NodeValidator validator,
  * NodeTreeSanitizer treeSanitizer}) 
diff --git a/LibTest/html/Element/setInnerHtml_A01_t02.dart b/LibTest/html/Element/setInnerHtml_A01_t02.dart
index 06606c5..97a6986 100644
--- a/LibTest/html/Element/setInnerHtml_A01_t02.dart
+++ b/LibTest/html/Element/setInnerHtml_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInnerHtml(String html, {NodeValidator validator,
  * NodeTreeSanitizer treeSanitizer}) 
diff --git a/LibTest/html/Element/setInnerHtml_A01_t03.dart b/LibTest/html/Element/setInnerHtml_A01_t03.dart
index b84760c..ede3fe2 100644
--- a/LibTest/html/Element/setInnerHtml_A01_t03.dart
+++ b/LibTest/html/Element/setInnerHtml_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInnerHtml(String html, {NodeValidator validator,
  * NodeTreeSanitizer treeSanitizer}) 
diff --git a/LibTest/html/Element/spellcheck_A01_t01.dart b/LibTest/html/Element/spellcheck_A01_t01.dart
index 8819bf8..0927fba 100644
--- a/LibTest/html/Element/spellcheck_A01_t01.dart
+++ b/LibTest/html/Element/spellcheck_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool spellcheck
  * Controls spell-checking (present on all HTML elements)
diff --git a/LibTest/html/Element/spellcheck_A01_t02.dart b/LibTest/html/Element/spellcheck_A01_t02.dart
index 1d40874..6095ee3 100644
--- a/LibTest/html/Element/spellcheck_A01_t02.dart
+++ b/LibTest/html/Element/spellcheck_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool spellcheck
  * Controls spell-checking (present on all HTML elements)
diff --git a/LibTest/html/Element/style_A01_t01.dart b/LibTest/html/Element/style_A01_t01.dart
index de1f3a0..f823df0 100644
--- a/LibTest/html/Element/style_A01_t01.dart
+++ b/LibTest/html/Element/style_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final style
  * @description Checks that CSS properties are accessible via style field.
diff --git a/LibTest/html/Element/style_A01_t02.dart b/LibTest/html/Element/style_A01_t02.dart
index 9c98ccf..9b40768 100644
--- a/LibTest/html/Element/style_A01_t02.dart
+++ b/LibTest/html/Element/style_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final style
  * @description Checks that CSS properties can be set via style.
diff --git a/LibTest/html/Element/submitEvent_A01_t01.dart b/LibTest/html/Element/submitEvent_A01_t01.dart
index 3e703ea..b12d790 100644
--- a/LibTest/html/Element/submitEvent_A01_t01.dart
+++ b/LibTest/html/Element/submitEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const submitEvent
  * Static factory designed to expose submit events to event handlers
diff --git a/LibTest/html/Element/tabIndex_A01_t01.dart b/LibTest/html/Element/tabIndex_A01_t01.dart
index f23bf67..1d8d440 100644
--- a/LibTest/html/Element/tabIndex_A01_t01.dart
+++ b/LibTest/html/Element/tabIndex_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int tabIndex
  * @description Checks expected tabIndex attribute values
diff --git a/LibTest/html/Element/tagName_A01_t01.dart b/LibTest/html/Element/tagName_A01_t01.dart
index aedd39c..8731193 100644
--- a/LibTest/html/Element/tagName_A01_t01.dart
+++ b/LibTest/html/Element/tagName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/Element/tagName_A01_t02.dart b/LibTest/html/Element/tagName_A01_t02.dart
index 6ab2786..441b02a 100644
--- a/LibTest/html/Element/tagName_A01_t02.dart
+++ b/LibTest/html/Element/tagName_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/Element/tagName_A01_t03.dart b/LibTest/html/Element/tagName_A01_t03.dart
index cd497e3..c64aa8d 100644
--- a/LibTest/html/Element/tagName_A01_t03.dart
+++ b/LibTest/html/Element/tagName_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/Element/text_A01_t01.dart b/LibTest/html/Element/text_A01_t01.dart
index 95787cf..d24923f 100644
--- a/LibTest/html/Element/text_A01_t01.dart
+++ b/LibTest/html/Element/text_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/Element/text_A02_t01.dart b/LibTest/html/Element/text_A02_t01.dart
index 1579154..2f8a987 100644
--- a/LibTest/html/Element/text_A02_t01.dart
+++ b/LibTest/html/Element/text_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/Element/text_A03_t01.dart b/LibTest/html/Element/text_A03_t01.dart
index 0653397..55a788c 100644
--- a/LibTest/html/Element/text_A03_t01.dart
+++ b/LibTest/html/Element/text_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/Element/text_A04_t01.dart b/LibTest/html/Element/text_A04_t01.dart
index 8d059ea..80b1975 100644
--- a/LibTest/html/Element/text_A04_t01.dart
+++ b/LibTest/html/Element/text_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/Element/title_A01_t01.dart b/LibTest/html/Element/title_A01_t01.dart
index 473bc70..0eecb71 100644
--- a/LibTest/html/Element/title_A01_t01.dart
+++ b/LibTest/html/Element/title_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String title
  * @description Checks expected title attribute values
diff --git a/LibTest/html/Element/touchCancelEvent_A01_t01.dart b/LibTest/html/Element/touchCancelEvent_A01_t01.dart
index f7b760a..5926e8f 100644
--- a/LibTest/html/Element/touchCancelEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchCancelEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchCancelEvent
  * Static factory designed to expose touchcancel events to event handlers
diff --git a/LibTest/html/Element/touchEndEvent_A01_t01.dart b/LibTest/html/Element/touchEndEvent_A01_t01.dart
index 00df15c..2f565b3 100644
--- a/LibTest/html/Element/touchEndEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchEndEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchEndEvent
  * Static factory designed to expose touchend events to event handlers
diff --git a/LibTest/html/Element/touchEnterEvent_A01_t01.dart b/LibTest/html/Element/touchEnterEvent_A01_t01.dart
index ac835e8..915afd3 100644
--- a/LibTest/html/Element/touchEnterEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchEnterEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchEnterEvent
  * Static factory designed to expose touchenter events to event handlers
diff --git a/LibTest/html/Element/touchLeaveEvent_A01_t01.dart b/LibTest/html/Element/touchLeaveEvent_A01_t01.dart
index 47bdee1..c8560ab 100644
--- a/LibTest/html/Element/touchLeaveEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchLeaveEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchLeaveEvent
  * Static factory designed to expose touchleave events to event handlers
diff --git a/LibTest/html/Element/touchMoveEvent_A01_t01.dart b/LibTest/html/Element/touchMoveEvent_A01_t01.dart
index 0c97e1c..8302670 100644
--- a/LibTest/html/Element/touchMoveEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchMoveEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchMoveEvent
  * Static factory designed to expose touchmove events to event handlers
diff --git a/LibTest/html/Element/touchStartEvent_A01_t01.dart b/LibTest/html/Element/touchStartEvent_A01_t01.dart
index 5f9ef8c..6df00bf 100644
--- a/LibTest/html/Element/touchStartEvent_A01_t01.dart
+++ b/LibTest/html/Element/touchStartEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const touchStartEvent
  * Static factory designed to expose touchstart events to event handlers
diff --git a/LibTest/html/Element/translate_A01_t01.dart b/LibTest/html/Element/translate_A01_t01.dart
index f3dbd06..6c1bec6 100644
--- a/LibTest/html/Element/translate_A01_t01.dart
+++ b/LibTest/html/Element/translate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool translate
  * Specifies whether this element's text content changes when the page is
diff --git a/LibTest/html/Element/wheelEvent_A01_t01.dart b/LibTest/html/Element/wheelEvent_A01_t01.dart
index a93911e..e0e78c5 100644
--- a/LibTest/html/Element/wheelEvent_A01_t01.dart
+++ b/LibTest/html/Element/wheelEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const wheelEvent
  * Static factory designed to expose mouse wheel events to event handlers
diff --git a/LibTest/html/Event/Event.eventType_A01_t01.dart b/LibTest/html/Event/Event.eventType_A01_t01.dart
index 1d0ab93..f981a5f 100644
--- a/LibTest/html/Event/Event.eventType_A01_t01.dart
+++ b/LibTest/html/Event/Event.eventType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Event.eventType(String type, String name, {bool canBubble: true,
  * bool cancelable: true})
diff --git a/LibTest/html/Event/Event_A01_t01.dart b/LibTest/html/Event/Event_A01_t01.dart
index a0909d6..f6040a0 100644
--- a/LibTest/html/Event/Event_A01_t01.dart
+++ b/LibTest/html/Event/Event_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Event(String type, {bool canBubble: true, bool cancelable: true})
  * @description Checks that event of standard type can be constructed
diff --git a/LibTest/html/Event/Event_A01_t02.dart b/LibTest/html/Event/Event_A01_t02.dart
index aa4123d..1250f8c 100644
--- a/LibTest/html/Event/Event_A01_t02.dart
+++ b/LibTest/html/Event/Event_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Event(String type, {bool canBubble: true, bool cancelable: true})
  * @description Checks that event of custom type can be constructed and that
diff --git a/LibTest/html/Event/Event_A01_t03.dart b/LibTest/html/Event/Event_A01_t03.dart
index 7410145..7f2086b 100644
--- a/LibTest/html/Event/Event_A01_t03.dart
+++ b/LibTest/html/Event/Event_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Event(String type, {bool canBubble: true, bool cancelable: true})
  * @description Checks that if canBubble is false event will not bubble
diff --git a/LibTest/html/Event/Event_A01_t04.dart b/LibTest/html/Event/Event_A01_t04.dart
index 8dcf6d1..2cfad54 100644
--- a/LibTest/html/Event/Event_A01_t04.dart
+++ b/LibTest/html/Event/Event_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Event(String type, {bool canBubble: true, bool cancelable: true})
  * @description Checks that if canBubble is false event is not cancelable
diff --git a/LibTest/html/Event/bubbles_A01_t01.dart b/LibTest/html/Event/bubbles_A01_t01.dart
index b85eb6d..aec8033 100644
--- a/LibTest/html/Event/bubbles_A01_t01.dart
+++ b/LibTest/html/Event/bubbles_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool bubbles
  * A boolean indicating whether the event bubbles up through the DOM or not.
diff --git a/LibTest/html/Event/cancelable_A01_t01.dart b/LibTest/html/Event/cancelable_A01_t01.dart
index bf384c3..704ad44 100644
--- a/LibTest/html/Event/cancelable_A01_t01.dart
+++ b/LibTest/html/Event/cancelable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool cancelable
  * A boolean indicating whether the event is cancelable.
diff --git a/LibTest/html/Event/currentTarget_A01_t01.dart b/LibTest/html/Event/currentTarget_A01_t01.dart
index fa28519..093483a 100644
--- a/LibTest/html/Event/currentTarget_A01_t01.dart
+++ b/LibTest/html/Event/currentTarget_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion EventTarget get currentTarget
  * A reference to the currently registered target for the event.
diff --git a/LibTest/html/Event/defaultPrevented_A01_t01.dart b/LibTest/html/Event/defaultPrevented_A01_t01.dart
index 980d6cd..9d8852d 100644
--- a/LibTest/html/Event/defaultPrevented_A01_t01.dart
+++ b/LibTest/html/Event/defaultPrevented_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool defaultPrevented
  * Indicates whether or not event.preventDefault() has been called on the event.
diff --git a/LibTest/html/Event/eventPhase_A01_t01.dart b/LibTest/html/Event/eventPhase_A01_t01.dart
index 4e1ad44..556579d 100644
--- a/LibTest/html/Event/eventPhase_A01_t01.dart
+++ b/LibTest/html/Event/eventPhase_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int eventPhase
  * Indicates which phase of the event flow is being processed.
diff --git a/LibTest/html/Event/matchingTarget_A01_t01.dart b/LibTest/html/Event/matchingTarget_A01_t01.dart
index 5ab9e4d..7330d4c 100644
--- a/LibTest/html/Event/matchingTarget_A01_t01.dart
+++ b/LibTest/html/Event/matchingTarget_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element get matchingTarget
  * A pointer to the element whose CSS selector matched within which an event
diff --git a/LibTest/html/Event/matchingTarget_A01_t02.dart b/LibTest/html/Event/matchingTarget_A01_t02.dart
index d76964f..5d99592 100644
--- a/LibTest/html/Event/matchingTarget_A01_t02.dart
+++ b/LibTest/html/Event/matchingTarget_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element get matchingTarget
  * A pointer to the element whose CSS selector matched within which an event
diff --git a/LibTest/html/Event/preventDefault_A01_t01.dart b/LibTest/html/Event/preventDefault_A01_t01.dart
index 8ede6f1..364711e 100644
--- a/LibTest/html/Event/preventDefault_A01_t01.dart
+++ b/LibTest/html/Event/preventDefault_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void preventDefault()
  * Cancels the event (if it is cancelable).
diff --git a/LibTest/html/Event/stopImmediatePropagation_A01_t01.dart b/LibTest/html/Event/stopImmediatePropagation_A01_t01.dart
index d2ce384..635dfdc 100644
--- a/LibTest/html/Event/stopImmediatePropagation_A01_t01.dart
+++ b/LibTest/html/Event/stopImmediatePropagation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void stopImmediatePropagation()
  * For this particular event, no other listener will be called.
diff --git a/LibTest/html/Event/stopImmediatePropagation_A01_t02.dart b/LibTest/html/Event/stopImmediatePropagation_A01_t02.dart
index 35230f5..4ab6822 100644
--- a/LibTest/html/Event/stopImmediatePropagation_A01_t02.dart
+++ b/LibTest/html/Event/stopImmediatePropagation_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void stopImmediatePropagation()
  * For this particular event, no other listener will be called.
diff --git a/LibTest/html/Event/stopPropagation_A01_t01.dart b/LibTest/html/Event/stopPropagation_A01_t01.dart
index 2b539f5..6dceeb6 100644
--- a/LibTest/html/Event/stopPropagation_A01_t01.dart
+++ b/LibTest/html/Event/stopPropagation_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void stopPropagation()
  * Stops the propagation of events further along in the DOM.
diff --git a/LibTest/html/Event/target_A01_t01.dart b/LibTest/html/Event/target_A01_t01.dart
index 7de4057..c3e2eb0 100644
--- a/LibTest/html/Event/target_A01_t01.dart
+++ b/LibTest/html/Event/target_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion EventTarget get target
  * A reference to the target to which the event was originally dispatched.
diff --git a/LibTest/html/Event/type_A01_t01.dart b/LibTest/html/Event/type_A01_t01.dart
index cae7fad..cbc58c8 100644
--- a/LibTest/html/Event/type_A01_t01.dart
+++ b/LibTest/html/Event/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String type
  * The name of the event (case-insensitive). 
diff --git a/LibTest/html/HttpRequest/HttpRequest_A01_t01.dart b/LibTest/html/HttpRequest/HttpRequest_A01_t01.dart
index 9fe1fe0..0b42eb5 100644
--- a/LibTest/html/HttpRequest/HttpRequest_A01_t01.dart
+++ b/LibTest/html/HttpRequest/HttpRequest_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory HttpRequest()
  * General constructor for any type of request (GET, POST, etc).
diff --git a/LibTest/html/HttpRequest/abort_A01_t01.dart b/LibTest/html/HttpRequest/abort_A01_t01.dart
index f6130ac..4c0b168 100644
--- a/LibTest/html/HttpRequest/abort_A01_t01.dart
+++ b/LibTest/html/HttpRequest/abort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void abort()
  * Stop the current request.
diff --git a/LibTest/html/HttpRequest/addEventListener_A01_t01.dart b/LibTest/html/HttpRequest/addEventListener_A01_t01.dart
index 04d44e0..0285ba8 100644
--- a/LibTest/html/HttpRequest/addEventListener_A01_t01.dart
+++ b/LibTest/html/HttpRequest/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener, [bool useCapture])
  * Register an event handler of a specific event type on the EventTarget.
diff --git a/LibTest/html/HttpRequest/dispatchEvent_A01_t01.dart b/LibTest/html/HttpRequest/dispatchEvent_A01_t01.dart
index e47d3d1..27f48eb 100644
--- a/LibTest/html/HttpRequest/dispatchEvent_A01_t01.dart
+++ b/LibTest/html/HttpRequest/dispatchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool dispatchEvent(Event event)
  * Dispatch an event to this EventTarget.
diff --git a/LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01.dart b/LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01.dart
index 6a34326..7ffd677 100644
--- a/LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01.dart
+++ b/LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAllResponseHeaders()
  * Retrieve all the response headers from a request.
diff --git a/LibTest/html/HttpRequest/getResponseHeader_A01_t01.dart b/LibTest/html/HttpRequest/getResponseHeader_A01_t01.dart
index 08d56d5..bbbd581 100644
--- a/LibTest/html/HttpRequest/getResponseHeader_A01_t01.dart
+++ b/LibTest/html/HttpRequest/getResponseHeader_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getResponseHeader(String header)
  * Return the response header named header, or null if not found.
diff --git a/LibTest/html/HttpRequest/getString_A01_t01.dart b/LibTest/html/HttpRequest/getString_A01_t01.dart
index 187aa29..9967cf7 100644
--- a/LibTest/html/HttpRequest/getString_A01_t01.dart
+++ b/LibTest/html/HttpRequest/getString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> getString(String url, {bool withCredentials, void o
  *  nProgress(ProgressEvent e)})
diff --git a/LibTest/html/HttpRequest/onAbort_A01_t01.dart b/LibTest/html/HttpRequest/onAbort_A01_t01.dart
index 0530091..dc76be6 100644
--- a/LibTest/html/HttpRequest/onAbort_A01_t01.dart
+++ b/LibTest/html/HttpRequest/onAbort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onAbort
  * Stream of abort events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequest/onError_A01_t02.dart b/LibTest/html/HttpRequest/onError_A01_t02.dart
index 1593c3e..0131c8d 100644
--- a/LibTest/html/HttpRequest/onError_A01_t02.dart
+++ b/LibTest/html/HttpRequest/onError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onError
  * Stream of error events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequest/onLoadEnd_A01_t01.dart b/LibTest/html/HttpRequest/onLoadEnd_A01_t01.dart
index 9fde8ce..c5aad06 100644
--- a/LibTest/html/HttpRequest/onLoadEnd_A01_t01.dart
+++ b/LibTest/html/HttpRequest/onLoadEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onLoadEnd
  * Stream of loaded events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequest/onLoadStart_A01_t01.dart b/LibTest/html/HttpRequest/onLoadStart_A01_t01.dart
index ddf2a90..0132a72 100644
--- a/LibTest/html/HttpRequest/onLoadStart_A01_t01.dart
+++ b/LibTest/html/HttpRequest/onLoadStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onLoadStart
  * Stream of loadstart events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequest/onLoad_A01_t01.dart b/LibTest/html/HttpRequest/onLoad_A01_t01.dart
index d6fedfc..9f257f5 100644
--- a/LibTest/html/HttpRequest/onLoad_A01_t01.dart
+++ b/LibTest/html/HttpRequest/onLoad_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Stream<ProgressEvent> onLoad
  * Stream of load events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequest/onReadyStateChange_A01_t01.dart b/LibTest/html/HttpRequest/onReadyStateChange_A01_t01.dart
index 692f8d4..9d220bb 100644
--- a/LibTest/html/HttpRequest/onReadyStateChange_A01_t01.dart
+++ b/LibTest/html/HttpRequest/onReadyStateChange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onReadyStateChange
  * Stream of readystatechange events handled by this HttpRequest.
diff --git a/LibTest/html/HttpRequest/open_A01_t01.dart b/LibTest/html/HttpRequest/open_A01_t01.dart
index aba6625..f131cbd 100644
--- a/LibTest/html/HttpRequest/open_A01_t01.dart
+++ b/LibTest/html/HttpRequest/open_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void open(String method, String url, {bool async, String user, String password})
  * Specify the desired url, and method to use in making the request.
diff --git a/LibTest/html/HttpRequest/overrideMimeType_A01_t01.dart b/LibTest/html/HttpRequest/overrideMimeType_A01_t01.dart
index f68b3c5..30b909c 100644
--- a/LibTest/html/HttpRequest/overrideMimeType_A01_t01.dart
+++ b/LibTest/html/HttpRequest/overrideMimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void overrideMimeType(String override)
  * Specify a particular MIME type (such as text/xml) desired for the response.
diff --git a/LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01.dart b/LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01.dart
index 0f1b47d..625a3d8 100644
--- a/LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01.dart
+++ b/LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const EventStreamProvider<ProgressEvent> readyStateChangeEvent
  * Static factory designed to expose readystatechange events to event handlers
diff --git a/LibTest/html/HttpRequest/removeEventListener_A01_t01.dart b/LibTest/html/HttpRequest/removeEventListener_A01_t01.dart
index 5dd6d4c..b8e04ea 100644
--- a/LibTest/html/HttpRequest/removeEventListener_A01_t01.dart
+++ b/LibTest/html/HttpRequest/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener, [bool useCapture])
  * @description Checks that listener is removed.
diff --git a/LibTest/html/HttpRequest/request_A01_t01.dart b/LibTest/html/HttpRequest/request_A01_t01.dart
index 92a584e..6bdf597 100644
--- a/LibTest/html/HttpRequest/request_A01_t01.dart
+++ b/LibTest/html/HttpRequest/request_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static Future<HttpRequest> request(String url, {String method,
  * bool withCredentials, String responseType, String mimeType,
diff --git a/LibTest/html/HttpRequest/responseText_A01_t01.dart b/LibTest/html/HttpRequest/responseText_A01_t01.dart
index 863cbf5..7b41896 100644
--- a/LibTest/html/HttpRequest/responseText_A01_t01.dart
+++ b/LibTest/html/HttpRequest/responseText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String responseText
  * The response in String form or empty String on failure.
diff --git a/LibTest/html/HttpRequest/responseText_A01_t02.dart b/LibTest/html/HttpRequest/responseText_A01_t02.dart
index 7f88f36..91fb882 100644
--- a/LibTest/html/HttpRequest/responseText_A01_t02.dart
+++ b/LibTest/html/HttpRequest/responseText_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String responseText
  * The response in String form or empty String on failure.
diff --git a/LibTest/html/HttpRequest/responseType_A01_t01.dart b/LibTest/html/HttpRequest/responseType_A01_t01.dart
index 9bb1df1..b117fec 100644
--- a/LibTest/html/HttpRequest/responseType_A01_t01.dart
+++ b/LibTest/html/HttpRequest/responseType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String responseType
  * String telling the server the desired response format.
diff --git a/LibTest/html/HttpRequest/responseType_A01_t02.dart b/LibTest/html/HttpRequest/responseType_A01_t02.dart
index b87305c..a112e4b 100644
--- a/LibTest/html/HttpRequest/responseType_A01_t02.dart
+++ b/LibTest/html/HttpRequest/responseType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String responseType
  * String telling the server the desired response format.
diff --git a/LibTest/html/HttpRequest/responseType_A01_t03.dart b/LibTest/html/HttpRequest/responseType_A01_t03.dart
index aa702c6..92c7e28 100644
--- a/LibTest/html/HttpRequest/responseType_A01_t03.dart
+++ b/LibTest/html/HttpRequest/responseType_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String responseType
  * String telling the server the desired response format.
diff --git a/LibTest/html/HttpRequest/setRequestHeader_A01_t01.dart b/LibTest/html/HttpRequest/setRequestHeader_A01_t01.dart
index 306e3b3..d852f2e 100644
--- a/LibTest/html/HttpRequest/setRequestHeader_A01_t01.dart
+++ b/LibTest/html/HttpRequest/setRequestHeader_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setRequestHeader(String header, String value)
  * Sets the value of an HTTP request header.
diff --git a/LibTest/html/HttpRequest/statusText_A01_t01.dart b/LibTest/html/HttpRequest/statusText_A01_t01.dart
index a050d94..3b9539e 100644
--- a/LibTest/html/HttpRequest/statusText_A01_t01.dart
+++ b/LibTest/html/HttpRequest/statusText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String statusText
  * The request response string (such as \"OK\").
diff --git a/LibTest/html/HttpRequest/status_A01_t01.dart b/LibTest/html/HttpRequest/status_A01_t01.dart
index daf837f..85bfeca 100644
--- a/LibTest/html/HttpRequest/status_A01_t01.dart
+++ b/LibTest/html/HttpRequest/status_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int status
  * The http result code from the request (200, 404, etc).
diff --git a/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart b/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
index 4230ead..77a201c 100644
--- a/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onAbort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onAbort
  * Stream of abort events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequestUpload/onError_A01_t02.dart b/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
index 6ac473f..435891f 100644
--- a/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
+++ b/LibTest/html/HttpRequestUpload/onError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onError
  * Stream of error events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
index 3cc1578..9d0a331 100644
--- a/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onLoadEnd
  * Stream of loadend events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
index 8004f9c..ef9affc 100644
--- a/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoadStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProgressEvent> get onLoadStart
  * Stream of loadstart events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart b/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
index c6c6ea1..41672aa 100644
--- a/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
+++ b/LibTest/html/HttpRequestUpload/onLoad_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Stream<ProgressEvent> onLoad
  * Stream of load events handled by this HttpRequestEventTarget.
diff --git a/LibTest/html/IFrameElement/IFrameElement.created_A01_t01.dart b/LibTest/html/IFrameElement/IFrameElement.created_A01_t01.dart
index 13e68e2..a52eb7a 100644
--- a/LibTest/html/IFrameElement/IFrameElement.created_A01_t01.dart
+++ b/LibTest/html/IFrameElement/IFrameElement.created_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IFrameElement.created()
  * Constructor instantiated by the DOM when a custom element has been created.
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t01.dart b/LibTest/html/IFrameElement/addEventListener_A01_t01.dart
index c95c01b..57b5875 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t01.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t02.dart b/LibTest/html/IFrameElement/addEventListener_A01_t02.dart
index b5b33cd..4620aa2 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t02.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t03.dart b/LibTest/html/IFrameElement/addEventListener_A01_t03.dart
index 52bd7df..958e76f 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t03.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t04.dart b/LibTest/html/IFrameElement/addEventListener_A01_t04.dart
index bc2fedd..79492fa 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t04.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t05.dart b/LibTest/html/IFrameElement/addEventListener_A01_t05.dart
index 9004530..b925f56 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t05.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/addEventListener_A01_t06.dart b/LibTest/html/IFrameElement/addEventListener_A01_t06.dart
index f41dd66..da0985b 100644
--- a/LibTest/html/IFrameElement/addEventListener_A01_t06.dart
+++ b/LibTest/html/IFrameElement/addEventListener_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/appendHtml_A01_t01.dart b/LibTest/html/IFrameElement/appendHtml_A01_t01.dart
index 8c1889e..c33665e 100644
--- a/LibTest/html/IFrameElement/appendHtml_A01_t01.dart
+++ b/LibTest/html/IFrameElement/appendHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void appendHtml(String text)
  * Parses the specified text as HTML and adds the resulting node after the
diff --git a/LibTest/html/IFrameElement/appendHtml_A01_t02.dart b/LibTest/html/IFrameElement/appendHtml_A01_t02.dart
index 32bec6c..5b5db9b 100644
--- a/LibTest/html/IFrameElement/appendHtml_A01_t02.dart
+++ b/LibTest/html/IFrameElement/appendHtml_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void appendHtml(String text)
  * Parses the specified text as HTML and adds the resulting node after the
diff --git a/LibTest/html/IFrameElement/appendText_A01_t01.dart b/LibTest/html/IFrameElement/appendText_A01_t01.dart
index b32dee6..3624d93 100644
--- a/LibTest/html/IFrameElement/appendText_A01_t01.dart
+++ b/LibTest/html/IFrameElement/appendText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void appendText(String text)
  * Adds the specified text after the last child of this element.
diff --git a/LibTest/html/IFrameElement/append_A01_t01.dart b/LibTest/html/IFrameElement/append_A01_t01.dart
index 17d1416..01bf791 100644
--- a/LibTest/html/IFrameElement/append_A01_t01.dart
+++ b/LibTest/html/IFrameElement/append_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * Adds a node to the end of the child nodes list of this node.
diff --git a/LibTest/html/IFrameElement/append_A02_t01.dart b/LibTest/html/IFrameElement/append_A02_t01.dart
index a7b1eba..5f51bce 100644
--- a/LibTest/html/IFrameElement/append_A02_t01.dart
+++ b/LibTest/html/IFrameElement/append_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/IFrameElement/append_A02_t02.dart b/LibTest/html/IFrameElement/append_A02_t02.dart
index c2bde59..2bffed9 100644
--- a/LibTest/html/IFrameElement/append_A02_t02.dart
+++ b/LibTest/html/IFrameElement/append_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/IFrameElement/attributeChanged_A01_t01.dart b/LibTest/html/IFrameElement/attributeChanged_A01_t01.dart
index ab3790a..440898b 100644
--- a/LibTest/html/IFrameElement/attributeChanged_A01_t01.dart
+++ b/LibTest/html/IFrameElement/attributeChanged_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void attributeChanged(String name, String oldValue, String newValue)
  * Called by the DOM whenever an attribute on this has been changed.
diff --git a/LibTest/html/IFrameElement/attributes_A01_t01.dart b/LibTest/html/IFrameElement/attributes_A01_t01.dart
index 452a2f3..1f4c523 100644
--- a/LibTest/html/IFrameElement/attributes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/attributes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> attributes
  * All attributes on this element.
diff --git a/LibTest/html/IFrameElement/attributes_A02_t01.dart b/LibTest/html/IFrameElement/attributes_A02_t01.dart
index 568bd7a..33d1775 100644
--- a/LibTest/html/IFrameElement/attributes_A02_t01.dart
+++ b/LibTest/html/IFrameElement/attributes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> attributes
  * Any modifications to the attribute map will automatically be applied to
diff --git a/LibTest/html/IFrameElement/attributes_setter_A01_t01.dart b/LibTest/html/IFrameElement/attributes_setter_A01_t01.dart
index bd5d548..bf4944c 100644
--- a/LibTest/html/IFrameElement/attributes_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/attributes_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> attributes
  * Any modifications to the attribute map will automatically be applied to
diff --git a/LibTest/html/IFrameElement/blur_A01_t01.dart b/LibTest/html/IFrameElement/blur_A01_t01.dart
index 67a4bc2..6453837 100644
--- a/LibTest/html/IFrameElement/blur_A01_t01.dart
+++ b/LibTest/html/IFrameElement/blur_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void blur()
  * Removes keyboard focus from the current element.
diff --git a/LibTest/html/IFrameElement/borderEdge_A01_t01.dart b/LibTest/html/IFrameElement/borderEdge_A01_t01.dart
index e6bef99..f2e0549 100644
--- a/LibTest/html/IFrameElement/borderEdge_A01_t01.dart
+++ b/LibTest/html/IFrameElement/borderEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final borderEdge
  * Access the dimensions and position of this element's content + padding +
diff --git a/LibTest/html/IFrameElement/childNodes_A01_t01.dart b/LibTest/html/IFrameElement/childNodes_A01_t01.dart
index c0877e8..f733bc9 100644
--- a/LibTest/html/IFrameElement/childNodes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/childNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/IFrameElement/childNodes_A01_t02.dart b/LibTest/html/IFrameElement/childNodes_A01_t02.dart
index 789bcdc..06ee3f8 100644
--- a/LibTest/html/IFrameElement/childNodes_A01_t02.dart
+++ b/LibTest/html/IFrameElement/childNodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/IFrameElement/children_A01_t01.dart b/LibTest/html/IFrameElement/children_A01_t01.dart
index 3712040..7427ea7 100644
--- a/LibTest/html/IFrameElement/children_A01_t01.dart
+++ b/LibTest/html/IFrameElement/children_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Element> children
  * List of the direct children of this element.
diff --git a/LibTest/html/IFrameElement/children_A01_t02.dart b/LibTest/html/IFrameElement/children_A01_t02.dart
index dbeff0c..766f920 100644
--- a/LibTest/html/IFrameElement/children_A01_t02.dart
+++ b/LibTest/html/IFrameElement/children_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Element> children
  * List of the direct children of this element.
diff --git a/LibTest/html/IFrameElement/children_setter_A01_t01.dart b/LibTest/html/IFrameElement/children_setter_A01_t01.dart
index 9787d95..8f15d76 100644
--- a/LibTest/html/IFrameElement/children_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/children_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion set children(List<Element> value)
  * @description Checks that this property is assignable
diff --git a/LibTest/html/IFrameElement/className_A01_t01.dart b/LibTest/html/IFrameElement/className_A01_t01.dart
index 716836a..2d498b12 100644
--- a/LibTest/html/IFrameElement/className_A01_t01.dart
+++ b/LibTest/html/IFrameElement/className_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String className
  * Gets/sets the class of the element.
diff --git a/LibTest/html/IFrameElement/classes_A01_t01.dart b/LibTest/html/IFrameElement/classes_A01_t01.dart
index d518652..1760c5f 100644
--- a/LibTest/html/IFrameElement/classes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/classes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion classes
  * The set of CSS classes applied to this element.
diff --git a/LibTest/html/IFrameElement/classes_setter_A01_t01.dart b/LibTest/html/IFrameElement/classes_setter_A01_t01.dart
index 95f5cff..39bbc74 100644
--- a/LibTest/html/IFrameElement/classes_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/classes_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion set classes(Iterable<String> value)
  * @description Checks that this property is assignable
diff --git a/LibTest/html/IFrameElement/click_A01_t01.dart b/LibTest/html/IFrameElement/click_A01_t01.dart
index 58e3462..b002a11 100644
--- a/LibTest/html/IFrameElement/click_A01_t01.dart
+++ b/LibTest/html/IFrameElement/click_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void click()
  * Simulates a click on the current element.
diff --git a/LibTest/html/IFrameElement/clone_A01_t01.dart b/LibTest/html/IFrameElement/clone_A01_t01.dart
index 404e8df..635a37e 100644
--- a/LibTest/html/IFrameElement/clone_A01_t01.dart
+++ b/LibTest/html/IFrameElement/clone_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/IFrameElement/clone_A01_t02.dart b/LibTest/html/IFrameElement/clone_A01_t02.dart
index b31e531..b0f8b64 100644
--- a/LibTest/html/IFrameElement/clone_A01_t02.dart
+++ b/LibTest/html/IFrameElement/clone_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/IFrameElement/clone_A02_t01.dart b/LibTest/html/IFrameElement/clone_A02_t01.dart
index 2ce329a..c36904c 100644
--- a/LibTest/html/IFrameElement/clone_A02_t01.dart
+++ b/LibTest/html/IFrameElement/clone_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/IFrameElement/clone_A03_t01.dart b/LibTest/html/IFrameElement/clone_A03_t01.dart
index 86efd59..ffbe6b7 100644
--- a/LibTest/html/IFrameElement/clone_A03_t01.dart
+++ b/LibTest/html/IFrameElement/clone_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/IFrameElement/contains_A01_t01.dart b/LibTest/html/IFrameElement/contains_A01_t01.dart
index a5e5e09..a755628 100644
--- a/LibTest/html/IFrameElement/contains_A01_t01.dart
+++ b/LibTest/html/IFrameElement/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/IFrameElement/contains_A01_t02.dart b/LibTest/html/IFrameElement/contains_A01_t02.dart
index fd12675..28907fa 100644
--- a/LibTest/html/IFrameElement/contains_A01_t02.dart
+++ b/LibTest/html/IFrameElement/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/IFrameElement/contentEdge_A01_t01.dart b/LibTest/html/IFrameElement/contentEdge_A01_t01.dart
index 33afe01..abe7ec0 100644
--- a/LibTest/html/IFrameElement/contentEdge_A01_t01.dart
+++ b/LibTest/html/IFrameElement/contentEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final contentEdge
  * Access this element's content position.
diff --git a/LibTest/html/IFrameElement/contentWindow_A01_t01.dart b/LibTest/html/IFrameElement/contentWindow_A01_t01.dart
index 13ede2a..307367b 100644
--- a/LibTest/html/IFrameElement/contentWindow_A01_t01.dart
+++ b/LibTest/html/IFrameElement/contentWindow_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WindowBase get contentWindow
  * @description Checks that the property is of type WindowBase.
diff --git a/LibTest/html/IFrameElement/createFragment_A01_t01.dart b/LibTest/html/IFrameElement/createFragment_A01_t01.dart
index 47e43e4..e89bed9 100644
--- a/LibTest/html/IFrameElement/createFragment_A01_t01.dart
+++ b/LibTest/html/IFrameElement/createFragment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/IFrameElement/createFragment_A01_t02.dart b/LibTest/html/IFrameElement/createFragment_A01_t02.dart
index 7385224..f379582 100644
--- a/LibTest/html/IFrameElement/createFragment_A01_t02.dart
+++ b/LibTest/html/IFrameElement/createFragment_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/IFrameElement/createFragment_A01_t03.dart b/LibTest/html/IFrameElement/createFragment_A01_t03.dart
index 37c106d..e156188 100644
--- a/LibTest/html/IFrameElement/createFragment_A01_t03.dart
+++ b/LibTest/html/IFrameElement/createFragment_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DocumentFragment createFragment(String html,
  * {NodeValidator validator, NodeTreeSanitizer treeSanitizer})
diff --git a/LibTest/html/IFrameElement/createShadowRoot_A01_t01.dart b/LibTest/html/IFrameElement/createShadowRoot_A01_t01.dart
index 8d9c502..5eb5297 100644
--- a/LibTest/html/IFrameElement/createShadowRoot_A01_t01.dart
+++ b/LibTest/html/IFrameElement/createShadowRoot_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ShadowRoot createShadowRoot()
  * Creates a new shadow root for this shadow host.
diff --git a/LibTest/html/IFrameElement/dataset_A01_t01.dart b/LibTest/html/IFrameElement/dataset_A01_t01.dart
index f9f8f5f..bd58030 100644
--- a/LibTest/html/IFrameElement/dataset_A01_t01.dart
+++ b/LibTest/html/IFrameElement/dataset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * Allows access to all custom data attributes (data-*) set on this element.
diff --git a/LibTest/html/IFrameElement/dataset_A01_t02.dart b/LibTest/html/IFrameElement/dataset_A01_t02.dart
index 7167077..a4e4c5c 100644
--- a/LibTest/html/IFrameElement/dataset_A01_t02.dart
+++ b/LibTest/html/IFrameElement/dataset_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * Allows access to all custom data attributes (data-*) set on this element.
diff --git a/LibTest/html/IFrameElement/dataset_setter_A01_t01.dart b/LibTest/html/IFrameElement/dataset_setter_A01_t01.dart
index 6300461..f9fff34 100644
--- a/LibTest/html/IFrameElement/dataset_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/dataset_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> dataset
  * Allows access to all custom data attributes (data-*) set on this element.
diff --git a/LibTest/html/IFrameElement/dispatchEvent_A01_t01.dart b/LibTest/html/IFrameElement/dispatchEvent_A01_t01.dart
index 42a550c..b224796 100644
--- a/LibTest/html/IFrameElement/dispatchEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/dispatchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool dispatchEvent(Event event)
  * Dispatch an event to this EventTarget.
diff --git a/LibTest/html/IFrameElement/documentOffset_A01_t01.dart b/LibTest/html/IFrameElement/documentOffset_A01_t01.dart
index 7ecf771..63f642a 100644
--- a/LibTest/html/IFrameElement/documentOffset_A01_t01.dart
+++ b/LibTest/html/IFrameElement/documentOffset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final documentOffset
  * Provides the coordinates of the element relative to the top of the document.
diff --git a/LibTest/html/IFrameElement/draggable_A01_t01.dart b/LibTest/html/IFrameElement/draggable_A01_t01.dart
index 01f6637..472b678 100644
--- a/LibTest/html/IFrameElement/draggable_A01_t01.dart
+++ b/LibTest/html/IFrameElement/draggable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool draggable
  * Indicates whether the element can be dragged and dropped.
diff --git a/LibTest/html/IFrameElement/draggable_A01_t02.dart b/LibTest/html/IFrameElement/draggable_A01_t02.dart
index 5634315..c52aa31 100644
--- a/LibTest/html/IFrameElement/draggable_A01_t02.dart
+++ b/LibTest/html/IFrameElement/draggable_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool draggable
  * Indicates whether the element can be dragged and dropped.
diff --git a/LibTest/html/IFrameElement/firstChild_A01_t01.dart b/LibTest/html/IFrameElement/firstChild_A01_t01.dart
index 0765fb9..fd20fee 100644
--- a/LibTest/html/IFrameElement/firstChild_A01_t01.dart
+++ b/LibTest/html/IFrameElement/firstChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node firstChild
  * The first child of this node.
diff --git a/LibTest/html/IFrameElement/focus_A01_t01.dart b/LibTest/html/IFrameElement/focus_A01_t01.dart
index 243cb1f..720af94 100644
--- a/LibTest/html/IFrameElement/focus_A01_t01.dart
+++ b/LibTest/html/IFrameElement/focus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void focus()
  * Gives keyboard focus to the current element.
diff --git a/LibTest/html/IFrameElement/getAttributeNS_A01_t01.dart b/LibTest/html/IFrameElement/getAttributeNS_A01_t01.dart
index d66733d..e601c8a 100644
--- a/LibTest/html/IFrameElement/getAttributeNS_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getAttributeNS_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAttributeNS(String namespaceURI, String localName)
  * Retrieve the value of the attribute with the specified name and namespace,
diff --git a/LibTest/html/IFrameElement/getAttribute_A01_t01.dart b/LibTest/html/IFrameElement/getAttribute_A01_t01.dart
index 6d4ee37..12595b1 100644
--- a/LibTest/html/IFrameElement/getAttribute_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getAttribute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String getAttribute(String name)
  * Retrieve the value of the named attribute from the current node.
diff --git a/LibTest/html/IFrameElement/getBoundingClientRect_A01_t01.dart b/LibTest/html/IFrameElement/getBoundingClientRect_A01_t01.dart
index eb2e0c3..511bdea 100644
--- a/LibTest/html/IFrameElement/getBoundingClientRect_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getBoundingClientRect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle getBoundingClientRect()
  * Returns the smallest bounding rectangle that encompasses this element's
diff --git a/LibTest/html/IFrameElement/getClientRects_A01_t01.dart b/LibTest/html/IFrameElement/getClientRects_A01_t01.dart
index 6f3d680..1f87223 100644
--- a/LibTest/html/IFrameElement/getClientRects_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getClientRects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Rectangle> getClientRects()
  * Returns a list of bounding rectangles for each box associated with this
diff --git a/LibTest/html/IFrameElement/getClientRects_A01_t02.dart b/LibTest/html/IFrameElement/getClientRects_A01_t02.dart
index 1383254..6fbdda1 100644
--- a/LibTest/html/IFrameElement/getClientRects_A01_t02.dart
+++ b/LibTest/html/IFrameElement/getClientRects_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Rectangle> getClientRects()
  * Returns a list of bounding rectangles for each box associated with this
diff --git a/LibTest/html/IFrameElement/getElementsByClassName_A01_t01.dart b/LibTest/html/IFrameElement/getElementsByClassName_A01_t01.dart
index 9a34f09..eaf3adf 100644
--- a/LibTest/html/IFrameElement/getElementsByClassName_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getElementsByClassName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByClassName(String name)
  * Returns a list of nodes with the given class name inside this element.
diff --git a/LibTest/html/IFrameElement/getElementsByClassName_A02_t01.dart b/LibTest/html/IFrameElement/getElementsByClassName_A02_t01.dart
index ec04b3c..6117151 100644
--- a/LibTest/html/IFrameElement/getElementsByClassName_A02_t01.dart
+++ b/LibTest/html/IFrameElement/getElementsByClassName_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> getElementsByClassName(String name)
  * Returns a list of nodes with the given class name inside this element.
diff --git a/LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01.dart b/LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01.dart
index 9db5cc5..fe0b2c3 100644
--- a/LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> getNamespacedAttributes(String namespace)
  * Gets a map for manipulating the attributes of a particular namespace.
diff --git a/LibTest/html/IFrameElement/hasChildNodes_A01_t01.dart b/LibTest/html/IFrameElement/hasChildNodes_A01_t01.dart
index b2c82ce..0633c58 100644
--- a/LibTest/html/IFrameElement/hasChildNodes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/hasChildNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasChildNodes()
  * Returns true if this node has any children.
diff --git a/LibTest/html/IFrameElement/hasChildNodes_A01_t02.dart b/LibTest/html/IFrameElement/hasChildNodes_A01_t02.dart
index 36ae894..e510e96 100644
--- a/LibTest/html/IFrameElement/hasChildNodes_A01_t02.dart
+++ b/LibTest/html/IFrameElement/hasChildNodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasChildNodes()
  * Returns true if this node has any children.
diff --git a/LibTest/html/IFrameElement/hidden_A01_t01.dart b/LibTest/html/IFrameElement/hidden_A01_t01.dart
index b769be9..022b484 100644
--- a/LibTest/html/IFrameElement/hidden_A01_t01.dart
+++ b/LibTest/html/IFrameElement/hidden_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hidden
  * Indicates whether the element is not relevant to the page's current state.
diff --git a/LibTest/html/IFrameElement/id_A01_t01.dart b/LibTest/html/IFrameElement/id_A01_t01.dart
index 274d660..774737e 100644
--- a/LibTest/html/IFrameElement/id_A01_t01.dart
+++ b/LibTest/html/IFrameElement/id_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String id
  * Gets/sets the id of the element.
diff --git a/LibTest/html/IFrameElement/innerHtml_A01_t01.dart b/LibTest/html/IFrameElement/innerHtml_A01_t01.dart
index aa5febd..d1484ad 100644
--- a/LibTest/html/IFrameElement/innerHtml_A01_t01.dart
+++ b/LibTest/html/IFrameElement/innerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String innerHtml
  * Parses the HTML fragment and sets it as the contents of this element.
diff --git a/LibTest/html/IFrameElement/insertAdjacentElement_A01_t01.dart b/LibTest/html/IFrameElement/insertAdjacentElement_A01_t01.dart
index 44783b4..89a2267 100644
--- a/LibTest/html/IFrameElement/insertAdjacentElement_A01_t01.dart
+++ b/LibTest/html/IFrameElement/insertAdjacentElement_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element insertAdjacentElement(String where, Element element)
  * Inserts element into the DOM at the specified location.
diff --git a/LibTest/html/IFrameElement/insertAdjacentHtml_A01_t01.dart b/LibTest/html/IFrameElement/insertAdjacentHtml_A01_t01.dart
index f46034f..beaaadf 100644
--- a/LibTest/html/IFrameElement/insertAdjacentHtml_A01_t01.dart
+++ b/LibTest/html/IFrameElement/insertAdjacentHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAdjacentHtml(String where, String html)
  * Parses text as an HTML fragment and inserts it into the DOM at the
diff --git a/LibTest/html/IFrameElement/insertAdjacentText_A01_t01.dart b/LibTest/html/IFrameElement/insertAdjacentText_A01_t01.dart
index 441bd7a..461e539 100644
--- a/LibTest/html/IFrameElement/insertAdjacentText_A01_t01.dart
+++ b/LibTest/html/IFrameElement/insertAdjacentText_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAdjacentText(String where, String text)
  * Inserts text into the DOM at the specified location.
diff --git a/LibTest/html/IFrameElement/insertAllBefore_A01_t01.dart b/LibTest/html/IFrameElement/insertAllBefore_A01_t01.dart
index 50001fd..d5da7f3 100644
--- a/LibTest/html/IFrameElement/insertAllBefore_A01_t01.dart
+++ b/LibTest/html/IFrameElement/insertAllBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertAllBefore(Iterable<Node> newNodes, Node refChild)
  * Inserts all of the nodes into this node directly before refChild.
diff --git a/LibTest/html/IFrameElement/insertBefore_A01_t01.dart b/LibTest/html/IFrameElement/insertBefore_A01_t01.dart
index 5f2f6b1..22e0c4e 100644
--- a/LibTest/html/IFrameElement/insertBefore_A01_t01.dart
+++ b/LibTest/html/IFrameElement/insertBefore_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/IFrameElement/insertBefore_A02_t01.dart b/LibTest/html/IFrameElement/insertBefore_A02_t01.dart
index 353d334..90baccf 100644
--- a/LibTest/html/IFrameElement/insertBefore_A02_t01.dart
+++ b/LibTest/html/IFrameElement/insertBefore_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node insertBefore(Node newChild, Node refChild)
  * Inserts node into this node directly before refChild.
diff --git a/LibTest/html/IFrameElement/isContentEditable_A01_t01.dart b/LibTest/html/IFrameElement/isContentEditable_A01_t01.dart
index 3070fb1..50c6cc3 100644
--- a/LibTest/html/IFrameElement/isContentEditable_A01_t01.dart
+++ b/LibTest/html/IFrameElement/isContentEditable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isContentEditable
  * Indicates whether or not the content of the element can be edited. Read only.
diff --git a/LibTest/html/IFrameElement/lang_A01_t01.dart b/LibTest/html/IFrameElement/lang_A01_t01.dart
index 56880e4..90e4c70 100644
--- a/LibTest/html/IFrameElement/lang_A01_t01.dart
+++ b/LibTest/html/IFrameElement/lang_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String lang
  * Gets/sets the language of an element's attributes, text, and element
diff --git a/LibTest/html/IFrameElement/lang_A01_t02.dart b/LibTest/html/IFrameElement/lang_A01_t02.dart
index ea9c14b..336f121 100644
--- a/LibTest/html/IFrameElement/lang_A01_t02.dart
+++ b/LibTest/html/IFrameElement/lang_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String lang
  * Gets/sets the language of an element's attributes, text, and element
diff --git a/LibTest/html/IFrameElement/lastChild_A01_t01.dart b/LibTest/html/IFrameElement/lastChild_A01_t01.dart
index 2058e4e..f0ba7e0 100644
--- a/LibTest/html/IFrameElement/lastChild_A01_t01.dart
+++ b/LibTest/html/IFrameElement/lastChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node lastChild
  * The last child of this node.
diff --git a/LibTest/html/IFrameElement/leftView_A01_t01.dart b/LibTest/html/IFrameElement/leftView_A01_t01.dart
index 96594a4..62881e7 100644
--- a/LibTest/html/IFrameElement/leftView_A01_t01.dart
+++ b/LibTest/html/IFrameElement/leftView_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void leftView()
  * Called by the DOM when this element has been removed from the live document.
diff --git a/LibTest/html/IFrameElement/marginEdge_A01_t01.dart b/LibTest/html/IFrameElement/marginEdge_A01_t01.dart
index cb4cfd8..0808e2b 100644
--- a/LibTest/html/IFrameElement/marginEdge_A01_t01.dart
+++ b/LibTest/html/IFrameElement/marginEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final marginEdge
  * Access the dimensions and position of this element's content + padding +
diff --git a/LibTest/html/IFrameElement/matchesWithAncestors_A01_t01.dart b/LibTest/html/IFrameElement/matchesWithAncestors_A01_t01.dart
index 8a411cc..2bc6287 100644
--- a/LibTest/html/IFrameElement/matchesWithAncestors_A01_t01.dart
+++ b/LibTest/html/IFrameElement/matchesWithAncestors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool matchesWithAncestors(String selectors)
  * Checks if this element or any of its parents match the CSS selectors.
diff --git a/LibTest/html/IFrameElement/matches_A01_t01.dart b/LibTest/html/IFrameElement/matches_A01_t01.dart
index af16b23..263f8bd 100644
--- a/LibTest/html/IFrameElement/matches_A01_t01.dart
+++ b/LibTest/html/IFrameElement/matches_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool matches(String selectors)
  * Checks if this element matches the CSS selectors.
diff --git a/LibTest/html/IFrameElement/namespaceUri_A01_t01.dart b/LibTest/html/IFrameElement/namespaceUri_A01_t01.dart
index d054e15..0a188c1 100644
--- a/LibTest/html/IFrameElement/namespaceUri_A01_t01.dart
+++ b/LibTest/html/IFrameElement/namespaceUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String get namespaceUri
  * A URI that identifies the XML namespace of this element.
diff --git a/LibTest/html/IFrameElement/nextElementSibling_A01_t01.dart b/LibTest/html/IFrameElement/nextElementSibling_A01_t01.dart
index 89866ff..21f57ba 100644
--- a/LibTest/html/IFrameElement/nextElementSibling_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nextElementSibling_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element nextElementSibling
  * The element immediately following the given one in the tree, or null if
diff --git a/LibTest/html/IFrameElement/nextNode_A01_t01.dart b/LibTest/html/IFrameElement/nextNode_A01_t01.dart
index d3a9efe..ee54b34 100644
--- a/LibTest/html/IFrameElement/nextNode_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nextNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node nextNode
  * The next sibling node.
diff --git a/LibTest/html/IFrameElement/nodeName_A01_t01.dart b/LibTest/html/IFrameElement/nodeName_A01_t01.dart
index 6a1425d..5f81c5e 100644
--- a/LibTest/html/IFrameElement/nodeName_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nodeName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeName
  * The name of this node.
diff --git a/LibTest/html/IFrameElement/nodeType_A01_t01.dart b/LibTest/html/IFrameElement/nodeType_A01_t01.dart
index 190f965..e27341e 100644
--- a/LibTest/html/IFrameElement/nodeType_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nodeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/IFrameElement/nodeValue_A01_t01.dart b/LibTest/html/IFrameElement/nodeValue_A01_t01.dart
index efa6248..8e2d0de 100644
--- a/LibTest/html/IFrameElement/nodeValue_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nodeValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/IFrameElement/nodes_A01_t01.dart b/LibTest/html/IFrameElement/nodes_A01_t01.dart
index 11a7a92..8d76c13 100644
--- a/LibTest/html/IFrameElement/nodes_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/IFrameElement/nodes_A01_t02.dart b/LibTest/html/IFrameElement/nodes_A01_t02.dart
index bce22ba..3a7fe70 100644
--- a/LibTest/html/IFrameElement/nodes_A01_t02.dart
+++ b/LibTest/html/IFrameElement/nodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/IFrameElement/nodes_setter_A01_t01.dart b/LibTest/html/IFrameElement/nodes_setter_A01_t01.dart
index 66b8411..bf46271 100644
--- a/LibTest/html/IFrameElement/nodes_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/nodes_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion set nodes(Iterable<Node> value)
  * @description Checks that nodes list is assignable.
diff --git a/LibTest/html/IFrameElement/offsetTo_A01_t01.dart b/LibTest/html/IFrameElement/offsetTo_A01_t01.dart
index f358af1..a319688 100644
--- a/LibTest/html/IFrameElement/offsetTo_A01_t01.dart
+++ b/LibTest/html/IFrameElement/offsetTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point offsetTo(Element parent)
  * Provides the offset of this element's borderEdge relative to the specified
diff --git a/LibTest/html/IFrameElement/offsetTo_A01_t02.dart b/LibTest/html/IFrameElement/offsetTo_A01_t02.dart
index eac956d..c3ed879 100644
--- a/LibTest/html/IFrameElement/offsetTo_A01_t02.dart
+++ b/LibTest/html/IFrameElement/offsetTo_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point offsetTo(Element parent)
  * Provides the offset of this element's borderEdge relative to the specified
diff --git a/LibTest/html/IFrameElement/onAbort_A01_t01.dart b/LibTest/html/IFrameElement/onAbort_A01_t01.dart
index eda5661..3ff1a6b 100644
--- a/LibTest/html/IFrameElement/onAbort_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onAbort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> onAbort
  * Stream of abort events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onBeforeCopy_A01_t01.dart b/LibTest/html/IFrameElement/onBeforeCopy_A01_t01.dart
index 16a7e84..ece190b 100644
--- a/LibTest/html/IFrameElement/onBeforeCopy_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onBeforeCopy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforeCopy
  * Stream of beforecopy events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onBeforeCut_A01_t01.dart b/LibTest/html/IFrameElement/onBeforeCut_A01_t01.dart
index 5d60dc0..2e0af19 100644
--- a/LibTest/html/IFrameElement/onBeforeCut_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onBeforeCut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforeCut
  * Stream of beforecut events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onBeforePaste_A01_t01.dart b/LibTest/html/IFrameElement/onBeforePaste_A01_t01.dart
index d06725d..a4cdce1 100644
--- a/LibTest/html/IFrameElement/onBeforePaste_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onBeforePaste_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBeforePaste
  * Stream of beforepaste events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onBlur_A01_t01.dart b/LibTest/html/IFrameElement/onBlur_A01_t01.dart
index 4b2f746..c855816 100644
--- a/LibTest/html/IFrameElement/onBlur_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onBlur_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onBlur
  * Stream of blur events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onChange_A01_t01.dart b/LibTest/html/IFrameElement/onChange_A01_t01.dart
index 8ced38e..e3a2b56 100644
--- a/LibTest/html/IFrameElement/onChange_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onChange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onChange
  * Stream of change events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onClick_A01_t01.dart b/LibTest/html/IFrameElement/onClick_A01_t01.dart
index b0a6e16..e7e70e1 100644
--- a/LibTest/html/IFrameElement/onClick_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onClick_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onClick
  * Stream of click events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onContextMenu_A01_t01.dart b/LibTest/html/IFrameElement/onContextMenu_A01_t01.dart
index 69f3322..502de3b 100644
--- a/LibTest/html/IFrameElement/onContextMenu_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onContextMenu_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onContextMenu
  * Stream of contextmenu events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onCopy_A01_t01.dart b/LibTest/html/IFrameElement/onCopy_A01_t01.dart
index ef3f34e..bb914ed 100644
--- a/LibTest/html/IFrameElement/onCopy_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onCopy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onCopy
  * Stream of copy events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onCut_A01_t01.dart b/LibTest/html/IFrameElement/onCut_A01_t01.dart
index 5c42f66..36f6d41 100644
--- a/LibTest/html/IFrameElement/onCut_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onCut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onCut
  * Stream of cut events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onDoubleClick_A01_t01.dart b/LibTest/html/IFrameElement/onDoubleClick_A01_t01.dart
index 650bd43..728a17b 100644
--- a/LibTest/html/IFrameElement/onDoubleClick_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDoubleClick_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onDoubleClick
  * Stream of doubleclick events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onDragEnd_A01_t01.dart b/LibTest/html/IFrameElement/onDragEnd_A01_t01.dart
index 445c931..b1fe6c5 100644
--- a/LibTest/html/IFrameElement/onDragEnd_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDragEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragEnd
  * A stream of dragend events fired when this element completes a drag
diff --git a/LibTest/html/IFrameElement/onDragEnter_A01_t01.dart b/LibTest/html/IFrameElement/onDragEnter_A01_t01.dart
index ebf1b1c..cec67b0 100644
--- a/LibTest/html/IFrameElement/onDragEnter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDragEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragEnter
  * A stream of dragenter events fired when a dragged object is first dragged
diff --git a/LibTest/html/IFrameElement/onDragLeave_A01_t01.dart b/LibTest/html/IFrameElement/onDragLeave_A01_t01.dart
index 0cb9087..bc174f1 100644
--- a/LibTest/html/IFrameElement/onDragLeave_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDragLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragLeave
  * A stream of dragleave events fired when an object being dragged over this
diff --git a/LibTest/html/IFrameElement/onDragOver_A01_t01.dart b/LibTest/html/IFrameElement/onDragOver_A01_t01.dart
index 229ee64..9e3fe2f 100644
--- a/LibTest/html/IFrameElement/onDragOver_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDragOver_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragOver
  * A stream of dragover events fired when a dragged object is currently being
diff --git a/LibTest/html/IFrameElement/onDragStart_A01_t01.dart b/LibTest/html/IFrameElement/onDragStart_A01_t01.dart
index 942cc25..b40483c 100644
--- a/LibTest/html/IFrameElement/onDragStart_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDragStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDragStart
  * A stream of dragstart events fired when this element starts being dragged.
diff --git a/LibTest/html/IFrameElement/onDrag_A01_t01.dart b/LibTest/html/IFrameElement/onDrag_A01_t01.dart
index 6c8b4f4..60fa7f1 100644
--- a/LibTest/html/IFrameElement/onDrag_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDrag_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDrag
  * A stream of drag events fired when this element currently being dragged.
diff --git a/LibTest/html/IFrameElement/onDrop_A01_t01.dart b/LibTest/html/IFrameElement/onDrop_A01_t01.dart
index 5119b1d..7e73217 100644
--- a/LibTest/html/IFrameElement/onDrop_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onDrop_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onDrop
  * A stream of drop events fired when a dragged object is dropped on this
diff --git a/LibTest/html/IFrameElement/onError_A01_t01.dart b/LibTest/html/IFrameElement/onError_A01_t01.dart
index 82aa13c..bd6e19f 100644
--- a/LibTest/html/IFrameElement/onError_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onError
  * Stream of error events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onFocus_A01_t01.dart b/LibTest/html/IFrameElement/onFocus_A01_t01.dart
index 807ba3e..efc460f 100644
--- a/LibTest/html/IFrameElement/onFocus_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onFocus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFocus
  * Stream of focus events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onFullscreenChange_A01_t01.dart b/LibTest/html/IFrameElement/onFullscreenChange_A01_t01.dart
index d7b03a5..074192f 100644
--- a/LibTest/html/IFrameElement/onFullscreenChange_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onFullscreenChange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFullscreenChange
  * Stream of fullscreenchange events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onFullscreenError_A01_t01.dart b/LibTest/html/IFrameElement/onFullscreenError_A01_t01.dart
index b42ed9f..f9f0f95 100644
--- a/LibTest/html/IFrameElement/onFullscreenError_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onFullscreenError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onFullscreenError
  * Stream of fullscreenerror events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onInput_A01_t01.dart b/LibTest/html/IFrameElement/onInput_A01_t01.dart
index ecc4d49..00749ae 100644
--- a/LibTest/html/IFrameElement/onInput_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onInput_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onInput
  * Stream of input events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onInvalid_A01_t01.dart b/LibTest/html/IFrameElement/onInvalid_A01_t01.dart
index 5878a22..1b0d605 100644
--- a/LibTest/html/IFrameElement/onInvalid_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onInvalid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onInvalid
  * Stream of invalid events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onKeyDown_A01_t01.dart b/LibTest/html/IFrameElement/onKeyDown_A01_t01.dart
index 8be72e6..d4d2553 100644
--- a/LibTest/html/IFrameElement/onKeyDown_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onKeyDown_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyDown
  * Stream of keydown events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onKeyPress_A01_t01.dart b/LibTest/html/IFrameElement/onKeyPress_A01_t01.dart
index bdd8fee..65782f1 100644
--- a/LibTest/html/IFrameElement/onKeyPress_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onKeyPress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyPress
  * Stream of keypress events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onKeyUp_A01_t01.dart b/LibTest/html/IFrameElement/onKeyUp_A01_t01.dart
index 70bb947..ff6ff6e 100644
--- a/LibTest/html/IFrameElement/onKeyUp_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onKeyUp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<KeyboardEvent> get onKeyUp
  * Stream of keyup events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onLoad_A01_t01.dart b/LibTest/html/IFrameElement/onLoad_A01_t01.dart
index 2717210..82fcd07 100644
--- a/LibTest/html/IFrameElement/onLoad_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onLoad_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onLoad
  * Stream of load events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseDown_A01_t01.dart b/LibTest/html/IFrameElement/onMouseDown_A01_t01.dart
index ba7e856..24b2a61 100644
--- a/LibTest/html/IFrameElement/onMouseDown_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseDown_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseDown
  * Stream of mousedown events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseEnter_A01_t01.dart b/LibTest/html/IFrameElement/onMouseEnter_A01_t01.dart
index bfb1533..c0e2f6b 100644
--- a/LibTest/html/IFrameElement/onMouseEnter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseEnter
  * Stream of mouseenter events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseLeave_A01_t01.dart b/LibTest/html/IFrameElement/onMouseLeave_A01_t01.dart
index 7e2df6a..91362aa 100644
--- a/LibTest/html/IFrameElement/onMouseLeave_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseLeave
  * Stream of mouseleave events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseMove_A01_t01.dart b/LibTest/html/IFrameElement/onMouseMove_A01_t01.dart
index 759ac4b..e6a6eda 100644
--- a/LibTest/html/IFrameElement/onMouseMove_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseMove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseMove
  * Stream of mousemove events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseOut_A01_t01.dart b/LibTest/html/IFrameElement/onMouseOut_A01_t01.dart
index 79f696f..1911a10 100644
--- a/LibTest/html/IFrameElement/onMouseOut_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseOut_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseOut
  * Stream of mouseout events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseOver_A01_t01.dart b/LibTest/html/IFrameElement/onMouseOver_A01_t01.dart
index 10b7d3f..d5d40ff 100644
--- a/LibTest/html/IFrameElement/onMouseOver_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseOver_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseOver
  * Stream of mouseover events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onMouseUp_A01_t01.dart b/LibTest/html/IFrameElement/onMouseUp_A01_t01.dart
index 383268f..309cdb2 100644
--- a/LibTest/html/IFrameElement/onMouseUp_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onMouseUp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<MouseEvent> get onMouseUp
  * Stream of mouseup events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onPaste_A01_t01.dart b/LibTest/html/IFrameElement/onPaste_A01_t01.dart
index ce287ee..fef0d32 100644
--- a/LibTest/html/IFrameElement/onPaste_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onPaste_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onPaste
  * Stream of paste events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onReset_A01_t01.dart b/LibTest/html/IFrameElement/onReset_A01_t01.dart
index f4a42ed..0432d4e 100644
--- a/LibTest/html/IFrameElement/onReset_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onReset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onReset
  * Stream of reset events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onScroll_A01_t01.dart b/LibTest/html/IFrameElement/onScroll_A01_t01.dart
index 8df35d2..4cd5757 100644
--- a/LibTest/html/IFrameElement/onScroll_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onScroll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onScroll
  * Stream of scroll events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onSearch_A01_t01.dart b/LibTest/html/IFrameElement/onSearch_A01_t01.dart
index 6c45943..6480c5a 100644
--- a/LibTest/html/IFrameElement/onSearch_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onSearch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSearch
  * Stream of search events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onSelectStart_A01_t01.dart b/LibTest/html/IFrameElement/onSelectStart_A01_t01.dart
index 7fce416..8abe802 100644
--- a/LibTest/html/IFrameElement/onSelectStart_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onSelectStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSelectStart
  * Stream of selectstart events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onSelect_A01_t01.dart b/LibTest/html/IFrameElement/onSelect_A01_t01.dart
index c50fe36..2da191d 100644
--- a/LibTest/html/IFrameElement/onSelect_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onSelect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSelect
  * Stream of select events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onSubmit_A01_t01.dart b/LibTest/html/IFrameElement/onSubmit_A01_t01.dart
index 3d2d28b..c66b965 100644
--- a/LibTest/html/IFrameElement/onSubmit_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onSubmit_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<Event> get onSubmit
  * Stream of submit events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchCancel_A01_t01.dart b/LibTest/html/IFrameElement/onTouchCancel_A01_t01.dart
index cc4c251..87b76f5 100644
--- a/LibTest/html/IFrameElement/onTouchCancel_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchCancel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchCancel
  * Stream of touchcancel events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchEnd_A01_t01.dart b/LibTest/html/IFrameElement/onTouchEnd_A01_t01.dart
index cf94065..9541a9a 100644
--- a/LibTest/html/IFrameElement/onTouchEnd_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchEnd_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchEnd
  * Stream of touchend events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchEnter_A01_t01.dart b/LibTest/html/IFrameElement/onTouchEnter_A01_t01.dart
index 1bd84f1..83bed45 100644
--- a/LibTest/html/IFrameElement/onTouchEnter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchEnter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchEnter
  * Stream of touchenter events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchLeave_A01_t01.dart b/LibTest/html/IFrameElement/onTouchLeave_A01_t01.dart
index 6e60428..44688e0 100644
--- a/LibTest/html/IFrameElement/onTouchLeave_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchLeave_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchLeave
  * Stream of touchleave events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchMove_A01_t01.dart b/LibTest/html/IFrameElement/onTouchMove_A01_t01.dart
index ea19654..76f617a 100644
--- a/LibTest/html/IFrameElement/onTouchMove_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchMove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchMove
  * Stream of touchmove events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onTouchStart_A01_t01.dart b/LibTest/html/IFrameElement/onTouchStart_A01_t01.dart
index 921ee18..dd07e7f 100644
--- a/LibTest/html/IFrameElement/onTouchStart_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onTouchStart_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<TouchEvent> get onTouchStart
  * Stream of touchstart events handled by this Element.
diff --git a/LibTest/html/IFrameElement/onWheel_A01_t01.dart b/LibTest/html/IFrameElement/onWheel_A01_t01.dart
index 3141379..d4a5496 100644
--- a/LibTest/html/IFrameElement/onWheel_A01_t01.dart
+++ b/LibTest/html/IFrameElement/onWheel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementStream<WheelEvent> get onWheel
  * Stream of wheel events handled by this Element.
diff --git a/LibTest/html/IFrameElement/on_A01_t01.dart b/LibTest/html/IFrameElement/on_A01_t01.dart
index d9d6e91..46880c1 100644
--- a/LibTest/html/IFrameElement/on_A01_t01.dart
+++ b/LibTest/html/IFrameElement/on_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementEvents get on
  * @description Checks that on can be used to listen to custom events
diff --git a/LibTest/html/IFrameElement/outerHtml_A01_t01.dart b/LibTest/html/IFrameElement/outerHtml_A01_t01.dart
index 92a9ce0..d8aae21 100644
--- a/LibTest/html/IFrameElement/outerHtml_A01_t01.dart
+++ b/LibTest/html/IFrameElement/outerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String outerHtml
  * Gets the markup of the element including its content.
diff --git a/LibTest/html/IFrameElement/ownerDocument_A01_t01.dart b/LibTest/html/IFrameElement/ownerDocument_A01_t01.dart
index d352d2c..32e2408 100644
--- a/LibTest/html/IFrameElement/ownerDocument_A01_t01.dart
+++ b/LibTest/html/IFrameElement/ownerDocument_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/IFrameElement/ownerDocument_A01_t02.dart b/LibTest/html/IFrameElement/ownerDocument_A01_t02.dart
index eca74cd..2ffcd39 100644
--- a/LibTest/html/IFrameElement/ownerDocument_A01_t02.dart
+++ b/LibTest/html/IFrameElement/ownerDocument_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/IFrameElement/ownerDocument_A01_t03.dart b/LibTest/html/IFrameElement/ownerDocument_A01_t03.dart
index 73fc8ff..73f2dfb 100644
--- a/LibTest/html/IFrameElement/ownerDocument_A01_t03.dart
+++ b/LibTest/html/IFrameElement/ownerDocument_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/IFrameElement/ownerDocument_A01_t04.dart b/LibTest/html/IFrameElement/ownerDocument_A01_t04.dart
index ff6e6c2..eabed10 100644
--- a/LibTest/html/IFrameElement/ownerDocument_A01_t04.dart
+++ b/LibTest/html/IFrameElement/ownerDocument_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/IFrameElement/ownerDocument_A01_t05.dart b/LibTest/html/IFrameElement/ownerDocument_A01_t05.dart
index 0273895..f29697d 100644
--- a/LibTest/html/IFrameElement/ownerDocument_A01_t05.dart
+++ b/LibTest/html/IFrameElement/ownerDocument_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/IFrameElement/paddingEdge_A01_t01.dart b/LibTest/html/IFrameElement/paddingEdge_A01_t01.dart
index 206f140..1687805 100644
--- a/LibTest/html/IFrameElement/paddingEdge_A01_t01.dart
+++ b/LibTest/html/IFrameElement/paddingEdge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final paddingEdge
  * Access the dimensions and position of this element's content + padding box.
diff --git a/LibTest/html/IFrameElement/parentNode_A01_t01.dart b/LibTest/html/IFrameElement/parentNode_A01_t01.dart
index d0785c1..563b123 100644
--- a/LibTest/html/IFrameElement/parentNode_A01_t01.dart
+++ b/LibTest/html/IFrameElement/parentNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/IFrameElement/parent_A01_t01.dart b/LibTest/html/IFrameElement/parent_A01_t01.dart
index 2ae22ab..a5a6a77 100644
--- a/LibTest/html/IFrameElement/parent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/IFrameElement/parent_A01_t02.dart b/LibTest/html/IFrameElement/parent_A01_t02.dart
index 985e683..ea30b62 100644
--- a/LibTest/html/IFrameElement/parent_A01_t02.dart
+++ b/LibTest/html/IFrameElement/parent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/IFrameElement/previousElementSibling_A01_t01.dart b/LibTest/html/IFrameElement/previousElementSibling_A01_t01.dart
index 926c70b..bf4fb8d 100644
--- a/LibTest/html/IFrameElement/previousElementSibling_A01_t01.dart
+++ b/LibTest/html/IFrameElement/previousElementSibling_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element previousElementSibling
  * The element immediately preceding the given one in the tree, or null if
diff --git a/LibTest/html/IFrameElement/previousNode_A01_t01.dart b/LibTest/html/IFrameElement/previousNode_A01_t01.dart
index 3490fd2..a68598b 100644
--- a/LibTest/html/IFrameElement/previousNode_A01_t01.dart
+++ b/LibTest/html/IFrameElement/previousNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node previousNode
  * The previous sibling node.
diff --git a/LibTest/html/IFrameElement/querySelector_A01_t01.dart b/LibTest/html/IFrameElement/querySelector_A01_t01.dart
index e9c1658..78b3b52 100644
--- a/LibTest/html/IFrameElement/querySelector_A01_t01.dart
+++ b/LibTest/html/IFrameElement/querySelector_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Element querySelector(String selectors)
  * Finds the first descendant element of this element that matches the
diff --git a/LibTest/html/IFrameElement/removeEventListener_A01_t01.dart b/LibTest/html/IFrameElement/removeEventListener_A01_t01.dart
index 5438c74..bbf356c 100644
--- a/LibTest/html/IFrameElement/removeEventListener_A01_t01.dart
+++ b/LibTest/html/IFrameElement/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/removeEventListener_A01_t02.dart b/LibTest/html/IFrameElement/removeEventListener_A01_t02.dart
index b27ab76..557edef 100644
--- a/LibTest/html/IFrameElement/removeEventListener_A01_t02.dart
+++ b/LibTest/html/IFrameElement/removeEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/IFrameElement/remove_A01_t01.dart b/LibTest/html/IFrameElement/remove_A01_t01.dart
index cadf5fe..1b84526 100644
--- a/LibTest/html/IFrameElement/remove_A01_t01.dart
+++ b/LibTest/html/IFrameElement/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void remove()
  * Removes this node from the DOM
diff --git a/LibTest/html/IFrameElement/replaceWith_A01_t01.dart b/LibTest/html/IFrameElement/replaceWith_A01_t01.dart
index f86f9ac..092cbc1 100644
--- a/LibTest/html/IFrameElement/replaceWith_A01_t01.dart
+++ b/LibTest/html/IFrameElement/replaceWith_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node replaceWith(Node otherNode)
  * Replaces this node with another node.
diff --git a/LibTest/html/IFrameElement/resetEvent_A01_t01.dart b/LibTest/html/IFrameElement/resetEvent_A01_t01.dart
index 2b22a61..17833f7 100644
--- a/LibTest/html/IFrameElement/resetEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/resetEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const resetEvent
  * Static factory designed to expose reset events to event handlers
diff --git a/LibTest/html/IFrameElement/scrollEvent_A01_t01.dart b/LibTest/html/IFrameElement/scrollEvent_A01_t01.dart
index 61d68b3..dcfdafc 100644
--- a/LibTest/html/IFrameElement/scrollEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/scrollEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const scrollEvent
  * Static factory designed to expose scroll events to event handlers
diff --git a/LibTest/html/IFrameElement/searchEvent_A01_t01.dart b/LibTest/html/IFrameElement/searchEvent_A01_t01.dart
index 96ac113..425c852 100644
--- a/LibTest/html/IFrameElement/searchEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/searchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const searchEvent
  * Static factory designed to expose search events to event handlers
diff --git a/LibTest/html/IFrameElement/selectEvent_A01_t01.dart b/LibTest/html/IFrameElement/selectEvent_A01_t01.dart
index 71f7242..24ac7e4 100644
--- a/LibTest/html/IFrameElement/selectEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/selectEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const selectEvent
  * Static factory designed to expose select events to event handlers
diff --git a/LibTest/html/IFrameElement/selectStartEvent_A01_t01.dart b/LibTest/html/IFrameElement/selectStartEvent_A01_t01.dart
index e81e2ee..85a6d78 100644
--- a/LibTest/html/IFrameElement/selectStartEvent_A01_t01.dart
+++ b/LibTest/html/IFrameElement/selectStartEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const selectStartEvent
  * Static factory designed to expose selectstart events to event handlers
diff --git a/LibTest/html/IFrameElement/setAttributeNS_A01_t01.dart b/LibTest/html/IFrameElement/setAttributeNS_A01_t01.dart
index a6419b4..aad8af4 100644
--- a/LibTest/html/IFrameElement/setAttributeNS_A01_t01.dart
+++ b/LibTest/html/IFrameElement/setAttributeNS_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAttributeNS(String namespaceURI, String qualifiedName,
  * String value)
diff --git a/LibTest/html/IFrameElement/setAttribute_A01_t01.dart b/LibTest/html/IFrameElement/setAttribute_A01_t01.dart
index 797bbb7..98ee51d 100644
--- a/LibTest/html/IFrameElement/setAttribute_A01_t01.dart
+++ b/LibTest/html/IFrameElement/setAttribute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAttribute(String name, String value)
  * Set the value of the named attribute from the current node
diff --git a/LibTest/html/IFrameElement/setInnerHtml_A01_t01.dart b/LibTest/html/IFrameElement/setInnerHtml_A01_t01.dart
index 6005be7..f5d35f3 100644
--- a/LibTest/html/IFrameElement/setInnerHtml_A01_t01.dart
+++ b/LibTest/html/IFrameElement/setInnerHtml_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInnerHtml(String html, {NodeValidator validator,
  * NodeTreeSanitizer treeSanitizer}) 
diff --git a/LibTest/html/IFrameElement/spellcheck_A01_t01.dart b/LibTest/html/IFrameElement/spellcheck_A01_t01.dart
index 0f80212..208db3a 100644
--- a/LibTest/html/IFrameElement/spellcheck_A01_t01.dart
+++ b/LibTest/html/IFrameElement/spellcheck_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool spellcheck
  * Controls spell-checking (present on all HTML elements)
diff --git a/LibTest/html/IFrameElement/spellcheck_A01_t02.dart b/LibTest/html/IFrameElement/spellcheck_A01_t02.dart
index c32b323..a855d65 100644
--- a/LibTest/html/IFrameElement/spellcheck_A01_t02.dart
+++ b/LibTest/html/IFrameElement/spellcheck_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool spellcheck
  * Controls spell-checking (present on all HTML elements)
diff --git a/LibTest/html/IFrameElement/style_A01_t01.dart b/LibTest/html/IFrameElement/style_A01_t01.dart
index 63c0240..5d75c17 100644
--- a/LibTest/html/IFrameElement/style_A01_t01.dart
+++ b/LibTest/html/IFrameElement/style_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final style
  * @description Checks that CSS properties are accessible via style field.
diff --git a/LibTest/html/IFrameElement/style_A01_t02.dart b/LibTest/html/IFrameElement/style_A01_t02.dart
index 60d18b5..d556e94 100644
--- a/LibTest/html/IFrameElement/style_A01_t02.dart
+++ b/LibTest/html/IFrameElement/style_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final style
  * @description Checks that CSS properties can be set via style.
diff --git a/LibTest/html/IFrameElement/tabIndex_A01_t01.dart b/LibTest/html/IFrameElement/tabIndex_A01_t01.dart
index 0d50db5..be9c608 100644
--- a/LibTest/html/IFrameElement/tabIndex_A01_t01.dart
+++ b/LibTest/html/IFrameElement/tabIndex_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int tabIndex
  * Gets/sets the position of the element in the tabbing order.
diff --git a/LibTest/html/IFrameElement/tagName_A01_t01.dart b/LibTest/html/IFrameElement/tagName_A01_t01.dart
index 724a8b6..8c7b246 100644
--- a/LibTest/html/IFrameElement/tagName_A01_t01.dart
+++ b/LibTest/html/IFrameElement/tagName_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/IFrameElement/tagName_A01_t02.dart b/LibTest/html/IFrameElement/tagName_A01_t02.dart
index 721db2f..95cb2c1 100644
--- a/LibTest/html/IFrameElement/tagName_A01_t02.dart
+++ b/LibTest/html/IFrameElement/tagName_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/IFrameElement/tagName_A01_t03.dart b/LibTest/html/IFrameElement/tagName_A01_t03.dart
index 4e85c94..7d07b6a 100644
--- a/LibTest/html/IFrameElement/tagName_A01_t03.dart
+++ b/LibTest/html/IFrameElement/tagName_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String tagName
  * The name of the tag for the given element.
diff --git a/LibTest/html/IFrameElement/text_A01_t01.dart b/LibTest/html/IFrameElement/text_A01_t01.dart
index db397b4..a601b42 100644
--- a/LibTest/html/IFrameElement/text_A01_t01.dart
+++ b/LibTest/html/IFrameElement/text_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/IFrameElement/text_A02_t01.dart b/LibTest/html/IFrameElement/text_A02_t01.dart
index 1579154..2f8a987 100644
--- a/LibTest/html/IFrameElement/text_A02_t01.dart
+++ b/LibTest/html/IFrameElement/text_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/IFrameElement/text_A03_t01.dart b/LibTest/html/IFrameElement/text_A03_t01.dart
index 0653397..55a788c 100644
--- a/LibTest/html/IFrameElement/text_A03_t01.dart
+++ b/LibTest/html/IFrameElement/text_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/IFrameElement/text_A04_t01.dart b/LibTest/html/IFrameElement/text_A04_t01.dart
index 8d059ea..80b1975 100644
--- a/LibTest/html/IFrameElement/text_A04_t01.dart
+++ b/LibTest/html/IFrameElement/text_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/IFrameElement/text_setter_A01_t01.dart b/LibTest/html/IFrameElement/text_setter_A01_t01.dart
index f893d1e..7eb594b 100644
--- a/LibTest/html/IFrameElement/text_setter_A01_t01.dart
+++ b/LibTest/html/IFrameElement/text_setter_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String text
  * All text within this node and its decendents.
diff --git a/LibTest/html/IFrameElement/title_A01_t01.dart b/LibTest/html/IFrameElement/title_A01_t01.dart
index bdab1c1..cde3130 100644
--- a/LibTest/html/IFrameElement/title_A01_t01.dart
+++ b/LibTest/html/IFrameElement/title_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String title
  * @description Checks expected title attribute values
diff --git a/LibTest/html/IFrameElement/translate_A01_t01.dart b/LibTest/html/IFrameElement/translate_A01_t01.dart
index c2702df..0b52c29 100644
--- a/LibTest/html/IFrameElement/translate_A01_t01.dart
+++ b/LibTest/html/IFrameElement/translate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool translate
  * Specifies whether this element's text content changes when the page is
diff --git a/LibTest/html/Node/addEventListener_A01_t01.dart b/LibTest/html/Node/addEventListener_A01_t01.dart
index 4f4d361..fdfe09c 100644
--- a/LibTest/html/Node/addEventListener_A01_t01.dart
+++ b/LibTest/html/Node/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/addEventListener_A01_t02.dart b/LibTest/html/Node/addEventListener_A01_t02.dart
index b6e4350..c4dd541 100644
--- a/LibTest/html/Node/addEventListener_A01_t02.dart
+++ b/LibTest/html/Node/addEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/addEventListener_A01_t03.dart b/LibTest/html/Node/addEventListener_A01_t03.dart
index 98c2849..7070743 100644
--- a/LibTest/html/Node/addEventListener_A01_t03.dart
+++ b/LibTest/html/Node/addEventListener_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/addEventListener_A01_t04.dart b/LibTest/html/Node/addEventListener_A01_t04.dart
index 1b241a7..ef09a26 100644
--- a/LibTest/html/Node/addEventListener_A01_t04.dart
+++ b/LibTest/html/Node/addEventListener_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/addEventListener_A01_t05.dart b/LibTest/html/Node/addEventListener_A01_t05.dart
index 2bcfdc1..cf9c525 100644
--- a/LibTest/html/Node/addEventListener_A01_t05.dart
+++ b/LibTest/html/Node/addEventListener_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/append_A01_t01.dart b/LibTest/html/Node/append_A01_t01.dart
index f4d6ef9..caebbe2 100644
--- a/LibTest/html/Node/append_A01_t01.dart
+++ b/LibTest/html/Node/append_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * Adds a node to the end of the child nodes list of this node.
diff --git a/LibTest/html/Node/append_A01_t02.dart b/LibTest/html/Node/append_A01_t02.dart
index c21437d..1810c04 100644
--- a/LibTest/html/Node/append_A01_t02.dart
+++ b/LibTest/html/Node/append_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * Adds a node to the end of the child nodes list of this node.
diff --git a/LibTest/html/Node/append_A02_t01.dart b/LibTest/html/Node/append_A02_t01.dart
index 1ce9521..7753c67 100644
--- a/LibTest/html/Node/append_A02_t01.dart
+++ b/LibTest/html/Node/append_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node append(Node newChild)
  * If the node already exists in this document, it will be removed from its 
diff --git a/LibTest/html/Node/childNodes_A01_t01.dart b/LibTest/html/Node/childNodes_A01_t01.dart
index 3f9ec33..a0ffb6e 100644
--- a/LibTest/html/Node/childNodes_A01_t01.dart
+++ b/LibTest/html/Node/childNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Node/childNodes_A01_t02.dart b/LibTest/html/Node/childNodes_A01_t02.dart
index b1a9d76..3454a50 100644
--- a/LibTest/html/Node/childNodes_A01_t02.dart
+++ b/LibTest/html/Node/childNodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final List<Node> childNodes
  * A list of this node's children.
diff --git a/LibTest/html/Node/clone_A01_t01.dart b/LibTest/html/Node/clone_A01_t01.dart
index 38cca0c..a8718e5 100644
--- a/LibTest/html/Node/clone_A01_t01.dart
+++ b/LibTest/html/Node/clone_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Node/clone_A01_t02.dart b/LibTest/html/Node/clone_A01_t02.dart
index ce3fcc3..94334b1 100644
--- a/LibTest/html/Node/clone_A01_t02.dart
+++ b/LibTest/html/Node/clone_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node clone(bool deep)
  * Returns a copy of this node.
diff --git a/LibTest/html/Node/contains_A01_t01.dart b/LibTest/html/Node/contains_A01_t01.dart
index cba8743..73bb325 100644
--- a/LibTest/html/Node/contains_A01_t01.dart
+++ b/LibTest/html/Node/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Node/contains_A01_t02.dart b/LibTest/html/Node/contains_A01_t02.dart
index 9202843..5968457 100644
--- a/LibTest/html/Node/contains_A01_t02.dart
+++ b/LibTest/html/Node/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Node other)
  * Returns true if this node contains the specified node.
diff --git a/LibTest/html/Node/dispatchEvent_A01_t01.dart b/LibTest/html/Node/dispatchEvent_A01_t01.dart
index 39987c0..31cfb14 100644
--- a/LibTest/html/Node/dispatchEvent_A01_t01.dart
+++ b/LibTest/html/Node/dispatchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool dispatchEvent(Event event)
  * Dispatch an event to this EventTarget.
diff --git a/LibTest/html/Node/firstChild_A01_t01.dart b/LibTest/html/Node/firstChild_A01_t01.dart
index 71d04eb..3f6bdae 100644
--- a/LibTest/html/Node/firstChild_A01_t01.dart
+++ b/LibTest/html/Node/firstChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node firstChild
  * The first child of this node.
diff --git a/LibTest/html/Node/hasChildNodes_A01_t01.dart b/LibTest/html/Node/hasChildNodes_A01_t01.dart
index ec6dbd4..dec1842 100644
--- a/LibTest/html/Node/hasChildNodes_A01_t01.dart
+++ b/LibTest/html/Node/hasChildNodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasChildNodes()
  * Returns true if this node has any children.
diff --git a/LibTest/html/Node/lastChild_A01_t01.dart b/LibTest/html/Node/lastChild_A01_t01.dart
index 227764d..9bb7f50 100644
--- a/LibTest/html/Node/lastChild_A01_t01.dart
+++ b/LibTest/html/Node/lastChild_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node lastChild
  * The last child of this node.
diff --git a/LibTest/html/Node/nextNode_A01_t01.dart b/LibTest/html/Node/nextNode_A01_t01.dart
index 22c47a7..b300ddc 100644
--- a/LibTest/html/Node/nextNode_A01_t01.dart
+++ b/LibTest/html/Node/nextNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node nextNode
  * The next sibling node.
diff --git a/LibTest/html/Node/nodeType_A03_t01.dart b/LibTest/html/Node/nodeType_A03_t01.dart
index b58954f..35fba44 100644
--- a/LibTest/html/Node/nodeType_A03_t01.dart
+++ b/LibTest/html/Node/nodeType_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeType_A04_t01.dart b/LibTest/html/Node/nodeType_A04_t01.dart
index c14c082..ecc466c 100644
--- a/LibTest/html/Node/nodeType_A04_t01.dart
+++ b/LibTest/html/Node/nodeType_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeType_A05_t01.dart b/LibTest/html/Node/nodeType_A05_t01.dart
index 660125d..e28d1cd 100644
--- a/LibTest/html/Node/nodeType_A05_t01.dart
+++ b/LibTest/html/Node/nodeType_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeType_A06_t01.dart b/LibTest/html/Node/nodeType_A06_t01.dart
index 847eb5e..4b86bb7 100644
--- a/LibTest/html/Node/nodeType_A06_t01.dart
+++ b/LibTest/html/Node/nodeType_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeType_A07_t01.dart b/LibTest/html/Node/nodeType_A07_t01.dart
index 123009e..ede0ff2 100644
--- a/LibTest/html/Node/nodeType_A07_t01.dart
+++ b/LibTest/html/Node/nodeType_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeType_A12_t01.dart b/LibTest/html/Node/nodeType_A12_t01.dart
index bc69957..b47c558 100644
--- a/LibTest/html/Node/nodeType_A12_t01.dart
+++ b/LibTest/html/Node/nodeType_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final int nodeType
  * The type of node.
diff --git a/LibTest/html/Node/nodeValue_A03_t01.dart b/LibTest/html/Node/nodeValue_A03_t01.dart
index 0123925..2a66347 100644
--- a/LibTest/html/Node/nodeValue_A03_t01.dart
+++ b/LibTest/html/Node/nodeValue_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodeValue_A04_t01.dart b/LibTest/html/Node/nodeValue_A04_t01.dart
index 5abb54a..a241503 100644
--- a/LibTest/html/Node/nodeValue_A04_t01.dart
+++ b/LibTest/html/Node/nodeValue_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodeValue_A05_t01.dart b/LibTest/html/Node/nodeValue_A05_t01.dart
index 415abcf..f4678a2 100644
--- a/LibTest/html/Node/nodeValue_A05_t01.dart
+++ b/LibTest/html/Node/nodeValue_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodeValue_A06_t01.dart b/LibTest/html/Node/nodeValue_A06_t01.dart
index f51e4ae..4dd4836 100644
--- a/LibTest/html/Node/nodeValue_A06_t01.dart
+++ b/LibTest/html/Node/nodeValue_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodeValue_A07_t01.dart b/LibTest/html/Node/nodeValue_A07_t01.dart
index b3c8816..9a896db 100644
--- a/LibTest/html/Node/nodeValue_A07_t01.dart
+++ b/LibTest/html/Node/nodeValue_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodeValue_A12_t01.dart b/LibTest/html/Node/nodeValue_A12_t01.dart
index 64ea88f..0871c43 100644
--- a/LibTest/html/Node/nodeValue_A12_t01.dart
+++ b/LibTest/html/Node/nodeValue_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final String nodeValue
  * The value of this node.
diff --git a/LibTest/html/Node/nodes_A01_t01.dart b/LibTest/html/Node/nodes_A01_t01.dart
index e9398f4..628553f 100644
--- a/LibTest/html/Node/nodes_A01_t01.dart
+++ b/LibTest/html/Node/nodes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/Node/nodes_A01_t02.dart b/LibTest/html/Node/nodes_A01_t02.dart
index 232aee6..0517213 100644
--- a/LibTest/html/Node/nodes_A01_t02.dart
+++ b/LibTest/html/Node/nodes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Node> nodes
  * A modifiable list of this node's children.
diff --git a/LibTest/html/Node/on_A01_t01.dart b/LibTest/html/Node/on_A01_t01.dart
index 1f96dac..7b0c76a 100644
--- a/LibTest/html/Node/on_A01_t01.dart
+++ b/LibTest/html/Node/on_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ElementEvents get on
  * @description Checks that on can be used to listen to custom events
diff --git a/LibTest/html/Node/ownerDocument_A01_t01.dart b/LibTest/html/Node/ownerDocument_A01_t01.dart
index 1f8b591..d15744d 100644
--- a/LibTest/html/Node/ownerDocument_A01_t01.dart
+++ b/LibTest/html/Node/ownerDocument_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Document ownerDocument
  * The document this node belongs to.
diff --git a/LibTest/html/Node/parentNode_A01_t01.dart b/LibTest/html/Node/parentNode_A01_t01.dart
index 81dbb1e..869198e 100644
--- a/LibTest/html/Node/parentNode_A01_t01.dart
+++ b/LibTest/html/Node/parentNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node parentNode
  * The parent node of this node.
diff --git a/LibTest/html/Node/parent_A01_t01.dart b/LibTest/html/Node/parent_A01_t01.dart
index 6c1d9b3..2e409d7 100644
--- a/LibTest/html/Node/parent_A01_t01.dart
+++ b/LibTest/html/Node/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Element parent
  * The parent element of this node.
diff --git a/LibTest/html/Node/previousNode_A01_t01.dart b/LibTest/html/Node/previousNode_A01_t01.dart
index 03af505..4ed4b37 100644
--- a/LibTest/html/Node/previousNode_A01_t01.dart
+++ b/LibTest/html/Node/previousNode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Node previousNode
  * The previous sibling node.
diff --git a/LibTest/html/Node/removeEventListener_A01_t01.dart b/LibTest/html/Node/removeEventListener_A01_t01.dart
index e8ae5da..2a88649 100644
--- a/LibTest/html/Node/removeEventListener_A01_t01.dart
+++ b/LibTest/html/Node/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/removeEventListener_A01_t02.dart b/LibTest/html/Node/removeEventListener_A01_t02.dart
index 8dd9dbf..5d960d0 100644
--- a/LibTest/html/Node/removeEventListener_A01_t02.dart
+++ b/LibTest/html/Node/removeEventListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener,
  * [bool useCapture])
diff --git a/LibTest/html/Node/remove_A01_t01.dart b/LibTest/html/Node/remove_A01_t01.dart
index 046bf81..1b2e653 100644
--- a/LibTest/html/Node/remove_A01_t01.dart
+++ b/LibTest/html/Node/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void remove()
  * Removes this node from the DOM
diff --git a/LibTest/html/Node/replaceWith_A01_t01.dart b/LibTest/html/Node/replaceWith_A01_t01.dart
index f4817d0..90e145b 100644
--- a/LibTest/html/Node/replaceWith_A01_t01.dart
+++ b/LibTest/html/Node/replaceWith_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Node replaceWith(Node otherNode)
  * Replaces this node with another node.
diff --git a/LibTest/html/Window/addEventListener_A01_t01.dart b/LibTest/html/Window/addEventListener_A01_t01.dart
index 55f8cae..bffe93c 100644
--- a/LibTest/html/Window/addEventListener_A01_t01.dart
+++ b/LibTest/html/Window/addEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addEventListener(String type, EventListener listener, [bool useCapture])
  * Register an event handler of a specific event type on the EventTarget.
diff --git a/LibTest/html/Window/animationFrame_A01_t01.dart b/LibTest/html/Window/animationFrame_A01_t01.dart
index 434924b..476c3d5 100644
--- a/LibTest/html/Window/animationFrame_A01_t01.dart
+++ b/LibTest/html/Window/animationFrame_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<num> get animationFrame
  * Returns a Future that completes just before the window is about to repaint
diff --git a/LibTest/html/Window/close_A01_t01.dart b/LibTest/html/Window/close_A01_t01.dart
index d525777..63181c8 100644
--- a/LibTest/html/Window/close_A01_t01.dart
+++ b/LibTest/html/Window/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Closes the window.
diff --git a/LibTest/html/Window/dispatchEvent_A01_t01.dart b/LibTest/html/Window/dispatchEvent_A01_t01.dart
index 7c21d49..8c17a9a 100644
--- a/LibTest/html/Window/dispatchEvent_A01_t01.dart
+++ b/LibTest/html/Window/dispatchEvent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool dispatchEvent(Event event)
  * Dispatch an event to this EventTarget.
diff --git a/LibTest/html/Window/document_A01_t01.dart b/LibTest/html/Window/document_A01_t01.dart
index 57c38cb..2521786 100644
--- a/LibTest/html/Window/document_A01_t01.dart
+++ b/LibTest/html/Window/document_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Document get document
  * The newest document in this window.
diff --git a/LibTest/html/Window/find_A01_t01.dart b/LibTest/html/Window/find_A01_t01.dart
index bcaeeb3..72f2d55 100644
--- a/LibTest/html/Window/find_A01_t01.dart
+++ b/LibTest/html/Window/find_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A01_t02.dart b/LibTest/html/Window/find_A01_t02.dart
index 095abfc..b9463a2 100644
--- a/LibTest/html/Window/find_A01_t02.dart
+++ b/LibTest/html/Window/find_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A02_t01.dart b/LibTest/html/Window/find_A02_t01.dart
index 36bbd5f..d1d31b1 100644
--- a/LibTest/html/Window/find_A02_t01.dart
+++ b/LibTest/html/Window/find_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A03_t01.dart b/LibTest/html/Window/find_A03_t01.dart
index dccf278..6ab8339 100644
--- a/LibTest/html/Window/find_A03_t01.dart
+++ b/LibTest/html/Window/find_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A03_t02.dart b/LibTest/html/Window/find_A03_t02.dart
index 1e3f209..facabb0 100644
--- a/LibTest/html/Window/find_A03_t02.dart
+++ b/LibTest/html/Window/find_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A04_t01.dart b/LibTest/html/Window/find_A04_t01.dart
index 2ec4775..c5c41b3 100644
--- a/LibTest/html/Window/find_A04_t01.dart
+++ b/LibTest/html/Window/find_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A05_t01.dart b/LibTest/html/Window/find_A05_t01.dart
index 499c0dc..524b3a4 100644
--- a/LibTest/html/Window/find_A05_t01.dart
+++ b/LibTest/html/Window/find_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A06_t01.dart b/LibTest/html/Window/find_A06_t01.dart
index 58192b0..49a5e33 100644
--- a/LibTest/html/Window/find_A06_t01.dart
+++ b/LibTest/html/Window/find_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/find_A07_t01.dart b/LibTest/html/Window/find_A07_t01.dart
index e864fc7..2ce618a 100644
--- a/LibTest/html/Window/find_A07_t01.dart
+++ b/LibTest/html/Window/find_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool find(String string, bool caseSensitive, bool backwards,
  *        bool wrap, bool wholeWord, bool searchInFrames, bool showDialog)
diff --git a/LibTest/html/Window/open_A01_t01.dart b/LibTest/html/Window/open_A01_t01.dart
index f2fb59f..6433ee4 100644
--- a/LibTest/html/Window/open_A01_t01.dart
+++ b/LibTest/html/Window/open_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion WindowBase open(String url, String name, [String options])
  * Opens a new window.
diff --git a/LibTest/html/Window/postMessage_A01_t01.dart b/LibTest/html/Window/postMessage_A01_t01.dart
index f913cae..22c4925 100644
--- a/LibTest/html/Window/postMessage_A01_t01.dart
+++ b/LibTest/html/Window/postMessage_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void postMessage(message, String targetOrigin, [List messagePorts])
  * Sends a cross-origin message.
diff --git a/LibTest/html/Window/removeEventListener_A01_t01.dart b/LibTest/html/Window/removeEventListener_A01_t01.dart
index 084e76a..affa40c 100644
--- a/LibTest/html/Window/removeEventListener_A01_t01.dart
+++ b/LibTest/html/Window/removeEventListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeEventListener(String type, EventListener listener, [bool useCapture])
  * @description Checks that listener is removed.
diff --git a/LibTest/html/Window/requestFileSystem_A01_t01.dart b/LibTest/html/Window/requestFileSystem_A01_t01.dart
index 04c6e2c..790f534 100644
--- a/LibTest/html/Window/requestFileSystem_A01_t01.dart
+++ b/LibTest/html/Window/requestFileSystem_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystem> requestFileSystem(int size, {bool persistent:
  * false})
diff --git a/LibTest/html/Window/requestFileSystem_A01_t02.dart b/LibTest/html/Window/requestFileSystem_A01_t02.dart
index 0cf5ecb..092d251 100644
--- a/LibTest/html/Window/requestFileSystem_A01_t02.dart
+++ b/LibTest/html/Window/requestFileSystem_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystem> requestFileSystem(int size, {bool persistent:
  * false})
diff --git a/LibTest/html/testcommon.dart b/LibTest/html/testcommon.dart
index 97d25c4..61a1023 100644
--- a/LibTest/html/testcommon.dart
+++ b/LibTest/html/testcommon.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library test_common;
 
diff --git a/LibTest/io/BytesBuilder/BytesBuilder_A01_t01.dart b/LibTest/io/BytesBuilder/BytesBuilder_A01_t01.dart
index ea455e4..7e32eea 100644
--- a/LibTest/io/BytesBuilder/BytesBuilder_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/BytesBuilder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion BytesBuilder({bool copy: true})
  * Construct a new empty BytesBuilder.
diff --git a/LibTest/io/BytesBuilder/BytesBuilder_A01_t02.dart b/LibTest/io/BytesBuilder/BytesBuilder_A01_t02.dart
index 2dfc840..0463888 100644
--- a/LibTest/io/BytesBuilder/BytesBuilder_A01_t02.dart
+++ b/LibTest/io/BytesBuilder/BytesBuilder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion BytesBuilder({bool copy: true})
  * Construct a new empty BytesBuilder.
diff --git a/LibTest/io/BytesBuilder/addByte_A01_t01.dart b/LibTest/io/BytesBuilder/addByte_A01_t01.dart
index 7eb3208..f054289 100644
--- a/LibTest/io/BytesBuilder/addByte_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/addByte_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addByte(int byte)
  * Append byte to the current contents of the builder.
diff --git a/LibTest/io/BytesBuilder/addByte_A01_t02.dart b/LibTest/io/BytesBuilder/addByte_A01_t02.dart
index c92884b..d1bdaf1 100644
--- a/LibTest/io/BytesBuilder/addByte_A01_t02.dart
+++ b/LibTest/io/BytesBuilder/addByte_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addByte(int byte)
  * Append byte to the current contents of the builder.
diff --git a/LibTest/io/BytesBuilder/add_A01_t01.dart b/LibTest/io/BytesBuilder/add_A01_t01.dart
index 24220b9..da556cf 100644
--- a/LibTest/io/BytesBuilder/add_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> bytes)
  * Appends bytes to the current contents of the builder.
diff --git a/LibTest/io/BytesBuilder/add_A01_t02.dart b/LibTest/io/BytesBuilder/add_A01_t02.dart
index 53b54ce..9c19cba 100644
--- a/LibTest/io/BytesBuilder/add_A01_t02.dart
+++ b/LibTest/io/BytesBuilder/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> bytes)
  * Appends bytes to the current contents of the builder.
diff --git a/LibTest/io/BytesBuilder/clear_A01_t01.dart b/LibTest/io/BytesBuilder/clear_A01_t01.dart
index ee035a6..5e617a1 100644
--- a/LibTest/io/BytesBuilder/clear_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Clear the contents of the builder.
diff --git a/LibTest/io/BytesBuilder/isEmpty_A01_t01.dart b/LibTest/io/BytesBuilder/isEmpty_A01_t01.dart
index 75d993f..7400b80 100644
--- a/LibTest/io/BytesBuilder/isEmpty_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if the buffer is empty.
diff --git a/LibTest/io/BytesBuilder/isNotEmpty_A01_t01.dart b/LibTest/io/BytesBuilder/isNotEmpty_A01_t01.dart
index b5186a2..43165bb 100644
--- a/LibTest/io/BytesBuilder/isNotEmpty_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if the buffer is not empty.
diff --git a/LibTest/io/BytesBuilder/length_A01_t01.dart b/LibTest/io/BytesBuilder/length_A01_t01.dart
index 1094071..75a5c77 100644
--- a/LibTest/io/BytesBuilder/length_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * The number of bytes in the builder.
diff --git a/LibTest/io/BytesBuilder/takeBytes_A01_t01.dart b/LibTest/io/BytesBuilder/takeBytes_A01_t01.dart
index 677d00b..eee8dee 100644
--- a/LibTest/io/BytesBuilder/takeBytes_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/takeBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> takeBytes()
  * Returns the contents of this and clears this.
diff --git a/LibTest/io/BytesBuilder/toBytes_A01_t01.dart b/LibTest/io/BytesBuilder/toBytes_A01_t01.dart
index 57b5487..6f5873a 100644
--- a/LibTest/io/BytesBuilder/toBytes_A01_t01.dart
+++ b/LibTest/io/BytesBuilder/toBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> toBytes()
  * Returns a copy of the current contents of the builder.
diff --git a/LibTest/io/CompressionOptions/CompressionOptions_A01_t01.dart b/LibTest/io/CompressionOptions/CompressionOptions_A01_t01.dart
index 7dbf328..6deeefa 100644
--- a/LibTest/io/CompressionOptions/CompressionOptions_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/CompressionOptions_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const CompressionOptions({
  *  bool clientNoContextTakeover: false,
diff --git a/LibTest/io/CompressionOptions/CompressionOptions_A01_t02.dart b/LibTest/io/CompressionOptions/CompressionOptions_A01_t02.dart
index 711508e..04307df 100644
--- a/LibTest/io/CompressionOptions/CompressionOptions_A01_t02.dart
+++ b/LibTest/io/CompressionOptions/CompressionOptions_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const CompressionOptions({
  *  bool clientNoContextTakeover: false,
diff --git a/LibTest/io/CompressionOptions/DEFAULT_A01_t01.dart b/LibTest/io/CompressionOptions/DEFAULT_A01_t01.dart
index 5d17618..39d59f6 100644
--- a/LibTest/io/CompressionOptions/DEFAULT_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/DEFAULT_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion CompressionOptions.compressionDefault = const CompressionOptions()
  * Default WebSocket Compression options. Compression will be enabled with the
diff --git a/LibTest/io/CompressionOptions/OFF_A01_t01.dart b/LibTest/io/CompressionOptions/OFF_A01_t01.dart
index 84c1c62..2a30005 100644
--- a/LibTest/io/CompressionOptions/OFF_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/OFF_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion CompressionOptions.compressionOff = const CompressionOptions(enabled: false)
  * Disables WebSocket Compression.
diff --git a/LibTest/io/CompressionOptions/clientMaxWindowBits_A01_t01.dart b/LibTest/io/CompressionOptions/clientMaxWindowBits_A01_t01.dart
index 04d8c72..3b06430 100644
--- a/LibTest/io/CompressionOptions/clientMaxWindowBits_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/clientMaxWindowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int clientMaxWindowBits
  *  final
diff --git a/LibTest/io/CompressionOptions/clientNoContextTakeover_A01_t01.dart b/LibTest/io/CompressionOptions/clientNoContextTakeover_A01_t01.dart
index e4f924f..a0c365d 100644
--- a/LibTest/io/CompressionOptions/clientNoContextTakeover_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/clientNoContextTakeover_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool clientNoContextTakeover
  *  final
diff --git a/LibTest/io/CompressionOptions/serverMaxWindowBits_A01_t01.dart b/LibTest/io/CompressionOptions/serverMaxWindowBits_A01_t01.dart
index ca1713f..6201de5 100644
--- a/LibTest/io/CompressionOptions/serverMaxWindowBits_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/serverMaxWindowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int serverMaxWindowBits
  *  final
diff --git a/LibTest/io/CompressionOptions/serverNoContextTakeover_A01_t01.dart b/LibTest/io/CompressionOptions/serverNoContextTakeover_A01_t01.dart
index 08a885d..8cc760f 100644
--- a/LibTest/io/CompressionOptions/serverNoContextTakeover_A01_t01.dart
+++ b/LibTest/io/CompressionOptions/serverNoContextTakeover_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool serverNoContextTakeover
  *  final
diff --git a/LibTest/io/ContentType/ContentType_A01_t01.dart b/LibTest/io/ContentType/ContentType_A01_t01.dart
index 9bae7a4..ced03ff 100644
--- a/LibTest/io/ContentType/ContentType_A01_t01.dart
+++ b/LibTest/io/ContentType/ContentType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType(
  *  String primaryType,
diff --git a/LibTest/io/ContentType/ContentType_A01_t02.dart b/LibTest/io/ContentType/ContentType_A01_t02.dart
index 5cf62b1..1a7c6d6 100644
--- a/LibTest/io/ContentType/ContentType_A01_t02.dart
+++ b/LibTest/io/ContentType/ContentType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType(
  *  String primaryType,
diff --git a/LibTest/io/ContentType/ContentType_A02_t01.dart b/LibTest/io/ContentType/ContentType_A02_t01.dart
index dcb2ccb..54fe3e8 100644
--- a/LibTest/io/ContentType/ContentType_A02_t01.dart
+++ b/LibTest/io/ContentType/ContentType_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType(
  *  String primaryType,
diff --git a/LibTest/io/ContentType/ContentType_A03_t01.dart b/LibTest/io/ContentType/ContentType_A03_t01.dart
index bf2dacb..eb34952 100644
--- a/LibTest/io/ContentType/ContentType_A03_t01.dart
+++ b/LibTest/io/ContentType/ContentType_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType(
  *  String primaryType,
diff --git a/LibTest/io/ContentType/ContentType_A04_t01.dart b/LibTest/io/ContentType/ContentType_A04_t01.dart
index f8c4f5a..e735d60 100644
--- a/LibTest/io/ContentType/ContentType_A04_t01.dart
+++ b/LibTest/io/ContentType/ContentType_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType(
  *  String primaryType,
diff --git a/LibTest/io/ContentType/binary_A01_t01.dart b/LibTest/io/ContentType/binary_A01_t01.dart
index c685d7b..6991904 100644
--- a/LibTest/io/ContentType/binary_A01_t01.dart
+++ b/LibTest/io/ContentType/binary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic BINARY
  *  final
diff --git a/LibTest/io/ContentType/charset_A01_t01.dart b/LibTest/io/ContentType/charset_A01_t01.dart
index a7ad6f5..b96afb3 100644
--- a/LibTest/io/ContentType/charset_A01_t01.dart
+++ b/LibTest/io/ContentType/charset_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String charset
  * Gets the character set.
diff --git a/LibTest/io/ContentType/html_A01_t01.dart b/LibTest/io/ContentType/html_A01_t01.dart
index 1e67bc8..db96e1f 100644
--- a/LibTest/io/ContentType/html_A01_t01.dart
+++ b/LibTest/io/ContentType/html_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic HTML
  *  final
diff --git a/LibTest/io/ContentType/json_A01_t01.dart b/LibTest/io/ContentType/json_A01_t01.dart
index e0482ce..8b84d3c 100644
--- a/LibTest/io/ContentType/json_A01_t01.dart
+++ b/LibTest/io/ContentType/json_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic JSON
  *  final
diff --git a/LibTest/io/ContentType/mimeType_A01_t01.dart b/LibTest/io/ContentType/mimeType_A01_t01.dart
index ca2aef1..5ff06f6 100644
--- a/LibTest/io/ContentType/mimeType_A01_t01.dart
+++ b/LibTest/io/ContentType/mimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String mimeType
  * Gets the mime-type, without any parameters.
diff --git a/LibTest/io/ContentType/parameters_A01_t01.dart b/LibTest/io/ContentType/parameters_A01_t01.dart
index 9799cf5..3780345 100644
--- a/LibTest/io/ContentType/parameters_A01_t01.dart
+++ b/LibTest/io/ContentType/parameters_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> parameters
  * Gets the map of parameters.
diff --git a/LibTest/io/ContentType/parameters_A01_t02.dart b/LibTest/io/ContentType/parameters_A01_t02.dart
index 25176f1..64eca05 100644
--- a/LibTest/io/ContentType/parameters_A01_t02.dart
+++ b/LibTest/io/ContentType/parameters_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> parameters
  * Gets the map of parameters.
diff --git a/LibTest/io/ContentType/parse_A01_t01.dart b/LibTest/io/ContentType/parse_A01_t01.dart
index 9e19c3b..de57244 100644
--- a/LibTest/io/ContentType/parse_A01_t01.dart
+++ b/LibTest/io/ContentType/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType parse(String value)
  * Creates a new content type object from parsing a Content-Type header value.
diff --git a/LibTest/io/ContentType/parse_A01_t02.dart b/LibTest/io/ContentType/parse_A01_t02.dart
index 50aab0d..36e4835 100644
--- a/LibTest/io/ContentType/parse_A01_t02.dart
+++ b/LibTest/io/ContentType/parse_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType parse(String value)
  * Creates a new content type object from parsing a Content-Type header value.
diff --git a/LibTest/io/ContentType/parse_A01_t03.dart b/LibTest/io/ContentType/parse_A01_t03.dart
index 1d8ef4f..146fbff 100644
--- a/LibTest/io/ContentType/parse_A01_t03.dart
+++ b/LibTest/io/ContentType/parse_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ContentType parse(String value)
  * Creates a new content type object from parsing a Content-Type header value.
diff --git a/LibTest/io/ContentType/primaryType_A01_t01.dart b/LibTest/io/ContentType/primaryType_A01_t01.dart
index 308745b..e0a6663 100644
--- a/LibTest/io/ContentType/primaryType_A01_t01.dart
+++ b/LibTest/io/ContentType/primaryType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String primaryType
  * Gets the primary type.
diff --git a/LibTest/io/ContentType/subType_A01_t01.dart b/LibTest/io/ContentType/subType_A01_t01.dart
index 6e1dd88..561c96e 100644
--- a/LibTest/io/ContentType/subType_A01_t01.dart
+++ b/LibTest/io/ContentType/subType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String subType
  *  Gets the sub type.
diff --git a/LibTest/io/ContentType/text_A01_t01.dart b/LibTest/io/ContentType/text_A01_t01.dart
index 88e264c..ead3f86 100644
--- a/LibTest/io/ContentType/text_A01_t01.dart
+++ b/LibTest/io/ContentType/text_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic TEXT
  *  final
diff --git a/LibTest/io/ContentType/value_A01_t01.dart b/LibTest/io/ContentType/value_A01_t01.dart
index d52ae63..5afa3cb 100644
--- a/LibTest/io/ContentType/value_A01_t01.dart
+++ b/LibTest/io/ContentType/value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String value
  * Gets the header value.
diff --git a/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t01.dart b/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t01.dart
index 345f2b5..22c2691 100644
--- a/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t01.dart
+++ b/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie.fromSetCookieValue(String value)
  * Creates a new cookie by parsing a header value from a 'set-cookie' header.
diff --git a/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t02.dart b/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t02.dart
index 170f2fa..8832a9e 100644
--- a/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t02.dart
+++ b/LibTest/io/Cookie/Cookie.fromSetCookieValue_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie.fromSetCookieValue(String value)
  * Creates a new cookie by parsing a header value from a 'set-cookie' header.
diff --git a/LibTest/io/Cookie/Cookie_A01_t01.dart b/LibTest/io/Cookie/Cookie_A01_t01.dart
index bb20bb6..80566bb 100644
--- a/LibTest/io/Cookie/Cookie_A01_t01.dart
+++ b/LibTest/io/Cookie/Cookie_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie(String name, String value)
  * Creates a new cookie optionally setting the name and value.
diff --git a/LibTest/io/Cookie/Cookie_A01_t02.dart b/LibTest/io/Cookie/Cookie_A01_t02.dart
index 98fd3f2..6426387 100644
--- a/LibTest/io/Cookie/Cookie_A01_t02.dart
+++ b/LibTest/io/Cookie/Cookie_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie(String name, String value)
  * Creates a new cookie setting the name and value.
diff --git a/LibTest/io/Cookie/Cookie_A01_t03.dart b/LibTest/io/Cookie/Cookie_A01_t03.dart
index 533d600..96b3fd3 100644
--- a/LibTest/io/Cookie/Cookie_A01_t03.dart
+++ b/LibTest/io/Cookie/Cookie_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie(String name, String value)
  * Creates a new cookie setting the name and value.
diff --git a/LibTest/io/Cookie/Cookie_A01_t04.dart b/LibTest/io/Cookie/Cookie_A01_t04.dart
index e0c6ce4..2c48339 100644
--- a/LibTest/io/Cookie/Cookie_A01_t04.dart
+++ b/LibTest/io/Cookie/Cookie_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie(String name, String value)
  * Creates a new cookie setting the name and value.
diff --git a/LibTest/io/Cookie/Cookie_A01_t05.dart b/LibTest/io/Cookie/Cookie_A01_t05.dart
index ac3ab94..e987a83 100644
--- a/LibTest/io/Cookie/Cookie_A01_t05.dart
+++ b/LibTest/io/Cookie/Cookie_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cookie(String name, String value)
  * Creates a new cookie setting the name and value.
diff --git a/LibTest/io/Cookie/domain_A01_t01.dart b/LibTest/io/Cookie/domain_A01_t01.dart
index 361df98..52f8b74 100644
--- a/LibTest/io/Cookie/domain_A01_t01.dart
+++ b/LibTest/io/Cookie/domain_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String domain
  * read / write
diff --git a/LibTest/io/Cookie/domain_A01_t02.dart b/LibTest/io/Cookie/domain_A01_t02.dart
index 5d46097..4fcebff 100644
--- a/LibTest/io/Cookie/domain_A01_t02.dart
+++ b/LibTest/io/Cookie/domain_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String domain
  * read / write
diff --git a/LibTest/io/Cookie/expires_A01_t01.dart b/LibTest/io/Cookie/expires_A01_t01.dart
index 08043b7..c4bbccb 100644
--- a/LibTest/io/Cookie/expires_A01_t01.dart
+++ b/LibTest/io/Cookie/expires_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime expires
  * read / write
diff --git a/LibTest/io/Cookie/httpOnly_A01_t01.dart b/LibTest/io/Cookie/httpOnly_A01_t01.dart
index 6faf459..0f66234 100644
--- a/LibTest/io/Cookie/httpOnly_A01_t01.dart
+++ b/LibTest/io/Cookie/httpOnly_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool httpOnly
  * read / write
diff --git a/LibTest/io/Cookie/maxAge_A01_t01.dart b/LibTest/io/Cookie/maxAge_A01_t01.dart
index f679201..effc717 100644
--- a/LibTest/io/Cookie/maxAge_A01_t01.dart
+++ b/LibTest/io/Cookie/maxAge_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxAge
  * read / write
diff --git a/LibTest/io/Cookie/name_A01_t01.dart b/LibTest/io/Cookie/name_A01_t01.dart
index ea2d9c6..65f1ff9 100644
--- a/LibTest/io/Cookie/name_A01_t01.dart
+++ b/LibTest/io/Cookie/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * read / write
diff --git a/LibTest/io/Cookie/name_A01_t02.dart b/LibTest/io/Cookie/name_A01_t02.dart
index c0787d4..469d114 100644
--- a/LibTest/io/Cookie/name_A01_t02.dart
+++ b/LibTest/io/Cookie/name_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * read / write
diff --git a/LibTest/io/Cookie/path_A01_t01.dart b/LibTest/io/Cookie/path_A01_t01.dart
index fb146e6..ceca3cc 100644
--- a/LibTest/io/Cookie/path_A01_t01.dart
+++ b/LibTest/io/Cookie/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * read / write
diff --git a/LibTest/io/Cookie/path_A01_t02.dart b/LibTest/io/Cookie/path_A01_t02.dart
index d878862..88118ab 100644
--- a/LibTest/io/Cookie/path_A01_t02.dart
+++ b/LibTest/io/Cookie/path_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * read / write
diff --git a/LibTest/io/Cookie/secure_A01_t01.dart b/LibTest/io/Cookie/secure_A01_t01.dart
index 4c80b64..8730c6e 100644
--- a/LibTest/io/Cookie/secure_A01_t01.dart
+++ b/LibTest/io/Cookie/secure_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool secure
  * read / write
diff --git a/LibTest/io/Cookie/toString_A01_t01.dart b/LibTest/io/Cookie/toString_A01_t01.dart
index 97947e8..6723adc 100644
--- a/LibTest/io/Cookie/toString_A01_t01.dart
+++ b/LibTest/io/Cookie/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns the formatted string representation of the cookie. The string
diff --git a/LibTest/io/Cookie/value_A01_t01.dart b/LibTest/io/Cookie/value_A01_t01.dart
index 2c5b888..3f0fc5d 100644
--- a/LibTest/io/Cookie/value_A01_t01.dart
+++ b/LibTest/io/Cookie/value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String value
  * read / write
diff --git a/LibTest/io/Datagram/Datagram_A01_t01.dart b/LibTest/io/Datagram/Datagram_A01_t01.dart
index 202583d..86f8ca0 100644
--- a/LibTest/io/Datagram/Datagram_A01_t01.dart
+++ b/LibTest/io/Datagram/Datagram_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram(List<int> data, InternetAddress address, int port)
  * @description Checks that this constructor creates a new Datagram object.
diff --git a/LibTest/io/Datagram/Datagram_A01_t02.dart b/LibTest/io/Datagram/Datagram_A01_t02.dart
index ab1527f..8e0ae79 100644
--- a/LibTest/io/Datagram/Datagram_A01_t02.dart
+++ b/LibTest/io/Datagram/Datagram_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram(List<int> data, InternetAddress address, int port)
  * @description Checks that this constructor creates a new Datagram object. Test
diff --git a/LibTest/io/Datagram/address_A01_t01.dart b/LibTest/io/Datagram/address_A01_t01.dart
index a36e3c4..9528575 100644
--- a/LibTest/io/Datagram/address_A01_t01.dart
+++ b/LibTest/io/Datagram/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * @description Checks that this property changes internet address
diff --git a/LibTest/io/Datagram/data_A01_t01.dart b/LibTest/io/Datagram/data_A01_t01.dart
index a307c7a..8d886fb 100644
--- a/LibTest/io/Datagram/data_A01_t01.dart
+++ b/LibTest/io/Datagram/data_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> data
  * @description Checks that this property changes data
diff --git a/LibTest/io/Datagram/port_A01_t01.dart b/LibTest/io/Datagram/port_A01_t01.dart
index ee2bc15..20be9f4 100644
--- a/LibTest/io/Datagram/port_A01_t01.dart
+++ b/LibTest/io/Datagram/port_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * @description Checks that this property changes port
diff --git a/LibTest/io/Directory/Directory.fromUri_A01_t01.dart b/LibTest/io/Directory/Directory.fromUri_A01_t01.dart
index bc28baa..4c434d5 100644
--- a/LibTest/io/Directory/Directory.fromUri_A01_t01.dart
+++ b/LibTest/io/Directory/Directory.fromUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory.fromUri(Uri uri)
  * Create a Directory object from a URI.
diff --git a/LibTest/io/Directory/Directory.fromUri_A02_t01.dart b/LibTest/io/Directory/Directory.fromUri_A02_t01.dart
index 825213d..072b4ea 100644
--- a/LibTest/io/Directory/Directory.fromUri_A02_t01.dart
+++ b/LibTest/io/Directory/Directory.fromUri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory.fromUri(Uri uri)
  * Create a Directory object from a URI.
diff --git a/LibTest/io/Directory/Directory_A01_t01.dart b/LibTest/io/Directory/Directory_A01_t01.dart
index 7fdd015..14c91f1 100644
--- a/LibTest/io/Directory/Directory_A01_t01.dart
+++ b/LibTest/io/Directory/Directory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory(String path)
  * Creates a Directory object.
diff --git a/LibTest/io/Directory/Directory_A01_t02.dart b/LibTest/io/Directory/Directory_A01_t02.dart
index 13ca597..db3bb21 100644
--- a/LibTest/io/Directory/Directory_A01_t02.dart
+++ b/LibTest/io/Directory/Directory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory(String path)
  * Creates a Directory object.
diff --git a/LibTest/io/Directory/Directory_A02_t01.dart b/LibTest/io/Directory/Directory_A02_t01.dart
index ebdf853..c00386e 100644
--- a/LibTest/io/Directory/Directory_A02_t01.dart
+++ b/LibTest/io/Directory/Directory_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory(String path)
  * Creates a Directory object.
diff --git a/LibTest/io/Directory/Directory_A02_t02.dart b/LibTest/io/Directory/Directory_A02_t02.dart
index ac4cb88..d26c276 100644
--- a/LibTest/io/Directory/Directory_A02_t02.dart
+++ b/LibTest/io/Directory/Directory_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory(String path)
  * Creates a Directory object.
diff --git a/LibTest/io/Directory/Directory_A02_t03.dart b/LibTest/io/Directory/Directory_A02_t03.dart
index f2102a0..80033be 100644
--- a/LibTest/io/Directory/Directory_A02_t03.dart
+++ b/LibTest/io/Directory/Directory_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory(String path)
  * Creates a Directory object.
diff --git a/LibTest/io/Directory/absolute_A01_t01.dart b/LibTest/io/Directory/absolute_A01_t01.dart
index 10963b2..9e1d818 100644
--- a/LibTest/io/Directory/absolute_A01_t01.dart
+++ b/LibTest/io/Directory/absolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory absolute
  * Returns a Directory instance whose path is the absolute path to this.
diff --git a/LibTest/io/Directory/absolute_A01_t02.dart b/LibTest/io/Directory/absolute_A01_t02.dart
index ee9a95e..54d014e 100644
--- a/LibTest/io/Directory/absolute_A01_t02.dart
+++ b/LibTest/io/Directory/absolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory absolute
  * Returns a Directory instance whose path is the absolute path to this.
diff --git a/LibTest/io/Directory/createSync_A01_t01.dart b/LibTest/io/Directory/createSync_A01_t01.dart
index a3480d7..f6d5f14 100644
--- a/LibTest/io/Directory/createSync_A01_t01.dart
+++ b/LibTest/io/Directory/createSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously creates the directory with this name.
diff --git a/LibTest/io/Directory/createSync_A02_t01.dart b/LibTest/io/Directory/createSync_A02_t01.dart
index 64e1560..3792da3 100644
--- a/LibTest/io/Directory/createSync_A02_t01.dart
+++ b/LibTest/io/Directory/createSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously creates the directory with this name.
diff --git a/LibTest/io/Directory/createSync_A02_t02.dart b/LibTest/io/Directory/createSync_A02_t02.dart
index e6d3b26..383730e 100644
--- a/LibTest/io/Directory/createSync_A02_t02.dart
+++ b/LibTest/io/Directory/createSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously creates the directory with this name.
diff --git a/LibTest/io/Directory/createSync_A03_t01.dart b/LibTest/io/Directory/createSync_A03_t01.dart
index 74b2a96..eeaf03e 100644
--- a/LibTest/io/Directory/createSync_A03_t01.dart
+++ b/LibTest/io/Directory/createSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously creates the directory with this name.
diff --git a/LibTest/io/Directory/createTempSync_A01_t01.dart b/LibTest/io/Directory/createTempSync_A01_t01.dart
index ee1bd98..72df474 100644
--- a/LibTest/io/Directory/createTempSync_A01_t01.dart
+++ b/LibTest/io/Directory/createTempSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory createTempSync([String prefix])
  *  Synchronously creates a temporary directory in this directory. Additional
diff --git a/LibTest/io/Directory/createTempSync_A01_t02.dart b/LibTest/io/Directory/createTempSync_A01_t02.dart
index f542176..8e9447d 100644
--- a/LibTest/io/Directory/createTempSync_A01_t02.dart
+++ b/LibTest/io/Directory/createTempSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory createTempSync([String prefix])
  *  Synchronously creates a temporary directory in this directory. Additional
diff --git a/LibTest/io/Directory/createTemp_A01_t01.dart b/LibTest/io/Directory/createTemp_A01_t01.dart
index c20ea1b..967f52a 100644
--- a/LibTest/io/Directory/createTemp_A01_t01.dart
+++ b/LibTest/io/Directory/createTemp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> createTemp([String prefix])
  * Creates a temporary directory in this directory. Additional random characters
diff --git a/LibTest/io/Directory/createTemp_A01_t02.dart b/LibTest/io/Directory/createTemp_A01_t02.dart
index 8bd56ad..bf1f3cf 100644
--- a/LibTest/io/Directory/createTemp_A01_t02.dart
+++ b/LibTest/io/Directory/createTemp_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> createTemp([String prefix])
  * Creates a temporary directory in this directory. Additional random characters
diff --git a/LibTest/io/Directory/create_A01_t01.dart b/LibTest/io/Directory/create_A01_t01.dart
index ab711ac..308f126 100644
--- a/LibTest/io/Directory/create_A01_t01.dart
+++ b/LibTest/io/Directory/create_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> create({bool recursive: false})
  * Creates the directory with this name.
diff --git a/LibTest/io/Directory/create_A02_t01.dart b/LibTest/io/Directory/create_A02_t01.dart
index 6be6d94..63e8fa8 100644
--- a/LibTest/io/Directory/create_A02_t01.dart
+++ b/LibTest/io/Directory/create_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> create({bool recursive: false})
  * Creates the directory with this name.
diff --git a/LibTest/io/Directory/create_A03_t01.dart b/LibTest/io/Directory/create_A03_t01.dart
index 3c83001..2f14c5c 100644
--- a/LibTest/io/Directory/create_A03_t01.dart
+++ b/LibTest/io/Directory/create_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> create({bool recursive: false})
  * Creates the directory with this name.
diff --git a/LibTest/io/Directory/current_A01_t01.dart b/LibTest/io/Directory/current_A01_t01.dart
index af6d8a7..4dc22fb 100644
--- a/LibTest/io/Directory/current_A01_t01.dart
+++ b/LibTest/io/Directory/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory current
  * Creates a directory object pointing to the current working directory.
diff --git a/LibTest/io/Directory/deleteSync_A01_t01.dart b/LibTest/io/Directory/deleteSync_A01_t01.dart
index 8c2117c..1b41f53 100644
--- a/LibTest/io/Directory/deleteSync_A01_t01.dart
+++ b/LibTest/io/Directory/deleteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t01.dart b/LibTest/io/Directory/deleteSync_A02_t01.dart
index a3c2962..b8f3066 100644
--- a/LibTest/io/Directory/deleteSync_A02_t01.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t02.dart b/LibTest/io/Directory/deleteSync_A02_t02.dart
index d9c1b18..23760b1 100644
--- a/LibTest/io/Directory/deleteSync_A02_t02.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t03.dart b/LibTest/io/Directory/deleteSync_A02_t03.dart
index 6f1be44..69d3a62 100644
--- a/LibTest/io/Directory/deleteSync_A02_t03.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t04.dart b/LibTest/io/Directory/deleteSync_A02_t04.dart
index 7a77a1a..9db0b19 100644
--- a/LibTest/io/Directory/deleteSync_A02_t04.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t05.dart b/LibTest/io/Directory/deleteSync_A02_t05.dart
index 2e58505..8a18775 100644
--- a/LibTest/io/Directory/deleteSync_A02_t05.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A02_t06.dart b/LibTest/io/Directory/deleteSync_A02_t06.dart
index 4ef51a0..412a957 100644
--- a/LibTest/io/Directory/deleteSync_A02_t06.dart
+++ b/LibTest/io/Directory/deleteSync_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/deleteSync_A03_t01.dart b/LibTest/io/Directory/deleteSync_A03_t01.dart
index 125f8bb..f4fc847 100644
--- a/LibTest/io/Directory/deleteSync_A03_t01.dart
+++ b/LibTest/io/Directory/deleteSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A01_t01.dart b/LibTest/io/Directory/delete_A01_t01.dart
index d3e87e0..b8ac88e 100644
--- a/LibTest/io/Directory/delete_A01_t01.dart
+++ b/LibTest/io/Directory/delete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t01.dart b/LibTest/io/Directory/delete_A02_t01.dart
index 8eeb34d..217b209 100644
--- a/LibTest/io/Directory/delete_A02_t01.dart
+++ b/LibTest/io/Directory/delete_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t02.dart b/LibTest/io/Directory/delete_A02_t02.dart
index 89218f7..e109214 100644
--- a/LibTest/io/Directory/delete_A02_t02.dart
+++ b/LibTest/io/Directory/delete_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t03.dart b/LibTest/io/Directory/delete_A02_t03.dart
index 015e2db..8ce78e1 100644
--- a/LibTest/io/Directory/delete_A02_t03.dart
+++ b/LibTest/io/Directory/delete_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t04.dart b/LibTest/io/Directory/delete_A02_t04.dart
index 20f9489..823997b 100644
--- a/LibTest/io/Directory/delete_A02_t04.dart
+++ b/LibTest/io/Directory/delete_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t05.dart b/LibTest/io/Directory/delete_A02_t05.dart
index 22f691e..d83aef2 100644
--- a/LibTest/io/Directory/delete_A02_t05.dart
+++ b/LibTest/io/Directory/delete_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A02_t06.dart b/LibTest/io/Directory/delete_A02_t06.dart
index f507cd4..8c5de7d 100644
--- a/LibTest/io/Directory/delete_A02_t06.dart
+++ b/LibTest/io/Directory/delete_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/delete_A03_t01.dart b/LibTest/io/Directory/delete_A03_t01.dart
index e67f538..824349f 100644
--- a/LibTest/io/Directory/delete_A03_t01.dart
+++ b/LibTest/io/Directory/delete_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Directory/existsSync_A01_t01.dart b/LibTest/io/Directory/existsSync_A01_t01.dart
index a46f6f9..ba33a78 100644
--- a/LibTest/io/Directory/existsSync_A01_t01.dart
+++ b/LibTest/io/Directory/existsSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Directory/existsSync_A01_t02.dart b/LibTest/io/Directory/existsSync_A01_t02.dart
index 186f4c8..8853fe8 100644
--- a/LibTest/io/Directory/existsSync_A01_t02.dart
+++ b/LibTest/io/Directory/existsSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Directory/existsSync_A02_t01.dart b/LibTest/io/Directory/existsSync_A02_t01.dart
index cab91e8..b6b8cd1 100644
--- a/LibTest/io/Directory/existsSync_A02_t01.dart
+++ b/LibTest/io/Directory/existsSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Directory/existsSync_A02_t02.dart b/LibTest/io/Directory/existsSync_A02_t02.dart
index 90a9ad2..36777f3 100644
--- a/LibTest/io/Directory/existsSync_A02_t02.dart
+++ b/LibTest/io/Directory/existsSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Directory/exists_A01_t01.dart b/LibTest/io/Directory/exists_A01_t01.dart
index e7217c9..bc47414 100644
--- a/LibTest/io/Directory/exists_A01_t01.dart
+++ b/LibTest/io/Directory/exists_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Directory/exists_A01_t02.dart b/LibTest/io/Directory/exists_A01_t02.dart
index 63f70a7..30b9cb2 100644
--- a/LibTest/io/Directory/exists_A01_t02.dart
+++ b/LibTest/io/Directory/exists_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Directory/exists_A02_t01.dart b/LibTest/io/Directory/exists_A02_t01.dart
index c52601b..85e23c8 100644
--- a/LibTest/io/Directory/exists_A02_t01.dart
+++ b/LibTest/io/Directory/exists_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Directory/exists_A02_t02.dart b/LibTest/io/Directory/exists_A02_t02.dart
index c3a56b8..b7fcc4e 100644
--- a/LibTest/io/Directory/exists_A02_t02.dart
+++ b/LibTest/io/Directory/exists_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Directory/isAbsolute_A01_t01.dart b/LibTest/io/Directory/isAbsolute_A01_t01.dart
index d02bfe3..7223ff2 100644
--- a/LibTest/io/Directory/isAbsolute_A01_t01.dart
+++ b/LibTest/io/Directory/isAbsolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/Directory/isAbsolute_A01_t02.dart b/LibTest/io/Directory/isAbsolute_A01_t02.dart
index da0ed88..833deb5 100644
--- a/LibTest/io/Directory/isAbsolute_A01_t02.dart
+++ b/LibTest/io/Directory/isAbsolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/Directory/listSync_A01_t01.dart b/LibTest/io/Directory/listSync_A01_t01.dart
index 9abfa95..599e8e0 100644
--- a/LibTest/io/Directory/listSync_A01_t01.dart
+++ b/LibTest/io/Directory/listSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<FileSystemEntity> listSync({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/listSync_A01_t02.dart b/LibTest/io/Directory/listSync_A01_t02.dart
index d97eb33..11378c7 100644
--- a/LibTest/io/Directory/listSync_A01_t02.dart
+++ b/LibTest/io/Directory/listSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<FileSystemEntity> listSync({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/listSync_A01_t03.dart b/LibTest/io/Directory/listSync_A01_t03.dart
index 3a49ed9..5f22928 100644
--- a/LibTest/io/Directory/listSync_A01_t03.dart
+++ b/LibTest/io/Directory/listSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<FileSystemEntity> listSync({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/listSync_A01_t04.dart b/LibTest/io/Directory/listSync_A01_t04.dart
index de727b7..8c9291b 100644
--- a/LibTest/io/Directory/listSync_A01_t04.dart
+++ b/LibTest/io/Directory/listSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<FileSystemEntity> listSync({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/list_A01_t01.dart b/LibTest/io/Directory/list_A01_t01.dart
index 43de539..a32d446 100644
--- a/LibTest/io/Directory/list_A01_t01.dart
+++ b/LibTest/io/Directory/list_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEntity> list({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/list_A01_t02.dart b/LibTest/io/Directory/list_A01_t02.dart
index d6c442c..1b591a1 100644
--- a/LibTest/io/Directory/list_A01_t02.dart
+++ b/LibTest/io/Directory/list_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEntity> list({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/list_A01_t03.dart b/LibTest/io/Directory/list_A01_t03.dart
index 31f28d6..bdd80e0 100644
--- a/LibTest/io/Directory/list_A01_t03.dart
+++ b/LibTest/io/Directory/list_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEntity> list({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/list_A01_t04.dart b/LibTest/io/Directory/list_A01_t04.dart
index 6476919..d505761 100644
--- a/LibTest/io/Directory/list_A01_t04.dart
+++ b/LibTest/io/Directory/list_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEntity> list({
  *  bool recursive: false,
diff --git a/LibTest/io/Directory/parent_A01_t01.dart b/LibTest/io/Directory/parent_A01_t01.dart
index 962db36..9b9e9cd 100644
--- a/LibTest/io/Directory/parent_A01_t01.dart
+++ b/LibTest/io/Directory/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Directory/parent_A01_t02.dart b/LibTest/io/Directory/parent_A01_t02.dart
index 7df45c0..c622c3f 100644
--- a/LibTest/io/Directory/parent_A01_t02.dart
+++ b/LibTest/io/Directory/parent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Directory/parent_A01_t03.dart b/LibTest/io/Directory/parent_A01_t03.dart
index 183b0ca..15cd57e 100644
--- a/LibTest/io/Directory/parent_A01_t03.dart
+++ b/LibTest/io/Directory/parent_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Directory/path_A01_t01.dart b/LibTest/io/Directory/path_A01_t01.dart
index a75aedd..46bb03c 100644
--- a/LibTest/io/Directory/path_A01_t01.dart
+++ b/LibTest/io/Directory/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  *  final
diff --git a/LibTest/io/Directory/renameSync_A01_t01.dart b/LibTest/io/Directory/renameSync_A01_t01.dart
index d24791b..3076d8c 100644
--- a/LibTest/io/Directory/renameSync_A01_t01.dart
+++ b/LibTest/io/Directory/renameSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory renameSync(String newPath)
  * Synchronously renames this directory. Returns a Directory instance for the
diff --git a/LibTest/io/Directory/renameSync_A02_t01.dart b/LibTest/io/Directory/renameSync_A02_t01.dart
index 7f45175..1a8fc17 100644
--- a/LibTest/io/Directory/renameSync_A02_t01.dart
+++ b/LibTest/io/Directory/renameSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory renameSync(String newPath)
  * Synchronously renames this directory. Returns a Directory instance for the
diff --git a/LibTest/io/Directory/renameSync_A02_t02.dart b/LibTest/io/Directory/renameSync_A02_t02.dart
index 7f706c1..2052522 100644
--- a/LibTest/io/Directory/renameSync_A02_t02.dart
+++ b/LibTest/io/Directory/renameSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory renameSync(String newPath)
  * Synchronously renames this directory. Returns a Directory instance for the
diff --git a/LibTest/io/Directory/renameSync_A03_t01.dart b/LibTest/io/Directory/renameSync_A03_t01.dart
index 14427ec..b363b3c 100644
--- a/LibTest/io/Directory/renameSync_A03_t01.dart
+++ b/LibTest/io/Directory/renameSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory renameSync(String newPath)
  * Synchronously renames this directory. Returns a Directory instance for the
diff --git a/LibTest/io/Directory/rename_A01_t01.dart b/LibTest/io/Directory/rename_A01_t01.dart
index 596a3b9..5e0839a 100644
--- a/LibTest/io/Directory/rename_A01_t01.dart
+++ b/LibTest/io/Directory/rename_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> rename(String newPath)
  * Renames this directory. Returns a Future<Directory> that completes with a
diff --git a/LibTest/io/Directory/rename_A02_t01.dart b/LibTest/io/Directory/rename_A02_t01.dart
index 0394c36..72f57ca 100644
--- a/LibTest/io/Directory/rename_A02_t01.dart
+++ b/LibTest/io/Directory/rename_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> rename(String newPath)
  * Renames this directory. Returns a Future<Directory> that completes with a
diff --git a/LibTest/io/Directory/rename_A02_t02.dart b/LibTest/io/Directory/rename_A02_t02.dart
index cb517f3..101dc27 100644
--- a/LibTest/io/Directory/rename_A02_t02.dart
+++ b/LibTest/io/Directory/rename_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> rename(String newPath)
  * Renames this directory. Returns a Future<Directory> that completes with a
diff --git a/LibTest/io/Directory/rename_A03_t01.dart b/LibTest/io/Directory/rename_A03_t01.dart
index 44b8980..40d6070 100644
--- a/LibTest/io/Directory/rename_A03_t01.dart
+++ b/LibTest/io/Directory/rename_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Directory> rename(String newPath)
  * Renames this directory. Returns a Future<Directory> that completes with a
diff --git a/LibTest/io/Directory/resolveSymbolicLinksSync_A01_t01.dart b/LibTest/io/Directory/resolveSymbolicLinksSync_A01_t01.dart
index 5632fa2..daac94a 100644
--- a/LibTest/io/Directory/resolveSymbolicLinksSync_A01_t01.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinksSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t01.dart b/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t01.dart
index d7f8445..bd3117a 100644
--- a/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t01.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t02.dart b/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t02.dart
index 297ee95..bc29728 100644
--- a/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t02.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinksSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/resolveSymbolicLinks_A01_t01.dart b/LibTest/io/Directory/resolveSymbolicLinks_A01_t01.dart
index 9dd07bb..f8b11e7 100644
--- a/LibTest/io/Directory/resolveSymbolicLinks_A01_t01.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinks_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/resolveSymbolicLinks_A02_t01.dart b/LibTest/io/Directory/resolveSymbolicLinks_A02_t01.dart
index 26174ba..9b67cc2 100644
--- a/LibTest/io/Directory/resolveSymbolicLinks_A02_t01.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinks_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/resolveSymbolicLinks_A02_t02.dart b/LibTest/io/Directory/resolveSymbolicLinks_A02_t02.dart
index f8d5c8e..3bc4abe 100644
--- a/LibTest/io/Directory/resolveSymbolicLinks_A02_t02.dart
+++ b/LibTest/io/Directory/resolveSymbolicLinks_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Directory/statSync_A01_t01.dart b/LibTest/io/Directory/statSync_A01_t01.dart
index be04d70..3c29095 100644
--- a/LibTest/io/Directory/statSync_A01_t01.dart
+++ b/LibTest/io/Directory/statSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Directory/statSync_A01_t02.dart b/LibTest/io/Directory/statSync_A01_t02.dart
index 1203d28..d57043c 100644
--- a/LibTest/io/Directory/statSync_A01_t02.dart
+++ b/LibTest/io/Directory/statSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Directory/statSync_A01_t03.dart b/LibTest/io/Directory/statSync_A01_t03.dart
index 774af8e..19542d1 100644
--- a/LibTest/io/Directory/statSync_A01_t03.dart
+++ b/LibTest/io/Directory/statSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Directory/statSync_A01_t04.dart b/LibTest/io/Directory/statSync_A01_t04.dart
index 5669308..1a172e9 100644
--- a/LibTest/io/Directory/statSync_A01_t04.dart
+++ b/LibTest/io/Directory/statSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Directory/statSync_A01_t05.dart b/LibTest/io/Directory/statSync_A01_t05.dart
index d1ad6d0..5059689 100644
--- a/LibTest/io/Directory/statSync_A01_t05.dart
+++ b/LibTest/io/Directory/statSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Directory/stat_A01_t01.dart b/LibTest/io/Directory/stat_A01_t01.dart
index cab07c5..238a3e7 100644
--- a/LibTest/io/Directory/stat_A01_t01.dart
+++ b/LibTest/io/Directory/stat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Directory/stat_A01_t02.dart b/LibTest/io/Directory/stat_A01_t02.dart
index f262972..7b68c3a 100644
--- a/LibTest/io/Directory/stat_A01_t02.dart
+++ b/LibTest/io/Directory/stat_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Directory/stat_A01_t03.dart b/LibTest/io/Directory/stat_A01_t03.dart
index 531ce39..589f993 100644
--- a/LibTest/io/Directory/stat_A01_t03.dart
+++ b/LibTest/io/Directory/stat_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Directory/stat_A01_t04.dart b/LibTest/io/Directory/stat_A01_t04.dart
index 95eaf7e..e587061 100644
--- a/LibTest/io/Directory/stat_A01_t04.dart
+++ b/LibTest/io/Directory/stat_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Directory/stat_A01_t05.dart b/LibTest/io/Directory/stat_A01_t05.dart
index 9a9aa79..7a25dcc 100644
--- a/LibTest/io/Directory/stat_A01_t05.dart
+++ b/LibTest/io/Directory/stat_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Directory/systemTemp_A01_t01.dart b/LibTest/io/Directory/systemTemp_A01_t01.dart
index e73f22f..d9503ee 100644
--- a/LibTest/io/Directory/systemTemp_A01_t01.dart
+++ b/LibTest/io/Directory/systemTemp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory systemTemp
  * Gets the system temp directory.
diff --git a/LibTest/io/Directory/uri_A01_t01.dart b/LibTest/io/Directory/uri_A01_t01.dart
index 9601f2b..337e17f 100644
--- a/LibTest/io/Directory/uri_A01_t01.dart
+++ b/LibTest/io/Directory/uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/Directory/uri_A01_t02.dart b/LibTest/io/Directory/uri_A01_t02.dart
index a3a1298..9170c41 100644
--- a/LibTest/io/Directory/uri_A01_t02.dart
+++ b/LibTest/io/Directory/uri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/Directory/watch_A01_t01.dart b/LibTest/io/Directory/watch_A01_t01.dart
index ed82561..0c5a35a 100644
--- a/LibTest/io/Directory/watch_A01_t01.dart
+++ b/LibTest/io/Directory/watch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEvent> watch({
  *  int events: FileSystemEvent.ALL,
diff --git a/LibTest/io/Directory/watch_A01_t02.dart b/LibTest/io/Directory/watch_A01_t02.dart
index 8f612ef..4b3a716 100644
--- a/LibTest/io/Directory/watch_A01_t02.dart
+++ b/LibTest/io/Directory/watch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEvent> watch({
  *  int events: FileSystemEvent.ALL,
diff --git a/LibTest/io/Directory/watch_A02_t01.dart b/LibTest/io/Directory/watch_A02_t01.dart
index 3ee8141..cb1c197 100644
--- a/LibTest/io/Directory/watch_A02_t01.dart
+++ b/LibTest/io/Directory/watch_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEvent> watch({
  *  int events: FileSystemEvent.ALL,
diff --git a/LibTest/io/File/File.fromUri_A01_t01.dart b/LibTest/io/File/File.fromUri_A01_t01.dart
index 75be0a6..e379e9d 100644
--- a/LibTest/io/File/File.fromUri_A01_t01.dart
+++ b/LibTest/io/File/File.fromUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File.fromUri(Uri uri)
  * Create a File object from a URI.
diff --git a/LibTest/io/File/File.fromUri_A02_t01.dart b/LibTest/io/File/File.fromUri_A02_t01.dart
index ca872ba..583e931 100644
--- a/LibTest/io/File/File.fromUri_A02_t01.dart
+++ b/LibTest/io/File/File.fromUri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File.fromUri(Uri uri)
  * Create a File object from a URI.
diff --git a/LibTest/io/File/File_A01_t01.dart b/LibTest/io/File/File_A01_t01.dart
index fab4a83..021c172 100644
--- a/LibTest/io/File/File_A01_t01.dart
+++ b/LibTest/io/File/File_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File(String path)
  * Creates a File object.
diff --git a/LibTest/io/File/File_A01_t02.dart b/LibTest/io/File/File_A01_t02.dart
index e69e939..d5a06bb 100644
--- a/LibTest/io/File/File_A01_t02.dart
+++ b/LibTest/io/File/File_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File(String path)
  * Creates a File object.
diff --git a/LibTest/io/File/File_A02_t01.dart b/LibTest/io/File/File_A02_t01.dart
index 005bdf8..e870b77 100644
--- a/LibTest/io/File/File_A02_t01.dart
+++ b/LibTest/io/File/File_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File(String path)
  * Creates a File object.
diff --git a/LibTest/io/File/File_A02_t02.dart b/LibTest/io/File/File_A02_t02.dart
index 0d543fa..3da0994 100644
--- a/LibTest/io/File/File_A02_t02.dart
+++ b/LibTest/io/File/File_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File(String path)
  * Creates a File object.
diff --git a/LibTest/io/File/File_A02_t03.dart b/LibTest/io/File/File_A02_t03.dart
index 01a7623..08643c8 100644
--- a/LibTest/io/File/File_A02_t03.dart
+++ b/LibTest/io/File/File_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File(String path)
  * Creates a File object.
diff --git a/LibTest/io/File/absolute_A01_t01.dart b/LibTest/io/File/absolute_A01_t01.dart
index 80f2ba1..d5789e8 100644
--- a/LibTest/io/File/absolute_A01_t01.dart
+++ b/LibTest/io/File/absolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File absolute
  * Returns a File instance whose path is the absolute path to this.
diff --git a/LibTest/io/File/absolute_A01_t02.dart b/LibTest/io/File/absolute_A01_t02.dart
index 4511924..14a2f94 100644
--- a/LibTest/io/File/absolute_A01_t02.dart
+++ b/LibTest/io/File/absolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File absolute
  * Returns a File instance whose path is the absolute path to this.
diff --git a/LibTest/io/File/copySync_A01_t01.dart b/LibTest/io/File/copySync_A01_t01.dart
index 0583f8e..0732552 100644
--- a/LibTest/io/File/copySync_A01_t01.dart
+++ b/LibTest/io/File/copySync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File copySync(String newPath)
  * Synchronously copy this file. Returns a File instance for the copied file.
diff --git a/LibTest/io/File/copySync_A02_t01.dart b/LibTest/io/File/copySync_A02_t01.dart
index b7adad6..e8555b2 100644
--- a/LibTest/io/File/copySync_A02_t01.dart
+++ b/LibTest/io/File/copySync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File copySync(String newPath)
  * Synchronously copy this file. Returns a File instance for the copied file.
diff --git a/LibTest/io/File/copySync_A03_t01.dart b/LibTest/io/File/copySync_A03_t01.dart
index 8a3cfc9..2596e4e 100644
--- a/LibTest/io/File/copySync_A03_t01.dart
+++ b/LibTest/io/File/copySync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File copySync(String newPath)
  * Synchronously copy this file. Returns a File instance for the copied file.
diff --git a/LibTest/io/File/copy_A01_t01.dart b/LibTest/io/File/copy_A01_t01.dart
index 45565b3..f74b5e7 100644
--- a/LibTest/io/File/copy_A01_t01.dart
+++ b/LibTest/io/File/copy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> copy(String newPath)
  * Copy this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/copy_A02_t01.dart b/LibTest/io/File/copy_A02_t01.dart
index 2286a51..60b093e 100644
--- a/LibTest/io/File/copy_A02_t01.dart
+++ b/LibTest/io/File/copy_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> copy(String newPath)
  * Copy this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/copy_A03_t01.dart b/LibTest/io/File/copy_A03_t01.dart
index 33ae531..283f138 100644
--- a/LibTest/io/File/copy_A03_t01.dart
+++ b/LibTest/io/File/copy_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> copy(String newPath)
  * Copy this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/createSync_A01_t01.dart b/LibTest/io/File/createSync_A01_t01.dart
index 70c32ef..5b3b429 100644
--- a/LibTest/io/File/createSync_A01_t01.dart
+++ b/LibTest/io/File/createSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously create the file. Existing files are left untouched by
diff --git a/LibTest/io/File/createSync_A02_t01.dart b/LibTest/io/File/createSync_A02_t01.dart
index 8dc428b..e5e4290 100644
--- a/LibTest/io/File/createSync_A02_t01.dart
+++ b/LibTest/io/File/createSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously create the file. Existing files are left untouched by
diff --git a/LibTest/io/File/createSync_A02_t02.dart b/LibTest/io/File/createSync_A02_t02.dart
index 9059900..e1872da 100644
--- a/LibTest/io/File/createSync_A02_t02.dart
+++ b/LibTest/io/File/createSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously create the file. Existing files are left untouched by
diff --git a/LibTest/io/File/createSync_A03_t01.dart b/LibTest/io/File/createSync_A03_t01.dart
index 8cbf71d..1fe04f5 100644
--- a/LibTest/io/File/createSync_A03_t01.dart
+++ b/LibTest/io/File/createSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously create the file. Existing files are left untouched by
diff --git a/LibTest/io/File/createSync_A04_t01.dart b/LibTest/io/File/createSync_A04_t01.dart
index ccfdf99..4f0e8f2 100644
--- a/LibTest/io/File/createSync_A04_t01.dart
+++ b/LibTest/io/File/createSync_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync({bool recursive: false})
  * Synchronously create the file. Existing files are left untouched by
diff --git a/LibTest/io/File/create_A01_t01.dart b/LibTest/io/File/create_A01_t01.dart
index 8b955f1..6be6827 100644
--- a/LibTest/io/File/create_A01_t01.dart
+++ b/LibTest/io/File/create_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> create({bool recursive: false})
  * Create the file. Returns a Future<File> that completes with the file when it
diff --git a/LibTest/io/File/create_A02_t01.dart b/LibTest/io/File/create_A02_t01.dart
index e140304..294904c 100644
--- a/LibTest/io/File/create_A02_t01.dart
+++ b/LibTest/io/File/create_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> create({bool recursive: false})
  * Create the file. Returns a Future<File> that completes with the file when it
diff --git a/LibTest/io/File/create_A02_t02.dart b/LibTest/io/File/create_A02_t02.dart
index 768551a..88ba383 100644
--- a/LibTest/io/File/create_A02_t02.dart
+++ b/LibTest/io/File/create_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> create({bool recursive: false})
  * Create the file. Returns a Future<File> that completes with the file when it
diff --git a/LibTest/io/File/create_A03_t01.dart b/LibTest/io/File/create_A03_t01.dart
index b319d8d..3e723b9 100644
--- a/LibTest/io/File/create_A03_t01.dart
+++ b/LibTest/io/File/create_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> create({bool recursive: false})
  * Create the file. Returns a Future<File> that completes with the file when it
diff --git a/LibTest/io/File/create_A04_t01.dart b/LibTest/io/File/create_A04_t01.dart
index f20513c..1e9dd0b 100644
--- a/LibTest/io/File/create_A04_t01.dart
+++ b/LibTest/io/File/create_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> create({bool recursive: false})
  * Create the file. Returns a Future<File> that completes with the file when it
diff --git a/LibTest/io/File/deleteSync_A01_t01.dart b/LibTest/io/File/deleteSync_A01_t01.dart
index 7226bdc..fbbbdb8 100644
--- a/LibTest/io/File/deleteSync_A01_t01.dart
+++ b/LibTest/io/File/deleteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A02_t01.dart b/LibTest/io/File/deleteSync_A02_t01.dart
index 93c8662..5b834db 100644
--- a/LibTest/io/File/deleteSync_A02_t01.dart
+++ b/LibTest/io/File/deleteSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A02_t02.dart b/LibTest/io/File/deleteSync_A02_t02.dart
index 64b6a5e..d641ac5 100644
--- a/LibTest/io/File/deleteSync_A02_t02.dart
+++ b/LibTest/io/File/deleteSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A02_t03.dart b/LibTest/io/File/deleteSync_A02_t03.dart
index 6887bf6..169939f 100644
--- a/LibTest/io/File/deleteSync_A02_t03.dart
+++ b/LibTest/io/File/deleteSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A02_t04.dart b/LibTest/io/File/deleteSync_A02_t04.dart
index 6b0175f..7c07c80 100644
--- a/LibTest/io/File/deleteSync_A02_t04.dart
+++ b/LibTest/io/File/deleteSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A02_t05.dart b/LibTest/io/File/deleteSync_A02_t05.dart
index 7bb383e..69289bf 100644
--- a/LibTest/io/File/deleteSync_A02_t05.dart
+++ b/LibTest/io/File/deleteSync_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/deleteSync_A03_t01.dart b/LibTest/io/File/deleteSync_A03_t01.dart
index f207506..cd9930e 100644
--- a/LibTest/io/File/deleteSync_A03_t01.dart
+++ b/LibTest/io/File/deleteSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A01_t01.dart b/LibTest/io/File/delete_A01_t01.dart
index 5d1f89f..7408a6f 100644
--- a/LibTest/io/File/delete_A01_t01.dart
+++ b/LibTest/io/File/delete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({
  *  bool recursive: false
diff --git a/LibTest/io/File/delete_A02_t01.dart b/LibTest/io/File/delete_A02_t01.dart
index 6d8decc..1ab3bba 100644
--- a/LibTest/io/File/delete_A02_t01.dart
+++ b/LibTest/io/File/delete_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A02_t02.dart b/LibTest/io/File/delete_A02_t02.dart
index 22cdd86..3463030 100644
--- a/LibTest/io/File/delete_A02_t02.dart
+++ b/LibTest/io/File/delete_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A02_t03.dart b/LibTest/io/File/delete_A02_t03.dart
index 80a55a0..3cd10f0 100644
--- a/LibTest/io/File/delete_A02_t03.dart
+++ b/LibTest/io/File/delete_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A02_t04.dart b/LibTest/io/File/delete_A02_t04.dart
index 1099c8c..bb5fb3a 100644
--- a/LibTest/io/File/delete_A02_t04.dart
+++ b/LibTest/io/File/delete_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A02_t05.dart b/LibTest/io/File/delete_A02_t05.dart
index 1f86ff4..4207244 100644
--- a/LibTest/io/File/delete_A02_t05.dart
+++ b/LibTest/io/File/delete_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/delete_A03_t01.dart b/LibTest/io/File/delete_A03_t01.dart
index 968feab..677ef79 100644
--- a/LibTest/io/File/delete_A03_t01.dart
+++ b/LibTest/io/File/delete_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/File/existsSync_A01_t01.dart b/LibTest/io/File/existsSync_A01_t01.dart
index 296dc03..dd52c1a 100644
--- a/LibTest/io/File/existsSync_A01_t01.dart
+++ b/LibTest/io/File/existsSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/File/existsSync_A01_t02.dart b/LibTest/io/File/existsSync_A01_t02.dart
index c2dc9ac..07475de 100644
--- a/LibTest/io/File/existsSync_A01_t02.dart
+++ b/LibTest/io/File/existsSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/File/existsSync_A02_t01.dart b/LibTest/io/File/existsSync_A02_t01.dart
index d3534f6..3f137e8 100644
--- a/LibTest/io/File/existsSync_A02_t01.dart
+++ b/LibTest/io/File/existsSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/File/existsSync_A02_t02.dart b/LibTest/io/File/existsSync_A02_t02.dart
index 33da2f1..5c177e2 100644
--- a/LibTest/io/File/existsSync_A02_t02.dart
+++ b/LibTest/io/File/existsSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/File/exists_A01_t01.dart b/LibTest/io/File/exists_A01_t01.dart
index 1797873..6067864 100644
--- a/LibTest/io/File/exists_A01_t01.dart
+++ b/LibTest/io/File/exists_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/File/exists_A01_t02.dart b/LibTest/io/File/exists_A01_t02.dart
index 13910d7..36255e3 100644
--- a/LibTest/io/File/exists_A01_t02.dart
+++ b/LibTest/io/File/exists_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/File/exists_A02_t01.dart b/LibTest/io/File/exists_A02_t01.dart
index 741a485..fb7be87 100644
--- a/LibTest/io/File/exists_A02_t01.dart
+++ b/LibTest/io/File/exists_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/File/exists_A02_t02.dart b/LibTest/io/File/exists_A02_t02.dart
index d6495a2..23cd82b 100644
--- a/LibTest/io/File/exists_A02_t02.dart
+++ b/LibTest/io/File/exists_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/File/isAbsolute_A01_t01.dart b/LibTest/io/File/isAbsolute_A01_t01.dart
index abed37f..3cc3ebb 100644
--- a/LibTest/io/File/isAbsolute_A01_t01.dart
+++ b/LibTest/io/File/isAbsolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/File/isAbsolute_A01_t02.dart b/LibTest/io/File/isAbsolute_A01_t02.dart
index 3265349..5a85c04 100644
--- a/LibTest/io/File/isAbsolute_A01_t02.dart
+++ b/LibTest/io/File/isAbsolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/File/lastAccessedSync_A01_t01.dart b/LibTest/io/File/lastAccessedSync_A01_t01.dart
index b8cc38c..9174363 100644
--- a/LibTest/io/File/lastAccessedSync_A01_t01.dart
+++ b/LibTest/io/File/lastAccessedSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime lastModifiedSync()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lastAccessedSync_A02_t01.dart b/LibTest/io/File/lastAccessedSync_A02_t01.dart
index a94387d..92ba05d 100644
--- a/LibTest/io/File/lastAccessedSync_A02_t01.dart
+++ b/LibTest/io/File/lastAccessedSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime lastModifiedSync()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lastAccessed_A01_t01.dart b/LibTest/io/File/lastAccessed_A01_t01.dart
index 69d4223..ab12dfd 100644
--- a/LibTest/io/File/lastAccessed_A01_t01.dart
+++ b/LibTest/io/File/lastAccessed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<DateTime> lastAccessed()
  * Get the last-accessed time of the file.
diff --git a/LibTest/io/File/lastAccessed_A02_t01.dart b/LibTest/io/File/lastAccessed_A02_t01.dart
index be66da5..7742620 100644
--- a/LibTest/io/File/lastAccessed_A02_t01.dart
+++ b/LibTest/io/File/lastAccessed_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<DateTime> lastAccessed()
  * Get the last-accessed time of the file.
diff --git a/LibTest/io/File/lastModifiedSync_A01_t01.dart b/LibTest/io/File/lastModifiedSync_A01_t01.dart
index c0063d7..10bc584 100644
--- a/LibTest/io/File/lastModifiedSync_A01_t01.dart
+++ b/LibTest/io/File/lastModifiedSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime lastModifiedSync()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lastModifiedSync_A02_t01.dart b/LibTest/io/File/lastModifiedSync_A02_t01.dart
index 8f72c6a..f950512 100644
--- a/LibTest/io/File/lastModifiedSync_A02_t01.dart
+++ b/LibTest/io/File/lastModifiedSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime lastModifiedSync()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lastModified_A01_t01.dart b/LibTest/io/File/lastModified_A01_t01.dart
index 675d9a2..ff2a31e 100644
--- a/LibTest/io/File/lastModified_A01_t01.dart
+++ b/LibTest/io/File/lastModified_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<DateTime> lastModified()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lastModified_A02_t01.dart b/LibTest/io/File/lastModified_A02_t01.dart
index ee194da..9d82680 100644
--- a/LibTest/io/File/lastModified_A02_t01.dart
+++ b/LibTest/io/File/lastModified_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<DateTime> lastModified()
  * Get the last-modified time of the file.
diff --git a/LibTest/io/File/lengthSync_A01_t01.dart b/LibTest/io/File/lengthSync_A01_t01.dart
index ef9058c..145ba2a 100644
--- a/LibTest/io/File/lengthSync_A01_t01.dart
+++ b/LibTest/io/File/lengthSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthSync()
  * Synchronously get the length of the file.
diff --git a/LibTest/io/File/lengthSync_A01_t02.dart b/LibTest/io/File/lengthSync_A01_t02.dart
index e17e16a..7f802ed 100644
--- a/LibTest/io/File/lengthSync_A01_t02.dart
+++ b/LibTest/io/File/lengthSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthSync()
  * Synchronously get the length of the file.
diff --git a/LibTest/io/File/lengthSync_A02_t01.dart b/LibTest/io/File/lengthSync_A02_t01.dart
index 4001c75..633d979 100644
--- a/LibTest/io/File/lengthSync_A02_t01.dart
+++ b/LibTest/io/File/lengthSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthSync()
  * Synchronously get the length of the file.
diff --git a/LibTest/io/File/length_A01_t01.dart b/LibTest/io/File/length_A01_t01.dart
index bb63197..54a1e68 100644
--- a/LibTest/io/File/length_A01_t01.dart
+++ b/LibTest/io/File/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length()
  * Get the length of the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/File/length_A01_t02.dart b/LibTest/io/File/length_A01_t02.dart
index e71bb54..18a59e4 100644
--- a/LibTest/io/File/length_A01_t02.dart
+++ b/LibTest/io/File/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length()
  * Get the length of the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/File/length_A02_t01.dart b/LibTest/io/File/length_A02_t01.dart
index c27c6ab..0f6eb6a 100644
--- a/LibTest/io/File/length_A02_t01.dart
+++ b/LibTest/io/File/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length()
  * Get the length of the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/File/openRead_A01_t01.dart b/LibTest/io/File/openRead_A01_t01.dart
index abdf8b7..283b155 100644
--- a/LibTest/io/File/openRead_A01_t01.dart
+++ b/LibTest/io/File/openRead_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> openRead([int start, int end])
  * Create a new independent Stream for the contents of this file.
diff --git a/LibTest/io/File/openRead_A01_t02.dart b/LibTest/io/File/openRead_A01_t02.dart
index 34c4215..9e11a18 100644
--- a/LibTest/io/File/openRead_A01_t02.dart
+++ b/LibTest/io/File/openRead_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> openRead([int start, int end])
  * Create a new independent Stream for the contents of this file.
diff --git a/LibTest/io/File/openRead_A01_t03.dart b/LibTest/io/File/openRead_A01_t03.dart
index 03abe30..5dda445 100644
--- a/LibTest/io/File/openRead_A01_t03.dart
+++ b/LibTest/io/File/openRead_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> openRead([int start, int end])
  * Create a new independent Stream for the contents of this file.
diff --git a/LibTest/io/File/openRead_A01_t04.dart b/LibTest/io/File/openRead_A01_t04.dart
index d87d464..606dfdc 100644
--- a/LibTest/io/File/openRead_A01_t04.dart
+++ b/LibTest/io/File/openRead_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> openRead([int start, int end])
  * Create a new independent Stream for the contents of this file.
diff --git a/LibTest/io/File/openRead_A02_t01.dart b/LibTest/io/File/openRead_A02_t01.dart
index 764bc39..61e1e2f 100644
--- a/LibTest/io/File/openRead_A02_t01.dart
+++ b/LibTest/io/File/openRead_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> openRead([int start, int end])
  * Create a new independent Stream for the contents of this file.
diff --git a/LibTest/io/File/openSync_A01_t01.dart b/LibTest/io/File/openSync_A01_t01.dart
index fead578..f012923 100644
--- a/LibTest/io/File/openSync_A01_t01.dart
+++ b/LibTest/io/File/openSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A01_t02.dart b/LibTest/io/File/openSync_A01_t02.dart
index 8bef138..cc625a9 100644
--- a/LibTest/io/File/openSync_A01_t02.dart
+++ b/LibTest/io/File/openSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A01_t03.dart b/LibTest/io/File/openSync_A01_t03.dart
index 4d0a9fb..e6df6c8 100644
--- a/LibTest/io/File/openSync_A01_t03.dart
+++ b/LibTest/io/File/openSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A02_t01.dart b/LibTest/io/File/openSync_A02_t01.dart
index 7d7a280..9417cc0 100644
--- a/LibTest/io/File/openSync_A02_t01.dart
+++ b/LibTest/io/File/openSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A02_t02.dart b/LibTest/io/File/openSync_A02_t02.dart
index 39c34b1..a8195fe 100644
--- a/LibTest/io/File/openSync_A02_t02.dart
+++ b/LibTest/io/File/openSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A02_t03.dart b/LibTest/io/File/openSync_A02_t03.dart
index bc6082a..3f24ead 100644
--- a/LibTest/io/File/openSync_A02_t03.dart
+++ b/LibTest/io/File/openSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A02_t04.dart b/LibTest/io/File/openSync_A02_t04.dart
index 59b8fdf..0136263 100644
--- a/LibTest/io/File/openSync_A02_t04.dart
+++ b/LibTest/io/File/openSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openSync_A02_t05.dart b/LibTest/io/File/openSync_A02_t05.dart
index b5fa1b0..641752d 100644
--- a/LibTest/io/File/openSync_A02_t05.dart
+++ b/LibTest/io/File/openSync_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion RandomAccessFile openSync({FileMode mode: FileMode.read})
  * Synchronously open the file for random access operations. The result is a
diff --git a/LibTest/io/File/openWrite_A01_t01.dart b/LibTest/io/File/openWrite_A01_t01.dart
index 962433c..50ec502 100644
--- a/LibTest/io/File/openWrite_A01_t01.dart
+++ b/LibTest/io/File/openWrite_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A01_t02.dart b/LibTest/io/File/openWrite_A01_t02.dart
index 5720df7..7e27e40 100644
--- a/LibTest/io/File/openWrite_A01_t02.dart
+++ b/LibTest/io/File/openWrite_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A01_t03.dart b/LibTest/io/File/openWrite_A01_t03.dart
index 7fec847..5a0b28a 100644
--- a/LibTest/io/File/openWrite_A01_t03.dart
+++ b/LibTest/io/File/openWrite_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A01_t04.dart b/LibTest/io/File/openWrite_A01_t04.dart
index 294a65a..7d1e343 100644
--- a/LibTest/io/File/openWrite_A01_t04.dart
+++ b/LibTest/io/File/openWrite_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A01_t05.dart b/LibTest/io/File/openWrite_A01_t05.dart
index bf6ea84..1b5270d 100644
--- a/LibTest/io/File/openWrite_A01_t05.dart
+++ b/LibTest/io/File/openWrite_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A02_t01.dart b/LibTest/io/File/openWrite_A02_t01.dart
index 55959c5..1c4ad7b 100644
--- a/LibTest/io/File/openWrite_A02_t01.dart
+++ b/LibTest/io/File/openWrite_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/openWrite_A03_t01.dart b/LibTest/io/File/openWrite_A03_t01.dart
index d6543bc..6328cff 100644
--- a/LibTest/io/File/openWrite_A03_t01.dart
+++ b/LibTest/io/File/openWrite_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink openWrite({
  * FileMode mode: FileMode.write,
diff --git a/LibTest/io/File/open_A01_t01.dart b/LibTest/io/File/open_A01_t01.dart
index 3eb5b50..7eeab2a 100644
--- a/LibTest/io/File/open_A01_t01.dart
+++ b/LibTest/io/File/open_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A01_t02.dart b/LibTest/io/File/open_A01_t02.dart
index 3555459..a72e661 100644
--- a/LibTest/io/File/open_A01_t02.dart
+++ b/LibTest/io/File/open_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A01_t03.dart b/LibTest/io/File/open_A01_t03.dart
index a031118..6bb1a6f 100644
--- a/LibTest/io/File/open_A01_t03.dart
+++ b/LibTest/io/File/open_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A02_t01.dart b/LibTest/io/File/open_A02_t01.dart
index 62b93a6..0dd9bf4 100644
--- a/LibTest/io/File/open_A02_t01.dart
+++ b/LibTest/io/File/open_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A02_t02.dart b/LibTest/io/File/open_A02_t02.dart
index 3e7925f..6bc7282 100644
--- a/LibTest/io/File/open_A02_t02.dart
+++ b/LibTest/io/File/open_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A02_t03.dart b/LibTest/io/File/open_A02_t03.dart
index b107e98..d2d1dd1 100644
--- a/LibTest/io/File/open_A02_t03.dart
+++ b/LibTest/io/File/open_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A02_t04.dart b/LibTest/io/File/open_A02_t04.dart
index 15b52b9..bc7d09e 100644
--- a/LibTest/io/File/open_A02_t04.dart
+++ b/LibTest/io/File/open_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/open_A02_t05.dart b/LibTest/io/File/open_A02_t05.dart
index 771353f..45dd1a3 100644
--- a/LibTest/io/File/open_A02_t05.dart
+++ b/LibTest/io/File/open_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> open({FileMode mode: FileMode.read})
  * Open the file for random access operations. Returns a
diff --git a/LibTest/io/File/parent_A01_t01.dart b/LibTest/io/File/parent_A01_t01.dart
index 35f3034..821f4a9 100644
--- a/LibTest/io/File/parent_A01_t01.dart
+++ b/LibTest/io/File/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/File/parent_A01_t02.dart b/LibTest/io/File/parent_A01_t02.dart
index ca53b23..83d5eeb 100644
--- a/LibTest/io/File/parent_A01_t02.dart
+++ b/LibTest/io/File/parent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/File/parent_A01_t03.dart b/LibTest/io/File/parent_A01_t03.dart
index ec01239..f2e27b8 100644
--- a/LibTest/io/File/parent_A01_t03.dart
+++ b/LibTest/io/File/parent_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/File/path_A01_t01.dart b/LibTest/io/File/path_A01_t01.dart
index ed20599..5ef6db9 100644
--- a/LibTest/io/File/path_A01_t01.dart
+++ b/LibTest/io/File/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Get the path of the file.
diff --git a/LibTest/io/File/readAsBytesSync_A01_t01.dart b/LibTest/io/File/readAsBytesSync_A01_t01.dart
index 8673d81..99d9bc9 100644
--- a/LibTest/io/File/readAsBytesSync_A01_t01.dart
+++ b/LibTest/io/File/readAsBytesSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readAsBytesSync()
  * Synchronously read the entire file contents as a list of bytes.
diff --git a/LibTest/io/File/readAsBytesSync_A01_t02.dart b/LibTest/io/File/readAsBytesSync_A01_t02.dart
index 698c760..427985a 100644
--- a/LibTest/io/File/readAsBytesSync_A01_t02.dart
+++ b/LibTest/io/File/readAsBytesSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readAsBytesSync()
  * Synchronously read the entire file contents as a list of bytes.
diff --git a/LibTest/io/File/readAsBytesSync_A01_t03.dart b/LibTest/io/File/readAsBytesSync_A01_t03.dart
index 62282ef..ecb5dbb 100644
--- a/LibTest/io/File/readAsBytesSync_A01_t03.dart
+++ b/LibTest/io/File/readAsBytesSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readAsBytesSync()
  * Synchronously read the entire file contents as a list of bytes.
diff --git a/LibTest/io/File/readAsBytesSync_A01_t04.dart b/LibTest/io/File/readAsBytesSync_A01_t04.dart
index d470299..9ca87ab 100644
--- a/LibTest/io/File/readAsBytesSync_A01_t04.dart
+++ b/LibTest/io/File/readAsBytesSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readAsBytesSync()
  * Synchronously read the entire file contents as a list of bytes.
diff --git a/LibTest/io/File/readAsBytes_A01_t01.dart b/LibTest/io/File/readAsBytes_A01_t01.dart
index 10904f7..c42ba53 100644
--- a/LibTest/io/File/readAsBytes_A01_t01.dart
+++ b/LibTest/io/File/readAsBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<int>> readAsBytes()
  * Read the entire file contents as a list of bytes. Returns a Future<List<int>>
diff --git a/LibTest/io/File/readAsBytes_A01_t02.dart b/LibTest/io/File/readAsBytes_A01_t02.dart
index d16eb87..99e6f08 100644
--- a/LibTest/io/File/readAsBytes_A01_t02.dart
+++ b/LibTest/io/File/readAsBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<int>> readAsBytes()
  * Read the entire file contents as a list of bytes. Returns a Future<List<int>>
diff --git a/LibTest/io/File/readAsBytes_A01_t03.dart b/LibTest/io/File/readAsBytes_A01_t03.dart
index 4b67bc1..5e8d947 100644
--- a/LibTest/io/File/readAsBytes_A01_t03.dart
+++ b/LibTest/io/File/readAsBytes_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<int>> readAsBytes()
  * Read the entire file contents as a list of bytes. Returns a Future<List<int>>
diff --git a/LibTest/io/File/readAsBytes_A01_t04.dart b/LibTest/io/File/readAsBytes_A01_t04.dart
index b752c65..7675527 100644
--- a/LibTest/io/File/readAsBytes_A01_t04.dart
+++ b/LibTest/io/File/readAsBytes_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<int>> readAsBytes()
  * Read the entire file contents as a list of bytes. Returns a Future<List<int>>
diff --git a/LibTest/io/File/readAsLinesSync_A01_t01.dart b/LibTest/io/File/readAsLinesSync_A01_t01.dart
index cac45ed..3cde34c 100644
--- a/LibTest/io/File/readAsLinesSync_A01_t01.dart
+++ b/LibTest/io/File/readAsLinesSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLinesSync_A01_t02.dart b/LibTest/io/File/readAsLinesSync_A01_t02.dart
index 93f5a43..fbe848e 100644
--- a/LibTest/io/File/readAsLinesSync_A01_t02.dart
+++ b/LibTest/io/File/readAsLinesSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLinesSync_A01_t03.dart b/LibTest/io/File/readAsLinesSync_A01_t03.dart
index fcf0024..bfd4eb8 100644
--- a/LibTest/io/File/readAsLinesSync_A01_t03.dart
+++ b/LibTest/io/File/readAsLinesSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLinesSync_A01_t04.dart b/LibTest/io/File/readAsLinesSync_A01_t04.dart
index d5826b8..cadf827 100644
--- a/LibTest/io/File/readAsLinesSync_A01_t04.dart
+++ b/LibTest/io/File/readAsLinesSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLinesSync_A02_t01.dart b/LibTest/io/File/readAsLinesSync_A02_t01.dart
index b96ad2e..fcbb13b 100644
--- a/LibTest/io/File/readAsLinesSync_A02_t01.dart
+++ b/LibTest/io/File/readAsLinesSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLinesSync_A03_t01.dart b/LibTest/io/File/readAsLinesSync_A03_t01.dart
index c47bded..ec416b5 100644
--- a/LibTest/io/File/readAsLinesSync_A03_t01.dart
+++ b/LibTest/io/File/readAsLinesSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> readAsLinesSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as lines of text using the given
diff --git a/LibTest/io/File/readAsLines_A01_t01.dart b/LibTest/io/File/readAsLines_A01_t01.dart
index ec454e7..18a978c 100644
--- a/LibTest/io/File/readAsLines_A01_t01.dart
+++ b/LibTest/io/File/readAsLines_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsLines_A01_t02.dart b/LibTest/io/File/readAsLines_A01_t02.dart
index 6a61aad..71dae61 100644
--- a/LibTest/io/File/readAsLines_A01_t02.dart
+++ b/LibTest/io/File/readAsLines_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsLines_A01_t03.dart b/LibTest/io/File/readAsLines_A01_t03.dart
index 64eac44..cab741d 100644
--- a/LibTest/io/File/readAsLines_A01_t03.dart
+++ b/LibTest/io/File/readAsLines_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsLines_A01_t04.dart b/LibTest/io/File/readAsLines_A01_t04.dart
index 9b4348a..17619e2 100644
--- a/LibTest/io/File/readAsLines_A01_t04.dart
+++ b/LibTest/io/File/readAsLines_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsLines_A02_t01.dart b/LibTest/io/File/readAsLines_A02_t01.dart
index 31c8efc..10388a6 100644
--- a/LibTest/io/File/readAsLines_A02_t01.dart
+++ b/LibTest/io/File/readAsLines_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsLines_A03_t01.dart b/LibTest/io/File/readAsLines_A03_t01.dart
index 0b08ddc..4d8159e 100644
--- a/LibTest/io/File/readAsLines_A03_t01.dart
+++ b/LibTest/io/File/readAsLines_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<String>> readAsLines({Encoding encoding: utf8})
  * Read the entire file contents as lines of text using the given Encoding.
diff --git a/LibTest/io/File/readAsStringSync_A01_t01.dart b/LibTest/io/File/readAsStringSync_A01_t01.dart
index 7fa61ad..f75443b 100644
--- a/LibTest/io/File/readAsStringSync_A01_t01.dart
+++ b/LibTest/io/File/readAsStringSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsStringSync_A01_t02.dart b/LibTest/io/File/readAsStringSync_A01_t02.dart
index 80323a6..03222a5 100644
--- a/LibTest/io/File/readAsStringSync_A01_t02.dart
+++ b/LibTest/io/File/readAsStringSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsStringSync_A01_t03.dart b/LibTest/io/File/readAsStringSync_A01_t03.dart
index ad59da7..63f06d7 100644
--- a/LibTest/io/File/readAsStringSync_A01_t03.dart
+++ b/LibTest/io/File/readAsStringSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsStringSync_A01_t04.dart b/LibTest/io/File/readAsStringSync_A01_t04.dart
index af19685..5e7b569 100644
--- a/LibTest/io/File/readAsStringSync_A01_t04.dart
+++ b/LibTest/io/File/readAsStringSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsStringSync_A02_t01.dart b/LibTest/io/File/readAsStringSync_A02_t01.dart
index 70f1c42..066d64c 100644
--- a/LibTest/io/File/readAsStringSync_A02_t01.dart
+++ b/LibTest/io/File/readAsStringSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsStringSync_A03_t01.dart b/LibTest/io/File/readAsStringSync_A03_t01.dart
index 6691e1e..cc08506 100644
--- a/LibTest/io/File/readAsStringSync_A03_t01.dart
+++ b/LibTest/io/File/readAsStringSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readAsStringSync({Encoding encoding: utf8})
  * Synchronously read the entire file contents as a string using the given
diff --git a/LibTest/io/File/readAsString_A01_t01.dart b/LibTest/io/File/readAsString_A01_t01.dart
index d6f79ec..6cd014c 100644
--- a/LibTest/io/File/readAsString_A01_t01.dart
+++ b/LibTest/io/File/readAsString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/readAsString_A01_t02.dart b/LibTest/io/File/readAsString_A01_t02.dart
index 33b99fe..7780ed9 100644
--- a/LibTest/io/File/readAsString_A01_t02.dart
+++ b/LibTest/io/File/readAsString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/readAsString_A01_t03.dart b/LibTest/io/File/readAsString_A01_t03.dart
index c56fa44..016674e 100644
--- a/LibTest/io/File/readAsString_A01_t03.dart
+++ b/LibTest/io/File/readAsString_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/readAsString_A01_t04.dart b/LibTest/io/File/readAsString_A01_t04.dart
index 8e745c5..fc76902 100644
--- a/LibTest/io/File/readAsString_A01_t04.dart
+++ b/LibTest/io/File/readAsString_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/readAsString_A02_t01.dart b/LibTest/io/File/readAsString_A02_t01.dart
index 2b9d4cd..74dabda 100644
--- a/LibTest/io/File/readAsString_A02_t01.dart
+++ b/LibTest/io/File/readAsString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/readAsString_A03_t01.dart b/LibTest/io/File/readAsString_A03_t01.dart
index 4a59dbc..8f806c8 100644
--- a/LibTest/io/File/readAsString_A03_t01.dart
+++ b/LibTest/io/File/readAsString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> readAsString({Encoding encoding: utf8})
  * Read the entire file contents as a string using the given Encoding.
diff --git a/LibTest/io/File/renameSync_A01_t01.dart b/LibTest/io/File/renameSync_A01_t01.dart
index b442dc3..cc0866a 100644
--- a/LibTest/io/File/renameSync_A01_t01.dart
+++ b/LibTest/io/File/renameSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File renameSync(String newPath)
  * Synchronously renames this file. Returns a File instance for the renamed
diff --git a/LibTest/io/File/renameSync_A02_t01.dart b/LibTest/io/File/renameSync_A02_t01.dart
index f77a9dc..e9da356 100644
--- a/LibTest/io/File/renameSync_A02_t01.dart
+++ b/LibTest/io/File/renameSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File renameSync(String newPath)
  * Synchronously renames this file. Returns a File instance for the renamed
diff --git a/LibTest/io/File/renameSync_A03_t01.dart b/LibTest/io/File/renameSync_A03_t01.dart
index c1d1d6a..a301925 100644
--- a/LibTest/io/File/renameSync_A03_t01.dart
+++ b/LibTest/io/File/renameSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion File renameSync(String newPath)
  * Synchronously renames this file. Returns a File instance for the renamed
diff --git a/LibTest/io/File/rename_A01_t01.dart b/LibTest/io/File/rename_A01_t01.dart
index 74dee36..772b335 100644
--- a/LibTest/io/File/rename_A01_t01.dart
+++ b/LibTest/io/File/rename_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> rename(String newPath)
  * Renames this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/rename_A02_t01.dart b/LibTest/io/File/rename_A02_t01.dart
index 98108e2..2fc5038 100644
--- a/LibTest/io/File/rename_A02_t01.dart
+++ b/LibTest/io/File/rename_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> rename(String newPath)
  * Renames this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/rename_A03_t01.dart b/LibTest/io/File/rename_A03_t01.dart
index b442100..04a08fa 100644
--- a/LibTest/io/File/rename_A03_t01.dart
+++ b/LibTest/io/File/rename_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> rename(String newPath)
  * Renames this file. Returns a Future<File> that completes with a File instance
diff --git a/LibTest/io/File/resolveSymbolicLinksSync_A01_t01.dart b/LibTest/io/File/resolveSymbolicLinksSync_A01_t01.dart
index 22776c1..36bfb58 100644
--- a/LibTest/io/File/resolveSymbolicLinksSync_A01_t01.dart
+++ b/LibTest/io/File/resolveSymbolicLinksSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/resolveSymbolicLinksSync_A02_t01.dart b/LibTest/io/File/resolveSymbolicLinksSync_A02_t01.dart
index d744aa9..794291c 100644
--- a/LibTest/io/File/resolveSymbolicLinksSync_A02_t01.dart
+++ b/LibTest/io/File/resolveSymbolicLinksSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/resolveSymbolicLinksSync_A02_t02.dart b/LibTest/io/File/resolveSymbolicLinksSync_A02_t02.dart
index 297ee95..bc29728 100644
--- a/LibTest/io/File/resolveSymbolicLinksSync_A02_t02.dart
+++ b/LibTest/io/File/resolveSymbolicLinksSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/resolveSymbolicLinks_A01_t01.dart b/LibTest/io/File/resolveSymbolicLinks_A01_t01.dart
index 736cc21..9442c35 100644
--- a/LibTest/io/File/resolveSymbolicLinks_A01_t01.dart
+++ b/LibTest/io/File/resolveSymbolicLinks_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/resolveSymbolicLinks_A02_t01.dart b/LibTest/io/File/resolveSymbolicLinks_A02_t01.dart
index 233288a..412ff30 100644
--- a/LibTest/io/File/resolveSymbolicLinks_A02_t01.dart
+++ b/LibTest/io/File/resolveSymbolicLinks_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/resolveSymbolicLinks_A02_t02.dart b/LibTest/io/File/resolveSymbolicLinks_A02_t02.dart
index 95a57fd..a6f7838 100644
--- a/LibTest/io/File/resolveSymbolicLinks_A02_t02.dart
+++ b/LibTest/io/File/resolveSymbolicLinks_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/File/setLastAccessedSync_A01_t01.dart b/LibTest/io/File/setLastAccessedSync_A01_t01.dart
index 49f2ccc..0c8aff9 100644
--- a/LibTest/io/File/setLastAccessedSync_A01_t01.dart
+++ b/LibTest/io/File/setLastAccessedSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/setLastAccessedSync_A02_t01.dart b/LibTest/io/File/setLastAccessedSync_A02_t01.dart
index cf51d05..cec8786 100644
--- a/LibTest/io/File/setLastAccessedSync_A02_t01.dart
+++ b/LibTest/io/File/setLastAccessedSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/setLastAccessed_A01_t01.dart b/LibTest/io/File/setLastAccessed_A01_t01.dart
index 104773f..a8228bb 100644
--- a/LibTest/io/File/setLastAccessed_A01_t01.dart
+++ b/LibTest/io/File/setLastAccessed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/setLastAccessed_A02_t01.dart b/LibTest/io/File/setLastAccessed_A02_t01.dart
index 8401a2f..11a9c38 100644
--- a/LibTest/io/File/setLastAccessed_A02_t01.dart
+++ b/LibTest/io/File/setLastAccessed_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/setLastModifiedSync_A01_t01.dart b/LibTest/io/File/setLastModifiedSync_A01_t01.dart
index cdbcf43..8a50365 100644
--- a/LibTest/io/File/setLastModifiedSync_A01_t01.dart
+++ b/LibTest/io/File/setLastModifiedSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setLastModifiedSync (DateTime time)
  * Synchronously modifies the time the file was last modified.
diff --git a/LibTest/io/File/setLastModifiedSync_A02_t01.dart b/LibTest/io/File/setLastModifiedSync_A02_t01.dart
index 0e8f90c..e94c3ae 100644
--- a/LibTest/io/File/setLastModifiedSync_A02_t01.dart
+++ b/LibTest/io/File/setLastModifiedSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setLastModifiedSync (DateTime time)
  * Synchronously modifies the time the file was last modified.
diff --git a/LibTest/io/File/setLastModified_A01_t01.dart b/LibTest/io/File/setLastModified_A01_t01.dart
index 9a794c1..af33be7 100644
--- a/LibTest/io/File/setLastModified_A01_t01.dart
+++ b/LibTest/io/File/setLastModified_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/setLastModified_A02_t01.dart b/LibTest/io/File/setLastModified_A02_t01.dart
index b7edb37..dc46865 100644
--- a/LibTest/io/File/setLastModified_A02_t01.dart
+++ b/LibTest/io/File/setLastModified_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future setLastAccessed(DateTime time)
  * Modifies the time the file was last accessed.
diff --git a/LibTest/io/File/statSync_A01_t01.dart b/LibTest/io/File/statSync_A01_t01.dart
index ca5cd59..7a47b8c 100644
--- a/LibTest/io/File/statSync_A01_t01.dart
+++ b/LibTest/io/File/statSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/File/statSync_A01_t02.dart b/LibTest/io/File/statSync_A01_t02.dart
index f61a44d..5b8c039 100644
--- a/LibTest/io/File/statSync_A01_t02.dart
+++ b/LibTest/io/File/statSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/File/statSync_A01_t03.dart b/LibTest/io/File/statSync_A01_t03.dart
index 67556ac..3ad6839 100644
--- a/LibTest/io/File/statSync_A01_t03.dart
+++ b/LibTest/io/File/statSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/File/statSync_A01_t04.dart b/LibTest/io/File/statSync_A01_t04.dart
index 4a0d9a8..328f2ef 100644
--- a/LibTest/io/File/statSync_A01_t04.dart
+++ b/LibTest/io/File/statSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/File/statSync_A01_t05.dart b/LibTest/io/File/statSync_A01_t05.dart
index 2b04ef2..8566a40 100644
--- a/LibTest/io/File/statSync_A01_t05.dart
+++ b/LibTest/io/File/statSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/File/stat_A01_t01.dart b/LibTest/io/File/stat_A01_t01.dart
index 5a3f2b6..8b6bbdc 100644
--- a/LibTest/io/File/stat_A01_t01.dart
+++ b/LibTest/io/File/stat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/File/stat_A01_t02.dart b/LibTest/io/File/stat_A01_t02.dart
index 5f0d93c..d81ea6b 100644
--- a/LibTest/io/File/stat_A01_t02.dart
+++ b/LibTest/io/File/stat_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/File/stat_A01_t03.dart b/LibTest/io/File/stat_A01_t03.dart
index b5f2960..090e8bf 100644
--- a/LibTest/io/File/stat_A01_t03.dart
+++ b/LibTest/io/File/stat_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/File/stat_A01_t04.dart b/LibTest/io/File/stat_A01_t04.dart
index a789ee4..3e7ad3a 100644
--- a/LibTest/io/File/stat_A01_t04.dart
+++ b/LibTest/io/File/stat_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/File/stat_A01_t05.dart b/LibTest/io/File/stat_A01_t05.dart
index 4606762..e6ae482 100644
--- a/LibTest/io/File/stat_A01_t05.dart
+++ b/LibTest/io/File/stat_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/File/uri_A01_t01.dart b/LibTest/io/File/uri_A01_t01.dart
index bb8e37c..3026d91 100644
--- a/LibTest/io/File/uri_A01_t01.dart
+++ b/LibTest/io/File/uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/File/uri_A01_t02.dart b/LibTest/io/File/uri_A01_t02.dart
index a41b9dd..3dda179 100644
--- a/LibTest/io/File/uri_A01_t02.dart
+++ b/LibTest/io/File/uri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/File/writeAsBytesSync_A01_t01.dart b/LibTest/io/File/writeAsBytesSync_A01_t01.dart
index 20b0972..9be7873 100644
--- a/LibTest/io/File/writeAsBytesSync_A01_t01.dart
+++ b/LibTest/io/File/writeAsBytesSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t01.dart b/LibTest/io/File/writeAsBytesSync_A02_t01.dart
index c95ce4e..bd7757b 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t01.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t02.dart b/LibTest/io/File/writeAsBytesSync_A02_t02.dart
index 61bb293..a6054bf 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t02.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t03.dart b/LibTest/io/File/writeAsBytesSync_A02_t03.dart
index a965853..7926b3c 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t03.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t04.dart b/LibTest/io/File/writeAsBytesSync_A02_t04.dart
index 15dde2f..f46d8df 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t04.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t05.dart b/LibTest/io/File/writeAsBytesSync_A02_t05.dart
index 49f59a1..cc22889 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t05.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t06.dart b/LibTest/io/File/writeAsBytesSync_A02_t06.dart
index 44866aa..c8969ef 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t06.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t07.dart b/LibTest/io/File/writeAsBytesSync_A02_t07.dart
index 326cf5b..7fef8ab 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t07.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytesSync_A02_t08.dart b/LibTest/io/File/writeAsBytesSync_A02_t08.dart
index 5d2d400..c4a3aa3 100644
--- a/LibTest/io/File/writeAsBytesSync_A02_t08.dart
+++ b/LibTest/io/File/writeAsBytesSync_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsBytesSync(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A01_t01.dart b/LibTest/io/File/writeAsBytes_A01_t01.dart
index 74c5b41..e081f1d 100644
--- a/LibTest/io/File/writeAsBytes_A01_t01.dart
+++ b/LibTest/io/File/writeAsBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t01.dart b/LibTest/io/File/writeAsBytes_A02_t01.dart
index 0fc7b30..02431b7 100644
--- a/LibTest/io/File/writeAsBytes_A02_t01.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t02.dart b/LibTest/io/File/writeAsBytes_A02_t02.dart
index 842a71a..83b51e0 100644
--- a/LibTest/io/File/writeAsBytes_A02_t02.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t03.dart b/LibTest/io/File/writeAsBytes_A02_t03.dart
index a1d92fe..c1897fc 100644
--- a/LibTest/io/File/writeAsBytes_A02_t03.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t04.dart b/LibTest/io/File/writeAsBytes_A02_t04.dart
index 84ea6c0..07185df 100644
--- a/LibTest/io/File/writeAsBytes_A02_t04.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t05.dart b/LibTest/io/File/writeAsBytes_A02_t05.dart
index 486e658..d17992d 100644
--- a/LibTest/io/File/writeAsBytes_A02_t05.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t06.dart b/LibTest/io/File/writeAsBytes_A02_t06.dart
index 262cfb9..df229a6 100644
--- a/LibTest/io/File/writeAsBytes_A02_t06.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t07.dart b/LibTest/io/File/writeAsBytes_A02_t07.dart
index 283e4b9..cce9395 100644
--- a/LibTest/io/File/writeAsBytes_A02_t07.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsBytes_A02_t08.dart b/LibTest/io/File/writeAsBytes_A02_t08.dart
index 7243461..f0bb301 100644
--- a/LibTest/io/File/writeAsBytes_A02_t08.dart
+++ b/LibTest/io/File/writeAsBytes_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsBytes(
  * List<int> bytes, {
diff --git a/LibTest/io/File/writeAsStringSync_A01_t01.dart b/LibTest/io/File/writeAsStringSync_A01_t01.dart
index 37854f6..04e7195 100644
--- a/LibTest/io/File/writeAsStringSync_A01_t01.dart
+++ b/LibTest/io/File/writeAsStringSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A02_t01.dart b/LibTest/io/File/writeAsStringSync_A02_t01.dart
index 66bab36..3f2ea44 100644
--- a/LibTest/io/File/writeAsStringSync_A02_t01.dart
+++ b/LibTest/io/File/writeAsStringSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A02_t02.dart b/LibTest/io/File/writeAsStringSync_A02_t02.dart
index edabbef..f135224 100644
--- a/LibTest/io/File/writeAsStringSync_A02_t02.dart
+++ b/LibTest/io/File/writeAsStringSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t01.dart b/LibTest/io/File/writeAsStringSync_A03_t01.dart
index 9899820..b4ddd1b 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t01.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t02.dart b/LibTest/io/File/writeAsStringSync_A03_t02.dart
index 10ea76e..9657723 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t02.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t03.dart b/LibTest/io/File/writeAsStringSync_A03_t03.dart
index e7ee427..e0abd17 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t03.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t04.dart b/LibTest/io/File/writeAsStringSync_A03_t04.dart
index ab4b9b0..a1071f1 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t04.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t05.dart b/LibTest/io/File/writeAsStringSync_A03_t05.dart
index b705342..8c1183e 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t05.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t06.dart b/LibTest/io/File/writeAsStringSync_A03_t06.dart
index b57f371..05a581b 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t06.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t07.dart b/LibTest/io/File/writeAsStringSync_A03_t07.dart
index a36a580..6ecdf48 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t07.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsStringSync_A03_t08.dart b/LibTest/io/File/writeAsStringSync_A03_t08.dart
index ba93f70..41c4916 100644
--- a/LibTest/io/File/writeAsStringSync_A03_t08.dart
+++ b/LibTest/io/File/writeAsStringSync_A03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAsStringSync(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A01_t01.dart b/LibTest/io/File/writeAsString_A01_t01.dart
index 1cb4e92..8896d4a 100644
--- a/LibTest/io/File/writeAsString_A01_t01.dart
+++ b/LibTest/io/File/writeAsString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A02_t01.dart b/LibTest/io/File/writeAsString_A02_t01.dart
index 634a0db..b0b2dfd 100644
--- a/LibTest/io/File/writeAsString_A02_t01.dart
+++ b/LibTest/io/File/writeAsString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A02_t02.dart b/LibTest/io/File/writeAsString_A02_t02.dart
index fdcfdc8..46411ab 100644
--- a/LibTest/io/File/writeAsString_A02_t02.dart
+++ b/LibTest/io/File/writeAsString_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t01.dart b/LibTest/io/File/writeAsString_A03_t01.dart
index 53f9255..4d0c51f 100644
--- a/LibTest/io/File/writeAsString_A03_t01.dart
+++ b/LibTest/io/File/writeAsString_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t02.dart b/LibTest/io/File/writeAsString_A03_t02.dart
index 9829ea2..50f5f97 100644
--- a/LibTest/io/File/writeAsString_A03_t02.dart
+++ b/LibTest/io/File/writeAsString_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t03.dart b/LibTest/io/File/writeAsString_A03_t03.dart
index ded89dd..d49f57c 100644
--- a/LibTest/io/File/writeAsString_A03_t03.dart
+++ b/LibTest/io/File/writeAsString_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t04.dart b/LibTest/io/File/writeAsString_A03_t04.dart
index efff2fd..a3fc360 100644
--- a/LibTest/io/File/writeAsString_A03_t04.dart
+++ b/LibTest/io/File/writeAsString_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t05.dart b/LibTest/io/File/writeAsString_A03_t05.dart
index ec5235e..4dcb9e7 100644
--- a/LibTest/io/File/writeAsString_A03_t05.dart
+++ b/LibTest/io/File/writeAsString_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t06.dart b/LibTest/io/File/writeAsString_A03_t06.dart
index dd553c7..1ccf9e9 100644
--- a/LibTest/io/File/writeAsString_A03_t06.dart
+++ b/LibTest/io/File/writeAsString_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t07.dart b/LibTest/io/File/writeAsString_A03_t07.dart
index 5a57002..a6acfd3 100644
--- a/LibTest/io/File/writeAsString_A03_t07.dart
+++ b/LibTest/io/File/writeAsString_A03_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/File/writeAsString_A03_t08.dart b/LibTest/io/File/writeAsString_A03_t08.dart
index c2b9c2a..6fcb117 100644
--- a/LibTest/io/File/writeAsString_A03_t08.dart
+++ b/LibTest/io/File/writeAsString_A03_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<File> writeAsString(
  *  String contents, {
diff --git a/LibTest/io/FileStat/accessed_A01_t01.dart b/LibTest/io/FileStat/accessed_A01_t01.dart
index 2fc2d9e..6c77878 100644
--- a/LibTest/io/FileStat/accessed_A01_t01.dart
+++ b/LibTest/io/FileStat/accessed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime accessed
  * final
diff --git a/LibTest/io/FileStat/changed_A01_t01.dart b/LibTest/io/FileStat/changed_A01_t01.dart
index de27b91..a9b9fe6 100644
--- a/LibTest/io/FileStat/changed_A01_t01.dart
+++ b/LibTest/io/FileStat/changed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime changed
  * final
diff --git a/LibTest/io/FileStat/modeString_A01_t01.dart b/LibTest/io/FileStat/modeString_A01_t01.dart
index 7498d7e..333c77b 100644
--- a/LibTest/io/FileStat/modeString_A01_t01.dart
+++ b/LibTest/io/FileStat/modeString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String modeString()
  * Returns the mode value as a human-readable string, in the format "rwxrwxrwx",
diff --git a/LibTest/io/FileStat/mode_A01_t01.dart b/LibTest/io/FileStat/mode_A01_t01.dart
index 08cee21..eb6d2c9 100644
--- a/LibTest/io/FileStat/mode_A01_t01.dart
+++ b/LibTest/io/FileStat/mode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int mode
  * final
diff --git a/LibTest/io/FileStat/modified_A01_t01.dart b/LibTest/io/FileStat/modified_A01_t01.dart
index 5bae5dd..9ec2623 100644
--- a/LibTest/io/FileStat/modified_A01_t01.dart
+++ b/LibTest/io/FileStat/modified_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion DateTime modified
  *  final
diff --git a/LibTest/io/FileStat/size_A01_t01.dart b/LibTest/io/FileStat/size_A01_t01.dart
index ab16733..4f50064 100644
--- a/LibTest/io/FileStat/size_A01_t01.dart
+++ b/LibTest/io/FileStat/size_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int size
  *  final
diff --git a/LibTest/io/FileStat/statSync_A01_t01.dart b/LibTest/io/FileStat/statSync_A01_t01.dart
index f757668..d30deb3 100644
--- a/LibTest/io/FileStat/statSync_A01_t01.dart
+++ b/LibTest/io/FileStat/statSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync(String path)
  * Calls the operating system's stat() function on path. Returns a FileStat
diff --git a/LibTest/io/FileStat/statSync_A01_t02.dart b/LibTest/io/FileStat/statSync_A01_t02.dart
index dd75cd7..82cc1fc 100644
--- a/LibTest/io/FileStat/statSync_A01_t02.dart
+++ b/LibTest/io/FileStat/statSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync(String path)
  * Calls the operating system's stat() function on path. Returns a FileStat
diff --git a/LibTest/io/FileStat/statSync_A02_t01.dart b/LibTest/io/FileStat/statSync_A02_t01.dart
index 87773e4..5515ced 100644
--- a/LibTest/io/FileStat/statSync_A02_t01.dart
+++ b/LibTest/io/FileStat/statSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync(String path)
  * Calls the operating system's stat() function on path. Returns a FileStat
diff --git a/LibTest/io/FileStat/stat_A01_t01.dart b/LibTest/io/FileStat/stat_A01_t01.dart
index 6e1942a..fda1d20 100644
--- a/LibTest/io/FileStat/stat_A01_t01.dart
+++ b/LibTest/io/FileStat/stat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat(String path)
  * Asynchronously calls the operating system's stat() function on path. Returns
diff --git a/LibTest/io/FileStat/stat_A01_t02.dart b/LibTest/io/FileStat/stat_A01_t02.dart
index f0a0ecf..407a817 100644
--- a/LibTest/io/FileStat/stat_A01_t02.dart
+++ b/LibTest/io/FileStat/stat_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat(String path)
  * Asynchronously calls the operating system's stat() function on path. Returns
diff --git a/LibTest/io/FileStat/stat_A02_t01.dart b/LibTest/io/FileStat/stat_A02_t01.dart
index d52cbf1..fded819 100644
--- a/LibTest/io/FileStat/stat_A02_t01.dart
+++ b/LibTest/io/FileStat/stat_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat(String path)
  * Asynchronously calls the operating system's stat() function on path. Returns
diff --git a/LibTest/io/FileStat/type_A01_t01.dart b/LibTest/io/FileStat/type_A01_t01.dart
index c7b57fe..2f6e60b 100644
--- a/LibTest/io/FileStat/type_A01_t01.dart
+++ b/LibTest/io/FileStat/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileSystemEntityType type
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t01.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t01.dart
index e09deb1..5452199 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t01.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t02.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t02.dart
index 53b0741..a56e743 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t02.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t03.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t03.dart
index ef4e779..45a4c8d 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t03.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t04.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t04.dart
index 24ac90f..7b56067 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t04.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t05.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t05.dart
index ab821d0..5fd390e 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t05.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06.dart b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06.dart
index 5411266..7fd23b3 100644
--- a/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06.dart
+++ b/LibTest/io/FileSystemCreateEvent/isDirectory_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/path_A01_t01.dart b/LibTest/io/FileSystemCreateEvent/path_A01_t01.dart
index d838b78..e2ea8b8 100644
--- a/LibTest/io/FileSystemCreateEvent/path_A01_t01.dart
+++ b/LibTest/io/FileSystemCreateEvent/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/path_A01_t02.dart b/LibTest/io/FileSystemCreateEvent/path_A01_t02.dart
index 099c257..41ab12c 100644
--- a/LibTest/io/FileSystemCreateEvent/path_A01_t02.dart
+++ b/LibTest/io/FileSystemCreateEvent/path_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/path_A01_t03.dart b/LibTest/io/FileSystemCreateEvent/path_A01_t03.dart
index 34c3713..3e5f8e0 100644
--- a/LibTest/io/FileSystemCreateEvent/path_A01_t03.dart
+++ b/LibTest/io/FileSystemCreateEvent/path_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemCreateEvent/type_A01_t01.dart b/LibTest/io/FileSystemCreateEvent/type_A01_t01.dart
index 67d0911..f4148b4 100644
--- a/LibTest/io/FileSystemCreateEvent/type_A01_t01.dart
+++ b/LibTest/io/FileSystemCreateEvent/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemCreateEvent/type_A01_t02.dart b/LibTest/io/FileSystemCreateEvent/type_A01_t02.dart
index 957f2a5..18ff0f6 100644
--- a/LibTest/io/FileSystemCreateEvent/type_A01_t02.dart
+++ b/LibTest/io/FileSystemCreateEvent/type_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemCreateEvent/type_A01_t03.dart b/LibTest/io/FileSystemCreateEvent/type_A01_t03.dart
index 2c8d902..73f870f 100644
--- a/LibTest/io/FileSystemCreateEvent/type_A01_t03.dart
+++ b/LibTest/io/FileSystemCreateEvent/type_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t01.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t01.dart
index 0e957e5..de6d553 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t01.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t02.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t02.dart
index 27a640a..f1b00f4 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t02.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t03.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t03.dart
index bb52e2f..c6ffcf3 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t03.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t04.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t04.dart
index c73942f..973943d 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t04.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t05.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t05.dart
index d673de5..119c4b4 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t05.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t06.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t06.dart
index b39d6b1..0f40cb8 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t06.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t07.dart b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t07.dart
index 31bd294..2fd5033 100644
--- a/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t07.dart
+++ b/LibTest/io/FileSystemDeleteEvent/isDirectory_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/path_A01_t01.dart b/LibTest/io/FileSystemDeleteEvent/path_A01_t01.dart
index 188779b..db96f13 100644
--- a/LibTest/io/FileSystemDeleteEvent/path_A01_t01.dart
+++ b/LibTest/io/FileSystemDeleteEvent/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemDeleteEvent/path_A01_t02.dart b/LibTest/io/FileSystemDeleteEvent/path_A01_t02.dart
index 78de001..ead23eb 100644
--- a/LibTest/io/FileSystemDeleteEvent/path_A01_t02.dart
+++ b/LibTest/io/FileSystemDeleteEvent/path_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemDeleteEvent/path_A01_t03.dart b/LibTest/io/FileSystemDeleteEvent/path_A01_t03.dart
index 185058b..a2822d3 100644
--- a/LibTest/io/FileSystemDeleteEvent/path_A01_t03.dart
+++ b/LibTest/io/FileSystemDeleteEvent/path_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemDeleteEvent/type_A01_t01.dart b/LibTest/io/FileSystemDeleteEvent/type_A01_t01.dart
index f065761..363ca7a 100644
--- a/LibTest/io/FileSystemDeleteEvent/type_A01_t01.dart
+++ b/LibTest/io/FileSystemDeleteEvent/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/type_A01_t02.dart b/LibTest/io/FileSystemDeleteEvent/type_A01_t02.dart
index a5bea26..0965188 100644
--- a/LibTest/io/FileSystemDeleteEvent/type_A01_t02.dart
+++ b/LibTest/io/FileSystemDeleteEvent/type_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemDeleteEvent/type_A01_t03.dart b/LibTest/io/FileSystemDeleteEvent/type_A01_t03.dart
index a4b8dff..3573c96 100644
--- a/LibTest/io/FileSystemDeleteEvent/type_A01_t03.dart
+++ b/LibTest/io/FileSystemDeleteEvent/type_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t01.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t01.dart
index 3017f1c..9a78691 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t02.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t02.dart
index 0449011..37187b8 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t03.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t03.dart
index a16cfe4..3df1a0f 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t04.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t04.dart
index 4380adf..b6a2575 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t04.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t05.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t05.dart
index 46eb2e5..30148d0 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t05.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t06.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t06.dart
index 1a10085..8289d59 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t06.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t07.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t07.dart
index 74774f8..5af2140 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t07.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t08.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t08.dart
index b7cee2d..fc369cb 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t08.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A01_t09.dart b/LibTest/io/FileSystemEntity/identicalSync_A01_t09.dart
index d67201e..64e0d3d 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A01_t09.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A02_t01.dart b/LibTest/io/FileSystemEntity/identicalSync_A02_t01.dart
index 78ba4a2..4bb9b0e 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A02_t01.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A02_t02.dart b/LibTest/io/FileSystemEntity/identicalSync_A02_t02.dart
index ddfb29e..18794bd 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A02_t02.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identicalSync_A02_t03.dart b/LibTest/io/FileSystemEntity/identicalSync_A02_t03.dart
index 06ac317..aac8dda 100644
--- a/LibTest/io/FileSystemEntity/identicalSync_A02_t03.dart
+++ b/LibTest/io/FileSystemEntity/identicalSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool identicalSync(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t01.dart b/LibTest/io/FileSystemEntity/identical_A01_t01.dart
index ba354cb..d6e6cf7 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t02.dart b/LibTest/io/FileSystemEntity/identical_A01_t02.dart
index 131254d..143209c 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t03.dart b/LibTest/io/FileSystemEntity/identical_A01_t03.dart
index b858a61..67cc3e1 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t04.dart b/LibTest/io/FileSystemEntity/identical_A01_t04.dart
index d77e39e..019f03a 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t04.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t05.dart b/LibTest/io/FileSystemEntity/identical_A01_t05.dart
index 9cce56f..e79249f 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t05.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t06.dart b/LibTest/io/FileSystemEntity/identical_A01_t06.dart
index a246ac4..b2fe5c5 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t06.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t07.dart b/LibTest/io/FileSystemEntity/identical_A01_t07.dart
index 3d1a2a5..b16895c 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t07.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t08.dart b/LibTest/io/FileSystemEntity/identical_A01_t08.dart
index f10a6a4..2c87c18 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t08.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A01_t09.dart b/LibTest/io/FileSystemEntity/identical_A01_t09.dart
index 2fe4e13..dd0b187 100644
--- a/LibTest/io/FileSystemEntity/identical_A01_t09.dart
+++ b/LibTest/io/FileSystemEntity/identical_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A02_t01.dart b/LibTest/io/FileSystemEntity/identical_A02_t01.dart
index f8738a7..4b982e3 100644
--- a/LibTest/io/FileSystemEntity/identical_A02_t01.dart
+++ b/LibTest/io/FileSystemEntity/identical_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A02_t02.dart b/LibTest/io/FileSystemEntity/identical_A02_t02.dart
index d4e6ec8..84759dd 100644
--- a/LibTest/io/FileSystemEntity/identical_A02_t02.dart
+++ b/LibTest/io/FileSystemEntity/identical_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/identical_A02_t03.dart b/LibTest/io/FileSystemEntity/identical_A02_t03.dart
index 556aef8..2117a75 100644
--- a/LibTest/io/FileSystemEntity/identical_A02_t03.dart
+++ b/LibTest/io/FileSystemEntity/identical_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> identical(
  *  String path1,
diff --git a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t01.dart b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t01.dart
index ab859c3..f4bf330 100644
--- a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectorySync(String path)
  * Synchronously checks if typeSync(path) returns
diff --git a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t02.dart b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t02.dart
index 6ee94f3..3385b71 100644
--- a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectorySync(String path)
  * Synchronously checks if typeSync(path) returns
diff --git a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t03.dart b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t03.dart
index ffd0ff8..5134f11 100644
--- a/LibTest/io/FileSystemEntity/isDirectorySync_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isDirectorySync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectorySync(String path)
  * Synchronously checks if typeSync(path) returns
diff --git a/LibTest/io/FileSystemEntity/isDirectory_A01_t01.dart b/LibTest/io/FileSystemEntity/isDirectory_A01_t01.dart
index e918333..a59a106 100644
--- a/LibTest/io/FileSystemEntity/isDirectory_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isDirectory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isDirectory(String path)
  * Checks if type(path) returns FileSystemEntityType.directory.
diff --git a/LibTest/io/FileSystemEntity/isDirectory_A01_t02.dart b/LibTest/io/FileSystemEntity/isDirectory_A01_t02.dart
index 8486e48..e2c0cfc 100644
--- a/LibTest/io/FileSystemEntity/isDirectory_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isDirectory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isDirectory(String path)
  * Checks if type(path) returns FileSystemEntityType.directory.
diff --git a/LibTest/io/FileSystemEntity/isDirectory_A01_t03.dart b/LibTest/io/FileSystemEntity/isDirectory_A01_t03.dart
index d96e74b..38d7320 100644
--- a/LibTest/io/FileSystemEntity/isDirectory_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isDirectory_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isDirectory(String path)
  * Checks if type(path) returns FileSystemEntityType.directory.
diff --git a/LibTest/io/FileSystemEntity/isFileSync_A01_t01.dart b/LibTest/io/FileSystemEntity/isFileSync_A01_t01.dart
index 4e81d65..8947eed 100644
--- a/LibTest/io/FileSystemEntity/isFileSync_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isFileSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isFileSync(String path)
  * Synchronously checks if typeSync(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isFileSync_A01_t02.dart b/LibTest/io/FileSystemEntity/isFileSync_A01_t02.dart
index 9f97971..89ceb64 100644
--- a/LibTest/io/FileSystemEntity/isFileSync_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isFileSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isFileSync(String path)
  * Synchronously checks if typeSync(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isFileSync_A01_t03.dart b/LibTest/io/FileSystemEntity/isFileSync_A01_t03.dart
index eef6c39..6ed79d7 100644
--- a/LibTest/io/FileSystemEntity/isFileSync_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isFileSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isFileSync(String path)
  * Synchronously checks if typeSync(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isFile_A01_t01.dart b/LibTest/io/FileSystemEntity/isFile_A01_t01.dart
index bded149..3199ccb 100644
--- a/LibTest/io/FileSystemEntity/isFile_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isFile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isFile(String path)
  * Checks if type(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isFile_A01_t02.dart b/LibTest/io/FileSystemEntity/isFile_A01_t02.dart
index 998612a..3ebe00f 100644
--- a/LibTest/io/FileSystemEntity/isFile_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isFile_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isFile(String path)
  * Checks if type(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isFile_A01_t03.dart b/LibTest/io/FileSystemEntity/isFile_A01_t03.dart
index e123fd5..64749ec 100644
--- a/LibTest/io/FileSystemEntity/isFile_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isFile_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isFile(String path)
  * Checks if type(path) returns FileSystemEntityType.file.
diff --git a/LibTest/io/FileSystemEntity/isLinkSync_A01_t01.dart b/LibTest/io/FileSystemEntity/isLinkSync_A01_t01.dart
index 50d17b6..5252f7d 100644
--- a/LibTest/io/FileSystemEntity/isLinkSync_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isLinkSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkSync(String path)
  * Synchronously checks if typeSync(path, followLinks: false) returns
diff --git a/LibTest/io/FileSystemEntity/isLinkSync_A01_t02.dart b/LibTest/io/FileSystemEntity/isLinkSync_A01_t02.dart
index 2fe4261..a9cb5e6 100644
--- a/LibTest/io/FileSystemEntity/isLinkSync_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isLinkSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkSync(String path)
  * Synchronously checks if typeSync(path, followLinks: false) returns
diff --git a/LibTest/io/FileSystemEntity/isLinkSync_A01_t03.dart b/LibTest/io/FileSystemEntity/isLinkSync_A01_t03.dart
index ede57c4..1611200 100644
--- a/LibTest/io/FileSystemEntity/isLinkSync_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isLinkSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkSync(String path)
  * Synchronously checks if typeSync(path, followLinks: false) returns
diff --git a/LibTest/io/FileSystemEntity/isLink_A01_t01.dart b/LibTest/io/FileSystemEntity/isLink_A01_t01.dart
index 7ba3890..276a678 100644
--- a/LibTest/io/FileSystemEntity/isLink_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isLink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isLink(String path)
  * Checks if type(path, followLinks: false) returns FileSystemEntityType.link.
diff --git a/LibTest/io/FileSystemEntity/isLink_A01_t02.dart b/LibTest/io/FileSystemEntity/isLink_A01_t02.dart
index dd2ec0c..09fc609 100644
--- a/LibTest/io/FileSystemEntity/isLink_A01_t02.dart
+++ b/LibTest/io/FileSystemEntity/isLink_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isLink(String path)
  * Checks if type(path, followLinks: false) returns FileSystemEntityType.link.
diff --git a/LibTest/io/FileSystemEntity/isLink_A01_t03.dart b/LibTest/io/FileSystemEntity/isLink_A01_t03.dart
index 13cac95..88bd715 100644
--- a/LibTest/io/FileSystemEntity/isLink_A01_t03.dart
+++ b/LibTest/io/FileSystemEntity/isLink_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isLink(String path)
  * Checks if type(path, followLinks: false) returns FileSystemEntityType.link.
diff --git a/LibTest/io/FileSystemEntity/isWatchSupported_A01_t01.dart b/LibTest/io/FileSystemEntity/isWatchSupported_A01_t01.dart
index 290d294..16f95cf 100644
--- a/LibTest/io/FileSystemEntity/isWatchSupported_A01_t01.dart
+++ b/LibTest/io/FileSystemEntity/isWatchSupported_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isWatchSupported
  * Test if watch is supported on the current system.
diff --git a/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t01.dart b/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t01.dart
index a7cd640..d3d6c12 100644
--- a/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t01.dart
+++ b/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contentChanged
  *  final
diff --git a/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t02.dart b/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t02.dart
index 9659c2a..39ca537 100644
--- a/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t02.dart
+++ b/LibTest/io/FileSystemModifyEvent/contentChanged_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contentChanged
  *  final
diff --git a/LibTest/io/FileSystemModifyEvent/isDirectory_A01_t01.dart b/LibTest/io/FileSystemModifyEvent/isDirectory_A01_t01.dart
index 695935e..4485351 100644
--- a/LibTest/io/FileSystemModifyEvent/isDirectory_A01_t01.dart
+++ b/LibTest/io/FileSystemModifyEvent/isDirectory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemModifyEvent/path_A01_t02.dart b/LibTest/io/FileSystemModifyEvent/path_A01_t02.dart
index b76a701..6b62115 100644
--- a/LibTest/io/FileSystemModifyEvent/path_A01_t02.dart
+++ b/LibTest/io/FileSystemModifyEvent/path_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemModifyEvent/type_A01_t01.dart b/LibTest/io/FileSystemModifyEvent/type_A01_t01.dart
index 2b6e109..0a6e10b 100644
--- a/LibTest/io/FileSystemModifyEvent/type_A01_t01.dart
+++ b/LibTest/io/FileSystemModifyEvent/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemMoveEvent/destination_A01_t01.dart b/LibTest/io/FileSystemMoveEvent/destination_A01_t01.dart
index 2c75dc5..8a04faf 100644
--- a/LibTest/io/FileSystemMoveEvent/destination_A01_t01.dart
+++ b/LibTest/io/FileSystemMoveEvent/destination_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String destination
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/destination_A01_t02.dart b/LibTest/io/FileSystemMoveEvent/destination_A01_t02.dart
index 6049696..418fad6 100644
--- a/LibTest/io/FileSystemMoveEvent/destination_A01_t02.dart
+++ b/LibTest/io/FileSystemMoveEvent/destination_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String destination
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/destination_A01_t03.dart b/LibTest/io/FileSystemMoveEvent/destination_A01_t03.dart
index 7c687b8..ff4f485 100644
--- a/LibTest/io/FileSystemMoveEvent/destination_A01_t03.dart
+++ b/LibTest/io/FileSystemMoveEvent/destination_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String destination
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t01.dart b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t01.dart
index fb3dd12..c5966b1 100644
--- a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t01.dart
+++ b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t02.dart b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t02.dart
index 2c47a18..39b0f50 100644
--- a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t02.dart
+++ b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t03.dart b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t03.dart
index 86eb5aa..b8a0abe 100644
--- a/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t03.dart
+++ b/LibTest/io/FileSystemMoveEvent/isDirectory_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isDirectory
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/path_A01_t01.dart b/LibTest/io/FileSystemMoveEvent/path_A01_t01.dart
index dafdaed..17e404a 100644
--- a/LibTest/io/FileSystemMoveEvent/path_A01_t01.dart
+++ b/LibTest/io/FileSystemMoveEvent/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/path_A01_t02.dart b/LibTest/io/FileSystemMoveEvent/path_A01_t02.dart
index c4edbe9..0853be1 100644
--- a/LibTest/io/FileSystemMoveEvent/path_A01_t02.dart
+++ b/LibTest/io/FileSystemMoveEvent/path_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/path_A01_t03.dart b/LibTest/io/FileSystemMoveEvent/path_A01_t03.dart
index 30045d2..1bd2df4 100644
--- a/LibTest/io/FileSystemMoveEvent/path_A01_t03.dart
+++ b/LibTest/io/FileSystemMoveEvent/path_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * final
diff --git a/LibTest/io/FileSystemMoveEvent/type_A01_t01.dart b/LibTest/io/FileSystemMoveEvent/type_A01_t01.dart
index d985a52..5346dcd 100644
--- a/LibTest/io/FileSystemMoveEvent/type_A01_t01.dart
+++ b/LibTest/io/FileSystemMoveEvent/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemMoveEvent/type_A01_t02.dart b/LibTest/io/FileSystemMoveEvent/type_A01_t02.dart
index cd3d1e9..749f345 100644
--- a/LibTest/io/FileSystemMoveEvent/type_A01_t02.dart
+++ b/LibTest/io/FileSystemMoveEvent/type_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/FileSystemMoveEvent/type_A01_t03.dart b/LibTest/io/FileSystemMoveEvent/type_A01_t03.dart
index 4e12c36..d42e655 100644
--- a/LibTest/io/FileSystemMoveEvent/type_A01_t03.dart
+++ b/LibTest/io/FileSystemMoveEvent/type_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int type
  *  final
diff --git a/LibTest/io/GZipCodec/decode_A01_t01.dart b/LibTest/io/GZipCodec/decode_A01_t01.dart
index 6451d81..951ff57 100644
--- a/LibTest/io/GZipCodec/decode_A01_t01.dart
+++ b/LibTest/io/GZipCodec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S decode(T encoded)
  * @description Checks that this method decodes data from gzip
diff --git a/LibTest/io/GZipCodec/decoder_A01_t01.dart b/LibTest/io/GZipCodec/decoder_A01_t01.dart
index a17ac6c..fc186f0 100644
--- a/LibTest/io/GZipCodec/decoder_A01_t01.dart
+++ b/LibTest/io/GZipCodec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZLibDecoder decoder
  * Get a ZLibDecoder for decoding GZip compressed data.
diff --git a/LibTest/io/GZipCodec/dictionary_A01_t01.dart b/LibTest/io/GZipCodec/dictionary_A01_t01.dart
index d276b8a..d5dd094 100644
--- a/LibTest/io/GZipCodec/dictionary_A01_t01.dart
+++ b/LibTest/io/GZipCodec/dictionary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> dictionary
  *  final
diff --git a/LibTest/io/GZipCodec/encode_A01_t01.dart b/LibTest/io/GZipCodec/encode_A01_t01.dart
index 55dec9d..8e55a52 100644
--- a/LibTest/io/GZipCodec/encode_A01_t01.dart
+++ b/LibTest/io/GZipCodec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T encode(S input)
  * @description Checks that this method encodes data to gzip
diff --git a/LibTest/io/GZipCodec/encoder_A01_t01.dart b/LibTest/io/GZipCodec/encoder_A01_t01.dart
index f81454f..58c6357 100644
--- a/LibTest/io/GZipCodec/encoder_A01_t01.dart
+++ b/LibTest/io/GZipCodec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZLibEncoder encoder
  * Get a ZLibEncoder for encoding to GZip compressed data.
diff --git a/LibTest/io/GZipCodec/fuse_A01_t01.dart b/LibTest/io/GZipCodec/fuse_A01_t01.dart
index 7ba509e..d92e850 100644
--- a/LibTest/io/GZipCodec/fuse_A01_t01.dart
+++ b/LibTest/io/GZipCodec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
  * Fuses this with other.
diff --git a/LibTest/io/GZipCodec/gzip_A01_t01.dart b/LibTest/io/GZipCodec/gzip_A01_t01.dart
index 84a9f97..9cd4da3 100644
--- a/LibTest/io/GZipCodec/gzip_A01_t01.dart
+++ b/LibTest/io/GZipCodec/gzip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool gzip
  *  final
diff --git a/LibTest/io/GZipCodec/inverted_A01_t01.dart b/LibTest/io/GZipCodec/inverted_A01_t01.dart
index 2cdf076..1da1dcc 100644
--- a/LibTest/io/GZipCodec/inverted_A01_t01.dart
+++ b/LibTest/io/GZipCodec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/io/GZipCodec/level_A01_t01.dart b/LibTest/io/GZipCodec/level_A01_t01.dart
index 27e53a4..aba7933 100644
--- a/LibTest/io/GZipCodec/level_A01_t01.dart
+++ b/LibTest/io/GZipCodec/level_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int level
  *  final
diff --git a/LibTest/io/GZipCodec/memLevel_A01_t01.dart b/LibTest/io/GZipCodec/memLevel_A01_t01.dart
index dfbff52..6202eeb 100644
--- a/LibTest/io/GZipCodec/memLevel_A01_t01.dart
+++ b/LibTest/io/GZipCodec/memLevel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int memLevel
  *  final
diff --git a/LibTest/io/GZipCodec/raw_A01_t01.dart b/LibTest/io/GZipCodec/raw_A01_t01.dart
index 99d6f98..aaf220e 100644
--- a/LibTest/io/GZipCodec/raw_A01_t01.dart
+++ b/LibTest/io/GZipCodec/raw_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool raw
  *  final
diff --git a/LibTest/io/GZipCodec/strategy_A01_t01.dart b/LibTest/io/GZipCodec/strategy_A01_t01.dart
index 3ea62ba..80e5803 100644
--- a/LibTest/io/GZipCodec/strategy_A01_t01.dart
+++ b/LibTest/io/GZipCodec/strategy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  *  final
diff --git a/LibTest/io/GZipCodec/windowBits_A01_t01.dart b/LibTest/io/GZipCodec/windowBits_A01_t01.dart
index 1b2a660..39145e3 100644
--- a/LibTest/io/GZipCodec/windowBits_A01_t01.dart
+++ b/LibTest/io/GZipCodec/windowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int windowBits
  * final
diff --git a/LibTest/io/HeaderValue/HeaderValue_A01_t01.dart b/LibTest/io/HeaderValue/HeaderValue_A01_t01.dart
index 1eb3d14..7907d6e 100644
--- a/LibTest/io/HeaderValue/HeaderValue_A01_t01.dart
+++ b/LibTest/io/HeaderValue/HeaderValue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue([
  *  String value = "",
diff --git a/LibTest/io/HeaderValue/parameters_A01_t01.dart b/LibTest/io/HeaderValue/parameters_A01_t01.dart
index a29cad2..16ec3cc 100644
--- a/LibTest/io/HeaderValue/parameters_A01_t01.dart
+++ b/LibTest/io/HeaderValue/parameters_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> parameters
  * Gets the map of parameters.
diff --git a/LibTest/io/HeaderValue/parameters_A02_t01.dart b/LibTest/io/HeaderValue/parameters_A02_t01.dart
index 744a561..47da944 100644
--- a/LibTest/io/HeaderValue/parameters_A02_t01.dart
+++ b/LibTest/io/HeaderValue/parameters_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<String, String> parameters
  * Gets the map of parameters.
diff --git a/LibTest/io/HeaderValue/parse_A01_t01.dart b/LibTest/io/HeaderValue/parse_A01_t01.dart
index bde27e6..f2bf664 100644
--- a/LibTest/io/HeaderValue/parse_A01_t01.dart
+++ b/LibTest/io/HeaderValue/parse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue parse(
  *  String value, {
diff --git a/LibTest/io/HeaderValue/parse_A02_t01.dart b/LibTest/io/HeaderValue/parse_A02_t01.dart
index 76d8ce7..326f99e 100644
--- a/LibTest/io/HeaderValue/parse_A02_t01.dart
+++ b/LibTest/io/HeaderValue/parse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue parse(
  *  String value, {
diff --git a/LibTest/io/HeaderValue/parse_A02_t02.dart b/LibTest/io/HeaderValue/parse_A02_t02.dart
index 0a22923..31b63fb 100644
--- a/LibTest/io/HeaderValue/parse_A02_t02.dart
+++ b/LibTest/io/HeaderValue/parse_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue parse(
  *  String value, {
diff --git a/LibTest/io/HeaderValue/parse_A03_t01.dart b/LibTest/io/HeaderValue/parse_A03_t01.dart
index bb69942..c6f0b9d 100644
--- a/LibTest/io/HeaderValue/parse_A03_t01.dart
+++ b/LibTest/io/HeaderValue/parse_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue parse(
  *  String value, {
diff --git a/LibTest/io/HeaderValue/parse_A04_t01.dart b/LibTest/io/HeaderValue/parse_A04_t01.dart
index 1936058..4ea1626 100644
--- a/LibTest/io/HeaderValue/parse_A04_t01.dart
+++ b/LibTest/io/HeaderValue/parse_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HeaderValue parse(
  *  String value, {
diff --git a/LibTest/io/HeaderValue/value_A01_t01.dart b/LibTest/io/HeaderValue/value_A01_t01.dart
index cae01ef..0ee39cc 100644
--- a/LibTest/io/HeaderValue/value_A01_t01.dart
+++ b/LibTest/io/HeaderValue/value_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String value
  * Gets the header value.
diff --git a/LibTest/io/HttpClient/addCredentials_A01_t01.dart b/LibTest/io/HttpClient/addCredentials_A01_t01.dart
index 5152e68..43aeec4 100644
--- a/LibTest/io/HttpClient/addCredentials_A01_t01.dart
+++ b/LibTest/io/HttpClient/addCredentials_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addCredentials(
  *  Uri url,
diff --git a/LibTest/io/HttpClient/addCredentials_A02_t01.dart b/LibTest/io/HttpClient/addCredentials_A02_t01.dart
index 9c7f128..087a6f0 100644
--- a/LibTest/io/HttpClient/addCredentials_A02_t01.dart
+++ b/LibTest/io/HttpClient/addCredentials_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addCredentials(
  *  Uri url,
diff --git a/LibTest/io/HttpClient/addCredentials_A03_t01.dart b/LibTest/io/HttpClient/addCredentials_A03_t01.dart
index 145140f..828dea3 100644
--- a/LibTest/io/HttpClient/addCredentials_A03_t01.dart
+++ b/LibTest/io/HttpClient/addCredentials_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addCredentials(
  *  Uri url,
diff --git a/LibTest/io/HttpClient/addProxyCredentials_A01_t01.dart b/LibTest/io/HttpClient/addProxyCredentials_A01_t01.dart
index 086d760..c00c3d9 100644
--- a/LibTest/io/HttpClient/addProxyCredentials_A01_t01.dart
+++ b/LibTest/io/HttpClient/addProxyCredentials_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addProxyCredentials(
  *  String host,
diff --git a/LibTest/io/HttpClient/addProxyCredentials_A02_t01.dart b/LibTest/io/HttpClient/addProxyCredentials_A02_t01.dart
index d1e43f3..7fd13ce 100644
--- a/LibTest/io/HttpClient/addProxyCredentials_A02_t01.dart
+++ b/LibTest/io/HttpClient/addProxyCredentials_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addProxyCredentials(
  *  String host,
diff --git a/LibTest/io/HttpClient/addProxyCredentials_A03_t01.dart b/LibTest/io/HttpClient/addProxyCredentials_A03_t01.dart
index 7d6bca0..4b09808 100644
--- a/LibTest/io/HttpClient/addProxyCredentials_A03_t01.dart
+++ b/LibTest/io/HttpClient/addProxyCredentials_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addProxyCredentials(
  *  String host,
diff --git a/LibTest/io/HttpClient/authenticateProxy_A01_t01.dart b/LibTest/io/HttpClient/authenticateProxy_A01_t01.dart
index 01aabae..2aae508 100644
--- a/LibTest/io/HttpClient/authenticateProxy_A01_t01.dart
+++ b/LibTest/io/HttpClient/authenticateProxy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticateProxy=(
  *  Future<bool> f(
diff --git a/LibTest/io/HttpClient/authenticateProxy_A01_t02.dart b/LibTest/io/HttpClient/authenticateProxy_A01_t02.dart
index a7f2b2b..2d19d70 100644
--- a/LibTest/io/HttpClient/authenticateProxy_A01_t02.dart
+++ b/LibTest/io/HttpClient/authenticateProxy_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticateProxy=(
  *  Future<bool> f(
diff --git a/LibTest/io/HttpClient/authenticateProxy_A02_t01.dart b/LibTest/io/HttpClient/authenticateProxy_A02_t01.dart
index 87bb223..02fd489 100644
--- a/LibTest/io/HttpClient/authenticateProxy_A02_t01.dart
+++ b/LibTest/io/HttpClient/authenticateProxy_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticateProxy=(
  *  Future<bool> f(
diff --git a/LibTest/io/HttpClient/authenticate_A01_t01.dart b/LibTest/io/HttpClient/authenticate_A01_t01.dart
index aa76124..f0126da 100644
--- a/LibTest/io/HttpClient/authenticate_A01_t01.dart
+++ b/LibTest/io/HttpClient/authenticate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticate=(
  *    Future<bool> f(
diff --git a/LibTest/io/HttpClient/authenticate_A01_t02.dart b/LibTest/io/HttpClient/authenticate_A01_t02.dart
index ec4a1c6..65ab14c 100644
--- a/LibTest/io/HttpClient/authenticate_A01_t02.dart
+++ b/LibTest/io/HttpClient/authenticate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticate=(
  *    Future<bool> f(
diff --git a/LibTest/io/HttpClient/authenticate_A02_t01.dart b/LibTest/io/HttpClient/authenticate_A02_t01.dart
index 7a269c0..cff1ee2 100644
--- a/LibTest/io/HttpClient/authenticate_A02_t01.dart
+++ b/LibTest/io/HttpClient/authenticate_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void authenticate=(
  *    Future<bool> f(
diff --git a/LibTest/io/HttpClient/autoUncompress_A01_t01.dart b/LibTest/io/HttpClient/autoUncompress_A01_t01.dart
index 7863856..8d82d8c 100644
--- a/LibTest/io/HttpClient/autoUncompress_A01_t01.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A02_t01.dart b/LibTest/io/HttpClient/autoUncompress_A02_t01.dart
index 21878f6..405b25e 100644
--- a/LibTest/io/HttpClient/autoUncompress_A02_t01.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A02_t02.dart b/LibTest/io/HttpClient/autoUncompress_A02_t02.dart
index 441c971..5bdc484 100644
--- a/LibTest/io/HttpClient/autoUncompress_A02_t02.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A03_t01.dart b/LibTest/io/HttpClient/autoUncompress_A03_t01.dart
index 0d9b27e..3ce846d 100644
--- a/LibTest/io/HttpClient/autoUncompress_A03_t01.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A04_t01.dart b/LibTest/io/HttpClient/autoUncompress_A04_t01.dart
index 35de263..cb9a9ca 100644
--- a/LibTest/io/HttpClient/autoUncompress_A04_t01.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A04_t02.dart b/LibTest/io/HttpClient/autoUncompress_A04_t02.dart
index 923413b..d17cf3d 100644
--- a/LibTest/io/HttpClient/autoUncompress_A04_t02.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/autoUncompress_A04_t03.dart b/LibTest/io/HttpClient/autoUncompress_A04_t03.dart
index 30d6f62..7536a11 100644
--- a/LibTest/io/HttpClient/autoUncompress_A04_t03.dart
+++ b/LibTest/io/HttpClient/autoUncompress_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoUncompress
  *  read / write
diff --git a/LibTest/io/HttpClient/close_A01_t01.dart b/LibTest/io/HttpClient/close_A01_t01.dart
index 423071c..1bdb4e8 100644
--- a/LibTest/io/HttpClient/close_A01_t01.dart
+++ b/LibTest/io/HttpClient/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close({
  *  bool force: false
diff --git a/LibTest/io/HttpClient/deleteUrl_A01_t01.dart b/LibTest/io/HttpClient/deleteUrl_A01_t01.dart
index 725e0aa..e120260 100644
--- a/LibTest/io/HttpClient/deleteUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/deleteUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> deleteUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/deleteUrl_A01_t02.dart b/LibTest/io/HttpClient/deleteUrl_A01_t02.dart
index a464c85..8d74267 100644
--- a/LibTest/io/HttpClient/deleteUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/deleteUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> deleteUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/delete_A01_t01.dart b/LibTest/io/HttpClient/delete_A01_t01.dart
index 81950d0..bf6d504 100644
--- a/LibTest/io/HttpClient/delete_A01_t01.dart
+++ b/LibTest/io/HttpClient/delete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> delete(
  *  String host,
diff --git a/LibTest/io/HttpClient/delete_A01_t02.dart b/LibTest/io/HttpClient/delete_A01_t02.dart
index 312b8b3..aace7f7 100644
--- a/LibTest/io/HttpClient/delete_A01_t02.dart
+++ b/LibTest/io/HttpClient/delete_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> delete(
  *  String host,
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A01_t01.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A01_t01.dart
index ea04f06..66a8507 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A01_t01.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t01.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t01.dart
index c2ac3a6..e9ede18 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t01.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t02.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t02.dart
index 3fc2638..fdfc736 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t02.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t03.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t03.dart
index 2a217e8..33a2657 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t03.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t04.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t04.dart
index 150124b..ad70c26 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t04.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t05.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t05.dart
index b38d3d6..540b185 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t05.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A03_t01.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A03_t01.dart
index 709706d..336288d 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A03_t01.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxyFromEnvironment_A04_t01.dart b/LibTest/io/HttpClient/findProxyFromEnvironment_A04_t01.dart
index 8d31fe3..a8e8c80 100644
--- a/LibTest/io/HttpClient/findProxyFromEnvironment_A04_t01.dart
+++ b/LibTest/io/HttpClient/findProxyFromEnvironment_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String findProxyFromEnvironment(
  *  Uri url, {
diff --git a/LibTest/io/HttpClient/findProxy_A01_t01.dart b/LibTest/io/HttpClient/findProxy_A01_t01.dart
index 999ef0c..e74549e 100644
--- a/LibTest/io/HttpClient/findProxy_A01_t01.dart
+++ b/LibTest/io/HttpClient/findProxy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/findProxy_A01_t02.dart b/LibTest/io/HttpClient/findProxy_A01_t02.dart
index c2909bd..e65c984 100644
--- a/LibTest/io/HttpClient/findProxy_A01_t02.dart
+++ b/LibTest/io/HttpClient/findProxy_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/findProxy_A02_t01.dart b/LibTest/io/HttpClient/findProxy_A02_t01.dart
index cd7cce6..ba15d7b 100644
--- a/LibTest/io/HttpClient/findProxy_A02_t01.dart
+++ b/LibTest/io/HttpClient/findProxy_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/findProxy_A02_t02.dart b/LibTest/io/HttpClient/findProxy_A02_t02.dart
index 84a2e7c..986571d 100644
--- a/LibTest/io/HttpClient/findProxy_A02_t02.dart
+++ b/LibTest/io/HttpClient/findProxy_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/findProxy_A03_t01.dart b/LibTest/io/HttpClient/findProxy_A03_t01.dart
index d1a844c..0059b70 100644
--- a/LibTest/io/HttpClient/findProxy_A03_t01.dart
+++ b/LibTest/io/HttpClient/findProxy_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/findProxy_A03_t02.dart b/LibTest/io/HttpClient/findProxy_A03_t02.dart
index 22c2230..5a9b5ea 100644
--- a/LibTest/io/HttpClient/findProxy_A03_t02.dart
+++ b/LibTest/io/HttpClient/findProxy_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void findProxy=(
  *  String f(
diff --git a/LibTest/io/HttpClient/getUrl_A01_t01.dart b/LibTest/io/HttpClient/getUrl_A01_t01.dart
index c0e78a0..8d25821 100644
--- a/LibTest/io/HttpClient/getUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/getUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> getUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/getUrl_A01_t02.dart b/LibTest/io/HttpClient/getUrl_A01_t02.dart
index 8d81b50..4a828c4 100644
--- a/LibTest/io/HttpClient/getUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/getUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> getUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/get_A01_t01.dart b/LibTest/io/HttpClient/get_A01_t01.dart
index 192e848..648698c 100644
--- a/LibTest/io/HttpClient/get_A01_t01.dart
+++ b/LibTest/io/HttpClient/get_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> get(
  *  String host,
diff --git a/LibTest/io/HttpClient/get_A01_t02.dart b/LibTest/io/HttpClient/get_A01_t02.dart
index e74383e..ab38865 100644
--- a/LibTest/io/HttpClient/get_A01_t02.dart
+++ b/LibTest/io/HttpClient/get_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> get(
  *  String host,
diff --git a/LibTest/io/HttpClient/headUrl_A01_t01.dart b/LibTest/io/HttpClient/headUrl_A01_t01.dart
index 0c29169..e3b17c8 100644
--- a/LibTest/io/HttpClient/headUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/headUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> headUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/headUrl_A01_t02.dart b/LibTest/io/HttpClient/headUrl_A01_t02.dart
index eb43e89..68cfb2b 100644
--- a/LibTest/io/HttpClient/headUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/headUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> headUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/head_A01_t01.dart b/LibTest/io/HttpClient/head_A01_t01.dart
index cafa247..dd1dcc5 100644
--- a/LibTest/io/HttpClient/head_A01_t01.dart
+++ b/LibTest/io/HttpClient/head_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> head(
  *  String host,
diff --git a/LibTest/io/HttpClient/head_A01_t02.dart b/LibTest/io/HttpClient/head_A01_t02.dart
index dcfc4ea..9f457f9 100644
--- a/LibTest/io/HttpClient/head_A01_t02.dart
+++ b/LibTest/io/HttpClient/head_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> head(
  *  String host,
diff --git a/LibTest/io/HttpClient/idleTimeout_A01_t01.dart b/LibTest/io/HttpClient/idleTimeout_A01_t01.dart
index f73bf31..329a9a1 100644
--- a/LibTest/io/HttpClient/idleTimeout_A01_t01.dart
+++ b/LibTest/io/HttpClient/idleTimeout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration idleTimeout
  *  read / write
diff --git a/LibTest/io/HttpClient/idleTimeout_A02_t01.dart b/LibTest/io/HttpClient/idleTimeout_A02_t01.dart
index ff9a06e..b171956 100644
--- a/LibTest/io/HttpClient/idleTimeout_A02_t01.dart
+++ b/LibTest/io/HttpClient/idleTimeout_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration idleTimeout
  *  read / write
diff --git a/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t01.dart b/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t01.dart
index 3ad2b6a..dbe2431 100644
--- a/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t01.dart
+++ b/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxConnectionsPerHost
  * read / write
diff --git a/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t02.dart b/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t02.dart
index deb8889..482508d 100644
--- a/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t02.dart
+++ b/LibTest/io/HttpClient/maxConnectionsPerHost_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxConnectionsPerHost
  * read / write
diff --git a/LibTest/io/HttpClient/openUrl_A01_t01.dart b/LibTest/io/HttpClient/openUrl_A01_t01.dart
index 7ce31bf..f090217 100644
--- a/LibTest/io/HttpClient/openUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/openUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> openUrl(
  *  String method,
diff --git a/LibTest/io/HttpClient/openUrl_A01_t02.dart b/LibTest/io/HttpClient/openUrl_A01_t02.dart
index 1212654..7372982 100644
--- a/LibTest/io/HttpClient/openUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/openUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> openUrl(
  *  String method,
diff --git a/LibTest/io/HttpClient/openUrl_A01_t03.dart b/LibTest/io/HttpClient/openUrl_A01_t03.dart
index b1105a7..a8e284d 100644
--- a/LibTest/io/HttpClient/openUrl_A01_t03.dart
+++ b/LibTest/io/HttpClient/openUrl_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> openUrl(
  *  String method,
diff --git a/LibTest/io/HttpClient/openUrl_A01_t04.dart b/LibTest/io/HttpClient/openUrl_A01_t04.dart
index f8136a7..cef464e 100644
--- a/LibTest/io/HttpClient/openUrl_A01_t04.dart
+++ b/LibTest/io/HttpClient/openUrl_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> openUrl(
  *  String method,
diff --git a/LibTest/io/HttpClient/openUrl_A01_t05.dart b/LibTest/io/HttpClient/openUrl_A01_t05.dart
index ce4a2f2..07b78b9 100644
--- a/LibTest/io/HttpClient/openUrl_A01_t05.dart
+++ b/LibTest/io/HttpClient/openUrl_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> openUrl(
  *  String method,
diff --git a/LibTest/io/HttpClient/open_A01_t01.dart b/LibTest/io/HttpClient/open_A01_t01.dart
index 4209314..c3951bd 100644
--- a/LibTest/io/HttpClient/open_A01_t01.dart
+++ b/LibTest/io/HttpClient/open_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> open(
  *  String method,
diff --git a/LibTest/io/HttpClient/open_A01_t02.dart b/LibTest/io/HttpClient/open_A01_t02.dart
index fa9fc1e..5f1e1c9 100644
--- a/LibTest/io/HttpClient/open_A01_t02.dart
+++ b/LibTest/io/HttpClient/open_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> open(
  *  String method,
diff --git a/LibTest/io/HttpClient/open_A01_t03.dart b/LibTest/io/HttpClient/open_A01_t03.dart
index d1a2696..7165e4d 100644
--- a/LibTest/io/HttpClient/open_A01_t03.dart
+++ b/LibTest/io/HttpClient/open_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> open(
  *  String method,
diff --git a/LibTest/io/HttpClient/open_A01_t04.dart b/LibTest/io/HttpClient/open_A01_t04.dart
index 043c0f8..c9bebb0 100644
--- a/LibTest/io/HttpClient/open_A01_t04.dart
+++ b/LibTest/io/HttpClient/open_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> open(
  *  String method,
diff --git a/LibTest/io/HttpClient/open_A01_t05.dart b/LibTest/io/HttpClient/open_A01_t05.dart
index 38eb306..7027af2 100644
--- a/LibTest/io/HttpClient/open_A01_t05.dart
+++ b/LibTest/io/HttpClient/open_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> open(
  *  String method,
diff --git a/LibTest/io/HttpClient/patchUrl_A01_t01.dart b/LibTest/io/HttpClient/patchUrl_A01_t01.dart
index 8ebc1e4..7bcf107 100644
--- a/LibTest/io/HttpClient/patchUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/patchUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> patchUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/patchUrl_A01_t02.dart b/LibTest/io/HttpClient/patchUrl_A01_t02.dart
index 1f0fdaf..13e87ca 100644
--- a/LibTest/io/HttpClient/patchUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/patchUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> patchUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/patch_A01_t01.dart b/LibTest/io/HttpClient/patch_A01_t01.dart
index bbeabff..76eff62 100644
--- a/LibTest/io/HttpClient/patch_A01_t01.dart
+++ b/LibTest/io/HttpClient/patch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> patch(
  *  String host,
diff --git a/LibTest/io/HttpClient/patch_A01_t02.dart b/LibTest/io/HttpClient/patch_A01_t02.dart
index 4600727..c4b0542 100644
--- a/LibTest/io/HttpClient/patch_A01_t02.dart
+++ b/LibTest/io/HttpClient/patch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> patch(
  *  String host,
diff --git a/LibTest/io/HttpClient/postUrl_A01_t01.dart b/LibTest/io/HttpClient/postUrl_A01_t01.dart
index 317dd9b..dab55d0 100644
--- a/LibTest/io/HttpClient/postUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/postUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> postUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/postUrl_A01_t02.dart b/LibTest/io/HttpClient/postUrl_A01_t02.dart
index 7893364..802f31a 100644
--- a/LibTest/io/HttpClient/postUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/postUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> postUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/post_A01_t01.dart b/LibTest/io/HttpClient/post_A01_t01.dart
index a6be1a7..8621f22 100644
--- a/LibTest/io/HttpClient/post_A01_t01.dart
+++ b/LibTest/io/HttpClient/post_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> post(
  *  String host,
diff --git a/LibTest/io/HttpClient/post_A01_t02.dart b/LibTest/io/HttpClient/post_A01_t02.dart
index 3b2bb43..e37cbd4 100644
--- a/LibTest/io/HttpClient/post_A01_t02.dart
+++ b/LibTest/io/HttpClient/post_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> post(
  *  String host,
diff --git a/LibTest/io/HttpClient/putUrl_A01_t01.dart b/LibTest/io/HttpClient/putUrl_A01_t01.dart
index b6eaa74..2a98c3f 100644
--- a/LibTest/io/HttpClient/putUrl_A01_t01.dart
+++ b/LibTest/io/HttpClient/putUrl_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> putUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/putUrl_A01_t02.dart b/LibTest/io/HttpClient/putUrl_A01_t02.dart
index 6df7863..0aa3d33 100644
--- a/LibTest/io/HttpClient/putUrl_A01_t02.dart
+++ b/LibTest/io/HttpClient/putUrl_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> putUrl(
  *  Uri url
diff --git a/LibTest/io/HttpClient/put_A01_t01.dart b/LibTest/io/HttpClient/put_A01_t01.dart
index 4011593..2a53e99 100644
--- a/LibTest/io/HttpClient/put_A01_t01.dart
+++ b/LibTest/io/HttpClient/put_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> put(
  *  String host,
diff --git a/LibTest/io/HttpClient/put_A01_t02.dart b/LibTest/io/HttpClient/put_A01_t02.dart
index 835becd..854c55c 100644
--- a/LibTest/io/HttpClient/put_A01_t02.dart
+++ b/LibTest/io/HttpClient/put_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientRequest> put(
  *  String host,
diff --git a/LibTest/io/HttpClient/userAgent_A01_t01.dart b/LibTest/io/HttpClient/userAgent_A01_t01.dart
index d9e9e6d..03bf00e 100644
--- a/LibTest/io/HttpClient/userAgent_A01_t01.dart
+++ b/LibTest/io/HttpClient/userAgent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionString userAgent
  *  read / write
diff --git a/LibTest/io/HttpClient/userAgent_A02_t01.dart b/LibTest/io/HttpClient/userAgent_A02_t01.dart
index 59cb0b6..1694174 100644
--- a/LibTest/io/HttpClient/userAgent_A02_t01.dart
+++ b/LibTest/io/HttpClient/userAgent_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionString userAgent
  *  read / write
diff --git a/LibTest/io/HttpClientBasicCredentials/HttpClientBasicCredentials_A01_t01.dart b/LibTest/io/HttpClientBasicCredentials/HttpClientBasicCredentials_A01_t01.dart
index d57f528..8cbe886 100644
--- a/LibTest/io/HttpClientBasicCredentials/HttpClientBasicCredentials_A01_t01.dart
+++ b/LibTest/io/HttpClientBasicCredentials/HttpClientBasicCredentials_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Represents credentials for basic authentication.
  * @description Checks that class represents credentials for basic
diff --git a/LibTest/io/HttpClientDigestCredentials/HttpClientDigestCredentials_A01_t01.dart b/LibTest/io/HttpClientDigestCredentials/HttpClientDigestCredentials_A01_t01.dart
index dfa0b93..4895054 100644
--- a/LibTest/io/HttpClientDigestCredentials/HttpClientDigestCredentials_A01_t01.dart
+++ b/LibTest/io/HttpClientDigestCredentials/HttpClientDigestCredentials_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Represents credentials for digest authentication. Digest
  * authentication is only supported for servers using the MD5 algorithm and
diff --git a/LibTest/io/HttpClientRequest/addError_A01_t01.dart b/LibTest/io/HttpClientRequest/addError_A01_t01.dart
index f2828f4..b8d7082 100644
--- a/LibTest/io/HttpClientRequest/addError_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/addError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(
  *  error, [
diff --git a/LibTest/io/HttpClientRequest/addError_A02_t01.dart b/LibTest/io/HttpClientRequest/addError_A02_t01.dart
index 7da2509..b9905e7 100644
--- a/LibTest/io/HttpClientRequest/addError_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/addError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(
  *  error, [
diff --git a/LibTest/io/HttpClientRequest/addError_A03_t01.dart b/LibTest/io/HttpClientRequest/addError_A03_t01.dart
index b691458..65106ad 100644
--- a/LibTest/io/HttpClientRequest/addError_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/addError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(
  *  error, [
diff --git a/LibTest/io/HttpClientRequest/addStream_A01_t01.dart b/LibTest/io/HttpClientRequest/addStream_A01_t01.dart
index 816b8b8..346ba5c 100644
--- a/LibTest/io/HttpClientRequest/addStream_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  *  Adds all elements of the given stream to this.
diff --git a/LibTest/io/HttpClientRequest/addStream_A02_t01.dart b/LibTest/io/HttpClientRequest/addStream_A02_t01.dart
index d17a4f6..52c4b7f 100644
--- a/LibTest/io/HttpClientRequest/addStream_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/addStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  *  Adds all elements of the given stream to this.
diff --git a/LibTest/io/HttpClientRequest/addStream_A02_t02.dart b/LibTest/io/HttpClientRequest/addStream_A02_t02.dart
index f7c3de3..8d53028 100644
--- a/LibTest/io/HttpClientRequest/addStream_A02_t02.dart
+++ b/LibTest/io/HttpClientRequest/addStream_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  *  Adds all elements of the given stream to this.
diff --git a/LibTest/io/HttpClientRequest/add_A01_t01.dart b/LibTest/io/HttpClientRequest/add_A01_t01.dart
index 01aca35..028a8c0 100644
--- a/LibTest/io/HttpClientRequest/add_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A01_t02.dart b/LibTest/io/HttpClientRequest/add_A01_t02.dart
index f89a4d1..debbbe2 100644
--- a/LibTest/io/HttpClientRequest/add_A01_t02.dart
+++ b/LibTest/io/HttpClientRequest/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A02_t01.dart b/LibTest/io/HttpClientRequest/add_A02_t01.dart
index e51e02f..d517f74 100644
--- a/LibTest/io/HttpClientRequest/add_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/add_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A03_t01.dart b/LibTest/io/HttpClientRequest/add_A03_t01.dart
index f3e1c42..463f86d 100644
--- a/LibTest/io/HttpClientRequest/add_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/add_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A03_t02.dart b/LibTest/io/HttpClientRequest/add_A03_t02.dart
index 892ea0a..70b16cb 100644
--- a/LibTest/io/HttpClientRequest/add_A03_t02.dart
+++ b/LibTest/io/HttpClientRequest/add_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A04_t01.dart b/LibTest/io/HttpClientRequest/add_A04_t01.dart
index 6a7867d..f293e63 100644
--- a/LibTest/io/HttpClientRequest/add_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/add_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/add_A05_t01.dart b/LibTest/io/HttpClientRequest/add_A05_t01.dart
index 4126bd0..77b213b 100644
--- a/LibTest/io/HttpClientRequest/add_A05_t01.dart
+++ b/LibTest/io/HttpClientRequest/add_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  *  Adds byte data to the target consumer, ignoring encoding.
diff --git a/LibTest/io/HttpClientRequest/bufferOutput_A01_t01.dart b/LibTest/io/HttpClientRequest/bufferOutput_A01_t01.dart
index cc6c6ae..ec83a15 100644
--- a/LibTest/io/HttpClientRequest/bufferOutput_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/bufferOutput_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool bufferOutput
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/bufferOutput_A01_t02.dart b/LibTest/io/HttpClientRequest/bufferOutput_A01_t02.dart
index ca4f4f1..f2f7322 100644
--- a/LibTest/io/HttpClientRequest/bufferOutput_A01_t02.dart
+++ b/LibTest/io/HttpClientRequest/bufferOutput_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool bufferOutput
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/close_A01_t01.dart b/LibTest/io/HttpClientRequest/close_A01_t01.dart
index 116b92f..59f6659 100644
--- a/LibTest/io/HttpClientRequest/close_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> close()
  * Close the request for input. Returns the value of done.
diff --git a/LibTest/io/HttpClientRequest/close_A02_t01.dart b/LibTest/io/HttpClientRequest/close_A02_t01.dart
index d1c71b5..dfbd7a1 100644
--- a/LibTest/io/HttpClientRequest/close_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/close_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> close()
  * Close the request for input. Returns the value of done.
diff --git a/LibTest/io/HttpClientRequest/connectionInfo_A01_t01.dart b/LibTest/io/HttpClientRequest/connectionInfo_A01_t01.dart
index 0d520aa..d2a9aea 100644
--- a/LibTest/io/HttpClientRequest/connectionInfo_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/connectionInfo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpConnectionInfo connectionInfo
  * Get information about the client connection. Returns null if the socket is
diff --git a/LibTest/io/HttpClientRequest/contentLength_A01_t01.dart b/LibTest/io/HttpClientRequest/contentLength_A01_t01.dart
index a1cbd64..2fe6412 100644
--- a/LibTest/io/HttpClientRequest/contentLength_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/contentLength_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/contentLength_A02_t01.dart b/LibTest/io/HttpClientRequest/contentLength_A02_t01.dart
index 7106966..72a0c07 100644
--- a/LibTest/io/HttpClientRequest/contentLength_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/contentLength_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/contentLength_A02_t02.dart b/LibTest/io/HttpClientRequest/contentLength_A02_t02.dart
index 8b863c8..57557d3 100644
--- a/LibTest/io/HttpClientRequest/contentLength_A02_t02.dart
+++ b/LibTest/io/HttpClientRequest/contentLength_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/contentLength_A02_t03.dart b/LibTest/io/HttpClientRequest/contentLength_A02_t03.dart
index 41e82e9..24e7c28 100644
--- a/LibTest/io/HttpClientRequest/contentLength_A02_t03.dart
+++ b/LibTest/io/HttpClientRequest/contentLength_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/cookies_A01_t01.dart b/LibTest/io/HttpClientRequest/cookies_A01_t01.dart
index 094802e..ca846e2 100644
--- a/LibTest/io/HttpClientRequest/cookies_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/cookies_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Cookie> cookies
  * Cookies to present to the server (in the 'cookie' header).
diff --git a/LibTest/io/HttpClientRequest/done_A01_t01.dart b/LibTest/io/HttpClientRequest/done_A01_t01.dart
index 2a4df9f..820641c 100644
--- a/LibTest/io/HttpClientRequest/done_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/done_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> done
  * A HttpClientResponse future that will complete once the response is
diff --git a/LibTest/io/HttpClientRequest/done_A02_t01.dart b/LibTest/io/HttpClientRequest/done_A02_t01.dart
index 5d63f70..0478d7e 100644
--- a/LibTest/io/HttpClientRequest/done_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/done_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> done
  * A HttpClientResponse future that will complete once the response is
diff --git a/LibTest/io/HttpClientRequest/encoding_A01_t01.dart b/LibTest/io/HttpClientRequest/encoding_A01_t01.dart
index d8fe4ad..225e820 100644
--- a/LibTest/io/HttpClientRequest/encoding_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/encoding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding encoding
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/encoding_A02_t01.dart b/LibTest/io/HttpClientRequest/encoding_A02_t01.dart
index 98d47d0..7c7dee1 100644
--- a/LibTest/io/HttpClientRequest/encoding_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/encoding_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding encoding
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/encoding_A03_t01.dart b/LibTest/io/HttpClientRequest/encoding_A03_t01.dart
index ca57e2d..5a83b2f 100644
--- a/LibTest/io/HttpClientRequest/encoding_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/encoding_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding encoding
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/flush_A01_t01.dart b/LibTest/io/HttpClientRequest/flush_A01_t01.dart
index 6a87e5a..997952c 100644
--- a/LibTest/io/HttpClientRequest/flush_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/flush_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a Future that completes once all buffered data is accepted by the
diff --git a/LibTest/io/HttpClientRequest/flush_A01_t02.dart b/LibTest/io/HttpClientRequest/flush_A01_t02.dart
index 0b6d30e..a51ca7f 100644
--- a/LibTest/io/HttpClientRequest/flush_A01_t02.dart
+++ b/LibTest/io/HttpClientRequest/flush_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a Future that completes once all buffered data is accepted by the
diff --git a/LibTest/io/HttpClientRequest/flush_A02_t01.dart b/LibTest/io/HttpClientRequest/flush_A02_t01.dart
index 8d0d46a..d62d1ea 100644
--- a/LibTest/io/HttpClientRequest/flush_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/flush_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a Future that completes once all buffered data is accepted by the
diff --git a/LibTest/io/HttpClientRequest/flush_A02_t02.dart b/LibTest/io/HttpClientRequest/flush_A02_t02.dart
index 0c10b05..c6edc30 100644
--- a/LibTest/io/HttpClientRequest/flush_A02_t02.dart
+++ b/LibTest/io/HttpClientRequest/flush_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a Future that completes once all buffered data is accepted by the
diff --git a/LibTest/io/HttpClientRequest/followRedirects_A01_t01.dart b/LibTest/io/HttpClientRequest/followRedirects_A01_t01.dart
index 83b0c5d..6fd1313 100644
--- a/LibTest/io/HttpClientRequest/followRedirects_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/followRedirects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool followRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/followRedirects_A02_t01.dart b/LibTest/io/HttpClientRequest/followRedirects_A02_t01.dart
index fbdc834..223dc69 100644
--- a/LibTest/io/HttpClientRequest/followRedirects_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/followRedirects_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool followRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/followRedirects_A03_t01.dart b/LibTest/io/HttpClientRequest/followRedirects_A03_t01.dart
index f2a1851..af43702 100644
--- a/LibTest/io/HttpClientRequest/followRedirects_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/followRedirects_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool followRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/followRedirects_A04_t01.dart b/LibTest/io/HttpClientRequest/followRedirects_A04_t01.dart
index 3273fc9..175128a 100644
--- a/LibTest/io/HttpClientRequest/followRedirects_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/followRedirects_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool followRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/followRedirects_A05_t01.dart b/LibTest/io/HttpClientRequest/followRedirects_A05_t01.dart
index b6570c0..58a41d0 100644
--- a/LibTest/io/HttpClientRequest/followRedirects_A05_t01.dart
+++ b/LibTest/io/HttpClientRequest/followRedirects_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool followRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/headers_A01_t01.dart b/LibTest/io/HttpClientRequest/headers_A01_t01.dart
index fa8864b..4cc54f3 100644
--- a/LibTest/io/HttpClientRequest/headers_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/headers_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionHttpHeaders headers
  * Returns the client request headers.
diff --git a/LibTest/io/HttpClientRequest/headers_A02_t01.dart b/LibTest/io/HttpClientRequest/headers_A02_t01.dart
index 3e22698..a0987ed 100644
--- a/LibTest/io/HttpClientRequest/headers_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/headers_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionHttpHeaders headers
  * Returns the client request headers.
diff --git a/LibTest/io/HttpClientRequest/headers_A03_t01.dart b/LibTest/io/HttpClientRequest/headers_A03_t01.dart
index af2afcc..db135ee 100644
--- a/LibTest/io/HttpClientRequest/headers_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/headers_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionHttpHeaders headers
  * Returns the client request headers.
diff --git a/LibTest/io/HttpClientRequest/headers_A03_t02.dart b/LibTest/io/HttpClientRequest/headers_A03_t02.dart
index f4f9493..42e6295 100644
--- a/LibTest/io/HttpClientRequest/headers_A03_t02.dart
+++ b/LibTest/io/HttpClientRequest/headers_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionHttpHeaders headers
  * Returns the client request headers.
diff --git a/LibTest/io/HttpClientRequest/maxRedirects_A01_t01.dart b/LibTest/io/HttpClientRequest/maxRedirects_A01_t01.dart
index bff4eed..2ed0a73 100644
--- a/LibTest/io/HttpClientRequest/maxRedirects_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/maxRedirects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/maxRedirects_A02_t01.dart b/LibTest/io/HttpClientRequest/maxRedirects_A02_t01.dart
index c462435..0b93c76 100644
--- a/LibTest/io/HttpClientRequest/maxRedirects_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/maxRedirects_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/maxRedirects_A02_t02.dart b/LibTest/io/HttpClientRequest/maxRedirects_A02_t02.dart
index ca68c6c..c9e7f30 100644
--- a/LibTest/io/HttpClientRequest/maxRedirects_A02_t02.dart
+++ b/LibTest/io/HttpClientRequest/maxRedirects_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/maxRedirects_A03_t01.dart b/LibTest/io/HttpClientRequest/maxRedirects_A03_t01.dart
index c8a5856..c2d97eb 100644
--- a/LibTest/io/HttpClientRequest/maxRedirects_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/maxRedirects_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/maxRedirects_A04_t01.dart b/LibTest/io/HttpClientRequest/maxRedirects_A04_t01.dart
index a113d30..3a48fc8 100644
--- a/LibTest/io/HttpClientRequest/maxRedirects_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/maxRedirects_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRedirects
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/method_A01_t01.dart b/LibTest/io/HttpClientRequest/method_A01_t01.dart
index 4750287..4fc1740 100644
--- a/LibTest/io/HttpClientRequest/method_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/method_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String method
  * The method of the request.
diff --git a/LibTest/io/HttpClientRequest/persistentConnection_A01_t01.dart b/LibTest/io/HttpClientRequest/persistentConnection_A01_t01.dart
index 12a93b4..b5b5270 100644
--- a/LibTest/io/HttpClientRequest/persistentConnection_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/persistentConnection_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  *  read / write
diff --git a/LibTest/io/HttpClientRequest/uri_A01_t01.dart b/LibTest/io/HttpClientRequest/uri_A01_t01.dart
index ef7bdb3..83227e6 100644
--- a/LibTest/io/HttpClientRequest/uri_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * The uri of the request.
diff --git a/LibTest/io/HttpClientRequest/writeAll_A01_t01.dart b/LibTest/io/HttpClientRequest/writeAll_A01_t01.dart
index 38fa8bc..c594a97 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeAll_A01_t02.dart b/LibTest/io/HttpClientRequest/writeAll_A01_t02.dart
index 0e6c7ca..d07a410 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A01_t02.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeAll_A02_t01.dart b/LibTest/io/HttpClientRequest/writeAll_A02_t01.dart
index f28d129..e08e0ce 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeAll_A02_t02.dart b/LibTest/io/HttpClientRequest/writeAll_A02_t02.dart
index ac9c389..9684e7e 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A02_t02.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeAll_A03_t01.dart b/LibTest/io/HttpClientRequest/writeAll_A03_t01.dart
index bdd4bc1..75d092c 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeAll_A04_t01.dart b/LibTest/io/HttpClientRequest/writeAll_A04_t01.dart
index 631849b..62f6638 100644
--- a/LibTest/io/HttpClientRequest/writeAll_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(
  *  Iterable objects, [
diff --git a/LibTest/io/HttpClientRequest/writeCharCode_A01_t01.dart b/LibTest/io/HttpClientRequest/writeCharCode_A01_t01.dart
index 2e65a0b..f961951 100644
--- a/LibTest/io/HttpClientRequest/writeCharCode_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of charCode.
diff --git a/LibTest/io/HttpClientRequest/writeCharCode_A02_t01.dart b/LibTest/io/HttpClientRequest/writeCharCode_A02_t01.dart
index d40aa48..0e3d04f 100644
--- a/LibTest/io/HttpClientRequest/writeCharCode_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeCharCode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of charCode.
diff --git a/LibTest/io/HttpClientRequest/write_A01_t01.dart b/LibTest/io/HttpClientRequest/write_A01_t01.dart
index ad17e4c..71cfdfb 100644
--- a/LibTest/io/HttpClientRequest/write_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/write_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts obj to a String by invoking Object.toString and adds the encoding of
diff --git a/LibTest/io/HttpClientRequest/write_A02_t01.dart b/LibTest/io/HttpClientRequest/write_A02_t01.dart
index d50f4cf..285c485 100644
--- a/LibTest/io/HttpClientRequest/write_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/write_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts obj to a String by invoking Object.toString and adds the encoding of
diff --git a/LibTest/io/HttpClientRequest/write_A03_t01.dart b/LibTest/io/HttpClientRequest/write_A03_t01.dart
index 29a8bff..801e405 100644
--- a/LibTest/io/HttpClientRequest/write_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/write_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts obj to a String by invoking Object.toString and adds the encoding of
diff --git a/LibTest/io/HttpClientRequest/write_A04_t01.dart b/LibTest/io/HttpClientRequest/write_A04_t01.dart
index 7c6d855..6bdf192 100644
--- a/LibTest/io/HttpClientRequest/write_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/write_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts obj to a String by invoking Object.toString and adds the encoding of
diff --git a/LibTest/io/HttpClientRequest/writeln_A01_t01.dart b/LibTest/io/HttpClientRequest/writeln_A01_t01.dart
index e612f49..c62fcb4 100644
--- a/LibTest/io/HttpClientRequest/writeln_A01_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeln_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and writes the result to
diff --git a/LibTest/io/HttpClientRequest/writeln_A02_t01.dart b/LibTest/io/HttpClientRequest/writeln_A02_t01.dart
index ebda4de..c3a66eb 100644
--- a/LibTest/io/HttpClientRequest/writeln_A02_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeln_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and writes the result to
diff --git a/LibTest/io/HttpClientRequest/writeln_A03_t01.dart b/LibTest/io/HttpClientRequest/writeln_A03_t01.dart
index c89a759..50f588c 100644
--- a/LibTest/io/HttpClientRequest/writeln_A03_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeln_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and writes the result to
diff --git a/LibTest/io/HttpClientRequest/writeln_A04_t01.dart b/LibTest/io/HttpClientRequest/writeln_A04_t01.dart
index b533709..db0f990 100644
--- a/LibTest/io/HttpClientRequest/writeln_A04_t01.dart
+++ b/LibTest/io/HttpClientRequest/writeln_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts obj to a String by invoking Object.toString and writes the result to
diff --git a/LibTest/io/HttpClientResponse/certificate_A01_t01.dart b/LibTest/io/HttpClientResponse/certificate_A01_t01.dart
index 34eb8d0..7817dad 100644
--- a/LibTest/io/HttpClientResponse/certificate_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/certificate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion X509Certificate certificate
  * Returns the certificate of the HTTPS server providing the response. Returns
diff --git a/LibTest/io/HttpClientResponse/connectionInfo_A01_t01.dart b/LibTest/io/HttpClientResponse/connectionInfo_A01_t01.dart
index 5d79004..427fa53 100644
--- a/LibTest/io/HttpClientResponse/connectionInfo_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/connectionInfo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpConnectionInfo connectionInfo
  * Gets information about the client connection. Returns null if the socket is
diff --git a/LibTest/io/HttpClientResponse/contentLength_A01_t01.dart b/LibTest/io/HttpClientResponse/contentLength_A01_t01.dart
index 035b555..c049f82 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/contentLength_A01_t02.dart b/LibTest/io/HttpClientResponse/contentLength_A01_t02.dart
index f363e73..f28cfa0 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/contentLength_A02_t01.dart b/LibTest/io/HttpClientResponse/contentLength_A02_t01.dart
index 99e391d..dbf97c1 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/contentLength_A02_t02.dart b/LibTest/io/HttpClientResponse/contentLength_A02_t02.dart
index 96d0dbd..a1cc55c 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A02_t02.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/contentLength_A03_t01.dart b/LibTest/io/HttpClientResponse/contentLength_A03_t01.dart
index b7a531d..e0c58c1 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A03_t01.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/contentLength_A04_t01.dart b/LibTest/io/HttpClientResponse/contentLength_A04_t01.dart
index f419010..379b11e 100644
--- a/LibTest/io/HttpClientResponse/contentLength_A04_t01.dart
+++ b/LibTest/io/HttpClientResponse/contentLength_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int contentLength
  * Returns the content length of the response body. Returns -1 if the size of
diff --git a/LibTest/io/HttpClientResponse/cookies_A01_t01.dart b/LibTest/io/HttpClientResponse/cookies_A01_t01.dart
index 76c9eb9..7480b0c 100644
--- a/LibTest/io/HttpClientResponse/cookies_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/cookies_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Cookie> cookies
  * Cookies set by the server (from the 'set-cookie' header).
diff --git a/LibTest/io/HttpClientResponse/cookies_A01_t02.dart b/LibTest/io/HttpClientResponse/cookies_A01_t02.dart
index ed3dad7..13a1b8b 100644
--- a/LibTest/io/HttpClientResponse/cookies_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/cookies_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<Cookie> cookies
  * Cookies set by the server (from the 'set-cookie' header).
diff --git a/LibTest/io/HttpClientResponse/detachSocket_A01_t01.dart b/LibTest/io/HttpClientResponse/detachSocket_A01_t01.dart
index 02fb3bd..11a2534 100644
--- a/LibTest/io/HttpClientResponse/detachSocket_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/detachSocket_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Socket> detachSocket()
  * Detach the underlying socket from the HTTP client. When the socket is
diff --git a/LibTest/io/HttpClientResponse/headers_A01_t01.dart b/LibTest/io/HttpClientResponse/headers_A01_t01.dart
index 7c8c505..51a9a90 100644
--- a/LibTest/io/HttpClientResponse/headers_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/headers_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders headers
  * Returns the client response headers.
diff --git a/LibTest/io/HttpClientResponse/headers_A01_t02.dart b/LibTest/io/HttpClientResponse/headers_A01_t02.dart
index a401200..c93dca5 100644
--- a/LibTest/io/HttpClientResponse/headers_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/headers_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders headers
  * Returns the client response headers.
diff --git a/LibTest/io/HttpClientResponse/headers_A02_t01.dart b/LibTest/io/HttpClientResponse/headers_A02_t01.dart
index 74f3efa..1f421f2 100644
--- a/LibTest/io/HttpClientResponse/headers_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/headers_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders headers
  * Returns the client response headers.
diff --git a/LibTest/io/HttpClientResponse/isRedirect_A01_t01.dart b/LibTest/io/HttpClientResponse/isRedirect_A01_t01.dart
index cf3a30a..5a305e4 100644
--- a/LibTest/io/HttpClientResponse/isRedirect_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/isRedirect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isRedirect
  * Returns whether the status code is one of the normal redirect codes
diff --git a/LibTest/io/HttpClientResponse/isRedirect_A01_t02.dart b/LibTest/io/HttpClientResponse/isRedirect_A01_t02.dart
index e3396b3..6b4e985 100644
--- a/LibTest/io/HttpClientResponse/isRedirect_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/isRedirect_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isRedirect
  * Returns whether the status code is one of the normal redirect codes
diff --git a/LibTest/io/HttpClientResponse/persistentConnection_A01_t01.dart b/LibTest/io/HttpClientResponse/persistentConnection_A01_t01.dart
index 24ed920..cbcb5aa 100644
--- a/LibTest/io/HttpClientResponse/persistentConnection_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/persistentConnection_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  * Gets the persistent connection state returned by the server.
diff --git a/LibTest/io/HttpClientResponse/persistentConnection_A01_t02.dart b/LibTest/io/HttpClientResponse/persistentConnection_A01_t02.dart
index 377f76e..25735c1 100644
--- a/LibTest/io/HttpClientResponse/persistentConnection_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/persistentConnection_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  * Gets the persistent connection state returned by the server.
diff --git a/LibTest/io/HttpClientResponse/persistentConnection_A02_t01.dart b/LibTest/io/HttpClientResponse/persistentConnection_A02_t01.dart
index 56f122a..ef05382 100644
--- a/LibTest/io/HttpClientResponse/persistentConnection_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/persistentConnection_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  * Gets the persistent connection state returned by the server.
diff --git a/LibTest/io/HttpClientResponse/persistentConnection_A02_t02.dart b/LibTest/io/HttpClientResponse/persistentConnection_A02_t02.dart
index 0999fe3..25bf64d 100644
--- a/LibTest/io/HttpClientResponse/persistentConnection_A02_t02.dart
+++ b/LibTest/io/HttpClientResponse/persistentConnection_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  * Gets the persistent connection state returned by the server.
diff --git a/LibTest/io/HttpClientResponse/persistentConnection_A03_t01.dart b/LibTest/io/HttpClientResponse/persistentConnection_A03_t01.dart
index fa42ee1..cea173b 100644
--- a/LibTest/io/HttpClientResponse/persistentConnection_A03_t01.dart
+++ b/LibTest/io/HttpClientResponse/persistentConnection_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool persistentConnection
  * Gets the persistent connection state returned by the server.
diff --git a/LibTest/io/HttpClientResponse/reasonPhrase_A01_t01.dart b/LibTest/io/HttpClientResponse/reasonPhrase_A01_t01.dart
index 614df67..07948f9 100644
--- a/LibTest/io/HttpClientResponse/reasonPhrase_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/reasonPhrase_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String reasonPhrase
  * Returns the reason phrase associated with the status code.
diff --git a/LibTest/io/HttpClientResponse/reasonPhrase_A01_t02.dart b/LibTest/io/HttpClientResponse/reasonPhrase_A01_t02.dart
index c3188bd..a16e7e0 100644
--- a/LibTest/io/HttpClientResponse/reasonPhrase_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/reasonPhrase_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String reasonPhrase
  * Returns the reason phrase associated with the status code.
diff --git a/LibTest/io/HttpClientResponse/reasonPhrase_A02_t01.dart b/LibTest/io/HttpClientResponse/reasonPhrase_A02_t01.dart
index 1e42aca..0631699 100644
--- a/LibTest/io/HttpClientResponse/reasonPhrase_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/reasonPhrase_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String reasonPhrase
  * Returns the reason phrase associated with the status code.
diff --git a/LibTest/io/HttpClientResponse/redirect_A01_t01.dart b/LibTest/io/HttpClientResponse/redirect_A01_t01.dart
index b31f0b7..afa65ec 100644
--- a/LibTest/io/HttpClientResponse/redirect_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A02_t01.dart b/LibTest/io/HttpClientResponse/redirect_A02_t01.dart
index 43b6662..22f3c68 100644
--- a/LibTest/io/HttpClientResponse/redirect_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A03_t01.dart b/LibTest/io/HttpClientResponse/redirect_A03_t01.dart
index aa33f14..d30fcc6 100644
--- a/LibTest/io/HttpClientResponse/redirect_A03_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A04_t01.dart b/LibTest/io/HttpClientResponse/redirect_A04_t01.dart
index f76dda6..7b390b5 100644
--- a/LibTest/io/HttpClientResponse/redirect_A04_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A05_t01.dart b/LibTest/io/HttpClientResponse/redirect_A05_t01.dart
index 6a9c904..d30e9a0 100644
--- a/LibTest/io/HttpClientResponse/redirect_A05_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A05_t02.dart b/LibTest/io/HttpClientResponse/redirect_A05_t02.dart
index c801c82..c95cbbb 100644
--- a/LibTest/io/HttpClientResponse/redirect_A05_t02.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirect_A05_t03.dart b/LibTest/io/HttpClientResponse/redirect_A05_t03.dart
index 03d6c10..9e2329c 100644
--- a/LibTest/io/HttpClientResponse/redirect_A05_t03.dart
+++ b/LibTest/io/HttpClientResponse/redirect_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpClientResponse> redirect([
  *  String method,
diff --git a/LibTest/io/HttpClientResponse/redirects_A01_t01.dart b/LibTest/io/HttpClientResponse/redirects_A01_t01.dart
index 3ff06b7..69ec1b9 100644
--- a/LibTest/io/HttpClientResponse/redirects_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A01_t02.dart b/LibTest/io/HttpClientResponse/redirects_A01_t02.dart
index 7bb10c5..71fccde 100644
--- a/LibTest/io/HttpClientResponse/redirects_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t01.dart b/LibTest/io/HttpClientResponse/redirects_A02_t01.dart
index dd7f1bd..9d5273b 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t02.dart b/LibTest/io/HttpClientResponse/redirects_A02_t02.dart
index 90f6a78..d525fbb 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t02.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t03.dart b/LibTest/io/HttpClientResponse/redirects_A02_t03.dart
index 8dc85fa..8677b5f 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t03.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t04.dart b/LibTest/io/HttpClientResponse/redirects_A02_t04.dart
index a4a3628..4e68301 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t04.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t05.dart b/LibTest/io/HttpClientResponse/redirects_A02_t05.dart
index fa2956d..3583e2c 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t05.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A02_t06.dart b/LibTest/io/HttpClientResponse/redirects_A02_t06.dart
index a33a1b2..6983729 100644
--- a/LibTest/io/HttpClientResponse/redirects_A02_t06.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A03_t01.dart b/LibTest/io/HttpClientResponse/redirects_A03_t01.dart
index b36aee0..0011ff5 100644
--- a/LibTest/io/HttpClientResponse/redirects_A03_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/redirects_A04_t01.dart b/LibTest/io/HttpClientResponse/redirects_A04_t01.dart
index 08456d3..47fa3e5 100644
--- a/LibTest/io/HttpClientResponse/redirects_A04_t01.dart
+++ b/LibTest/io/HttpClientResponse/redirects_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<RedirectInfo> redirects
  * Returns the series of redirects this connection has been through. The list
diff --git a/LibTest/io/HttpClientResponse/statusCode_A01_t01.dart b/LibTest/io/HttpClientResponse/statusCode_A01_t01.dart
index 58d48b4..6d1832a 100644
--- a/LibTest/io/HttpClientResponse/statusCode_A01_t01.dart
+++ b/LibTest/io/HttpClientResponse/statusCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int statusCode
  * Returns the status code.
diff --git a/LibTest/io/HttpClientResponse/statusCode_A01_t02.dart b/LibTest/io/HttpClientResponse/statusCode_A01_t02.dart
index 5c3f94a..35ef688 100644
--- a/LibTest/io/HttpClientResponse/statusCode_A01_t02.dart
+++ b/LibTest/io/HttpClientResponse/statusCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int statusCode
  * Returns the status code.
diff --git a/LibTest/io/HttpClientResponse/statusCode_A02_t01.dart b/LibTest/io/HttpClientResponse/statusCode_A02_t01.dart
index 405a662..65d4a41 100644
--- a/LibTest/io/HttpClientResponse/statusCode_A02_t01.dart
+++ b/LibTest/io/HttpClientResponse/statusCode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int statusCode
  * Returns the status code.
diff --git a/LibTest/io/HttpServer/HttpServer.listenOn_A01_t01.dart b/LibTest/io/HttpServer/HttpServer.listenOn_A01_t01.dart
index 1e99ec3..259df16 100644
--- a/LibTest/io/HttpServer/HttpServer.listenOn_A01_t01.dart
+++ b/LibTest/io/HttpServer/HttpServer.listenOn_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpServer.listenOn(ServerSocket serverSocket)
  * Attaches the HTTP server to an existing ServerSocket. When the HttpServer is
diff --git a/LibTest/io/HttpServer/address_A01_t01.dart b/LibTest/io/HttpServer/address_A01_t01.dart
index cb7ab81..21d31fd 100644
--- a/LibTest/io/HttpServer/address_A01_t01.dart
+++ b/LibTest/io/HttpServer/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * Returns the address that the server is listening on. This can be used to get
diff --git a/LibTest/io/HttpServer/address_A01_t02.dart b/LibTest/io/HttpServer/address_A01_t02.dart
index 82e3356..e1e57ef 100644
--- a/LibTest/io/HttpServer/address_A01_t02.dart
+++ b/LibTest/io/HttpServer/address_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * Returns the address that the server is listening on. This can be used to get
diff --git a/LibTest/io/HttpServer/address_A01_t03.dart b/LibTest/io/HttpServer/address_A01_t03.dart
index 3ac65bc..9d9deba 100644
--- a/LibTest/io/HttpServer/address_A01_t03.dart
+++ b/LibTest/io/HttpServer/address_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * Returns the address that the server is listening on. This can be used to get
diff --git a/LibTest/io/HttpServer/autoCompress_A01_t01.dart b/LibTest/io/HttpServer/autoCompress_A01_t01.dart
index 25ffd76..a65cdc2 100644
--- a/LibTest/io/HttpServer/autoCompress_A01_t01.dart
+++ b/LibTest/io/HttpServer/autoCompress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoCompress
  * read / write
diff --git a/LibTest/io/HttpServer/autoCompress_A02_t01.dart b/LibTest/io/HttpServer/autoCompress_A02_t01.dart
index 5eec596..3b1881b 100644
--- a/LibTest/io/HttpServer/autoCompress_A02_t01.dart
+++ b/LibTest/io/HttpServer/autoCompress_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoCompress
  * read / write
diff --git a/LibTest/io/HttpServer/autoCompress_A02_t02.dart b/LibTest/io/HttpServer/autoCompress_A02_t02.dart
index d543c58..1c01a16 100644
--- a/LibTest/io/HttpServer/autoCompress_A02_t02.dart
+++ b/LibTest/io/HttpServer/autoCompress_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoCompress
  * read / write
diff --git a/LibTest/io/HttpServer/autoCompress_A02_t03.dart b/LibTest/io/HttpServer/autoCompress_A02_t03.dart
index ad26cb3..14bb02c 100644
--- a/LibTest/io/HttpServer/autoCompress_A02_t03.dart
+++ b/LibTest/io/HttpServer/autoCompress_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool autoCompress
  * read / write
diff --git a/LibTest/io/HttpServer/bind_A01_t01.dart b/LibTest/io/HttpServer/bind_A01_t01.dart
index d2e35c0..6b5fac5 100644
--- a/LibTest/io/HttpServer/bind_A01_t01.dart
+++ b/LibTest/io/HttpServer/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A01_t02.dart b/LibTest/io/HttpServer/bind_A01_t02.dart
index d75b42d..728aa44 100644
--- a/LibTest/io/HttpServer/bind_A01_t02.dart
+++ b/LibTest/io/HttpServer/bind_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A02_t01.dart b/LibTest/io/HttpServer/bind_A02_t01.dart
index b928b67..533833a 100644
--- a/LibTest/io/HttpServer/bind_A02_t01.dart
+++ b/LibTest/io/HttpServer/bind_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A02_t02.dart b/LibTest/io/HttpServer/bind_A02_t02.dart
index f701b64..8973268 100644
--- a/LibTest/io/HttpServer/bind_A02_t02.dart
+++ b/LibTest/io/HttpServer/bind_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A02_t03.dart b/LibTest/io/HttpServer/bind_A02_t03.dart
index 1d07359..b5b4f3c 100644
--- a/LibTest/io/HttpServer/bind_A02_t03.dart
+++ b/LibTest/io/HttpServer/bind_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A03_t01.dart b/LibTest/io/HttpServer/bind_A03_t01.dart
index c9e1fc7..7fa2bb4 100644
--- a/LibTest/io/HttpServer/bind_A03_t01.dart
+++ b/LibTest/io/HttpServer/bind_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A03_t02.dart b/LibTest/io/HttpServer/bind_A03_t02.dart
index 5175a3b..565c000 100644
--- a/LibTest/io/HttpServer/bind_A03_t02.dart
+++ b/LibTest/io/HttpServer/bind_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A04_t01.dart b/LibTest/io/HttpServer/bind_A04_t01.dart
index 925e9e8..1a4ad04 100644
--- a/LibTest/io/HttpServer/bind_A04_t01.dart
+++ b/LibTest/io/HttpServer/bind_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A05_t01.dart b/LibTest/io/HttpServer/bind_A05_t01.dart
index 105a884..eff9784 100644
--- a/LibTest/io/HttpServer/bind_A05_t01.dart
+++ b/LibTest/io/HttpServer/bind_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/bind_A05_t02.dart b/LibTest/io/HttpServer/bind_A05_t02.dart
index c31e26d..9bf5d7a 100644
--- a/LibTest/io/HttpServer/bind_A05_t02.dart
+++ b/LibTest/io/HttpServer/bind_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<HttpServer> bind(
  *  address,
diff --git a/LibTest/io/HttpServer/close_A01_t01.dart b/LibTest/io/HttpServer/close_A01_t01.dart
index 00964a9..f1312d6 100644
--- a/LibTest/io/HttpServer/close_A01_t01.dart
+++ b/LibTest/io/HttpServer/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close({bool force: false})
  * Permanently stops this HttpServer from listening for new connections. This
diff --git a/LibTest/io/HttpServer/close_A02_t01.dart b/LibTest/io/HttpServer/close_A02_t01.dart
index c02ca29..aa5b6b9 100644
--- a/LibTest/io/HttpServer/close_A02_t01.dart
+++ b/LibTest/io/HttpServer/close_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close({bool force: false})
  * Permanently stops this HttpServer from listening for new connections. This
diff --git a/LibTest/io/HttpServer/close_A03_t01.dart b/LibTest/io/HttpServer/close_A03_t01.dart
index 3f48a44..c79c91b 100644
--- a/LibTest/io/HttpServer/close_A03_t01.dart
+++ b/LibTest/io/HttpServer/close_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close({bool force: false})
  * Permanently stops this HttpServer from listening for new connections. This
diff --git a/LibTest/io/HttpServer/close_A04_t01.dart b/LibTest/io/HttpServer/close_A04_t01.dart
index 1296d4d..243d1b8 100644
--- a/LibTest/io/HttpServer/close_A04_t01.dart
+++ b/LibTest/io/HttpServer/close_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close({bool force: false})
  * Permanently stops this HttpServer from listening for new connections. This
diff --git a/LibTest/io/HttpServer/close_A05_t01.dart b/LibTest/io/HttpServer/close_A05_t01.dart
index 1296d4d..243d1b8 100644
--- a/LibTest/io/HttpServer/close_A05_t01.dart
+++ b/LibTest/io/HttpServer/close_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close({bool force: false})
  * Permanently stops this HttpServer from listening for new connections. This
diff --git a/LibTest/io/HttpServer/connectionsInfo_A01_t01.dart b/LibTest/io/HttpServer/connectionsInfo_A01_t01.dart
index 1b2de2e..34d9352 100644
--- a/LibTest/io/HttpServer/connectionsInfo_A01_t01.dart
+++ b/LibTest/io/HttpServer/connectionsInfo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpConnectionsInfo connectionsInfo()
  * Returns an HttpConnectionsInfo object summarizing the number of current
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A01_t01.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A01_t01.dart
index 1b96c1b..3bbf46c 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A01_t01.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A01_t02.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A01_t02.dart
index 0e79aef..1a222ea 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A01_t02.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t01.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t01.dart
index 1abbae8..eedac12 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t01.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t02.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t02.dart
index c1b8cf1..ff6f316 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t02.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t03.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t03.dart
index cb3db2e..88b35e7 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A02_t03.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/defaultResponseHeaders_A03_t01.dart b/LibTest/io/HttpServer/defaultResponseHeaders_A03_t01.dart
index dc4b790..fa50796 100644
--- a/LibTest/io/HttpServer/defaultResponseHeaders_A03_t01.dart
+++ b/LibTest/io/HttpServer/defaultResponseHeaders_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion HttpHeaders defaultResponseHeaders
  * Default set of headers added to all response objects.
diff --git a/LibTest/io/HttpServer/first_A01_t01.dart b/LibTest/io/HttpServer/first_A01_t01.dart
index 7e3ac5d..e9bd226 100644
--- a/LibTest/io/HttpServer/first_A01_t01.dart
+++ b/LibTest/io/HttpServer/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Returns the first element of the stream.
diff --git a/LibTest/io/HttpServer/first_A02_t01.dart b/LibTest/io/HttpServer/first_A02_t01.dart
index bb97804..238dee9 100644
--- a/LibTest/io/HttpServer/first_A02_t01.dart
+++ b/LibTest/io/HttpServer/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * ...
diff --git a/LibTest/io/HttpServer/idleTimeout_A01_t01.dart b/LibTest/io/HttpServer/idleTimeout_A01_t01.dart
index c07769b..996f187 100644
--- a/LibTest/io/HttpServer/idleTimeout_A01_t01.dart
+++ b/LibTest/io/HttpServer/idleTimeout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration idleTimeout
  * read / write
diff --git a/LibTest/io/HttpServer/isBroadcast_A01_t01.dart b/LibTest/io/HttpServer/isBroadcast_A01_t01.dart
index 13e8365..139ef65 100644
--- a/LibTest/io/HttpServer/isBroadcast_A01_t01.dart
+++ b/LibTest/io/HttpServer/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Whether this stream is a broadcast stream.
diff --git a/LibTest/io/HttpServer/port_A01_t01.dart b/LibTest/io/HttpServer/port_A01_t01.dart
index 95cff64..a86b1a0 100644
--- a/LibTest/io/HttpServer/port_A01_t01.dart
+++ b/LibTest/io/HttpServer/port_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port that the server is listening on. This can be used to get the
diff --git a/LibTest/io/HttpServer/port_A01_t02.dart b/LibTest/io/HttpServer/port_A01_t02.dart
index 64e97ac..83a43ed 100644
--- a/LibTest/io/HttpServer/port_A01_t02.dart
+++ b/LibTest/io/HttpServer/port_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port that the server is listening on. This can be used to get the
diff --git a/LibTest/io/HttpServer/serverHeader_A01_t01.dart b/LibTest/io/HttpServer/serverHeader_A01_t01.dart
index f7bb80c..771023b 100644
--- a/LibTest/io/HttpServer/serverHeader_A01_t01.dart
+++ b/LibTest/io/HttpServer/serverHeader_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String serverHeader
  * read / write
diff --git a/LibTest/io/HttpServer/serverHeader_A02_t01.dart b/LibTest/io/HttpServer/serverHeader_A02_t01.dart
index f16f65d..8ed3a55 100644
--- a/LibTest/io/HttpServer/serverHeader_A02_t01.dart
+++ b/LibTest/io/HttpServer/serverHeader_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String serverHeader
  * read / write
diff --git a/LibTest/io/HttpServer/sessionTimeout_A01_t01.dart b/LibTest/io/HttpServer/sessionTimeout_A01_t01.dart
index ceedfc6..194456e 100644
--- a/LibTest/io/HttpServer/sessionTimeout_A01_t01.dart
+++ b/LibTest/io/HttpServer/sessionTimeout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sessionTimeout=(int timeout)
  * Sets the timeout, in seconds, for sessions of this HttpServer. The default
diff --git a/LibTest/io/HttpServer/sessionTimeout_A01_t02.dart b/LibTest/io/HttpServer/sessionTimeout_A01_t02.dart
index d46eb85..b8bce4e 100644
--- a/LibTest/io/HttpServer/sessionTimeout_A01_t02.dart
+++ b/LibTest/io/HttpServer/sessionTimeout_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sessionTimeout=(int timeout)
  * Sets the timeout, in seconds, for sessions of this HttpServer. The default
diff --git a/LibTest/io/IOSink/IOSink_A01_t01.dart b/LibTest/io/IOSink/IOSink_A01_t01.dart
index 64e24d5..1739e3d 100644
--- a/LibTest/io/IOSink/IOSink_A01_t01.dart
+++ b/LibTest/io/IOSink/IOSink_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink(StreamConsumer<List<int>> target,
  *   { Encoding encoding: utf8 })
diff --git a/LibTest/io/IOSink/IOSink_A01_t02.dart b/LibTest/io/IOSink/IOSink_A01_t02.dart
index 70d2cc5..ff9c11f 100644
--- a/LibTest/io/IOSink/IOSink_A01_t02.dart
+++ b/LibTest/io/IOSink/IOSink_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink(StreamConsumer<List<int>> target,
  *   { Encoding encoding: utf8 })
diff --git a/LibTest/io/IOSink/IOSink_A01_t03.dart b/LibTest/io/IOSink/IOSink_A01_t03.dart
index df2ae0c..e354a8c 100644
--- a/LibTest/io/IOSink/IOSink_A01_t03.dart
+++ b/LibTest/io/IOSink/IOSink_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink(StreamConsumer<List<int>> target,
  *   { Encoding encoding: utf8 })
diff --git a/LibTest/io/IOSink/IOSink_class_A01_t01.dart b/LibTest/io/IOSink/IOSink_class_A01_t01.dart
index 9b98c5c..df2e19a 100644
--- a/LibTest/io/IOSink/IOSink_class_A01_t01.dart
+++ b/LibTest/io/IOSink/IOSink_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ABSTRACT CLASS IOSink
  * A combined byte and text output.
diff --git a/LibTest/io/IOSink/IOSink_class_A02_t01.dart b/LibTest/io/IOSink/IOSink_class_A02_t01.dart
index a33fca4..137b923 100644
--- a/LibTest/io/IOSink/IOSink_class_A02_t01.dart
+++ b/LibTest/io/IOSink/IOSink_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ABSTRACT CLASS IOSink
  * It is an error to add data to the [IOSink] after the sink is closed.
diff --git a/LibTest/io/IOSink/addError_A01_t01.dart b/LibTest/io/IOSink/addError_A01_t01.dart
index c4c6050..65f9b03 100644
--- a/LibTest/io/IOSink/addError_A01_t01.dart
+++ b/LibTest/io/IOSink/addError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * Passes the [error] to the target consumer as an error event.
diff --git a/LibTest/io/IOSink/addError_A01_t02.dart b/LibTest/io/IOSink/addError_A01_t02.dart
index a72a899..22497ce 100644
--- a/LibTest/io/IOSink/addError_A01_t02.dart
+++ b/LibTest/io/IOSink/addError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * Passes the [error] to the target consumer as an error event.
diff --git a/LibTest/io/IOSink/addError_A01_t03.dart b/LibTest/io/IOSink/addError_A01_t03.dart
index 5b1a245..5c03768 100644
--- a/LibTest/io/IOSink/addError_A01_t03.dart
+++ b/LibTest/io/IOSink/addError_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * Passes the [error] to the target consumer as an error event.
diff --git a/LibTest/io/IOSink/addError_A01_t04.dart b/LibTest/io/IOSink/addError_A01_t04.dart
index 9d0988f..3ad6ec0 100644
--- a/LibTest/io/IOSink/addError_A01_t04.dart
+++ b/LibTest/io/IOSink/addError_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * Passes the [error] to the target consumer as an error event.
diff --git a/LibTest/io/IOSink/addError_A02_t01.dart b/LibTest/io/IOSink/addError_A02_t01.dart
index 2759710..910855e 100644
--- a/LibTest/io/IOSink/addError_A02_t01.dart
+++ b/LibTest/io/IOSink/addError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/IOSink/addError_A02_t02.dart b/LibTest/io/IOSink/addError_A02_t02.dart
index 261b604..170de96 100644
--- a/LibTest/io/IOSink/addError_A02_t02.dart
+++ b/LibTest/io/IOSink/addError_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/IOSink/addError_A03_t01.dart b/LibTest/io/IOSink/addError_A03_t01.dart
index c553e5c..18a83b2 100644
--- a/LibTest/io/IOSink/addError_A03_t01.dart
+++ b/LibTest/io/IOSink/addError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * ...
diff --git a/LibTest/io/IOSink/addStream_A01_t01.dart b/LibTest/io/IOSink/addStream_A01_t01.dart
index 35600b4..e666a3e 100644
--- a/LibTest/io/IOSink/addStream_A01_t01.dart
+++ b/LibTest/io/IOSink/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * Adds all elements of the given stream to this.
diff --git a/LibTest/io/IOSink/addStream_A02_t01.dart b/LibTest/io/IOSink/addStream_A02_t01.dart
index 9df0438..ee4d9c4 100644
--- a/LibTest/io/IOSink/addStream_A02_t01.dart
+++ b/LibTest/io/IOSink/addStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * @description Checks that the [stream] cannot be added if another stream is
diff --git a/LibTest/io/IOSink/addStream_A02_t02.dart b/LibTest/io/IOSink/addStream_A02_t02.dart
index a765175..8f69431 100644
--- a/LibTest/io/IOSink/addStream_A02_t02.dart
+++ b/LibTest/io/IOSink/addStream_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * @description Checks that the [stream] can be added is another stream has been
diff --git a/LibTest/io/IOSink/add_A01_t01.dart b/LibTest/io/IOSink/add_A01_t01.dart
index 2b63c66..0e362fa 100644
--- a/LibTest/io/IOSink/add_A01_t01.dart
+++ b/LibTest/io/IOSink/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer.
diff --git a/LibTest/io/IOSink/add_A01_t02.dart b/LibTest/io/IOSink/add_A01_t02.dart
index ab7a5a3..ac9b360 100644
--- a/LibTest/io/IOSink/add_A01_t02.dart
+++ b/LibTest/io/IOSink/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer.
diff --git a/LibTest/io/IOSink/add_A02_t01.dart b/LibTest/io/IOSink/add_A02_t01.dart
index d24beee..0d0b9e8 100644
--- a/LibTest/io/IOSink/add_A02_t01.dart
+++ b/LibTest/io/IOSink/add_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/IOSink/add_A03_t01.dart b/LibTest/io/IOSink/add_A03_t01.dart
index 7618a0e..65c8810 100644
--- a/LibTest/io/IOSink/add_A03_t01.dart
+++ b/LibTest/io/IOSink/add_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/IOSink/add_A03_t02.dart b/LibTest/io/IOSink/add_A03_t02.dart
index 899fdd1..775a251 100644
--- a/LibTest/io/IOSink/add_A03_t02.dart
+++ b/LibTest/io/IOSink/add_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * ...
diff --git a/LibTest/io/IOSink/add_A04_t01.dart b/LibTest/io/IOSink/add_A04_t01.dart
index d31d53f..1040c11 100644
--- a/LibTest/io/IOSink/add_A04_t01.dart
+++ b/LibTest/io/IOSink/add_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * ...
diff --git a/LibTest/io/IOSink/close_A01_t01.dart b/LibTest/io/IOSink/close_A01_t01.dart
index 38fbadf..9911a6c 100644
--- a/LibTest/io/IOSink/close_A01_t01.dart
+++ b/LibTest/io/IOSink/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * Close the target consumer.
diff --git a/LibTest/io/IOSink/close_A01_t02.dart b/LibTest/io/IOSink/close_A01_t02.dart
index 77ac19e..29f4900 100644
--- a/LibTest/io/IOSink/close_A01_t02.dart
+++ b/LibTest/io/IOSink/close_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * Close the target consumer.
diff --git a/LibTest/io/IOSink/close_A02_t01.dart b/LibTest/io/IOSink/close_A02_t01.dart
index 4ae0854..f08ade8 100644
--- a/LibTest/io/IOSink/close_A02_t01.dart
+++ b/LibTest/io/IOSink/close_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * NOTE: Writes to the [IOSink] may be buffered, and may not be flushed by a
diff --git a/LibTest/io/IOSink/done_A01_t01.dart b/LibTest/io/IOSink/done_A01_t01.dart
index 52869e1..507daad 100644
--- a/LibTest/io/IOSink/done_A01_t01.dart
+++ b/LibTest/io/IOSink/done_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * Get a future that will complete when the consumer closes, or when an error
diff --git a/LibTest/io/IOSink/done_A02_t01.dart b/LibTest/io/IOSink/done_A02_t01.dart
index 7e08563..1151ba7 100644
--- a/LibTest/io/IOSink/done_A02_t01.dart
+++ b/LibTest/io/IOSink/done_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * This future is identical to the future returned by [close].
diff --git a/LibTest/io/IOSink/done_A03_t01.dart b/LibTest/io/IOSink/done_A03_t01.dart
index 16bbbc7..47256c7 100644
--- a/LibTest/io/IOSink/done_A03_t01.dart
+++ b/LibTest/io/IOSink/done_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * read-only
diff --git a/LibTest/io/IOSink/encoding_A01_t01.dart b/LibTest/io/IOSink/encoding_A01_t01.dart
index e210536..0e26cac 100644
--- a/LibTest/io/IOSink/encoding_A01_t01.dart
+++ b/LibTest/io/IOSink/encoding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding encoding
  * The [Encoding] used when writing strings. Depending on the underlying
diff --git a/LibTest/io/IOSink/flush_A01_t01.dart b/LibTest/io/IOSink/flush_A01_t01.dart
index 0e936dd..2a8940a 100644
--- a/LibTest/io/IOSink/flush_A01_t01.dart
+++ b/LibTest/io/IOSink/flush_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a [Future] that completes once all buffered data is accepted by the
diff --git a/LibTest/io/IOSink/flush_A02_t01.dart b/LibTest/io/IOSink/flush_A02_t01.dart
index 913a5a1..8ed5081 100644
--- a/LibTest/io/IOSink/flush_A02_t01.dart
+++ b/LibTest/io/IOSink/flush_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * This method must not be called while an [addStream] is incomplete.
diff --git a/LibTest/io/IOSink/writeAll_A01_t01.dart b/LibTest/io/IOSink/writeAll_A01_t01.dart
index aa3e163..cc1418b 100644
--- a/LibTest/io/IOSink/writeAll_A01_t01.dart
+++ b/LibTest/io/IOSink/writeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/IOSink/writeAll_A01_t02.dart b/LibTest/io/IOSink/writeAll_A01_t02.dart
index 5175de1..0682418 100644
--- a/LibTest/io/IOSink/writeAll_A01_t02.dart
+++ b/LibTest/io/IOSink/writeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/IOSink/writeAll_A02_t01.dart b/LibTest/io/IOSink/writeAll_A02_t01.dart
index c858106..b320c23 100644
--- a/LibTest/io/IOSink/writeAll_A02_t01.dart
+++ b/LibTest/io/IOSink/writeAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/IOSink/writeAll_A02_t02.dart b/LibTest/io/IOSink/writeAll_A02_t02.dart
index af02a57..ad25805 100644
--- a/LibTest/io/IOSink/writeAll_A02_t02.dart
+++ b/LibTest/io/IOSink/writeAll_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/IOSink/writeAll_A02_t03.dart b/LibTest/io/IOSink/writeAll_A02_t03.dart
index 88cc91f..8138d3a 100644
--- a/LibTest/io/IOSink/writeAll_A02_t03.dart
+++ b/LibTest/io/IOSink/writeAll_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/IOSink/writeAll_A02_t05.dart b/LibTest/io/IOSink/writeAll_A02_t05.dart
index 9a98be8..44f2a36 100644
--- a/LibTest/io/IOSink/writeAll_A02_t05.dart
+++ b/LibTest/io/IOSink/writeAll_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/IOSink/writeCharCode_A01_t01.dart b/LibTest/io/IOSink/writeCharCode_A01_t01.dart
index 0226d25..c383f9d 100644
--- a/LibTest/io/IOSink/writeCharCode_A01_t01.dart
+++ b/LibTest/io/IOSink/writeCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/IOSink/writeCharCode_A01_t02.dart b/LibTest/io/IOSink/writeCharCode_A01_t02.dart
index ceda2d3..9cabfa6 100644
--- a/LibTest/io/IOSink/writeCharCode_A01_t02.dart
+++ b/LibTest/io/IOSink/writeCharCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/IOSink/writeCharCode_A01_t03.dart b/LibTest/io/IOSink/writeCharCode_A01_t03.dart
index 11b84e7..1e25eab 100644
--- a/LibTest/io/IOSink/writeCharCode_A01_t03.dart
+++ b/LibTest/io/IOSink/writeCharCode_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/IOSink/write_A01_t01.dart b/LibTest/io/IOSink/write_A01_t01.dart
index 5f88ca1..31e78e7 100644
--- a/LibTest/io/IOSink/write_A01_t01.dart
+++ b/LibTest/io/IOSink/write_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/write_A01_t02.dart b/LibTest/io/IOSink/write_A01_t02.dart
index 1f98f64..a7f2cde 100644
--- a/LibTest/io/IOSink/write_A01_t02.dart
+++ b/LibTest/io/IOSink/write_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/write_A01_t03.dart b/LibTest/io/IOSink/write_A01_t03.dart
index 039db15..5b53d00 100644
--- a/LibTest/io/IOSink/write_A01_t03.dart
+++ b/LibTest/io/IOSink/write_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/write_A01_t04.dart b/LibTest/io/IOSink/write_A01_t04.dart
index 4332e5c..eee938f 100644
--- a/LibTest/io/IOSink/write_A01_t04.dart
+++ b/LibTest/io/IOSink/write_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/write_A01_t05.dart b/LibTest/io/IOSink/write_A01_t05.dart
index 4c3f5ef..f5d738d 100644
--- a/LibTest/io/IOSink/write_A01_t05.dart
+++ b/LibTest/io/IOSink/write_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/write_A01_t07.dart b/LibTest/io/IOSink/write_A01_t07.dart
index 9d44b10..d13b0e9 100644
--- a/LibTest/io/IOSink/write_A01_t07.dart
+++ b/LibTest/io/IOSink/write_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/IOSink/writeln_A01_t01.dart b/LibTest/io/IOSink/writeln_A01_t01.dart
index 48fc399..f5c0628 100644
--- a/LibTest/io/IOSink/writeln_A01_t01.dart
+++ b/LibTest/io/IOSink/writeln_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts [obj] to a [String] by invoking [Object.toString] and writes the
diff --git a/LibTest/io/IOSink/writeln_A01_t02.dart b/LibTest/io/IOSink/writeln_A01_t02.dart
index 288b6e7..a7955f7 100644
--- a/LibTest/io/IOSink/writeln_A01_t02.dart
+++ b/LibTest/io/IOSink/writeln_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts [obj] to a [String] by invoking [Object.toString] and writes the
diff --git a/LibTest/io/InternetAddress/InternetAddress_A01_t01.dart b/LibTest/io/InternetAddress/InternetAddress_A01_t01.dart
index 401d1f3..0b350c3 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A01_t01.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * Creates a new [InternetAddress] from a numeric address.
diff --git a/LibTest/io/InternetAddress/InternetAddress_A01_t02.dart b/LibTest/io/InternetAddress/InternetAddress_A01_t02.dart
index bc82296..0a06769 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A01_t02.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * Creates a new [InternetAddress] from a numeric address.
diff --git a/LibTest/io/InternetAddress/InternetAddress_A01_t03.dart b/LibTest/io/InternetAddress/InternetAddress_A01_t03.dart
index da7a33f..5aff3d5 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A01_t03.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * Creates a new [InternetAddress] from a numeric address.
diff --git a/LibTest/io/InternetAddress/InternetAddress_A01_t04.dart b/LibTest/io/InternetAddress/InternetAddress_A01_t04.dart
index f80d788..c877335 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A01_t04.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * Creates a new [InternetAddress] from a numeric address.
diff --git a/LibTest/io/InternetAddress/InternetAddress_A01_t05.dart b/LibTest/io/InternetAddress/InternetAddress_A01_t05.dart
index 362b305..ccba14e 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A01_t05.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * Creates a new [InternetAddress] from a numeric address.
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t01.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t01.dart
index 98f5d93..548174a 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t01.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t02.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t02.dart
index 00529c2..91da275 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t02.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t03.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t03.dart
index 667d665..73b8708 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t03.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t04.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t04.dart
index 9cdec57..66ee100 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t04.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t05.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t05.dart
index 445913a..4a5cc75 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t05.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t06.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t06.dart
index 67dc60c..4e3730e 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t06.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t07.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t07.dart
index 5f4bcc1..0fd3be0 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t07.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t07.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/InternetAddress_A02_t08.dart b/LibTest/io/InternetAddress/InternetAddress_A02_t08.dart
index d0aff21..3068c2f 100644
--- a/LibTest/io/InternetAddress/InternetAddress_A02_t08.dart
+++ b/LibTest/io/InternetAddress/InternetAddress_A02_t08.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion InternetAddress(String address)
  * If the [address] in address is not a numeric IPv4 (dotted-decimal notation)
diff --git a/LibTest/io/InternetAddress/address_A01_t01.dart b/LibTest/io/InternetAddress/address_A01_t01.dart
index d754769..37e5d05 100644
--- a/LibTest/io/InternetAddress/address_A01_t01.dart
+++ b/LibTest/io/InternetAddress/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String address
  * For IPv4 addresses this is using the dotted-decimal notation.
diff --git a/LibTest/io/InternetAddress/address_A02_t01.dart b/LibTest/io/InternetAddress/address_A02_t01.dart
index 666765c..e0f5931 100644
--- a/LibTest/io/InternetAddress/address_A02_t01.dart
+++ b/LibTest/io/InternetAddress/address_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String address
  * For IPv6 it is using the hexadecimal representation.
diff --git a/LibTest/io/InternetAddress/address_A02_t02.dart b/LibTest/io/InternetAddress/address_A02_t02.dart
index bd6f29c..e77306e 100644
--- a/LibTest/io/InternetAddress/address_A02_t02.dart
+++ b/LibTest/io/InternetAddress/address_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String address
  * For IPv6 it is using the hexadecimal representation.
diff --git a/LibTest/io/InternetAddress/address_A02_t03.dart b/LibTest/io/InternetAddress/address_A02_t03.dart
index 0f27a7e..2d57c3d 100644
--- a/LibTest/io/InternetAddress/address_A02_t03.dart
+++ b/LibTest/io/InternetAddress/address_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String address
  * For IPv6 it is using the hexadecimal representation.
diff --git a/LibTest/io/InternetAddress/address_A03_t01.dart b/LibTest/io/InternetAddress/address_A03_t01.dart
index c06055b..95eb08d 100644
--- a/LibTest/io/InternetAddress/address_A03_t01.dart
+++ b/LibTest/io/InternetAddress/address_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String address
  * read-only
diff --git a/LibTest/io/InternetAddress/anyIPv4_A01_t01.dart b/LibTest/io/InternetAddress/anyIPv4_A01_t01.dart
index 77e6631..a8e3530 100644
--- a/LibTest/io/InternetAddress/anyIPv4_A01_t01.dart
+++ b/LibTest/io/InternetAddress/anyIPv4_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress ANY_IP_V4
  * IP version 4 any address. Use this address when listening on all adapters IP
diff --git a/LibTest/io/InternetAddress/anyIPv4_A02_t01.dart b/LibTest/io/InternetAddress/anyIPv4_A02_t01.dart
index b003efc..6bf363d 100644
--- a/LibTest/io/InternetAddress/anyIPv4_A02_t01.dart
+++ b/LibTest/io/InternetAddress/anyIPv4_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress ANY_IP_V4
  * read-only
diff --git a/LibTest/io/InternetAddress/anyIPv6_A01_t01.dart b/LibTest/io/InternetAddress/anyIPv6_A01_t01.dart
index 483ccb3..bde0531 100644
--- a/LibTest/io/InternetAddress/anyIPv6_A01_t01.dart
+++ b/LibTest/io/InternetAddress/anyIPv6_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress ANY_IP_V6
  *  IP version 6 any address. Use this address when listening on all adapters IP
diff --git a/LibTest/io/InternetAddress/anyIPv6_A02_t01.dart b/LibTest/io/InternetAddress/anyIPv6_A02_t01.dart
index a5f4402..1f67af9 100644
--- a/LibTest/io/InternetAddress/anyIPv6_A02_t01.dart
+++ b/LibTest/io/InternetAddress/anyIPv6_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  InternetAddress ANY_IP_V6
  * read-only
diff --git a/LibTest/io/InternetAddress/host_A01_t01.dart b/LibTest/io/InternetAddress/host_A01_t01.dart
index daf5664..fb5f86a 100644
--- a/LibTest/io/InternetAddress/host_A01_t01.dart
+++ b/LibTest/io/InternetAddress/host_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String host
  * The host used to lookup the address.
diff --git a/LibTest/io/InternetAddress/host_A02_t01.dart b/LibTest/io/InternetAddress/host_A02_t01.dart
index 822cdd0..95c9eea 100644
--- a/LibTest/io/InternetAddress/host_A02_t01.dart
+++ b/LibTest/io/InternetAddress/host_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String host
  * If there is no host associated with the address this returns the numeric
diff --git a/LibTest/io/InternetAddress/host_A03_t01.dart b/LibTest/io/InternetAddress/host_A03_t01.dart
index c81be20..35539c1 100644
--- a/LibTest/io/InternetAddress/host_A03_t01.dart
+++ b/LibTest/io/InternetAddress/host_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String host
  * read-only
diff --git a/LibTest/io/InternetAddress/isLinkLocal_A01_t01.dart b/LibTest/io/InternetAddress/isLinkLocal_A01_t01.dart
index 7edefa8..95028e3 100644
--- a/LibTest/io/InternetAddress/isLinkLocal_A01_t01.dart
+++ b/LibTest/io/InternetAddress/isLinkLocal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkLocal
  * Returns [true] if the [InternetAddresss] scope is a link-local.
diff --git a/LibTest/io/InternetAddress/isLinkLocal_A01_t02.dart b/LibTest/io/InternetAddress/isLinkLocal_A01_t02.dart
index af81ca2..be07df1 100644
--- a/LibTest/io/InternetAddress/isLinkLocal_A01_t02.dart
+++ b/LibTest/io/InternetAddress/isLinkLocal_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkLocal
  * Returns [true] if the [InternetAddresss] scope is a link-local.
diff --git a/LibTest/io/InternetAddress/isLinkLocal_A01_t03.dart b/LibTest/io/InternetAddress/isLinkLocal_A01_t03.dart
index 3aec146..24ff597 100644
--- a/LibTest/io/InternetAddress/isLinkLocal_A01_t03.dart
+++ b/LibTest/io/InternetAddress/isLinkLocal_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkLocal
  * Returns [true] if the [InternetAddresss] scope is a link-local.
diff --git a/LibTest/io/InternetAddress/isLinkLocal_A01_t04.dart b/LibTest/io/InternetAddress/isLinkLocal_A01_t04.dart
index 0c5ba5e..96db00d 100644
--- a/LibTest/io/InternetAddress/isLinkLocal_A01_t04.dart
+++ b/LibTest/io/InternetAddress/isLinkLocal_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkLocal
  * Returns [true] if the [InternetAddresss] scope is a link-local.
diff --git a/LibTest/io/InternetAddress/isLinkLocal_A02_t01.dart b/LibTest/io/InternetAddress/isLinkLocal_A02_t01.dart
index 6c36604..8bfbbb5 100644
--- a/LibTest/io/InternetAddress/isLinkLocal_A02_t01.dart
+++ b/LibTest/io/InternetAddress/isLinkLocal_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLinkLocal
  * read-only
diff --git a/LibTest/io/InternetAddress/isLoopBack_A01_t01.dart b/LibTest/io/InternetAddress/isLoopBack_A01_t01.dart
index 3fd0e52..03c82b0 100644
--- a/LibTest/io/InternetAddress/isLoopBack_A01_t01.dart
+++ b/LibTest/io/InternetAddress/isLoopBack_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * Returns [true] if the InternetAddress is a loopback address.
diff --git a/LibTest/io/InternetAddress/isLoopBack_A01_t02.dart b/LibTest/io/InternetAddress/isLoopBack_A01_t02.dart
index e037cb1..b27b345 100644
--- a/LibTest/io/InternetAddress/isLoopBack_A01_t02.dart
+++ b/LibTest/io/InternetAddress/isLoopBack_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * Returns [true] if the InternetAddress is a loopback address.
diff --git a/LibTest/io/InternetAddress/isLoopBack_A01_t03.dart b/LibTest/io/InternetAddress/isLoopBack_A01_t03.dart
index a7df0e5..8b07c85 100644
--- a/LibTest/io/InternetAddress/isLoopBack_A01_t03.dart
+++ b/LibTest/io/InternetAddress/isLoopBack_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * Returns [true] if the InternetAddress is a loopback address.
diff --git a/LibTest/io/InternetAddress/isLoopBack_A01_t04.dart b/LibTest/io/InternetAddress/isLoopBack_A01_t04.dart
index 1d6bd7c..3e7c7b7 100644
--- a/LibTest/io/InternetAddress/isLoopBack_A01_t04.dart
+++ b/LibTest/io/InternetAddress/isLoopBack_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * Returns [true] if the InternetAddress is a loopback address.
diff --git a/LibTest/io/InternetAddress/isLoopBack_A01_t05.dart b/LibTest/io/InternetAddress/isLoopBack_A01_t05.dart
index 849cc0b..ca4118a 100644
--- a/LibTest/io/InternetAddress/isLoopBack_A01_t05.dart
+++ b/LibTest/io/InternetAddress/isLoopBack_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * Returns [true] if the InternetAddress is a loopback address.
diff --git a/LibTest/io/InternetAddress/isLoopback_A02_t01.dart b/LibTest/io/InternetAddress/isLoopback_A02_t01.dart
index a9c4d73..a1cd96a 100644
--- a/LibTest/io/InternetAddress/isLoopback_A02_t01.dart
+++ b/LibTest/io/InternetAddress/isLoopback_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isLoopback
  * read-only
diff --git a/LibTest/io/InternetAddress/isMulticast_A01_t01.dart b/LibTest/io/InternetAddress/isMulticast_A01_t01.dart
index 077c362..66823da 100644
--- a/LibTest/io/InternetAddress/isMulticast_A01_t01.dart
+++ b/LibTest/io/InternetAddress/isMulticast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isMulticast
  * Returns [true] if the [InternetAddresss] scope is multicast.
diff --git a/LibTest/io/InternetAddress/isMulticast_A01_t02.dart b/LibTest/io/InternetAddress/isMulticast_A01_t02.dart
index e068771..85838fe 100644
--- a/LibTest/io/InternetAddress/isMulticast_A01_t02.dart
+++ b/LibTest/io/InternetAddress/isMulticast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isMulticast
  * Returns [true] if the [InternetAddresss] scope is multicast.
diff --git a/LibTest/io/InternetAddress/isMulticast_A01_t03.dart b/LibTest/io/InternetAddress/isMulticast_A01_t03.dart
index 7e34afd..3e0bedd 100644
--- a/LibTest/io/InternetAddress/isMulticast_A01_t03.dart
+++ b/LibTest/io/InternetAddress/isMulticast_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isMulticast
  * Returns [true] if the [InternetAddresss] scope is multicast.
diff --git a/LibTest/io/InternetAddress/isMulticast_A01_t04.dart b/LibTest/io/InternetAddress/isMulticast_A01_t04.dart
index 5b71dc1..afae99d 100644
--- a/LibTest/io/InternetAddress/isMulticast_A01_t04.dart
+++ b/LibTest/io/InternetAddress/isMulticast_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isMulticast
  * Returns [true] if the [InternetAddresss] scope is multicast.
diff --git a/LibTest/io/InternetAddress/isMulticast_A02_t01.dart b/LibTest/io/InternetAddress/isMulticast_A02_t01.dart
index b2916f1..a36454f 100644
--- a/LibTest/io/InternetAddress/isMulticast_A02_t01.dart
+++ b/LibTest/io/InternetAddress/isMulticast_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isMulticast
  * read-only
diff --git a/LibTest/io/InternetAddress/lookup_A01_t01.dart b/LibTest/io/InternetAddress/lookup_A01_t01.dart
index 33f2065..9f72b41 100644
--- a/LibTest/io/InternetAddress/lookup_A01_t01.dart
+++ b/LibTest/io/InternetAddress/lookup_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A02_t01.dart b/LibTest/io/InternetAddress/lookup_A02_t01.dart
index 0c329a6..90925f9 100644
--- a/LibTest/io/InternetAddress/lookup_A02_t01.dart
+++ b/LibTest/io/InternetAddress/lookup_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A02_t02.dart b/LibTest/io/InternetAddress/lookup_A02_t02.dart
index 4943ebc..11ad789 100644
--- a/LibTest/io/InternetAddress/lookup_A02_t02.dart
+++ b/LibTest/io/InternetAddress/lookup_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A03_t01.dart b/LibTest/io/InternetAddress/lookup_A03_t01.dart
index 38aebe2..13590e5 100644
--- a/LibTest/io/InternetAddress/lookup_A03_t01.dart
+++ b/LibTest/io/InternetAddress/lookup_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A03_t02.dart b/LibTest/io/InternetAddress/lookup_A03_t02.dart
index 784bd69..e5ed432 100644
--- a/LibTest/io/InternetAddress/lookup_A03_t02.dart
+++ b/LibTest/io/InternetAddress/lookup_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A03_t03.dart b/LibTest/io/InternetAddress/lookup_A03_t03.dart
index 2de9ca8..49033f1 100644
--- a/LibTest/io/InternetAddress/lookup_A03_t03.dart
+++ b/LibTest/io/InternetAddress/lookup_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A03_t04.dart b/LibTest/io/InternetAddress/lookup_A03_t04.dart
index 0ef2fbf..c2226cf 100644
--- a/LibTest/io/InternetAddress/lookup_A03_t04.dart
+++ b/LibTest/io/InternetAddress/lookup_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/lookup_A04_t01.dart b/LibTest/io/InternetAddress/lookup_A04_t01.dart
index e0e4d69..db8d8da 100644
--- a/LibTest/io/InternetAddress/lookup_A04_t01.dart
+++ b/LibTest/io/InternetAddress/lookup_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<InternetAddress>> lookup(String host,
  *   { InternetAddressType type: InternetAddressType.ANY })
diff --git a/LibTest/io/InternetAddress/loopbackIPv4_A01_t01.dart b/LibTest/io/InternetAddress/loopbackIPv4_A01_t01.dart
index a8aa6a7..0f9aca9 100644
--- a/LibTest/io/InternetAddress/loopbackIPv4_A01_t01.dart
+++ b/LibTest/io/InternetAddress/loopbackIPv4_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress ANY_IP_V4
  * IP version 4 loopback address. Use this address when listening on or
diff --git a/LibTest/io/InternetAddress/loopbackIPv4_A02_t01.dart b/LibTest/io/InternetAddress/loopbackIPv4_A02_t01.dart
index 1fe2f0a..1c9d7d5 100644
--- a/LibTest/io/InternetAddress/loopbackIPv4_A02_t01.dart
+++ b/LibTest/io/InternetAddress/loopbackIPv4_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static InternetAddress LOOPBACK_IP_V4
  * read-only
diff --git a/LibTest/io/InternetAddress/loopbackIPv6_A01_t01.dart b/LibTest/io/InternetAddress/loopbackIPv6_A01_t01.dart
index 3205016..d7412c6 100644
--- a/LibTest/io/InternetAddress/loopbackIPv6_A01_t01.dart
+++ b/LibTest/io/InternetAddress/loopbackIPv6_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress ANY_IP_V4
  * IP version 4 loopback address. Use this address when listening on or
diff --git a/LibTest/io/InternetAddress/loopbackIPv6_A02_t01.dart b/LibTest/io/InternetAddress/loopbackIPv6_A02_t01.dart
index 3a28e6c..8a7bb78 100644
--- a/LibTest/io/InternetAddress/loopbackIPv6_A02_t01.dart
+++ b/LibTest/io/InternetAddress/loopbackIPv6_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static InternetAddress LOOPBACK_IP_V4
  * read-only
diff --git a/LibTest/io/InternetAddress/rawAddress_A01_t01.dart b/LibTest/io/InternetAddress/rawAddress_A01_t01.dart
index 1e81fbd..53dcf7c 100644
--- a/LibTest/io/InternetAddress/rawAddress_A01_t01.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * Get the raw address of this [InternetAddress].
diff --git a/LibTest/io/InternetAddress/rawAddress_A01_t02.dart b/LibTest/io/InternetAddress/rawAddress_A01_t02.dart
index 22d1744..f868d16 100644
--- a/LibTest/io/InternetAddress/rawAddress_A01_t02.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * Get the raw address of this [InternetAddress].
diff --git a/LibTest/io/InternetAddress/rawAddress_A01_t03.dart b/LibTest/io/InternetAddress/rawAddress_A01_t03.dart
index 4b58c16..8e5a25b 100644
--- a/LibTest/io/InternetAddress/rawAddress_A01_t03.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * Get the raw address of this [InternetAddress].
diff --git a/LibTest/io/InternetAddress/rawAddress_A01_t04.dart b/LibTest/io/InternetAddress/rawAddress_A01_t04.dart
index 6f26bf8..0cc7eb1 100644
--- a/LibTest/io/InternetAddress/rawAddress_A01_t04.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * Get the raw address of this [InternetAddress].
diff --git a/LibTest/io/InternetAddress/rawAddress_A01_t05.dart b/LibTest/io/InternetAddress/rawAddress_A01_t05.dart
index 5f816d0..9bbfb6c 100644
--- a/LibTest/io/InternetAddress/rawAddress_A01_t05.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * Get the raw address of this [InternetAddress].
diff --git a/LibTest/io/InternetAddress/rawAddress_A02_t01.dart b/LibTest/io/InternetAddress/rawAddress_A02_t01.dart
index c1ebbd4..867733b 100644
--- a/LibTest/io/InternetAddress/rawAddress_A02_t01.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The result is either a [4] or [16] byte long list.
diff --git a/LibTest/io/InternetAddress/rawAddress_A02_t02.dart b/LibTest/io/InternetAddress/rawAddress_A02_t02.dart
index be9b9d6..f7efe60 100644
--- a/LibTest/io/InternetAddress/rawAddress_A02_t02.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The result is either a [4] or [16] byte long list.
diff --git a/LibTest/io/InternetAddress/rawAddress_A02_t03.dart b/LibTest/io/InternetAddress/rawAddress_A02_t03.dart
index 55b3f90..4168b46 100644
--- a/LibTest/io/InternetAddress/rawAddress_A02_t03.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The result is either a [4] or [16] byte long list.
diff --git a/LibTest/io/InternetAddress/rawAddress_A02_t04.dart b/LibTest/io/InternetAddress/rawAddress_A02_t04.dart
index 1c0b653..a5dce3d 100644
--- a/LibTest/io/InternetAddress/rawAddress_A02_t04.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The result is either a [4] or [16] byte long list.
diff --git a/LibTest/io/InternetAddress/rawAddress_A03_t01.dart b/LibTest/io/InternetAddress/rawAddress_A03_t01.dart
index 68dc1ab..19fdf18 100644
--- a/LibTest/io/InternetAddress/rawAddress_A03_t01.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The returned list is a copy, making it possible to change the list without
diff --git a/LibTest/io/InternetAddress/rawAddress_A03_t02.dart b/LibTest/io/InternetAddress/rawAddress_A03_t02.dart
index cecdc65..b0101f9 100644
--- a/LibTest/io/InternetAddress/rawAddress_A03_t02.dart
+++ b/LibTest/io/InternetAddress/rawAddress_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> rawAddress
  * The returned list is a copy, making it possible to change the list without
diff --git a/LibTest/io/InternetAddress/reverse_A01_t01.dart b/LibTest/io/InternetAddress/reverse_A01_t01.dart
index fec5bbe..9ff0377 100644
--- a/LibTest/io/InternetAddress/reverse_A01_t01.dart
+++ b/LibTest/io/InternetAddress/reverse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<InternetAddress> reverse()
  * Perform a reverse dns lookup on the address, creating a new [InternetAddress]
diff --git a/LibTest/io/InternetAddress/type_A01_t01.dart b/LibTest/io/InternetAddress/type_A01_t01.dart
index f25fd86..528d739 100644
--- a/LibTest/io/InternetAddress/type_A01_t01.dart
+++ b/LibTest/io/InternetAddress/type_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddressType type
  * The type of the [InternetAddress] specified what IP protocol.
diff --git a/LibTest/io/InternetAddress/type_A01_t02.dart b/LibTest/io/InternetAddress/type_A01_t02.dart
index 3d59974..ab474be 100644
--- a/LibTest/io/InternetAddress/type_A01_t02.dart
+++ b/LibTest/io/InternetAddress/type_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddressType type
  * The type of the [InternetAddress] specified what IP protocol.
diff --git a/LibTest/io/InternetAddress/type_A02_t01.dart b/LibTest/io/InternetAddress/type_A02_t01.dart
index f696eac..5b50c2f 100644
--- a/LibTest/io/InternetAddress/type_A02_t01.dart
+++ b/LibTest/io/InternetAddress/type_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddressType type
  * The type of the [InternetAddress] specified what IP protocol.
diff --git a/LibTest/io/Link/Link.fromUri_A01_t01.dart b/LibTest/io/Link/Link.fromUri_A01_t01.dart
index 33a3a81..78c637e 100644
--- a/LibTest/io/Link/Link.fromUri_A01_t01.dart
+++ b/LibTest/io/Link/Link.fromUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link.fromUri(Uri uri)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link.fromUri_A01_t02.dart b/LibTest/io/Link/Link.fromUri_A01_t02.dart
index 5c4fe4a..19f868c 100644
--- a/LibTest/io/Link/Link.fromUri_A01_t02.dart
+++ b/LibTest/io/Link/Link.fromUri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link.fromUri(Uri uri)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link.fromUri_A02_t01.dart b/LibTest/io/Link/Link.fromUri_A02_t01.dart
index cd621f5..bc248d0 100644
--- a/LibTest/io/Link/Link.fromUri_A02_t01.dart
+++ b/LibTest/io/Link/Link.fromUri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link.fromUri(Uri uri)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A01_t01.dart b/LibTest/io/Link/Link_A01_t01.dart
index 164d010..7ae69f6 100644
--- a/LibTest/io/Link/Link_A01_t01.dart
+++ b/LibTest/io/Link/Link_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A01_t02.dart b/LibTest/io/Link/Link_A01_t02.dart
index 6851553..384ca60 100644
--- a/LibTest/io/Link/Link_A01_t02.dart
+++ b/LibTest/io/Link/Link_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A02_t01.dart b/LibTest/io/Link/Link_A02_t01.dart
index 0d2e929..841a009 100644
--- a/LibTest/io/Link/Link_A02_t01.dart
+++ b/LibTest/io/Link/Link_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A02_t02.dart b/LibTest/io/Link/Link_A02_t02.dart
index bbb9716..6a7d78d 100644
--- a/LibTest/io/Link/Link_A02_t02.dart
+++ b/LibTest/io/Link/Link_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A02_t03.dart b/LibTest/io/Link/Link_A02_t03.dart
index 074aeaa..b8ab2ba 100644
--- a/LibTest/io/Link/Link_A02_t03.dart
+++ b/LibTest/io/Link/Link_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A03_t01.dart b/LibTest/io/Link/Link_A03_t01.dart
index a1f0d92..dd3998a 100644
--- a/LibTest/io/Link/Link_A03_t01.dart
+++ b/LibTest/io/Link/Link_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/Link_A03_t02.dart b/LibTest/io/Link/Link_A03_t02.dart
index 8ca2b46..07c7797 100644
--- a/LibTest/io/Link/Link_A03_t02.dart
+++ b/LibTest/io/Link/Link_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link(String path)
  * Creates a Link object.
diff --git a/LibTest/io/Link/absolute_A01_t01.dart b/LibTest/io/Link/absolute_A01_t01.dart
index 18ad9b9..0f7c5a6 100644
--- a/LibTest/io/Link/absolute_A01_t01.dart
+++ b/LibTest/io/Link/absolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link absolute
  * Returns a Link instance whose path is the absolute path to this.
diff --git a/LibTest/io/Link/absolute_A01_t02.dart b/LibTest/io/Link/absolute_A01_t02.dart
index b8c780f..49386da 100644
--- a/LibTest/io/Link/absolute_A01_t02.dart
+++ b/LibTest/io/Link/absolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link absolute
  * Returns a Link instance whose path is the absolute path to this.
diff --git a/LibTest/io/Link/createSync_A01_t01.dart b/LibTest/io/Link/createSync_A01_t01.dart
index 3e2675c..2f45366 100644
--- a/LibTest/io/Link/createSync_A01_t01.dart
+++ b/LibTest/io/Link/createSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A02_t01.dart b/LibTest/io/Link/createSync_A02_t01.dart
index 29e0042..ac88700 100644
--- a/LibTest/io/Link/createSync_A02_t01.dart
+++ b/LibTest/io/Link/createSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A02_t02.dart b/LibTest/io/Link/createSync_A02_t02.dart
index 4bf28d5..bde7510 100644
--- a/LibTest/io/Link/createSync_A02_t02.dart
+++ b/LibTest/io/Link/createSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A02_t03.dart b/LibTest/io/Link/createSync_A02_t03.dart
index debdecd..75d81fd 100644
--- a/LibTest/io/Link/createSync_A02_t03.dart
+++ b/LibTest/io/Link/createSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A03_t01.dart b/LibTest/io/Link/createSync_A03_t01.dart
index fac368d..0908c5f 100644
--- a/LibTest/io/Link/createSync_A03_t01.dart
+++ b/LibTest/io/Link/createSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A03_t02.dart b/LibTest/io/Link/createSync_A03_t02.dart
index 1482d40..bb414c4 100644
--- a/LibTest/io/Link/createSync_A03_t02.dart
+++ b/LibTest/io/Link/createSync_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A04_t01.dart b/LibTest/io/Link/createSync_A04_t01.dart
index 6123b6b..e66d70a 100644
--- a/LibTest/io/Link/createSync_A04_t01.dart
+++ b/LibTest/io/Link/createSync_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A04_t02.dart b/LibTest/io/Link/createSync_A04_t02.dart
index d33dba2..9b02e78 100644
--- a/LibTest/io/Link/createSync_A04_t02.dart
+++ b/LibTest/io/Link/createSync_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A04_t03.dart b/LibTest/io/Link/createSync_A04_t03.dart
index a23eb80..6704293 100644
--- a/LibTest/io/Link/createSync_A04_t03.dart
+++ b/LibTest/io/Link/createSync_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A04_t04.dart b/LibTest/io/Link/createSync_A04_t04.dart
index a79e266..e6dca58 100644
--- a/LibTest/io/Link/createSync_A04_t04.dart
+++ b/LibTest/io/Link/createSync_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A05_t01.dart b/LibTest/io/Link/createSync_A05_t01.dart
index c9da373..caf1b10 100644
--- a/LibTest/io/Link/createSync_A05_t01.dart
+++ b/LibTest/io/Link/createSync_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/createSync_A06_t01.dart b/LibTest/io/Link/createSync_A06_t01.dart
index 616e121..950a3b2 100644
--- a/LibTest/io/Link/createSync_A06_t01.dart
+++ b/LibTest/io/Link/createSync_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void createSync(
  *  String target, {
diff --git a/LibTest/io/Link/create_A01_t01.dart b/LibTest/io/Link/create_A01_t01.dart
index 62c6465..060213d 100644
--- a/LibTest/io/Link/create_A01_t01.dart
+++ b/LibTest/io/Link/create_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A02_t01.dart b/LibTest/io/Link/create_A02_t01.dart
index 020a57b..2852c90 100644
--- a/LibTest/io/Link/create_A02_t01.dart
+++ b/LibTest/io/Link/create_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A02_t02.dart b/LibTest/io/Link/create_A02_t02.dart
index ec62835..c14d27e 100644
--- a/LibTest/io/Link/create_A02_t02.dart
+++ b/LibTest/io/Link/create_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A02_t03.dart b/LibTest/io/Link/create_A02_t03.dart
index a78a750..1625a5b 100644
--- a/LibTest/io/Link/create_A02_t03.dart
+++ b/LibTest/io/Link/create_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A03_t01.dart b/LibTest/io/Link/create_A03_t01.dart
index 87dd833..cdf4311 100644
--- a/LibTest/io/Link/create_A03_t01.dart
+++ b/LibTest/io/Link/create_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A03_t02.dart b/LibTest/io/Link/create_A03_t02.dart
index 0453087..10c948f 100644
--- a/LibTest/io/Link/create_A03_t02.dart
+++ b/LibTest/io/Link/create_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A04_t01.dart b/LibTest/io/Link/create_A04_t01.dart
index c50840d..b50645b 100644
--- a/LibTest/io/Link/create_A04_t01.dart
+++ b/LibTest/io/Link/create_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A04_t02.dart b/LibTest/io/Link/create_A04_t02.dart
index 5fb5405..e5a0962 100644
--- a/LibTest/io/Link/create_A04_t02.dart
+++ b/LibTest/io/Link/create_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A04_t03.dart b/LibTest/io/Link/create_A04_t03.dart
index 1f41ad8..bf3c9d7 100644
--- a/LibTest/io/Link/create_A04_t03.dart
+++ b/LibTest/io/Link/create_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A04_t04.dart b/LibTest/io/Link/create_A04_t04.dart
index 9ce2fa2..ee97ba6 100644
--- a/LibTest/io/Link/create_A04_t04.dart
+++ b/LibTest/io/Link/create_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A05_t01.dart b/LibTest/io/Link/create_A05_t01.dart
index afdb44e..93ea88b 100644
--- a/LibTest/io/Link/create_A05_t01.dart
+++ b/LibTest/io/Link/create_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/create_A06_t01.dart b/LibTest/io/Link/create_A06_t01.dart
index cc2b615..0c4afd6 100644
--- a/LibTest/io/Link/create_A06_t01.dart
+++ b/LibTest/io/Link/create_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> create(
  *  String target, {
diff --git a/LibTest/io/Link/deleteSync_A01_t01.dart b/LibTest/io/Link/deleteSync_A01_t01.dart
index faf9bca..39236b4 100644
--- a/LibTest/io/Link/deleteSync_A01_t01.dart
+++ b/LibTest/io/Link/deleteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A02_t01.dart b/LibTest/io/Link/deleteSync_A02_t01.dart
index 1bcb1b5..7d9b8b2 100644
--- a/LibTest/io/Link/deleteSync_A02_t01.dart
+++ b/LibTest/io/Link/deleteSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A02_t02.dart b/LibTest/io/Link/deleteSync_A02_t02.dart
index 431c913..25e0880 100644
--- a/LibTest/io/Link/deleteSync_A02_t02.dart
+++ b/LibTest/io/Link/deleteSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A02_t03.dart b/LibTest/io/Link/deleteSync_A02_t03.dart
index 3bcec1e..287c99a 100644
--- a/LibTest/io/Link/deleteSync_A02_t03.dart
+++ b/LibTest/io/Link/deleteSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A02_t04.dart b/LibTest/io/Link/deleteSync_A02_t04.dart
index 75d1c79..363e3b3 100644
--- a/LibTest/io/Link/deleteSync_A02_t04.dart
+++ b/LibTest/io/Link/deleteSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A02_t05.dart b/LibTest/io/Link/deleteSync_A02_t05.dart
index 7bb383e..69289bf 100644
--- a/LibTest/io/Link/deleteSync_A02_t05.dart
+++ b/LibTest/io/Link/deleteSync_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A03_t01.dart b/LibTest/io/Link/deleteSync_A03_t01.dart
index ca6a335..fcb1524 100644
--- a/LibTest/io/Link/deleteSync_A03_t01.dart
+++ b/LibTest/io/Link/deleteSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/deleteSync_A04_t01.dart b/LibTest/io/Link/deleteSync_A04_t01.dart
index a5fb3a6..9980674 100644
--- a/LibTest/io/Link/deleteSync_A04_t01.dart
+++ b/LibTest/io/Link/deleteSync_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void deleteSync({bool recursive: false})
  * Synchronously deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A01_t01.dart b/LibTest/io/Link/delete_A01_t01.dart
index 71260de..c6e18a6 100644
--- a/LibTest/io/Link/delete_A01_t01.dart
+++ b/LibTest/io/Link/delete_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({
  *  bool recursive: false
diff --git a/LibTest/io/Link/delete_A02_t01.dart b/LibTest/io/Link/delete_A02_t01.dart
index c4e09a2..d4a8004 100644
--- a/LibTest/io/Link/delete_A02_t01.dart
+++ b/LibTest/io/Link/delete_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A02_t02.dart b/LibTest/io/Link/delete_A02_t02.dart
index d53e6a4..4c0d3b7 100644
--- a/LibTest/io/Link/delete_A02_t02.dart
+++ b/LibTest/io/Link/delete_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A02_t03.dart b/LibTest/io/Link/delete_A02_t03.dart
index 4c5cced..cfc1dd2 100644
--- a/LibTest/io/Link/delete_A02_t03.dart
+++ b/LibTest/io/Link/delete_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A02_t04.dart b/LibTest/io/Link/delete_A02_t04.dart
index fe77fd1..ee58505 100644
--- a/LibTest/io/Link/delete_A02_t04.dart
+++ b/LibTest/io/Link/delete_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A02_t05.dart b/LibTest/io/Link/delete_A02_t05.dart
index 2cb9b9a..c5953cc 100644
--- a/LibTest/io/Link/delete_A02_t05.dart
+++ b/LibTest/io/Link/delete_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A03_t01.dart b/LibTest/io/Link/delete_A03_t01.dart
index 0733c27..02b6a51 100644
--- a/LibTest/io/Link/delete_A03_t01.dart
+++ b/LibTest/io/Link/delete_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/delete_A04_t01.dart b/LibTest/io/Link/delete_A04_t01.dart
index 7ea9f46..a7b32fe 100644
--- a/LibTest/io/Link/delete_A04_t01.dart
+++ b/LibTest/io/Link/delete_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileSystemEntity> delete({bool recursive: false})
  * Deletes this FileSystemEntity.
diff --git a/LibTest/io/Link/existsSync_A01_t01.dart b/LibTest/io/Link/existsSync_A01_t01.dart
index bbbf40d..cd41cb1 100644
--- a/LibTest/io/Link/existsSync_A01_t01.dart
+++ b/LibTest/io/Link/existsSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Link/existsSync_A01_t02.dart b/LibTest/io/Link/existsSync_A01_t02.dart
index 22e8f62..b24bd10 100644
--- a/LibTest/io/Link/existsSync_A01_t02.dart
+++ b/LibTest/io/Link/existsSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Link/existsSync_A02_t01.dart b/LibTest/io/Link/existsSync_A02_t01.dart
index f99f32e..fa57d97 100644
--- a/LibTest/io/Link/existsSync_A02_t01.dart
+++ b/LibTest/io/Link/existsSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Link/existsSync_A02_t02.dart b/LibTest/io/Link/existsSync_A02_t02.dart
index f3747d3..394bec1 100644
--- a/LibTest/io/Link/existsSync_A02_t02.dart
+++ b/LibTest/io/Link/existsSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool existsSync()
  * Synchronously checks whether the file system entity with this path exists.
diff --git a/LibTest/io/Link/exists_A01_t01.dart b/LibTest/io/Link/exists_A01_t01.dart
index ea42f64..3c553fe 100644
--- a/LibTest/io/Link/exists_A01_t01.dart
+++ b/LibTest/io/Link/exists_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Link/exists_A01_t02.dart b/LibTest/io/Link/exists_A01_t02.dart
index 98b9da9..39acd66 100644
--- a/LibTest/io/Link/exists_A01_t02.dart
+++ b/LibTest/io/Link/exists_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Link/exists_A02_t01.dart b/LibTest/io/Link/exists_A02_t01.dart
index c327211..779a995 100644
--- a/LibTest/io/Link/exists_A02_t01.dart
+++ b/LibTest/io/Link/exists_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Link/exists_A02_t02.dart b/LibTest/io/Link/exists_A02_t02.dart
index 813d974..248d246 100644
--- a/LibTest/io/Link/exists_A02_t02.dart
+++ b/LibTest/io/Link/exists_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> exists()
  * Checks whether the file system entity with this path exists. Returns a
diff --git a/LibTest/io/Link/isAbsolute_A01_t01.dart b/LibTest/io/Link/isAbsolute_A01_t01.dart
index 480fdb1..1cb105b 100644
--- a/LibTest/io/Link/isAbsolute_A01_t01.dart
+++ b/LibTest/io/Link/isAbsolute_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/Link/isAbsolute_A01_t02.dart b/LibTest/io/Link/isAbsolute_A01_t02.dart
index 8d3521a..3f89f1a 100644
--- a/LibTest/io/Link/isAbsolute_A01_t02.dart
+++ b/LibTest/io/Link/isAbsolute_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isAbsolute
  * Returns a bool indicating whether this object's path is absolute.
diff --git a/LibTest/io/Link/parent_A01_t01.dart b/LibTest/io/Link/parent_A01_t01.dart
index 1ec25d7..89f0635 100644
--- a/LibTest/io/Link/parent_A01_t01.dart
+++ b/LibTest/io/Link/parent_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Link/parent_A01_t02.dart b/LibTest/io/Link/parent_A01_t02.dart
index e40fcea..ab09c4d 100644
--- a/LibTest/io/Link/parent_A01_t02.dart
+++ b/LibTest/io/Link/parent_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Link/parent_A01_t03.dart b/LibTest/io/Link/parent_A01_t03.dart
index 65ec9c3..643bbd1 100644
--- a/LibTest/io/Link/parent_A01_t03.dart
+++ b/LibTest/io/Link/parent_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Directory parent
  * The directory containing this.
diff --git a/LibTest/io/Link/path_A01_t01.dart b/LibTest/io/Link/path_A01_t01.dart
index 661c183..42021d1 100644
--- a/LibTest/io/Link/path_A01_t01.dart
+++ b/LibTest/io/Link/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Get the path of the file.
diff --git a/LibTest/io/Link/renameSync_A01_t01.dart b/LibTest/io/Link/renameSync_A01_t01.dart
index 3099139..51a39fe 100644
--- a/LibTest/io/Link/renameSync_A01_t01.dart
+++ b/LibTest/io/Link/renameSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link renameSync(String newPath)
  * Synchronously renames this link. Returns a Link instance for the renamed
diff --git a/LibTest/io/Link/renameSync_A02_t01.dart b/LibTest/io/Link/renameSync_A02_t01.dart
index 19f361e..afb9e19 100644
--- a/LibTest/io/Link/renameSync_A02_t01.dart
+++ b/LibTest/io/Link/renameSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link renameSync(String newPath)
  * Synchronously renames this link. Returns a Link instance for the renamed
diff --git a/LibTest/io/Link/renameSync_A02_t02.dart b/LibTest/io/Link/renameSync_A02_t02.dart
index 60661cf..513c93d 100644
--- a/LibTest/io/Link/renameSync_A02_t02.dart
+++ b/LibTest/io/Link/renameSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link renameSync(String newPath)
  * Synchronously renames this link. Returns a Link instance for the renamed
diff --git a/LibTest/io/Link/renameSync_A02_t03.dart b/LibTest/io/Link/renameSync_A02_t03.dart
index 49835b5..a2d9bdf 100644
--- a/LibTest/io/Link/renameSync_A02_t03.dart
+++ b/LibTest/io/Link/renameSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Link renameSync(String newPath)
  * Synchronously renames this link. Returns a Link instance for the renamed
diff --git a/LibTest/io/Link/rename_A01_t01.dart b/LibTest/io/Link/rename_A01_t01.dart
index f00baab..48d118c 100644
--- a/LibTest/io/Link/rename_A01_t01.dart
+++ b/LibTest/io/Link/rename_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> rename(String newPath)
  * Renames this link. Returns a Future<Link> that completes with a Link instance
diff --git a/LibTest/io/Link/rename_A02_t01.dart b/LibTest/io/Link/rename_A02_t01.dart
index 0f54787..faaa787 100644
--- a/LibTest/io/Link/rename_A02_t01.dart
+++ b/LibTest/io/Link/rename_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> rename(String newPath)
  * Renames this link. Returns a Future<Link> that completes with a Link instance
diff --git a/LibTest/io/Link/rename_A02_t02.dart b/LibTest/io/Link/rename_A02_t02.dart
index af4a26e..8eab076 100644
--- a/LibTest/io/Link/rename_A02_t02.dart
+++ b/LibTest/io/Link/rename_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> rename(String newPath)
  * Renames this link. Returns a Future<Link> that completes with a Link instance
diff --git a/LibTest/io/Link/rename_A02_t03.dart b/LibTest/io/Link/rename_A02_t03.dart
index fede7ff..db820c4 100644
--- a/LibTest/io/Link/rename_A02_t03.dart
+++ b/LibTest/io/Link/rename_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> rename(String newPath)
  * Renames this link. Returns a Future<Link> that completes with a Link instance
diff --git a/LibTest/io/Link/resolveSymbolicLinksSync_A01_t01.dart b/LibTest/io/Link/resolveSymbolicLinksSync_A01_t01.dart
index a948c64..979a356 100644
--- a/LibTest/io/Link/resolveSymbolicLinksSync_A01_t01.dart
+++ b/LibTest/io/Link/resolveSymbolicLinksSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/resolveSymbolicLinksSync_A02_t01.dart b/LibTest/io/Link/resolveSymbolicLinksSync_A02_t01.dart
index 5449da6..35062fc 100644
--- a/LibTest/io/Link/resolveSymbolicLinksSync_A02_t01.dart
+++ b/LibTest/io/Link/resolveSymbolicLinksSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/resolveSymbolicLinksSync_A02_t02.dart b/LibTest/io/Link/resolveSymbolicLinksSync_A02_t02.dart
index 819eae1..39c552c 100644
--- a/LibTest/io/Link/resolveSymbolicLinksSync_A02_t02.dart
+++ b/LibTest/io/Link/resolveSymbolicLinksSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String resolveSymbolicLinksSync()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/resolveSymbolicLinks_A01_t01.dart b/LibTest/io/Link/resolveSymbolicLinks_A01_t01.dart
index f2699f9..14d2a95 100644
--- a/LibTest/io/Link/resolveSymbolicLinks_A01_t01.dart
+++ b/LibTest/io/Link/resolveSymbolicLinks_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/resolveSymbolicLinks_A02_t01.dart b/LibTest/io/Link/resolveSymbolicLinks_A02_t01.dart
index cea5690..4819c8b 100644
--- a/LibTest/io/Link/resolveSymbolicLinks_A02_t01.dart
+++ b/LibTest/io/Link/resolveSymbolicLinks_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/resolveSymbolicLinks_A02_t02.dart b/LibTest/io/Link/resolveSymbolicLinks_A02_t02.dart
index c8b0cb4..17b39ab 100644
--- a/LibTest/io/Link/resolveSymbolicLinks_A02_t02.dart
+++ b/LibTest/io/Link/resolveSymbolicLinks_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> resolveSymbolicLinks()
  * Resolves the path of a file system object relative to the current working
diff --git a/LibTest/io/Link/statSync_A01_t01.dart b/LibTest/io/Link/statSync_A01_t01.dart
index d54ca30..b33a0fd 100644
--- a/LibTest/io/Link/statSync_A01_t01.dart
+++ b/LibTest/io/Link/statSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Link/statSync_A01_t02.dart b/LibTest/io/Link/statSync_A01_t02.dart
index 8716128..3ceb413 100644
--- a/LibTest/io/Link/statSync_A01_t02.dart
+++ b/LibTest/io/Link/statSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Link/statSync_A01_t03.dart b/LibTest/io/Link/statSync_A01_t03.dart
index 46f7f75..52cbbe9 100644
--- a/LibTest/io/Link/statSync_A01_t03.dart
+++ b/LibTest/io/Link/statSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Link/statSync_A01_t04.dart b/LibTest/io/Link/statSync_A01_t04.dart
index 432c720..433b5b0 100644
--- a/LibTest/io/Link/statSync_A01_t04.dart
+++ b/LibTest/io/Link/statSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Link/statSync_A01_t05.dart b/LibTest/io/Link/statSync_A01_t05.dart
index 30da91b..d5925c2 100644
--- a/LibTest/io/Link/statSync_A01_t05.dart
+++ b/LibTest/io/Link/statSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion FileStat statSync()
  * Synchronously calls the operating system's stat() function on the path of
diff --git a/LibTest/io/Link/stat_A01_t01.dart b/LibTest/io/Link/stat_A01_t01.dart
index becb22e..06e467f 100644
--- a/LibTest/io/Link/stat_A01_t01.dart
+++ b/LibTest/io/Link/stat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Link/stat_A01_t02.dart b/LibTest/io/Link/stat_A01_t02.dart
index c76d6aa..45dd6da 100644
--- a/LibTest/io/Link/stat_A01_t02.dart
+++ b/LibTest/io/Link/stat_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Link/stat_A01_t03.dart b/LibTest/io/Link/stat_A01_t03.dart
index 3528efd..249452a 100644
--- a/LibTest/io/Link/stat_A01_t03.dart
+++ b/LibTest/io/Link/stat_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Link/stat_A01_t04.dart b/LibTest/io/Link/stat_A01_t04.dart
index a27e34d..1959e4f 100644
--- a/LibTest/io/Link/stat_A01_t04.dart
+++ b/LibTest/io/Link/stat_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Link/stat_A01_t05.dart b/LibTest/io/Link/stat_A01_t05.dart
index b14e7dc..e735179 100644
--- a/LibTest/io/Link/stat_A01_t05.dart
+++ b/LibTest/io/Link/stat_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<FileStat> stat()
  * Calls the operating system's stat() function on the path of this
diff --git a/LibTest/io/Link/targetSync_A01_t01.dart b/LibTest/io/Link/targetSync_A01_t01.dart
index c6d9933..6c2963e 100644
--- a/LibTest/io/Link/targetSync_A01_t01.dart
+++ b/LibTest/io/Link/targetSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A01_t02.dart b/LibTest/io/Link/targetSync_A01_t02.dart
index 9897654..925c2e2 100644
--- a/LibTest/io/Link/targetSync_A01_t02.dart
+++ b/LibTest/io/Link/targetSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A01_t03.dart b/LibTest/io/Link/targetSync_A01_t03.dart
index ddb69e0..8b71258 100644
--- a/LibTest/io/Link/targetSync_A01_t03.dart
+++ b/LibTest/io/Link/targetSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A01_t04.dart b/LibTest/io/Link/targetSync_A01_t04.dart
index cd66ab5..9e84149 100644
--- a/LibTest/io/Link/targetSync_A01_t04.dart
+++ b/LibTest/io/Link/targetSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A01_t05.dart b/LibTest/io/Link/targetSync_A01_t05.dart
index 3ad4d52..7f8689e 100644
--- a/LibTest/io/Link/targetSync_A01_t05.dart
+++ b/LibTest/io/Link/targetSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A01_t06.dart b/LibTest/io/Link/targetSync_A01_t06.dart
index 056a73f..f3a0ecd 100644
--- a/LibTest/io/Link/targetSync_A01_t06.dart
+++ b/LibTest/io/Link/targetSync_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/targetSync_A02_t01.dart b/LibTest/io/Link/targetSync_A02_t01.dart
index c0f7c70..a9f29cb 100644
--- a/LibTest/io/Link/targetSync_A02_t01.dart
+++ b/LibTest/io/Link/targetSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String targetSync()
  * Synchronously gets the target of the link. Returns the path to the target.
diff --git a/LibTest/io/Link/target_A01_t01.dart b/LibTest/io/Link/target_A01_t01.dart
index f165d2b..036c2e4 100644
--- a/LibTest/io/Link/target_A01_t01.dart
+++ b/LibTest/io/Link/target_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A01_t02.dart b/LibTest/io/Link/target_A01_t02.dart
index e20286d..d2840fa 100644
--- a/LibTest/io/Link/target_A01_t02.dart
+++ b/LibTest/io/Link/target_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A01_t03.dart b/LibTest/io/Link/target_A01_t03.dart
index b8b8c4f..e262b97 100644
--- a/LibTest/io/Link/target_A01_t03.dart
+++ b/LibTest/io/Link/target_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A01_t04.dart b/LibTest/io/Link/target_A01_t04.dart
index 133092b..25f53a0 100644
--- a/LibTest/io/Link/target_A01_t04.dart
+++ b/LibTest/io/Link/target_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A01_t05.dart b/LibTest/io/Link/target_A01_t05.dart
index a0e5e54..853e788 100644
--- a/LibTest/io/Link/target_A01_t05.dart
+++ b/LibTest/io/Link/target_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A01_t06.dart b/LibTest/io/Link/target_A01_t06.dart
index 133092b..25f53a0 100644
--- a/LibTest/io/Link/target_A01_t06.dart
+++ b/LibTest/io/Link/target_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/target_A02_t01.dart b/LibTest/io/Link/target_A02_t01.dart
index 96af3ea..803a9e9 100644
--- a/LibTest/io/Link/target_A02_t01.dart
+++ b/LibTest/io/Link/target_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> target()
  * Gets the target of the link. Returns a future that completes with the path to
diff --git a/LibTest/io/Link/updateSync_A01_t01.dart b/LibTest/io/Link/updateSync_A01_t01.dart
index 5fbd226..d15a678 100644
--- a/LibTest/io/Link/updateSync_A01_t01.dart
+++ b/LibTest/io/Link/updateSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void updateSync(String target)
  * Synchronously updates the link. Calling updateSync on a non-existing link
diff --git a/LibTest/io/Link/updateSync_A01_t02.dart b/LibTest/io/Link/updateSync_A01_t02.dart
index 911ad94..8b80c27 100644
--- a/LibTest/io/Link/updateSync_A01_t02.dart
+++ b/LibTest/io/Link/updateSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void updateSync(String target)
  * Synchronously updates the link. Calling updateSync on a non-existing link
diff --git a/LibTest/io/Link/updateSync_A01_t03.dart b/LibTest/io/Link/updateSync_A01_t03.dart
index aca38f1..ab487cc 100644
--- a/LibTest/io/Link/updateSync_A01_t03.dart
+++ b/LibTest/io/Link/updateSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void updateSync(String target)
  * Synchronously updates the link. Calling updateSync on a non-existing link
diff --git a/LibTest/io/Link/updateSync_A02_t01.dart b/LibTest/io/Link/updateSync_A02_t01.dart
index 5f04463..28b8262 100644
--- a/LibTest/io/Link/updateSync_A02_t01.dart
+++ b/LibTest/io/Link/updateSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void updateSync(String target)
  * Synchronously updates the link. Calling updateSync on a non-existing link
diff --git a/LibTest/io/Link/updateSync_A02_t02.dart b/LibTest/io/Link/updateSync_A02_t02.dart
index 4d90a3f..7a58023 100644
--- a/LibTest/io/Link/updateSync_A02_t02.dart
+++ b/LibTest/io/Link/updateSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void updateSync(String target)
  * Synchronously updates the link. Calling updateSync on a non-existing link
diff --git a/LibTest/io/Link/update_A01_t01.dart b/LibTest/io/Link/update_A01_t01.dart
index 4defa79..da0354a 100644
--- a/LibTest/io/Link/update_A01_t01.dart
+++ b/LibTest/io/Link/update_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> update(String target)
  * Updates the link. Returns a Future<Link> that completes with the link when it
diff --git a/LibTest/io/Link/update_A01_t02.dart b/LibTest/io/Link/update_A01_t02.dart
index 8b9f409..d3d77bd 100644
--- a/LibTest/io/Link/update_A01_t02.dart
+++ b/LibTest/io/Link/update_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> update(String target)
  * Updates the link. Returns a Future<Link> that completes with the link when it
diff --git a/LibTest/io/Link/update_A01_t03.dart b/LibTest/io/Link/update_A01_t03.dart
index 1a039f6..99b64ca 100644
--- a/LibTest/io/Link/update_A01_t03.dart
+++ b/LibTest/io/Link/update_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> update(String target)
  * Updates the link. Returns a Future<Link> that completes with the link when it
diff --git a/LibTest/io/Link/update_A02_t01.dart b/LibTest/io/Link/update_A02_t01.dart
index c80b9ac..03ac613 100644
--- a/LibTest/io/Link/update_A02_t01.dart
+++ b/LibTest/io/Link/update_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> update(String target)
  * Updates the link. Returns a Future<Link> that completes with the link when it
diff --git a/LibTest/io/Link/update_A02_t02.dart b/LibTest/io/Link/update_A02_t02.dart
index fc4dc11..fca2529 100644
--- a/LibTest/io/Link/update_A02_t02.dart
+++ b/LibTest/io/Link/update_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Link> update(String target)
  * Updates the link. Returns a Future<Link> that completes with the link when it
diff --git a/LibTest/io/Link/uri_A01_t01.dart b/LibTest/io/Link/uri_A01_t01.dart
index 79dc3e1..4cbaae6 100644
--- a/LibTest/io/Link/uri_A01_t01.dart
+++ b/LibTest/io/Link/uri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/Link/uri_A01_t02.dart b/LibTest/io/Link/uri_A01_t02.dart
index feab3a6..32ac3ff 100644
--- a/LibTest/io/Link/uri_A01_t02.dart
+++ b/LibTest/io/Link/uri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uri uri
  * Returns a Uri representing the directory's location.
diff --git a/LibTest/io/Link/watch_A01_t01.dart b/LibTest/io/Link/watch_A01_t01.dart
index 6bce33e..df8bd1d 100644
--- a/LibTest/io/Link/watch_A01_t01.dart
+++ b/LibTest/io/Link/watch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<FileSystemEvent> watch({
  *  int events: FileSystemEvent.ALL,
diff --git a/LibTest/io/NetworkInterface/addresses_A01_t01.dart b/LibTest/io/NetworkInterface/addresses_A01_t01.dart
index 6296d55..ba6d7f4 100644
--- a/LibTest/io/NetworkInterface/addresses_A01_t01.dart
+++ b/LibTest/io/NetworkInterface/addresses_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<InternetAddress> addresses
  * Get a list of InternetAddresses currently bound to this NetworkInterface.
diff --git a/LibTest/io/NetworkInterface/index_A01_t01.dart b/LibTest/io/NetworkInterface/index_A01_t01.dart
index 921100d..9d78541 100644
--- a/LibTest/io/NetworkInterface/index_A01_t01.dart
+++ b/LibTest/io/NetworkInterface/index_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int index
  * Get the index of the NetworkInterface.
diff --git a/LibTest/io/NetworkInterface/listSupported_A01_t01.dart b/LibTest/io/NetworkInterface/listSupported_A01_t01.dart
index 7e84bfb..289013e 100644
--- a/LibTest/io/NetworkInterface/listSupported_A01_t01.dart
+++ b/LibTest/io/NetworkInterface/listSupported_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool listSupported
  * Whether list is supported.
diff --git a/LibTest/io/NetworkInterface/list_A01_t01.dart b/LibTest/io/NetworkInterface/list_A01_t01.dart
index c88d50f..59d6c0a 100644
--- a/LibTest/io/NetworkInterface/list_A01_t01.dart
+++ b/LibTest/io/NetworkInterface/list_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/list_A01_t02.dart b/LibTest/io/NetworkInterface/list_A01_t02.dart
index 44ed749..a621034 100644
--- a/LibTest/io/NetworkInterface/list_A01_t02.dart
+++ b/LibTest/io/NetworkInterface/list_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/list_A01_t03.dart b/LibTest/io/NetworkInterface/list_A01_t03.dart
index 2fb8362..407ba34 100644
--- a/LibTest/io/NetworkInterface/list_A01_t03.dart
+++ b/LibTest/io/NetworkInterface/list_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/list_A02_t01.dart b/LibTest/io/NetworkInterface/list_A02_t01.dart
index a3f2ee2..c6b05bf 100644
--- a/LibTest/io/NetworkInterface/list_A02_t01.dart
+++ b/LibTest/io/NetworkInterface/list_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/list_A02_t02.dart b/LibTest/io/NetworkInterface/list_A02_t02.dart
index a2656bc..8d4d98c 100644
--- a/LibTest/io/NetworkInterface/list_A02_t02.dart
+++ b/LibTest/io/NetworkInterface/list_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/list_A02_t03.dart b/LibTest/io/NetworkInterface/list_A02_t03.dart
index 53da10d..80569b9 100644
--- a/LibTest/io/NetworkInterface/list_A02_t03.dart
+++ b/LibTest/io/NetworkInterface/list_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<List<NetworkInterface>> list({
diff --git a/LibTest/io/NetworkInterface/name_A01_t01.dart b/LibTest/io/NetworkInterface/name_A01_t01.dart
index 8504dec..f64a78a 100644
--- a/LibTest/io/NetworkInterface/name_A01_t01.dart
+++ b/LibTest/io/NetworkInterface/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  * Get the name of the NetworkInterface.
diff --git a/LibTest/io/OSError/OSError_A01_t01.dart b/LibTest/io/OSError/OSError_A01_t01.dart
index eeda785..603f45e 100644
--- a/LibTest/io/OSError/OSError_A01_t01.dart
+++ b/LibTest/io/OSError/OSError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const OSError([String message = "", int errorCode = noErrorCode])
  * Creates an OSError object from a message and an errorCode.
diff --git a/LibTest/io/OSError/OSError_A01_t02.dart b/LibTest/io/OSError/OSError_A01_t02.dart
index fdd0f5a..7a5f8a6 100644
--- a/LibTest/io/OSError/OSError_A01_t02.dart
+++ b/LibTest/io/OSError/OSError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const OSError([String message = "", int errorCode = noErrorCode])
  * Creates an OSError object from a message and an errorCode.
diff --git a/LibTest/io/OSError/errorCode_A01_t01.dart b/LibTest/io/OSError/errorCode_A01_t01.dart
index 5d11872..6b43eb1 100644
--- a/LibTest/io/OSError/errorCode_A01_t01.dart
+++ b/LibTest/io/OSError/errorCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int errorCode
  * Error code supplied by the operating system. Will have the value noErrorCode
diff --git a/LibTest/io/OSError/message_A01_t01.dart b/LibTest/io/OSError/message_A01_t01.dart
index 13f9f2b..c142da0 100644
--- a/LibTest/io/OSError/message_A01_t01.dart
+++ b/LibTest/io/OSError/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String message
  * Error message supplied by the operating system. null if no message is
diff --git a/LibTest/io/OSError/noErrorCode_A01_t01.dart b/LibTest/io/OSError/noErrorCode_A01_t01.dart
index 436aebc..595bf96 100644
--- a/LibTest/io/OSError/noErrorCode_A01_t01.dart
+++ b/LibTest/io/OSError/noErrorCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int noErrorCode = -1
  * Constant used to indicate that no OS error code is available.
diff --git a/LibTest/io/OSError/toString_A01_t01.dart b/LibTest/io/OSError/toString_A01_t01.dart
index 283c540..9fe4c74 100644
--- a/LibTest/io/OSError/toString_A01_t01.dart
+++ b/LibTest/io/OSError/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Converts an OSError object to a string representation.
diff --git a/LibTest/io/Process/exitCode_A01_t01.dart b/LibTest/io/Process/exitCode_A01_t01.dart
index 8881f65..6980fbe 100644
--- a/LibTest/io/Process/exitCode_A01_t01.dart
+++ b/LibTest/io/Process/exitCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> exitCode
  *
diff --git a/LibTest/io/Process/exitCode_A01_t02.dart b/LibTest/io/Process/exitCode_A01_t02.dart
index 07f31fa..1bf3d9d 100644
--- a/LibTest/io/Process/exitCode_A01_t02.dart
+++ b/LibTest/io/Process/exitCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> exitCode
  *
diff --git a/LibTest/io/Process/killPid_A01_t01.dart b/LibTest/io/Process/killPid_A01_t01.dart
index 3d5fef2..707dea0 100644
--- a/LibTest/io/Process/killPid_A01_t01.dart
+++ b/LibTest/io/Process/killPid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * bool killPid(
diff --git a/LibTest/io/Process/killPid_A01_t02.dart b/LibTest/io/Process/killPid_A01_t02.dart
index 3fc5728..de03413 100644
--- a/LibTest/io/Process/killPid_A01_t02.dart
+++ b/LibTest/io/Process/killPid_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * bool killPid(
diff --git a/LibTest/io/Process/kill_A01_t01.dart b/LibTest/io/Process/kill_A01_t01.dart
index 2a71581..3467486 100644
--- a/LibTest/io/Process/kill_A01_t01.dart
+++ b/LibTest/io/Process/kill_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool kill([ProcessSignal signal = ProcessSignal.sigterm ])
  *
diff --git a/LibTest/io/Process/kill_A01_t02.dart b/LibTest/io/Process/kill_A01_t02.dart
index d873898..20073ba 100644
--- a/LibTest/io/Process/kill_A01_t02.dart
+++ b/LibTest/io/Process/kill_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool kill([ProcessSignal signal = ProcessSignal.sigterm ])
  *
diff --git a/LibTest/io/Process/pid_A01_t01.dart b/LibTest/io/Process/pid_A01_t01.dart
index b70ddd2..9a623b0 100644
--- a/LibTest/io/Process/pid_A01_t01.dart
+++ b/LibTest/io/Process/pid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int pid
  *
diff --git a/LibTest/io/Process/runSync_A01_t01.dart b/LibTest/io/Process/runSync_A01_t01.dart
index 65ce441..4d96827 100644
--- a/LibTest/io/Process/runSync_A01_t01.dart
+++ b/LibTest/io/Process/runSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ProcessResult runSync(
diff --git a/LibTest/io/Process/runSync_A02_t01.dart b/LibTest/io/Process/runSync_A02_t01.dart
index 6f1b17c..fc47980 100644
--- a/LibTest/io/Process/runSync_A02_t01.dart
+++ b/LibTest/io/Process/runSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ProcessResult runSync(
diff --git a/LibTest/io/Process/runSync_A02_t02.dart b/LibTest/io/Process/runSync_A02_t02.dart
index e27f0d2..bb4ed35 100644
--- a/LibTest/io/Process/runSync_A02_t02.dart
+++ b/LibTest/io/Process/runSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ProcessResult runSync(
diff --git a/LibTest/io/Process/run_A01_t01.dart b/LibTest/io/Process/run_A01_t01.dart
index 1693ec4..edee1b9 100644
--- a/LibTest/io/Process/run_A01_t01.dart
+++ b/LibTest/io/Process/run_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<ProcessResult> run(
diff --git a/LibTest/io/Process/run_A01_t02.dart b/LibTest/io/Process/run_A01_t02.dart
index 7721666..d1f4196 100644
--- a/LibTest/io/Process/run_A01_t02.dart
+++ b/LibTest/io/Process/run_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<ProcessResult> run(
diff --git a/LibTest/io/Process/run_A01_t03.dart b/LibTest/io/Process/run_A01_t03.dart
index 2671c49..afdca1e 100644
--- a/LibTest/io/Process/run_A01_t03.dart
+++ b/LibTest/io/Process/run_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<ProcessResult> run(
diff --git a/LibTest/io/Process/run_A02_t01.dart b/LibTest/io/Process/run_A02_t01.dart
index a8a8214..7a8840c 100644
--- a/LibTest/io/Process/run_A02_t01.dart
+++ b/LibTest/io/Process/run_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<ProcessResult> run(
diff --git a/LibTest/io/Process/run_A02_t02.dart b/LibTest/io/Process/run_A02_t02.dart
index 9673854..d9568e0 100644
--- a/LibTest/io/Process/run_A02_t02.dart
+++ b/LibTest/io/Process/run_A02_t02.dart
@@ -1,8 +1,7 @@
-  /*
- * 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.
- */
+  // 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.
+
 /**
  * @assertion
  * Future<ProcessResult> run(
diff --git a/LibTest/io/Process/start_A01_t01.dart b/LibTest/io/Process/start_A01_t01.dart
index 04bd6b6..9bfbdcd 100644
--- a/LibTest/io/Process/start_A01_t01.dart
+++ b/LibTest/io/Process/start_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A01_t02.dart b/LibTest/io/Process/start_A01_t02.dart
index 83f6074..b72d367 100644
--- a/LibTest/io/Process/start_A01_t02.dart
+++ b/LibTest/io/Process/start_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A01_t03.dart b/LibTest/io/Process/start_A01_t03.dart
index 748d40f..d2f48b1 100644
--- a/LibTest/io/Process/start_A01_t03.dart
+++ b/LibTest/io/Process/start_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A02_t01.dart b/LibTest/io/Process/start_A02_t01.dart
index 5b61198..740806f 100644
--- a/LibTest/io/Process/start_A02_t01.dart
+++ b/LibTest/io/Process/start_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A02_t02.dart b/LibTest/io/Process/start_A02_t02.dart
index e1ff9dd..6fa9d61 100644
--- a/LibTest/io/Process/start_A02_t02.dart
+++ b/LibTest/io/Process/start_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A03_t01.dart b/LibTest/io/Process/start_A03_t01.dart
index 041d436..2c79936 100644
--- a/LibTest/io/Process/start_A03_t01.dart
+++ b/LibTest/io/Process/start_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A03_t02.dart b/LibTest/io/Process/start_A03_t02.dart
index 363ff65..5321581 100644
--- a/LibTest/io/Process/start_A03_t02.dart
+++ b/LibTest/io/Process/start_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion S
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A04_t01.dart b/LibTest/io/Process/start_A04_t01.dart
index b314f4a..b1da16f 100644
--- a/LibTest/io/Process/start_A04_t01.dart
+++ b/LibTest/io/Process/start_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A05_t01.dart b/LibTest/io/Process/start_A05_t01.dart
index 646ac55..4c27c53 100644
--- a/LibTest/io/Process/start_A05_t01.dart
+++ b/LibTest/io/Process/start_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/start_A06_t01.dart b/LibTest/io/Process/start_A06_t01.dart
index a80aaee..16c27b0 100644
--- a/LibTest/io/Process/start_A06_t01.dart
+++ b/LibTest/io/Process/start_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<Process> start(
diff --git a/LibTest/io/Process/stderr_A01_t01.dart b/LibTest/io/Process/stderr_A01_t01.dart
index ffcf342..e2f39d2 100644
--- a/LibTest/io/Process/stderr_A01_t01.dart
+++ b/LibTest/io/Process/stderr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> stderr
  *
diff --git a/LibTest/io/Process/stdin_A01_t01.dart b/LibTest/io/Process/stdin_A01_t01.dart
index a73bb9f..91f1998 100644
--- a/LibTest/io/Process/stdin_A01_t01.dart
+++ b/LibTest/io/Process/stdin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink stdin
  *
diff --git a/LibTest/io/Process/stdout_A01_t01.dart b/LibTest/io/Process/stdout_A01_t01.dart
index cd3b797..7627ebb 100644
--- a/LibTest/io/Process/stdout_A01_t01.dart
+++ b/LibTest/io/Process/stdout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Stream<List<int>> stdout
  *
diff --git a/LibTest/io/ProcessInfo/ProcessInfo_A01_t01.dart b/LibTest/io/ProcessInfo/ProcessInfo_A01_t01.dart
index 68311a0..6e08620 100644
--- a/LibTest/io/ProcessInfo/ProcessInfo_A01_t01.dart
+++ b/LibTest/io/ProcessInfo/ProcessInfo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ProcessInfo()
  *
diff --git a/LibTest/io/ProcessInfo/currentRss_A01_t01.dart b/LibTest/io/ProcessInfo/currentRss_A01_t01.dart
index 97f7894..d2f8430 100644
--- a/LibTest/io/ProcessInfo/currentRss_A01_t01.dart
+++ b/LibTest/io/ProcessInfo/currentRss_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int currentRss
  *
diff --git a/LibTest/io/ProcessInfo/maxRss_A01_t01.dart b/LibTest/io/ProcessInfo/maxRss_A01_t01.dart
index 28000b4..a815400 100644
--- a/LibTest/io/ProcessInfo/maxRss_A01_t01.dart
+++ b/LibTest/io/ProcessInfo/maxRss_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int maxRss
  *
diff --git a/LibTest/io/ProcessResult/ProcessResult_A01_t01.dart b/LibTest/io/ProcessResult/ProcessResult_A01_t01.dart
index 7b5d452..13063cd 100644
--- a/LibTest/io/ProcessResult/ProcessResult_A01_t01.dart
+++ b/LibTest/io/ProcessResult/ProcessResult_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ProcessResult(int pid, int exitCode, stdout, stderr)
  *
diff --git a/LibTest/io/ProcessResult/ProcessResult_A01_t02.dart b/LibTest/io/ProcessResult/ProcessResult_A01_t02.dart
index 103dbdc..a37b051 100644
--- a/LibTest/io/ProcessResult/ProcessResult_A01_t02.dart
+++ b/LibTest/io/ProcessResult/ProcessResult_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ProcessResult(int pid, int exitCode, stdout, stderr)
  *
diff --git a/LibTest/io/ProcessResult/ProcessResult_A01_t03.dart b/LibTest/io/ProcessResult/ProcessResult_A01_t03.dart
index 2634438..f110e87 100644
--- a/LibTest/io/ProcessResult/ProcessResult_A01_t03.dart
+++ b/LibTest/io/ProcessResult/ProcessResult_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ProcessResult(int pid, int exitCode, stdout, stderr)
  *
diff --git a/LibTest/io/ProcessResult/exitCode_A01_t01.dart b/LibTest/io/ProcessResult/exitCode_A01_t01.dart
index 3efed5d..838b291 100644
--- a/LibTest/io/ProcessResult/exitCode_A01_t01.dart
+++ b/LibTest/io/ProcessResult/exitCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  *
diff --git a/LibTest/io/ProcessResult/exitCode_A01_t02.dart b/LibTest/io/ProcessResult/exitCode_A01_t02.dart
index 9ac95f1..b4f009e 100644
--- a/LibTest/io/ProcessResult/exitCode_A01_t02.dart
+++ b/LibTest/io/ProcessResult/exitCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  *
diff --git a/LibTest/io/ProcessResult/pid_A01_t01.dart b/LibTest/io/ProcessResult/pid_A01_t01.dart
index 0529707..e9f9cb8 100644
--- a/LibTest/io/ProcessResult/pid_A01_t01.dart
+++ b/LibTest/io/ProcessResult/pid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int pid
  *
diff --git a/LibTest/io/ProcessResult/stderr_A01_t01.dart b/LibTest/io/ProcessResult/stderr_A01_t01.dart
index 6a3bc50..ef313a1 100644
--- a/LibTest/io/ProcessResult/stderr_A01_t01.dart
+++ b/LibTest/io/ProcessResult/stderr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic stderr
  *
diff --git a/LibTest/io/ProcessResult/stderr_A01_t02.dart b/LibTest/io/ProcessResult/stderr_A01_t02.dart
index fd96fd6..34c5153 100644
--- a/LibTest/io/ProcessResult/stderr_A01_t02.dart
+++ b/LibTest/io/ProcessResult/stderr_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic stderr
  *
diff --git a/LibTest/io/ProcessResult/stdout_A01_t01.dart b/LibTest/io/ProcessResult/stdout_A01_t01.dart
index b026794..54ec12f 100644
--- a/LibTest/io/ProcessResult/stdout_A01_t01.dart
+++ b/LibTest/io/ProcessResult/stdout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic stdout
  *
diff --git a/LibTest/io/ProcessResult/stdout_A01_t02.dart b/LibTest/io/ProcessResult/stdout_A01_t02.dart
index 2dc373c..a382850 100644
--- a/LibTest/io/ProcessResult/stdout_A01_t02.dart
+++ b/LibTest/io/ProcessResult/stdout_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic stdout
  *
diff --git a/LibTest/io/ProcessSignal/toString_A01_t01.dart b/LibTest/io/ProcessSignal/toString_A01_t01.dart
index e1f27a9..03f6c6f 100644
--- a/LibTest/io/ProcessSignal/toString_A01_t01.dart
+++ b/LibTest/io/ProcessSignal/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/io/ProcessSignal/watch_A01_t01.dart b/LibTest/io/ProcessSignal/watch_A01_t01.dart
index d45617d..2fb1623 100644
--- a/LibTest/io/ProcessSignal/watch_A01_t01.dart
+++ b/LibTest/io/ProcessSignal/watch_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProcessSignal> watch()
  * Watch for process signals.
diff --git a/LibTest/io/ProcessSignal/watch_A01_t01_lib.dart b/LibTest/io/ProcessSignal/watch_A01_t01_lib.dart
index 44d3571..aa6e524 100644
--- a/LibTest/io/ProcessSignal/watch_A01_t01_lib.dart
+++ b/LibTest/io/ProcessSignal/watch_A01_t01_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProcessSignal> watch()
  * Watch for process signals.
diff --git a/LibTest/io/ProcessSignal/watch_A01_t02.dart b/LibTest/io/ProcessSignal/watch_A01_t02.dart
index 249e80a..9a1b2a4 100644
--- a/LibTest/io/ProcessSignal/watch_A01_t02.dart
+++ b/LibTest/io/ProcessSignal/watch_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProcessSignal> watch()
  * Watch for process signals.
diff --git a/LibTest/io/ProcessSignal/watch_A01_t02_lib.dart b/LibTest/io/ProcessSignal/watch_A01_t02_lib.dart
index b0570fd..107f128 100644
--- a/LibTest/io/ProcessSignal/watch_A01_t02_lib.dart
+++ b/LibTest/io/ProcessSignal/watch_A01_t02_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<ProcessSignal> watch()
  * Watch for process signals.
diff --git a/LibTest/io/RandomAccessFile/closeSync_A01_t01.dart b/LibTest/io/RandomAccessFile/closeSync_A01_t01.dart
index dc03634..df94256 100644
--- a/LibTest/io/RandomAccessFile/closeSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/closeSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void closeSync()
  * Synchronously closes the file.
diff --git a/LibTest/io/RandomAccessFile/closeSync_A01_t02.dart b/LibTest/io/RandomAccessFile/closeSync_A01_t02.dart
index a6ae71e..a5ca98e 100644
--- a/LibTest/io/RandomAccessFile/closeSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/closeSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void closeSync()
  * Synchronously closes the file.
diff --git a/LibTest/io/RandomAccessFile/close_A01_t01.dart b/LibTest/io/RandomAccessFile/close_A01_t01.dart
index 047c705..807f4ff 100644
--- a/LibTest/io/RandomAccessFile/close_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<void> close()
  * Closes the file. Returns a Future that completes when it has been closed.
diff --git a/LibTest/io/RandomAccessFile/close_A01_t02.dart b/LibTest/io/RandomAccessFile/close_A01_t02.dart
index 39336c7..387658e 100644
--- a/LibTest/io/RandomAccessFile/close_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/close_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<void> close()
  * Closes the file. Returns a Future that completes when it has been closed.
diff --git a/LibTest/io/RandomAccessFile/flushSync_A01_t01.dart b/LibTest/io/RandomAccessFile/flushSync_A01_t01.dart
index d950940..c40493d 100644
--- a/LibTest/io/RandomAccessFile/flushSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/flushSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void flushSync()
  * Synchronously flushes the contents of the file to disk.
diff --git a/LibTest/io/RandomAccessFile/flush_A01_t01.dart b/LibTest/io/RandomAccessFile/flush_A01_t01.dart
index 8b2e1f6..b5f709f 100644
--- a/LibTest/io/RandomAccessFile/flush_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/flush_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> flush()
  * Flushes the contents of the file to disk. Returns a Future<RandomAccessFile>
diff --git a/LibTest/io/RandomAccessFile/lengthSync_A01_t01.dart b/LibTest/io/RandomAccessFile/lengthSync_A01_t01.dart
index e4d0684..77886ae 100644
--- a/LibTest/io/RandomAccessFile/lengthSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/lengthSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthSync()
  * Synchronously gets the length of the file.
diff --git a/LibTest/io/RandomAccessFile/lengthSync_A01_t02.dart b/LibTest/io/RandomAccessFile/lengthSync_A01_t02.dart
index 1782824..7d47f26 100644
--- a/LibTest/io/RandomAccessFile/lengthSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/lengthSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthSync()
  * Synchronously gets the length of the file.
diff --git a/LibTest/io/RandomAccessFile/length_A01_t01.dart b/LibTest/io/RandomAccessFile/length_A01_t01.dart
index 20bfc66..b86250f 100644
--- a/LibTest/io/RandomAccessFile/length_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length()
  * Gets the length of the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/RandomAccessFile/lockSync_A01_t01.dart b/LibTest/io/RandomAccessFile/lockSync_A01_t01.dart
index af1a060..4ba88d4 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A01_t02.dart b/LibTest/io/RandomAccessFile/lockSync_A01_t02.dart
index 153a392..26e7e93 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A02_t01.dart b/LibTest/io/RandomAccessFile/lockSync_A02_t01.dart
index ed38d1d..17d9768 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A02_t02.dart b/LibTest/io/RandomAccessFile/lockSync_A02_t02.dart
index f8389e5..99fc500 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A02_t02.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A02_t03.dart b/LibTest/io/RandomAccessFile/lockSync_A02_t03.dart
index ef5ca24..2706a77 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A02_t03.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A02_t04.dart b/LibTest/io/RandomAccessFile/lockSync_A02_t04.dart
index a06f702..32859b2 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A02_t04.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A03_t01.dart b/LibTest/io/RandomAccessFile/lockSync_A03_t01.dart
index 5454faa..140d081 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A03_t01.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A03_t02.dart b/LibTest/io/RandomAccessFile/lockSync_A03_t02.dart
index db8b6fa..c594677 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A03_t02.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A03_t03.dart b/LibTest/io/RandomAccessFile/lockSync_A03_t03.dart
index 6f1d7fd..8d14b83 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A03_t03.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A04_t01.dart b/LibTest/io/RandomAccessFile/lockSync_A04_t01.dart
index 3f8d43d..8d3ba64 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A04_t01.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A04_t02.dart b/LibTest/io/RandomAccessFile/lockSync_A04_t02.dart
index 93f7be8..8269337 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A04_t02.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A04_t03.dart b/LibTest/io/RandomAccessFile/lockSync_A04_t03.dart
index bc4ac8a..08a148c 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A04_t03.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A04_t04.dart b/LibTest/io/RandomAccessFile/lockSync_A04_t04.dart
index 45d3823..0e016df 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A04_t04.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lockSync_A05_t01.dart b/LibTest/io/RandomAccessFile/lockSync_A05_t01.dart
index e399fd2..e0f252a 100644
--- a/LibTest/io/RandomAccessFile/lockSync_A05_t01.dart
+++ b/LibTest/io/RandomAccessFile/lockSync_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void lockSync([
diff --git a/LibTest/io/RandomAccessFile/lock_A01_t01.dart b/LibTest/io/RandomAccessFile/lock_A01_t01.dart
index e396293..2c7f718 100644
--- a/LibTest/io/RandomAccessFile/lock_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/lock_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A01_t02.dart b/LibTest/io/RandomAccessFile/lock_A01_t02.dart
index 7967334..1bd3a4f 100644
--- a/LibTest/io/RandomAccessFile/lock_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/lock_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A01_t03.dart b/LibTest/io/RandomAccessFile/lock_A01_t03.dart
index 4609b0a..1a2503f 100644
--- a/LibTest/io/RandomAccessFile/lock_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/lock_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A01_t04.dart b/LibTest/io/RandomAccessFile/lock_A01_t04.dart
index a388cbc..50195a5 100644
--- a/LibTest/io/RandomAccessFile/lock_A01_t04.dart
+++ b/LibTest/io/RandomAccessFile/lock_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A02_t01.dart b/LibTest/io/RandomAccessFile/lock_A02_t01.dart
index 3aa43d9..27f0e8b 100644
--- a/LibTest/io/RandomAccessFile/lock_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/lock_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A02_t02.dart b/LibTest/io/RandomAccessFile/lock_A02_t02.dart
index 80b4399..e012e0a 100644
--- a/LibTest/io/RandomAccessFile/lock_A02_t02.dart
+++ b/LibTest/io/RandomAccessFile/lock_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A02_t03.dart b/LibTest/io/RandomAccessFile/lock_A02_t03.dart
index 43a9ab0..8cf57df 100644
--- a/LibTest/io/RandomAccessFile/lock_A02_t03.dart
+++ b/LibTest/io/RandomAccessFile/lock_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A03_t01.dart b/LibTest/io/RandomAccessFile/lock_A03_t01.dart
index ebb4cf0..88593d8 100644
--- a/LibTest/io/RandomAccessFile/lock_A03_t01.dart
+++ b/LibTest/io/RandomAccessFile/lock_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A03_t02.dart b/LibTest/io/RandomAccessFile/lock_A03_t02.dart
index ff54f4a..95bb20a 100644
--- a/LibTest/io/RandomAccessFile/lock_A03_t02.dart
+++ b/LibTest/io/RandomAccessFile/lock_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A03_t03.dart b/LibTest/io/RandomAccessFile/lock_A03_t03.dart
index 8476066..0085be0 100644
--- a/LibTest/io/RandomAccessFile/lock_A03_t03.dart
+++ b/LibTest/io/RandomAccessFile/lock_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A04_t01.dart b/LibTest/io/RandomAccessFile/lock_A04_t01.dart
index 35f081a..4d6150f 100644
--- a/LibTest/io/RandomAccessFile/lock_A04_t01.dart
+++ b/LibTest/io/RandomAccessFile/lock_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A04_t02.dart b/LibTest/io/RandomAccessFile/lock_A04_t02.dart
index 689847c..b60956c 100644
--- a/LibTest/io/RandomAccessFile/lock_A04_t02.dart
+++ b/LibTest/io/RandomAccessFile/lock_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A04_t03.dart b/LibTest/io/RandomAccessFile/lock_A04_t03.dart
index 1a8a8d0..049d9a4 100644
--- a/LibTest/io/RandomAccessFile/lock_A04_t03.dart
+++ b/LibTest/io/RandomAccessFile/lock_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A04_t04.dart b/LibTest/io/RandomAccessFile/lock_A04_t04.dart
index aef3f71..fe189fa 100644
--- a/LibTest/io/RandomAccessFile/lock_A04_t04.dart
+++ b/LibTest/io/RandomAccessFile/lock_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_A05_t01.dart b/LibTest/io/RandomAccessFile/lock_A05_t01.dart
index 726e347..fe6d078 100644
--- a/LibTest/io/RandomAccessFile/lock_A05_t01.dart
+++ b/LibTest/io/RandomAccessFile/lock_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> lock([
diff --git a/LibTest/io/RandomAccessFile/lock_check_1_lib.dart b/LibTest/io/RandomAccessFile/lock_check_1_lib.dart
index 6cb84c6..9dc2562 100644
--- a/LibTest/io/RandomAccessFile/lock_check_1_lib.dart
+++ b/LibTest/io/RandomAccessFile/lock_check_1_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Used in lock and unlock tests.
  * @author ngl@unipro.ru
diff --git a/LibTest/io/RandomAccessFile/lock_check_2_lib.dart b/LibTest/io/RandomAccessFile/lock_check_2_lib.dart
index ca2bc0e..07fed8d 100644
--- a/LibTest/io/RandomAccessFile/lock_check_2_lib.dart
+++ b/LibTest/io/RandomAccessFile/lock_check_2_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Used in lock and unlock tests.
  * @author ngl@unipro.ru
diff --git a/LibTest/io/RandomAccessFile/lock_check_3_lib.dart b/LibTest/io/RandomAccessFile/lock_check_3_lib.dart
index fd95766..511591b 100644
--- a/LibTest/io/RandomAccessFile/lock_check_3_lib.dart
+++ b/LibTest/io/RandomAccessFile/lock_check_3_lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @description Used in lock and unlock tests.
  * @author ngl@unipro.ru
diff --git a/LibTest/io/RandomAccessFile/path_A01_t01.dart b/LibTest/io/RandomAccessFile/path_A01_t01.dart
index 0852ef4..2aebbc2 100644
--- a/LibTest/io/RandomAccessFile/path_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/path_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String path
  * Gets the path of the file underlying this RandomAccessFile.
diff --git a/LibTest/io/RandomAccessFile/positionSync_A01_t01.dart b/LibTest/io/RandomAccessFile/positionSync_A01_t01.dart
index 31ece49..3f46014 100644
--- a/LibTest/io/RandomAccessFile/positionSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/positionSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int positionSync()
  * Synchronously gets the current byte position in the file.
diff --git a/LibTest/io/RandomAccessFile/positionSync_A01_t02.dart b/LibTest/io/RandomAccessFile/positionSync_A01_t02.dart
index bf51534..8ac32bc 100644
--- a/LibTest/io/RandomAccessFile/positionSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/positionSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int positionSync()
  * Synchronously gets the current byte position in the file.
diff --git a/LibTest/io/RandomAccessFile/position_A01_t01.dart b/LibTest/io/RandomAccessFile/position_A01_t01.dart
index 3aa104a..4ba093c 100644
--- a/LibTest/io/RandomAccessFile/position_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/position_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> position()
  * Gets the current byte position in the file. Returns a Future<int> that
diff --git a/LibTest/io/RandomAccessFile/readByteSync_A01_t01.dart b/LibTest/io/RandomAccessFile/readByteSync_A01_t01.dart
index 1e3959a..c35a7de 100644
--- a/LibTest/io/RandomAccessFile/readByteSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/readByteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * Synchronously reads a single byte from the file. If end-of-file has been
diff --git a/LibTest/io/RandomAccessFile/readByteSync_A01_t02.dart b/LibTest/io/RandomAccessFile/readByteSync_A01_t02.dart
index 2c07d73..524bec8 100644
--- a/LibTest/io/RandomAccessFile/readByteSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/readByteSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * Synchronously reads a single byte from the file. If end-of-file has been
diff --git a/LibTest/io/RandomAccessFile/readByte_A01_t01.dart b/LibTest/io/RandomAccessFile/readByte_A01_t01.dart
index 8c8c3ec..acbafba 100644
--- a/LibTest/io/RandomAccessFile/readByte_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/readByte_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readByte()
  * Reads a byte from the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/RandomAccessFile/readByte_A01_t02.dart b/LibTest/io/RandomAccessFile/readByte_A01_t02.dart
index adb2957..f7385fe 100644
--- a/LibTest/io/RandomAccessFile/readByte_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/readByte_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readByte()
  * Reads a byte from the file. Returns a Future<int> that completes with the
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A01_t01.dart b/LibTest/io/RandomAccessFile/readIntoSync_A01_t01.dart
index 515b3d0..250a392 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * Synchronously reads into an existing List<int> from the file. If start is
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A01_t02.dart b/LibTest/io/RandomAccessFile/readIntoSync_A01_t02.dart
index 01bab9c..6eb885d 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * Synchronously reads into an existing List<int> from the file. If start is
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A01_t03.dart b/LibTest/io/RandomAccessFile/readIntoSync_A01_t03.dart
index 1326e84..595d1a0 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * Synchronously reads into an existing List<int> from the file. If start is
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A01_t04.dart b/LibTest/io/RandomAccessFile/readIntoSync_A01_t04.dart
index 8cabeec..cb2fef6 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A01_t04.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * Synchronously reads into an existing List<int> from the file. If start is
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A01_t05.dart b/LibTest/io/RandomAccessFile/readIntoSync_A01_t05.dart
index e9cfa56..3aa0c79 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A01_t05.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * Synchronously reads into an existing List<int> from the file. If start is
diff --git a/LibTest/io/RandomAccessFile/readIntoSync_A02_t01.dart b/LibTest/io/RandomAccessFile/readIntoSync_A02_t01.dart
index ad41cb3..ee7ae85 100644
--- a/LibTest/io/RandomAccessFile/readIntoSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/readIntoSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readIntoSync(List<int> buffer, [int start = 0, int end])
  * . . .
diff --git a/LibTest/io/RandomAccessFile/readInto_A01_t01.dart b/LibTest/io/RandomAccessFile/readInto_A01_t01.dart
index 4d33ab4..eaf477c 100644
--- a/LibTest/io/RandomAccessFile/readInto_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * Reads into an existing List<int> from the file. If start is present, the
diff --git a/LibTest/io/RandomAccessFile/readInto_A01_t02.dart b/LibTest/io/RandomAccessFile/readInto_A01_t02.dart
index 46f1330..4fb700d 100644
--- a/LibTest/io/RandomAccessFile/readInto_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * Reads into an existing List<int> from the file. If start is present, the
diff --git a/LibTest/io/RandomAccessFile/readInto_A01_t03.dart b/LibTest/io/RandomAccessFile/readInto_A01_t03.dart
index 69c5e96..f86f3ca 100644
--- a/LibTest/io/RandomAccessFile/readInto_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * Reads into an existing List<int> from the file. If start is present, the
diff --git a/LibTest/io/RandomAccessFile/readInto_A01_t04.dart b/LibTest/io/RandomAccessFile/readInto_A01_t04.dart
index 659b808..922b064 100644
--- a/LibTest/io/RandomAccessFile/readInto_A01_t04.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * Reads into an existing List<int> from the file. If start is present, the
diff --git a/LibTest/io/RandomAccessFile/readInto_A01_t05.dart b/LibTest/io/RandomAccessFile/readInto_A01_t05.dart
index d616587..252bc19 100644
--- a/LibTest/io/RandomAccessFile/readInto_A01_t05.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * Reads into an existing List<int> from the file. If start is present, the
diff --git a/LibTest/io/RandomAccessFile/readInto_A02_t01.dart b/LibTest/io/RandomAccessFile/readInto_A02_t01.dart
index 25bfe1e..e1e196e 100644
--- a/LibTest/io/RandomAccessFile/readInto_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/readInto_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> readInto(List<int> buffer, [int start = 0, int end])
  * . . .
diff --git a/LibTest/io/RandomAccessFile/readSync_A01_t01.dart b/LibTest/io/RandomAccessFile/readSync_A01_t01.dart
index be30b8e..818e5c5 100644
--- a/LibTest/io/RandomAccessFile/readSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/readSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readSync(int bytes)
  * Synchronously reads a maximum of bytes bytes from a file and returns the
diff --git a/LibTest/io/RandomAccessFile/readSync_A01_t02.dart b/LibTest/io/RandomAccessFile/readSync_A01_t02.dart
index 55e8cba..c476393 100644
--- a/LibTest/io/RandomAccessFile/readSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/readSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> readSync(int bytes)
  * Synchronously reads a maximum of bytes bytes from a file and returns the
diff --git a/LibTest/io/RandomAccessFile/read_A01_t01.dart b/LibTest/io/RandomAccessFile/read_A01_t01.dart
index 31da5cc..da46f16 100644
--- a/LibTest/io/RandomAccessFile/read_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/read_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<int>> read(int bytes)
  * Reads bytes bytes from a file and returns the result as a list of bytes.
diff --git a/LibTest/io/RandomAccessFile/setPositionSync_A01_t01.dart b/LibTest/io/RandomAccessFile/setPositionSync_A01_t01.dart
index 748e9c6..aebdc58 100644
--- a/LibTest/io/RandomAccessFile/setPositionSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/setPositionSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setPositionSync(int position)
  * Synchronously sets the byte position in the file.
diff --git a/LibTest/io/RandomAccessFile/setPositionSync_A01_t02.dart b/LibTest/io/RandomAccessFile/setPositionSync_A01_t02.dart
index 669089f..2bcd501 100644
--- a/LibTest/io/RandomAccessFile/setPositionSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/setPositionSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setPositionSync(int position)
  * Synchronously sets the byte position in the file.
diff --git a/LibTest/io/RandomAccessFile/setPosition_A01_t01.dart b/LibTest/io/RandomAccessFile/setPosition_A01_t01.dart
index f6d1747..900869d 100644
--- a/LibTest/io/RandomAccessFile/setPosition_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/setPosition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> setPosition(int position)
  * Sets the byte position in the file. Returns a Future<RandomAccessFile> that
diff --git a/LibTest/io/RandomAccessFile/toString_A01_t01.dart b/LibTest/io/RandomAccessFile/toString_A01_t01.dart
index 7d6260f..a21e350 100644
--- a/LibTest/io/RandomAccessFile/toString_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a human-readable string for this RandomAccessFile instance.
diff --git a/LibTest/io/RandomAccessFile/truncateSync_A01_t01.dart b/LibTest/io/RandomAccessFile/truncateSync_A01_t01.dart
index d44ad0f..0ccef35 100644
--- a/LibTest/io/RandomAccessFile/truncateSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/truncateSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void truncateSync(int length)
  * Synchronously truncates (or extends) the file to length bytes.
diff --git a/LibTest/io/RandomAccessFile/truncateSync_A01_t02.dart b/LibTest/io/RandomAccessFile/truncateSync_A01_t02.dart
index a751698..35677e6 100644
--- a/LibTest/io/RandomAccessFile/truncateSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/truncateSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void truncateSync(int length)
  * Synchronously truncates (or extends) the file to length bytes.
diff --git a/LibTest/io/RandomAccessFile/truncateSync_A01_t03.dart b/LibTest/io/RandomAccessFile/truncateSync_A01_t03.dart
index b8b47c2..567ab58 100644
--- a/LibTest/io/RandomAccessFile/truncateSync_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/truncateSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void truncateSync(int length)
  * Synchronously truncates (or extends) the file to length bytes.
diff --git a/LibTest/io/RandomAccessFile/truncateSync_A02_t01.dart b/LibTest/io/RandomAccessFile/truncateSync_A02_t01.dart
index 0c98832..de1999d 100644
--- a/LibTest/io/RandomAccessFile/truncateSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/truncateSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void truncateSync(int length)
  * . . .
diff --git a/LibTest/io/RandomAccessFile/truncate_A01_t01.dart b/LibTest/io/RandomAccessFile/truncate_A01_t01.dart
index 80df6f3..1e71ff2 100644
--- a/LibTest/io/RandomAccessFile/truncate_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/truncate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> truncate(int length)
  * Truncates (or extends) the file to length bytes. Returns a
diff --git a/LibTest/io/RandomAccessFile/truncate_A01_t02.dart b/LibTest/io/RandomAccessFile/truncate_A01_t02.dart
index 9d83755..d235d59 100644
--- a/LibTest/io/RandomAccessFile/truncate_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/truncate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> truncate(int length)
  * Truncates (or extends) the file to length bytes. Returns a
diff --git a/LibTest/io/RandomAccessFile/truncate_A01_t03.dart b/LibTest/io/RandomAccessFile/truncate_A01_t03.dart
index 6b7603c6..c82378c 100644
--- a/LibTest/io/RandomAccessFile/truncate_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/truncate_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> truncate(int length)
  * Truncates (or extends) the file to length bytes. Returns a
diff --git a/LibTest/io/RandomAccessFile/truncate_A01_t04.dart b/LibTest/io/RandomAccessFile/truncate_A01_t04.dart
index e0467d6..a4c8f3b 100644
--- a/LibTest/io/RandomAccessFile/truncate_A01_t04.dart
+++ b/LibTest/io/RandomAccessFile/truncate_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> truncate(int length)
  * Truncates (or extends) the file to length bytes. Returns a
diff --git a/LibTest/io/RandomAccessFile/unlockSync_A01_t01.dart b/LibTest/io/RandomAccessFile/unlockSync_A01_t01.dart
index c3dfa4a..37edd9b 100644
--- a/LibTest/io/RandomAccessFile/unlockSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/unlockSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void unlockSync([int start = 0, int end = -1])
  * Synchronously unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlockSync_A01_t02.dart b/LibTest/io/RandomAccessFile/unlockSync_A01_t02.dart
index 775ead2..daa2335 100644
--- a/LibTest/io/RandomAccessFile/unlockSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/unlockSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void unlockSync([int start = 0, int end = -1])
  * Synchronously unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlockSync_A01_t03.dart b/LibTest/io/RandomAccessFile/unlockSync_A01_t03.dart
index 2f3b01d..0d009b7 100644
--- a/LibTest/io/RandomAccessFile/unlockSync_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/unlockSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void unlockSync([int start = 0, int end = -1])
  * Synchronously unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlockSync_A02_t01.dart b/LibTest/io/RandomAccessFile/unlockSync_A02_t01.dart
index f088b89..4f4379a 100644
--- a/LibTest/io/RandomAccessFile/unlockSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/unlockSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void unlockSync([int start = 0, int end = -1])
  * Synchronously unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlock_A01_t01.dart b/LibTest/io/RandomAccessFile/unlock_A01_t01.dart
index a301e87..afca92f 100644
--- a/LibTest/io/RandomAccessFile/unlock_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/unlock_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> unlock([int start = 0, int end = -1])
  * Unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlock_A01_t02.dart b/LibTest/io/RandomAccessFile/unlock_A01_t02.dart
index b6e9e39..2f3faf0 100644
--- a/LibTest/io/RandomAccessFile/unlock_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/unlock_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> unlock([int start = 0, int end = -1])
  * Unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlock_A01_t03.dart b/LibTest/io/RandomAccessFile/unlock_A01_t03.dart
index 2d960b1..bb1da4b 100644
--- a/LibTest/io/RandomAccessFile/unlock_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/unlock_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> unlock([int start = 0, int end = -1])
  * Unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlock_A01_t04.dart b/LibTest/io/RandomAccessFile/unlock_A01_t04.dart
index 07cc933..6fb4e0d 100644
--- a/LibTest/io/RandomAccessFile/unlock_A01_t04.dart
+++ b/LibTest/io/RandomAccessFile/unlock_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> unlock([int start = 0, int end = -1])
  * Unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/unlock_A02_t01.dart b/LibTest/io/RandomAccessFile/unlock_A02_t01.dart
index ee12fc3..3a2c34f 100644
--- a/LibTest/io/RandomAccessFile/unlock_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/unlock_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> unlock([int start = 0, int end = -1])
  * Unlocks the file or part of the file.
diff --git a/LibTest/io/RandomAccessFile/writeByteSync_A01_t01.dart b/LibTest/io/RandomAccessFile/writeByteSync_A01_t01.dart
index 50b74d4..80b22a5 100644
--- a/LibTest/io/RandomAccessFile/writeByteSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeByteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int writeByteSync(int value)
  * Synchronously writes a single byte to the file. Returns the number of bytes
diff --git a/LibTest/io/RandomAccessFile/writeByteSync_A01_t02.dart b/LibTest/io/RandomAccessFile/writeByteSync_A01_t02.dart
index c6360a3..fe8bd5e 100644
--- a/LibTest/io/RandomAccessFile/writeByteSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/writeByteSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int writeByteSync(int value)
  * Synchronously writes a single byte to the file. Returns the number of bytes
diff --git a/LibTest/io/RandomAccessFile/writeByte_A01_t01.dart b/LibTest/io/RandomAccessFile/writeByte_A01_t01.dart
index c837f84..4d03d28 100644
--- a/LibTest/io/RandomAccessFile/writeByte_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeByte_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RandomAccessFile> writeByte(int value)
  * Writes a single byte to the file. Returns a Future<RandomAccessFile> that
diff --git a/LibTest/io/RandomAccessFile/writeFromSync_A01_t01.dart b/LibTest/io/RandomAccessFile/writeFromSync_A01_t01.dart
index be9bc9f..02114f4 100644
--- a/LibTest/io/RandomAccessFile/writeFromSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeFromSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeFromSync(List<int> buffer, [int start = 0, int end])
  * Synchronously writes from a List<int> to the file. It will read the buffer
diff --git a/LibTest/io/RandomAccessFile/writeFromSync_A01_t02.dart b/LibTest/io/RandomAccessFile/writeFromSync_A01_t02.dart
index 02708f1..d7c2ed8 100644
--- a/LibTest/io/RandomAccessFile/writeFromSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/writeFromSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeFromSync(List<int> buffer, [int start = 0, int end])
  * Synchronously writes from a List<int> to the file. It will read the buffer
diff --git a/LibTest/io/RandomAccessFile/writeFromSync_A01_t03.dart b/LibTest/io/RandomAccessFile/writeFromSync_A01_t03.dart
index 4aacb63..24681ba 100644
--- a/LibTest/io/RandomAccessFile/writeFromSync_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/writeFromSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeFromSync(List<int> buffer, [int start = 0, int end])
  * Synchronously writes from a List<int> to the file. It will read the buffer
diff --git a/LibTest/io/RandomAccessFile/writeFromSync_A02_t01.dart b/LibTest/io/RandomAccessFile/writeFromSync_A02_t01.dart
index 359a313..7104271 100644
--- a/LibTest/io/RandomAccessFile/writeFromSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeFromSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeFromSync(List<int> buffer, [int start = 0, int end])
  * Synchronously writes from a List<int> to the file.
diff --git a/LibTest/io/RandomAccessFile/writeFrom_A01_t01.dart b/LibTest/io/RandomAccessFile/writeFrom_A01_t01.dart
index 87ab311..7f24b73 100644
--- a/LibTest/io/RandomAccessFile/writeFrom_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeFrom_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeFrom(
diff --git a/LibTest/io/RandomAccessFile/writeFrom_A01_t02.dart b/LibTest/io/RandomAccessFile/writeFrom_A01_t02.dart
index 8d1dc9c..7622bda 100644
--- a/LibTest/io/RandomAccessFile/writeFrom_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/writeFrom_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeFrom(
diff --git a/LibTest/io/RandomAccessFile/writeFrom_A01_t03.dart b/LibTest/io/RandomAccessFile/writeFrom_A01_t03.dart
index 3e0697b..8825918 100644
--- a/LibTest/io/RandomAccessFile/writeFrom_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/writeFrom_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeFrom(
diff --git a/LibTest/io/RandomAccessFile/writeFrom_A02_t01.dart b/LibTest/io/RandomAccessFile/writeFrom_A02_t01.dart
index 5caa0cc..f4cddc8 100644
--- a/LibTest/io/RandomAccessFile/writeFrom_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeFrom_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeFrom(
diff --git a/LibTest/io/RandomAccessFile/writeStringSync_A01_t01.dart b/LibTest/io/RandomAccessFile/writeStringSync_A01_t01.dart
index 61982f5..4e411e1 100644
--- a/LibTest/io/RandomAccessFile/writeStringSync_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeStringSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeStringSync(String string, {Encoding encoding: utf8})
  * Synchronously writes a single string to the file using the given Encoding.
diff --git a/LibTest/io/RandomAccessFile/writeStringSync_A01_t02.dart b/LibTest/io/RandomAccessFile/writeStringSync_A01_t02.dart
index 779eb39..d89842e 100644
--- a/LibTest/io/RandomAccessFile/writeStringSync_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/writeStringSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeStringSync(String string, {Encoding encoding: utf8})
  * Synchronously writes a single string to the file using the given Encoding.
diff --git a/LibTest/io/RandomAccessFile/writeStringSync_A01_t03.dart b/LibTest/io/RandomAccessFile/writeStringSync_A01_t03.dart
index f6cdce4..e75f770 100644
--- a/LibTest/io/RandomAccessFile/writeStringSync_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/writeStringSync_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeStringSync(String string, {Encoding encoding: utf8})
  * Synchronously writes a single string to the file using the given Encoding.
diff --git a/LibTest/io/RandomAccessFile/writeStringSync_A02_t01.dart b/LibTest/io/RandomAccessFile/writeStringSync_A02_t01.dart
index cfe22e0..77caeb4 100644
--- a/LibTest/io/RandomAccessFile/writeStringSync_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeStringSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeStringSync(String string, {Encoding encoding: utf8})
  * . . .
diff --git a/LibTest/io/RandomAccessFile/writeString_A01_t01.dart b/LibTest/io/RandomAccessFile/writeString_A01_t01.dart
index ba00316..d17c0bf 100644
--- a/LibTest/io/RandomAccessFile/writeString_A01_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeString(
diff --git a/LibTest/io/RandomAccessFile/writeString_A01_t02.dart b/LibTest/io/RandomAccessFile/writeString_A01_t02.dart
index f59b4b6..5c70942 100644
--- a/LibTest/io/RandomAccessFile/writeString_A01_t02.dart
+++ b/LibTest/io/RandomAccessFile/writeString_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeString(
diff --git a/LibTest/io/RandomAccessFile/writeString_A01_t03.dart b/LibTest/io/RandomAccessFile/writeString_A01_t03.dart
index 4ed8ea1..bf64a8e 100644
--- a/LibTest/io/RandomAccessFile/writeString_A01_t03.dart
+++ b/LibTest/io/RandomAccessFile/writeString_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeString(
diff --git a/LibTest/io/RandomAccessFile/writeString_A02_t01.dart b/LibTest/io/RandomAccessFile/writeString_A02_t01.dart
index 17e1e96..d1ba801 100644
--- a/LibTest/io/RandomAccessFile/writeString_A02_t01.dart
+++ b/LibTest/io/RandomAccessFile/writeString_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RandomAccessFile> writeString(
diff --git a/LibTest/io/RawDatagramSocket/address_A01_t01.dart b/LibTest/io/RawDatagramSocket/address_A01_t01.dart
index faeaa3a..f5b2c81 100644
--- a/LibTest/io/RawDatagramSocket/address_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * Returns the address used by this socket.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t01.dart b/LibTest/io/RawDatagramSocket/any_A01_t01.dart
index f6843d0..0d64942 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t02.dart b/LibTest/io/RawDatagramSocket/any_A01_t02.dart
index 8cb5abd..09a7313 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t03.dart b/LibTest/io/RawDatagramSocket/any_A01_t03.dart
index eb76b2a..ab761f7 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t04.dart b/LibTest/io/RawDatagramSocket/any_A01_t04.dart
index 4515f56..478ea23 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t05.dart b/LibTest/io/RawDatagramSocket/any_A01_t05.dart
index fc893e3..c53a1f7 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t05.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A01_t06.dart b/LibTest/io/RawDatagramSocket/any_A01_t06.dart
index 2302bfe..fc43bbd 100644
--- a/LibTest/io/RawDatagramSocket/any_A01_t06.dart
+++ b/LibTest/io/RawDatagramSocket/any_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A02_t01.dart b/LibTest/io/RawDatagramSocket/any_A02_t01.dart
index 8419959..e756df7 100644
--- a/LibTest/io/RawDatagramSocket/any_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/any_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A02_t02.dart b/LibTest/io/RawDatagramSocket/any_A02_t02.dart
index e6d0ecb..9f96992 100644
--- a/LibTest/io/RawDatagramSocket/any_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/any_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A02_t03.dart b/LibTest/io/RawDatagramSocket/any_A02_t03.dart
index 25d93d5..caf596a 100644
--- a/LibTest/io/RawDatagramSocket/any_A02_t03.dart
+++ b/LibTest/io/RawDatagramSocket/any_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A02_t04.dart b/LibTest/io/RawDatagramSocket/any_A02_t04.dart
index a99aa71..9030f6e 100644
--- a/LibTest/io/RawDatagramSocket/any_A02_t04.dart
+++ b/LibTest/io/RawDatagramSocket/any_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/any_A03_t01.dart b/LibTest/io/RawDatagramSocket/any_A03_t01.dart
index 3e61879..8df226f 100644
--- a/LibTest/io/RawDatagramSocket/any_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/any_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t01.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t01.dart
index 4f2a1ec..ab28074 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t02.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t02.dart
index 0607042..373d7e9 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t03.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t03.dart
index 67b00f0..0c9ea41 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t04.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t04.dart
index 958d2c2..be6a3a9 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t01.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t01.dart
index 391319a..1ee2cf3 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEventT> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t02.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t02.dart
index 365e847..a864883 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asBroadcastStream_A03_t01.dart b/LibTest/io/RawDatagramSocket/asBroadcastStream_A03_t01.dart
index e027ac2..4cb8392 100644
--- a/LibTest/io/RawDatagramSocket/asBroadcastStream_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asBroadcastStream_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> asBroadcastStream({
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t01.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t01.dart
index e9de864..19d37ef 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t02.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t02.dart
index a29f152..a1dda8e 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t03.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t03.dart
index b904639..6dddca1 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t04.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t04.dart
index aca101c..5dffcca 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A02_t01.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A02_t01.dart
index 34b3a10..9f471b6 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncExpand_A03_t01.dart b/LibTest/io/RawDatagramSocket/asyncExpand_A03_t01.dart
index 049f9c6..56714b4 100644
--- a/LibTest/io/RawDatagramSocket/asyncExpand_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asyncExpand_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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  eventfile.
- */
+// 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  eventfile.
+
 /**
  * @assertion Stream<E> asyncExpand<E>(Stream<E> convert(T event))
  * Transforms each element into a sequence of asynchronous events.
diff --git a/LibTest/io/RawDatagramSocket/asyncMap_A01_t01.dart b/LibTest/io/RawDatagramSocket/asyncMap_A01_t01.dart
index 39753be..df28ce9 100644
--- a/LibTest/io/RawDatagramSocket/asyncMap_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asyncMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncMap<E>(FutureOr convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/io/RawDatagramSocket/asyncMap_A01_t02.dart b/LibTest/io/RawDatagramSocket/asyncMap_A01_t02.dart
index 58d006c..b0dbaeb 100644
--- a/LibTest/io/RawDatagramSocket/asyncMap_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/asyncMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncMap<E>(FutureOr convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/io/RawDatagramSocket/asyncMap_A01_t03.dart b/LibTest/io/RawDatagramSocket/asyncMap_A01_t03.dart
index ebdfa87..3d6f92a 100644
--- a/LibTest/io/RawDatagramSocket/asyncMap_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/asyncMap_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<E> asyncMap<E>(FutureOr convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/io/RawDatagramSocket/asyncMap_A02_t01.dart b/LibTest/io/RawDatagramSocket/asyncMap_A02_t01.dart
index ed84366..495cd88 100644
--- a/LibTest/io/RawDatagramSocket/asyncMap_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/asyncMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  *@assertion Stream<E> asyncMap<E>(FutureOr convert(T event))
  * Creates a new stream with each data event of this stream asynchronously
diff --git a/LibTest/io/RawDatagramSocket/bind_A01_t01.dart b/LibTest/io/RawDatagramSocket/bind_A01_t01.dart
index 5958d24..296e13a 100644
--- a/LibTest/io/RawDatagramSocket/bind_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawDatagramSocket> bind(
diff --git a/LibTest/io/RawDatagramSocket/broadcastEnable_A01_t01.dart b/LibTest/io/RawDatagramSocket/broadcastEnable_A01_t01.dart
index 2f9e826..b48b1c5 100644
--- a/LibTest/io/RawDatagramSocket/broadcastEnable_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/broadcastEnable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool broadcastEnabled
  * Set or get, whether IPv4 broadcast is enabled.
diff --git a/LibTest/io/RawDatagramSocket/cast_A01_t01.dart b/LibTest/io/RawDatagramSocket/cast_A01_t01.dart
index 6a9fb58..4790adc 100644
--- a/LibTest/io/RawDatagramSocket/cast_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/cast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<R> cast <R>()
  * Adapt this stream to be a Stream<R>.
diff --git a/LibTest/io/RawDatagramSocket/close_A01_t01.dart b/LibTest/io/RawDatagramSocket/close_A01_t01.dart
index 2a025ae..7eb79c7 100644
--- a/LibTest/io/RawDatagramSocket/close_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Close the datagram socket.
diff --git a/LibTest/io/RawDatagramSocket/close_A01_t02.dart b/LibTest/io/RawDatagramSocket/close_A01_t02.dart
index e8c37a1..73389eb 100644
--- a/LibTest/io/RawDatagramSocket/close_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/close_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Close the datagram socket.
diff --git a/LibTest/io/RawDatagramSocket/contains_A01_t01.dart b/LibTest/io/RawDatagramSocket/contains_A01_t01.dart
index af799c8..144686c 100644
--- a/LibTest/io/RawDatagramSocket/contains_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * Returns whether needle occurs in the elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/contains_A01_t02.dart b/LibTest/io/RawDatagramSocket/contains_A01_t02.dart
index 5c8dce3..1a34ff9 100644
--- a/LibTest/io/RawDatagramSocket/contains_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/contains_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * Returns whether needle occurs in the elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A01_t01.dart b/LibTest/io/RawDatagramSocket/distinct_A01_t01.dart
index da0adba..47166e7 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A01_t02.dart b/LibTest/io/RawDatagramSocket/distinct_A01_t02.dart
index e5c5e67..c13ac16 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A01_t03.dart b/LibTest/io/RawDatagramSocket/distinct_A01_t03.dart
index e0c3d88..abbf840 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A01_t04.dart b/LibTest/io/RawDatagramSocket/distinct_A01_t04.dart
index 13364e4..48b14eb 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A01_t05.dart b/LibTest/io/RawDatagramSocket/distinct_A01_t05.dart
index b980c20..b0e3944 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A01_t05.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/distinct_A02_t01.dart b/LibTest/io/RawDatagramSocket/distinct_A02_t01.dart
index e944877..a763817 100644
--- a/LibTest/io/RawDatagramSocket/distinct_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/distinct_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/io/RawDatagramSocket/drain_A01_t01.dart b/LibTest/io/RawDatagramSocket/drain_A01_t01.dart
index 55f1471..36de685 100644
--- a/LibTest/io/RawDatagramSocket/drain_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/drain_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<E> drain<E>([E futureValue ])
  * Discards all data on the stream, but signals when it's done or an error
diff --git a/LibTest/io/RawDatagramSocket/drain_A01_t02.dart b/LibTest/io/RawDatagramSocket/drain_A01_t02.dart
index 2d53d38..b5037ac 100644
--- a/LibTest/io/RawDatagramSocket/drain_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/drain_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<E> drain<E>([E futureValue ])
  * Discards all data on the stream, but signals when it's done or an error
diff --git a/LibTest/io/RawDatagramSocket/drain_A01_t03.dart b/LibTest/io/RawDatagramSocket/drain_A01_t03.dart
index 870e5f9..f506445 100644
--- a/LibTest/io/RawDatagramSocket/drain_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/drain_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<E> drain<E>([E futureValue ])
  * Discards all data on the stream, but signals when it's done or an error
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A01_t01.dart b/LibTest/io/RawDatagramSocket/elementAt_A01_t01.dart
index af5eb15..f1fd9af 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A01_t02.dart b/LibTest/io/RawDatagramSocket/elementAt_A01_t02.dart
index 08bb173..17ee1ea 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A01_t03.dart b/LibTest/io/RawDatagramSocket/elementAt_A01_t03.dart
index d488dd4..043827f 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A02_t01.dart b/LibTest/io/RawDatagramSocket/elementAt_A02_t01.dart
index fe75284..2dec33d 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A02_t02.dart b/LibTest/io/RawDatagramSocket/elementAt_A02_t02.dart
index 8ed7794..171fa58 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/elementAt_A02_t03.dart b/LibTest/io/RawDatagramSocket/elementAt_A02_t03.dart
index 5575a11..e1a5ea5 100644
--- a/LibTest/io/RawDatagramSocket/elementAt_A02_t03.dart
+++ b/LibTest/io/RawDatagramSocket/elementAt_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A01_t01.dart b/LibTest/io/RawDatagramSocket/every_A01_t01.dart
index ae694cc..658f713 100644
--- a/LibTest/io/RawDatagramSocket/every_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A01_t02.dart b/LibTest/io/RawDatagramSocket/every_A01_t02.dart
index 70a5f2d..8342a72 100644
--- a/LibTest/io/RawDatagramSocket/every_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/every_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A01_t03.dart b/LibTest/io/RawDatagramSocket/every_A01_t03.dart
index cf8be03..36901de 100644
--- a/LibTest/io/RawDatagramSocket/every_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/every_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A02_t01.dart b/LibTest/io/RawDatagramSocket/every_A02_t01.dart
index 6d78099..d872cb1 100644
--- a/LibTest/io/RawDatagramSocket/every_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/every_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A02_t02.dart b/LibTest/io/RawDatagramSocket/every_A02_t02.dart
index c8b4e87..c20fa16 100644
--- a/LibTest/io/RawDatagramSocket/every_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/every_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/every_A02_t03.dart b/LibTest/io/RawDatagramSocket/every_A02_t03.dart
index fe11fd6..a8e0608 100644
--- a/LibTest/io/RawDatagramSocket/every_A02_t03.dart
+++ b/LibTest/io/RawDatagramSocket/every_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/io/RawDatagramSocket/expand_A01_t01.dart b/LibTest/io/RawDatagramSocket/expand_A01_t01.dart
index 57756a0..3e282e6 100644
--- a/LibTest/io/RawDatagramSocket/expand_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * Transforms each element of this stream into a sequence of elements.
diff --git a/LibTest/io/RawDatagramSocket/expand_A01_t02.dart b/LibTest/io/RawDatagramSocket/expand_A01_t02.dart
index f616b39..0dfd028 100644
--- a/LibTest/io/RawDatagramSocket/expand_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * Transforms each element of this stream into a sequence of elements.
diff --git a/LibTest/io/RawDatagramSocket/expand_A02_t01.dart b/LibTest/io/RawDatagramSocket/expand_A02_t01.dart
index 5c59c85..b89b021 100644
--- a/LibTest/io/RawDatagramSocket/expand_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/expand_A02_t02.dart b/LibTest/io/RawDatagramSocket/expand_A02_t02.dart
index 140597c..9e852c4 100644
--- a/LibTest/io/RawDatagramSocket/expand_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/expand_A03_t01.dart b/LibTest/io/RawDatagramSocket/expand_A03_t01.dart
index 1661299..e8677ae 100644
--- a/LibTest/io/RawDatagramSocket/expand_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * Creates a new stream from this stream that converts each element into zero
diff --git a/LibTest/io/RawDatagramSocket/expand_A04_t01.dart b/LibTest/io/RawDatagramSocket/expand_A04_t01.dart
index 42a66fc..2d7170f 100644
--- a/LibTest/io/RawDatagramSocket/expand_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/expand_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> expand<S>(Iterable<S> convert(T value))
  * Creates a new stream from this stream that converts each element into zero
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A01_t01.dart b/LibTest/io/RawDatagramSocket/firstWhere_A01_t01.dart
index bcdd3f7..64b86cc 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A01_t02.dart b/LibTest/io/RawDatagramSocket/firstWhere_A01_t02.dart
index 2cbf396..0a4c95e 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A01_t03.dart b/LibTest/io/RawDatagramSocket/firstWhere_A01_t03.dart
index 57870f5..f5bfad3 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A02_t01.dart b/LibTest/io/RawDatagramSocket/firstWhere_A02_t01.dart
index 1bc4723..e8385b2 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A02_t02.dart b/LibTest/io/RawDatagramSocket/firstWhere_A02_t02.dart
index e8b3882..6e2a9ad 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A02_t03.dart b/LibTest/io/RawDatagramSocket/firstWhere_A02_t03.dart
index 827d998..0419af7 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A02_t03.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A03_t01.dart b/LibTest/io/RawDatagramSocket/firstWhere_A03_t01.dart
index 5938fd3..041bd2c 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A04_t01.dart b/LibTest/io/RawDatagramSocket/firstWhere_A04_t01.dart
index 51bd8df..103dffb 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A04_t02.dart b/LibTest/io/RawDatagramSocket/firstWhere_A04_t02.dart
index 0f634cf..ab7618f 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A04_t02.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/firstWhere_A04_t03.dart b/LibTest/io/RawDatagramSocket/firstWhere_A04_t03.dart
index e5fc206..8d0e514 100644
--- a/LibTest/io/RawDatagramSocket/firstWhere_A04_t03.dart
+++ b/LibTest/io/RawDatagramSocket/firstWhere_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future
  * Future<RawSocketEvent> firstWhere (
diff --git a/LibTest/io/RawDatagramSocket/first_A01_t01.dart b/LibTest/io/RawDatagramSocket/first_A01_t01.dart
index 109dcc6..7cbeb6a 100644
--- a/LibTest/io/RawDatagramSocket/first_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> first
  * The first element of the stream.
diff --git a/LibTest/io/RawDatagramSocket/first_A02_t01.dart b/LibTest/io/RawDatagramSocket/first_A02_t01.dart
index e60bd94..30223c8 100644
--- a/LibTest/io/RawDatagramSocket/first_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> first
  * The first element of the stream.
diff --git a/LibTest/io/RawDatagramSocket/first_A03_t01.dart b/LibTest/io/RawDatagramSocket/first_A03_t01.dart
index a7dbe70..1673e4c 100644
--- a/LibTest/io/RawDatagramSocket/first_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> first
  * The first element of the stream.
diff --git a/LibTest/io/RawDatagramSocket/fold_A01_t01.dart b/LibTest/io/RawDatagramSocket/fold_A01_t01.dart
index 8aa1ac2..4b3506b 100644
--- a/LibTest/io/RawDatagramSocket/fold_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion @assertion
  * Future<S> fold<S>(
diff --git a/LibTest/io/RawDatagramSocket/forEach_A01_t01.dart b/LibTest/io/RawDatagramSocket/forEach_A01_t01.dart
index 826d2e1..909c3dc 100644
--- a/LibTest/io/RawDatagramSocket/forEach_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/io/RawDatagramSocket/forEach_A01_t02.dart b/LibTest/io/RawDatagramSocket/forEach_A01_t02.dart
index c398fa2..815cf6d 100644
--- a/LibTest/io/RawDatagramSocket/forEach_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/forEach_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/io/RawDatagramSocket/forEach_A02_t01.dart b/LibTest/io/RawDatagramSocket/forEach_A02_t01.dart
index 3793486..f6d5ebd 100644
--- a/LibTest/io/RawDatagramSocket/forEach_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/forEach_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/io/RawDatagramSocket/forEach_A02_t02.dart b/LibTest/io/RawDatagramSocket/forEach_A02_t02.dart
index f9705bc..15a351e 100644
--- a/LibTest/io/RawDatagramSocket/forEach_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/forEach_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/io/RawDatagramSocket/handleError_A01_t01.dart b/LibTest/io/RawDatagramSocket/handleError_A01_t01.dart
index 8921f56..ade2f7a 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A01_t02.dart b/LibTest/io/RawDatagramSocket/handleError_A01_t02.dart
index 79f8625..4a2c260 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A02_t01.dart b/LibTest/io/RawDatagramSocket/handleError_A02_t01.dart
index eb9e819..871bf09 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A03_t01.dart b/LibTest/io/RawDatagramSocket/handleError_A03_t01.dart
index 44b6a1f..9d7255c 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A03_t02.dart b/LibTest/io/RawDatagramSocket/handleError_A03_t02.dart
index 27ae0e1..44bf0fe 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A03_t02.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A03_t03.dart b/LibTest/io/RawDatagramSocket/handleError_A03_t03.dart
index 8b7eccc..0ac787d 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A03_t03.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/handleError_A04_t01.dart b/LibTest/io/RawDatagramSocket/handleError_A04_t01.dart
index 2f05002..c6407a1 100644
--- a/LibTest/io/RawDatagramSocket/handleError_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/handleError_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> handleError(
diff --git a/LibTest/io/RawDatagramSocket/isBroadcast_A01_t01.dart b/LibTest/io/RawDatagramSocket/isBroadcast_A01_t01.dart
index 51feca5..1b1c371 100644
--- a/LibTest/io/RawDatagramSocket/isBroadcast_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Whether this stream is a broadcast stream.
diff --git a/LibTest/io/RawDatagramSocket/isEmpty_A01_t01.dart b/LibTest/io/RawDatagramSocket/isEmpty_A01_t01.dart
index f1be8c9..33f2869 100644
--- a/LibTest/io/RawDatagramSocket/isEmpty_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Whether this stream contains any elements.
diff --git a/LibTest/io/RawDatagramSocket/isEmpty_A02_t01.dart b/LibTest/io/RawDatagramSocket/isEmpty_A02_t01.dart
index 1650f01..6938003 100644
--- a/LibTest/io/RawDatagramSocket/isEmpty_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/isEmpty_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/join_A01_t01.dart b/LibTest/io/RawDatagramSocket/join_A01_t01.dart
index 05ebf17..9cf8cf0 100644
--- a/LibTest/io/RawDatagramSocket/join_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Combines the string representation of elements into a single string.
diff --git a/LibTest/io/RawDatagramSocket/join_A01_t02.dart b/LibTest/io/RawDatagramSocket/join_A01_t02.dart
index b025a1b..4f086ef 100644
--- a/LibTest/io/RawDatagramSocket/join_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Combines the string representation of elements into a single string.
diff --git a/LibTest/io/RawDatagramSocket/join_A02_t01.dart b/LibTest/io/RawDatagramSocket/join_A02_t01.dart
index 93e448a..e52fdf9 100644
--- a/LibTest/io/RawDatagramSocket/join_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/join_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A01_t01.dart b/LibTest/io/RawDatagramSocket/lastWhere_A01_t01.dart
index 220b474..b05110e 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A01_t02.dart b/LibTest/io/RawDatagramSocket/lastWhere_A01_t02.dart
index 4b468c4..573b3e2 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A01_t03.dart b/LibTest/io/RawDatagramSocket/lastWhere_A01_t03.dart
index b4a7a61..64d0066 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A02_t01.dart b/LibTest/io/RawDatagramSocket/lastWhere_A02_t01.dart
index a4ac4f9..8e3825d 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A02_t02.dart b/LibTest/io/RawDatagramSocket/lastWhere_A02_t02.dart
index 1d5199a..b68deea 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A03_t01.dart b/LibTest/io/RawDatagramSocket/lastWhere_A03_t01.dart
index a341ae4..8f6a9ae 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A03_t02.dart b/LibTest/io/RawDatagramSocket/lastWhere_A03_t02.dart
index e7072d4..31c1e77 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A03_t02.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/lastWhere_A03_t03.dart b/LibTest/io/RawDatagramSocket/lastWhere_A03_t03.dart
index 9e1e0ca..ab14d9f 100644
--- a/LibTest/io/RawDatagramSocket/lastWhere_A03_t03.dart
+++ b/LibTest/io/RawDatagramSocket/lastWhere_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<T> lastWhere (
diff --git a/LibTest/io/RawDatagramSocket/last_A01_t01.dart b/LibTest/io/RawDatagramSocket/last_A01_t01.dart
index c6bb1ef..fba79e2 100644
--- a/LibTest/io/RawDatagramSocket/last_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> last
  * The last element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/last_A01_t02.dart b/LibTest/io/RawDatagramSocket/last_A01_t02.dart
index c9c5ad2..013e0ca 100644
--- a/LibTest/io/RawDatagramSocket/last_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> last
  * The last element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/last_A01_t03.dart b/LibTest/io/RawDatagramSocket/last_A01_t03.dart
index 4e6c1fd..879a3bb 100644
--- a/LibTest/io/RawDatagramSocket/last_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/last_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> last
  * The last element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/last_A02_t01.dart b/LibTest/io/RawDatagramSocket/last_A02_t01.dart
index 96e5975..617f002 100644
--- a/LibTest/io/RawDatagramSocket/last_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> last
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/length_A01_t01.dart b/LibTest/io/RawDatagramSocket/length_A01_t01.dart
index f0eb5ce..4badf1f 100644
--- a/LibTest/io/RawDatagramSocket/length_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * The number of elements in this stream.
diff --git a/LibTest/io/RawDatagramSocket/length_A01_t02.dart b/LibTest/io/RawDatagramSocket/length_A01_t02.dart
index 31cca0c..8c83abf 100644
--- a/LibTest/io/RawDatagramSocket/length_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * The number of elements in this stream.
diff --git a/LibTest/io/RawDatagramSocket/length_A02_t01.dart b/LibTest/io/RawDatagramSocket/length_A02_t01.dart
index 7e76fa0..bae597b 100644
--- a/LibTest/io/RawDatagramSocket/length_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/listen_A01_t01.dart b/LibTest/io/RawDatagramSocket/listen_A01_t01.dart
index deeee86..862f88a 100644
--- a/LibTest/io/RawDatagramSocket/listen_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/listen_A02_t01.dart b/LibTest/io/RawDatagramSocket/listen_A02_t01.dart
index f357c4f..bfaee24 100644
--- a/LibTest/io/RawDatagramSocket/listen_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/listen_A02_t02.dart b/LibTest/io/RawDatagramSocket/listen_A02_t02.dart
index 4aa8ddb..578dad4 100644
--- a/LibTest/io/RawDatagramSocket/listen_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/listen_A03_t01.dart b/LibTest/io/RawDatagramSocket/listen_A03_t01.dart
index 4207f86..2db3967 100644
--- a/LibTest/io/RawDatagramSocket/listen_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/listen_A04_t01.dart b/LibTest/io/RawDatagramSocket/listen_A04_t01.dart
index 3f75a7b..ac09d3c 100644
--- a/LibTest/io/RawDatagramSocket/listen_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/listen_A04_t02.dart b/LibTest/io/RawDatagramSocket/listen_A04_t02.dart
index 5a776ee..e5292d0 100644
--- a/LibTest/io/RawDatagramSocket/listen_A04_t02.dart
+++ b/LibTest/io/RawDatagramSocket/listen_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * StreamSubscription<RawSocketEvent> listen(
diff --git a/LibTest/io/RawDatagramSocket/map_A01_t01.dart b/LibTest/io/RawDatagramSocket/map_A01_t01.dart
index f3bd489..a946799 100644
--- a/LibTest/io/RawDatagramSocket/map_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/map_A01_t02.dart b/LibTest/io/RawDatagramSocket/map_A01_t02.dart
index 086e60b..358fd53 100644
--- a/LibTest/io/RawDatagramSocket/map_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/map_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/map_A02_t01.dart b/LibTest/io/RawDatagramSocket/map_A02_t01.dart
index 56fb32b..f3c9205 100644
--- a/LibTest/io/RawDatagramSocket/map_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/map_A03_t01.dart b/LibTest/io/RawDatagramSocket/map_A03_t01.dart
index 37bbe15..05a92cb 100644
--- a/LibTest/io/RawDatagramSocket/map_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/map_A04_t01.dart b/LibTest/io/RawDatagramSocket/map_A04_t01.dart
index 06396c9..d02bcf2 100644
--- a/LibTest/io/RawDatagramSocket/map_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/map_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/map_A04_t02.dart b/LibTest/io/RawDatagramSocket/map_A04_t02.dart
index d437faa..7752598 100644
--- a/LibTest/io/RawDatagramSocket/map_A04_t02.dart
+++ b/LibTest/io/RawDatagramSocket/map_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<S> map<S>(S convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/io/RawDatagramSocket/multicastHops_A01_t01.dart b/LibTest/io/RawDatagramSocket/multicastHops_A01_t01.dart
index 4e70f4a..fb1311a 100644
--- a/LibTest/io/RawDatagramSocket/multicastHops_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/multicastHops_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int multicastHops
  * Set or get, the maximum network hops for multicast packages originating from
diff --git a/LibTest/io/RawDatagramSocket/multicastHops_A01_t02.dart b/LibTest/io/RawDatagramSocket/multicastHops_A01_t02.dart
index 3d8cb0a..61eb095 100644
--- a/LibTest/io/RawDatagramSocket/multicastHops_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/multicastHops_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int multicastHops
  * Set or get, the maximum network hops for multicast packages originating from
diff --git a/LibTest/io/RawDatagramSocket/multicastInterface_A01_t01.dart b/LibTest/io/RawDatagramSocket/multicastInterface_A01_t01.dart
index b17242c..c8b2539 100644
--- a/LibTest/io/RawDatagramSocket/multicastInterface_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/multicastInterface_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion NetworkInterface multicastInterface
  * Set or get, the network interface used for outgoing multicast packages.
diff --git a/LibTest/io/RawDatagramSocket/multicastLoopback_A01_t01.dart b/LibTest/io/RawDatagramSocket/multicastLoopback_A01_t01.dart
index fc75119..f41abe4 100644
--- a/LibTest/io/RawDatagramSocket/multicastLoopback_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/multicastLoopback_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool multicastLoopback
  * Set or get, whether multicast traffic is looped back to the host.
diff --git a/LibTest/io/RawDatagramSocket/pipe_A01_t01.dart b/LibTest/io/RawDatagramSocket/pipe_A01_t01.dart
index f6acbac..0863929 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * Pipe the events of this stream into streamConsumer.
diff --git a/LibTest/io/RawDatagramSocket/pipe_A01_t02.dart b/LibTest/io/RawDatagramSocket/pipe_A01_t02.dart
index 78cb8bc..9ff0ad4 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * Pipe the events of this stream into streamConsumer.
diff --git a/LibTest/io/RawDatagramSocket/pipe_A02_t01.dart b/LibTest/io/RawDatagramSocket/pipe_A02_t01.dart
index 88752fb..d3a9d54 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/pipe_A02_t02.dart b/LibTest/io/RawDatagramSocket/pipe_A02_t02.dart
index b18392d..e670604 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/pipe_A03_t01.dart b/LibTest/io/RawDatagramSocket/pipe_A03_t01.dart
index 50a6ee7..c972a20 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/pipe_A03_t02.dart b/LibTest/io/RawDatagramSocket/pipe_A03_t02.dart
index 4d25357..cd8d4fc 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A03_t02.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/pipe_A03_t03.dart b/LibTest/io/RawDatagramSocket/pipe_A03_t03.dart
index a8221a9..026e719 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A03_t03.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEvent> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/pipe_A03_t04.dart b/LibTest/io/RawDatagramSocket/pipe_A03_t04.dart
index ef06dd8..f62a923 100644
--- a/LibTest/io/RawDatagramSocket/pipe_A03_t04.dart
+++ b/LibTest/io/RawDatagramSocket/pipe_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<RawSocketEventT> streamConsumer)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/port_A01_t01.dart b/LibTest/io/RawDatagramSocket/port_A01_t01.dart
index 7c08a6b..5a27897 100644
--- a/LibTest/io/RawDatagramSocket/port_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/port_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port used by this socket.
diff --git a/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t01.dart b/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t01.dart
index 98cf173..5bec220 100644
--- a/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool readEventsEnabled
  * Set or get, if the RawDatagramSocket should listen for RawSocketEvent.read
diff --git a/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t02.dart b/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t02.dart
index ffe6c60..845009c 100644
--- a/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/readEventsEnable_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool readEventsEnabled
  * Set or get, if the RawDatagramSocket should listen for RawSocketEvent.read
diff --git a/LibTest/io/RawDatagramSocket/receive_A01_t01.dart b/LibTest/io/RawDatagramSocket/receive_A01_t01.dart
index e2f4578..dbf3f7a 100644
--- a/LibTest/io/RawDatagramSocket/receive_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/receive_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram receive()
  * Receive a datagram. If there are no datagrams available null is returned.
diff --git a/LibTest/io/RawDatagramSocket/receive_A01_t02.dart b/LibTest/io/RawDatagramSocket/receive_A01_t02.dart
index d5b9b12..5ad4503 100644
--- a/LibTest/io/RawDatagramSocket/receive_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/receive_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram receive()
  * Receive a datagram. If there are no datagrams available null is returned.
diff --git a/LibTest/io/RawDatagramSocket/receive_A02_t01.dart b/LibTest/io/RawDatagramSocket/receive_A02_t01.dart
index eb59144..4cdb38d 100644
--- a/LibTest/io/RawDatagramSocket/receive_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/receive_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram receive()
  * Receive a datagram.
diff --git a/LibTest/io/RawDatagramSocket/receive_A02_t02.dart b/LibTest/io/RawDatagramSocket/receive_A02_t02.dart
index 1705a7d..f0331db 100644
--- a/LibTest/io/RawDatagramSocket/receive_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/receive_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Datagram receive()
  * Receive a datagram.
diff --git a/LibTest/io/RawDatagramSocket/reduce_A01_t01.dart b/LibTest/io/RawDatagramSocket/reduce_A01_t01.dart
index 505f9a7..f18c5cd 100644
--- a/LibTest/io/RawDatagramSocket/reduce_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> reduce(
diff --git a/LibTest/io/RawDatagramSocket/reduce_A02_t01.dart b/LibTest/io/RawDatagramSocket/reduce_A02_t01.dart
index 9441310..3e8a1af 100644
--- a/LibTest/io/RawDatagramSocket/reduce_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> reduce(
diff --git a/LibTest/io/RawDatagramSocket/reduce_A02_t02.dart b/LibTest/io/RawDatagramSocket/reduce_A02_t02.dart
index be763db..e44f0ff 100644
--- a/LibTest/io/RawDatagramSocket/reduce_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/reduce_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> reduce(
diff --git a/LibTest/io/RawDatagramSocket/reduce_A03_t01.dart b/LibTest/io/RawDatagramSocket/reduce_A03_t01.dart
index f223ba5..f925ff4 100644
--- a/LibTest/io/RawDatagramSocket/reduce_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> reduce(
diff --git a/LibTest/io/RawDatagramSocket/reduce_A04_t01.dart b/LibTest/io/RawDatagramSocket/reduce_A04_t01.dart
index 67c821a..aa9ac76 100644
--- a/LibTest/io/RawDatagramSocket/reduce_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/reduce_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> reduce(
diff --git a/LibTest/io/RawDatagramSocket/send_A01_t01.dart b/LibTest/io/RawDatagramSocket/send_A01_t01.dart
index 45465d6..db06969 100644
--- a/LibTest/io/RawDatagramSocket/send_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/send_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int send(List<int> buffer, InternetAddress address, int port)
  * Send a datagram.
diff --git a/LibTest/io/RawDatagramSocket/send_A01_t02.dart b/LibTest/io/RawDatagramSocket/send_A01_t02.dart
index 8801147..146e691 100644
--- a/LibTest/io/RawDatagramSocket/send_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/send_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int send(List<int> buffer, InternetAddress address, int port)
  * Send a datagram.
diff --git a/LibTest/io/RawDatagramSocket/send_A01_t03.dart b/LibTest/io/RawDatagramSocket/send_A01_t03.dart
index 60eef5d..6210510 100644
--- a/LibTest/io/RawDatagramSocket/send_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/send_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int send(List<int> buffer, InternetAddress address, int port)
  * Send a datagram.
diff --git a/LibTest/io/RawDatagramSocket/send_A02_t01.dart b/LibTest/io/RawDatagramSocket/send_A02_t01.dart
index 91a486e..df6147c 100644
--- a/LibTest/io/RawDatagramSocket/send_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/send_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int send(List<int> buffer, InternetAddress address, int port)
  * Send a datagram.
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A01_t01.dart b/LibTest/io/RawDatagramSocket/singleWhere_A01_t01.dart
index 13c8401..cd483ea 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A01_t02.dart b/LibTest/io/RawDatagramSocket/singleWhere_A01_t02.dart
index a4a5907..3fc39f9 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A02_t01.dart b/LibTest/io/RawDatagramSocket/singleWhere_A02_t01.dart
index 270358a..56f20f0 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A03_t01.dart b/LibTest/io/RawDatagramSocket/singleWhere_A03_t01.dart
index 9196d37..c312419 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A03_t02.dart b/LibTest/io/RawDatagramSocket/singleWhere_A03_t02.dart
index 0e3fbcc..4c3428f 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A03_t02.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/singleWhere_A03_t03.dart b/LibTest/io/RawDatagramSocket/singleWhere_A03_t03.dart
index 19d249c..bef0d3f 100644
--- a/LibTest/io/RawDatagramSocket/singleWhere_A03_t03.dart
+++ b/LibTest/io/RawDatagramSocket/singleWhere_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<RawSocketEvent> singleWhere (
diff --git a/LibTest/io/RawDatagramSocket/single_A01_t01.dart b/LibTest/io/RawDatagramSocket/single_A01_t01.dart
index b23bc9a..877232a 100644
--- a/LibTest/io/RawDatagramSocket/single_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> single
  * The single element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/single_A02_t01.dart b/LibTest/io/RawDatagramSocket/single_A02_t01.dart
index 90cc6d4..b8d6fa9 100644
--- a/LibTest/io/RawDatagramSocket/single_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> single
  * The single element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/single_A03_t01.dart b/LibTest/io/RawDatagramSocket/single_A03_t01.dart
index 69eb09a..abbf335 100644
--- a/LibTest/io/RawDatagramSocket/single_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/single_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSocketEvent> single
  * The single element of this stream.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A01_t01.dart b/LibTest/io/RawDatagramSocket/skipWhile_A01_t01.dart
index 900cee3..91b2c69 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A02_t01.dart b/LibTest/io/RawDatagramSocket/skipWhile_A02_t01.dart
index 2d5dfc6..096383c 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A02_t02.dart b/LibTest/io/RawDatagramSocket/skipWhile_A02_t02.dart
index 8c0935a..bd80c90 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A02_t02.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A02_t03.dart b/LibTest/io/RawDatagramSocket/skipWhile_A02_t03.dart
index 860a68d..442ce98 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A02_t03.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A03_t01.dart b/LibTest/io/RawDatagramSocket/skipWhile_A03_t01.dart
index 478b019..28af192 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skipWhile_A04_t01.dart b/LibTest/io/RawDatagramSocket/skipWhile_A04_t01.dart
index 87a417b..d281e56 100644
--- a/LibTest/io/RawDatagramSocket/skipWhile_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/io/RawDatagramSocket/skip_A01_t01.dart b/LibTest/io/RawDatagramSocket/skip_A01_t01.dart
index 55f44f2..99dcb5d 100644
--- a/LibTest/io/RawDatagramSocket/skip_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skip(int count)
  * Skips the first count data events from this stream.
diff --git a/LibTest/io/RawDatagramSocket/skip_A01_t02.dart b/LibTest/io/RawDatagramSocket/skip_A01_t02.dart
index 4561062..4521724 100644
--- a/LibTest/io/RawDatagramSocket/skip_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/skip_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skip(int count)
  * Skips the first count data events from this stream.
diff --git a/LibTest/io/RawDatagramSocket/skip_A02_t01.dart b/LibTest/io/RawDatagramSocket/skip_A02_t01.dart
index 47312de..d9061bd 100644
--- a/LibTest/io/RawDatagramSocket/skip_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> skip(int count)
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A01_t01.dart b/LibTest/io/RawDatagramSocket/takeWhile_A01_t01.dart
index 35addef..f293bed 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A01_t02.dart b/LibTest/io/RawDatagramSocket/takeWhile_A01_t02.dart
index d5a5a31..a6e7b9f 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A01_t03.dart b/LibTest/io/RawDatagramSocket/takeWhile_A01_t03.dart
index e7a1485..0e38969 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A01_t04.dart b/LibTest/io/RawDatagramSocket/takeWhile_A01_t04.dart
index 5ee279e..0d692aa 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A01_t05.dart b/LibTest/io/RawDatagramSocket/takeWhile_A01_t05.dart
index 6a59393..a95d014 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A01_t05.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A02_t01.dart b/LibTest/io/RawDatagramSocket/takeWhile_A02_t01.dart
index 1d7f806..c24d620 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A03_t01.dart b/LibTest/io/RawDatagramSocket/takeWhile_A03_t01.dart
index 0d20e22..ae181ba 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A04_t01.dart b/LibTest/io/RawDatagramSocket/takeWhile_A04_t01.dart
index bb2b490..104b178 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/takeWhile_A05_t01.dart b/LibTest/io/RawDatagramSocket/takeWhile_A05_t01.dart
index 559580d..00722c0 100644
--- a/LibTest/io/RawDatagramSocket/takeWhile_A05_t01.dart
+++ b/LibTest/io/RawDatagramSocket/takeWhile_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/io/RawDatagramSocket/take_A01_t01.dart b/LibTest/io/RawDatagramSocket/take_A01_t01.dart
index d90e72c..9ba4d1d 100644
--- a/LibTest/io/RawDatagramSocket/take_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/take_A01_t02.dart b/LibTest/io/RawDatagramSocket/take_A01_t02.dart
index f7b1021..380ceb7 100644
--- a/LibTest/io/RawDatagramSocket/take_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/take_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/take_A01_t03.dart b/LibTest/io/RawDatagramSocket/take_A01_t03.dart
index f83cd63..c582db2 100644
--- a/LibTest/io/RawDatagramSocket/take_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/take_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/take_A01_t04.dart b/LibTest/io/RawDatagramSocket/take_A01_t04.dart
index ad2e9b6..33b1509 100644
--- a/LibTest/io/RawDatagramSocket/take_A01_t04.dart
+++ b/LibTest/io/RawDatagramSocket/take_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/take_A02_t01.dart b/LibTest/io/RawDatagramSocket/take_A02_t01.dart
index eb2cd02..6195095 100644
--- a/LibTest/io/RawDatagramSocket/take_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/take_A03_t01.dart b/LibTest/io/RawDatagramSocket/take_A03_t01.dart
index 7ea41e8..3e0dbee 100644
--- a/LibTest/io/RawDatagramSocket/take_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> take(int count)
  * Provides at most the first count data events of this stream.
diff --git a/LibTest/io/RawDatagramSocket/timeout_A01_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A01_t01.dart
index ee62958..dc6a6e7 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/timeout_A02_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A02_t01.dart
index 34e1372..a1cb6be 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/timeout_A03_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A03_t01.dart
index 4bab4ec..7f378d2 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/timeout_A04_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A04_t01.dart
index 9cab333..58c7253 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/timeout_A05_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A05_t01.dart
index fd6f951..82b26fd 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A05_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/timeout_A06_t01.dart b/LibTest/io/RawDatagramSocket/timeout_A06_t01.dart
index db7bd11..34ddb22 100644
--- a/LibTest/io/RawDatagramSocket/timeout_A06_t01.dart
+++ b/LibTest/io/RawDatagramSocket/timeout_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<RawSocketEvent> timeout (
diff --git a/LibTest/io/RawDatagramSocket/toList_A01_t01.dart b/LibTest/io/RawDatagramSocket/toList_A01_t01.dart
index cc58afd..076e27f 100644
--- a/LibTest/io/RawDatagramSocket/toList_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<RawSocketEvent>> toList ()
  * Collects all elements of this stream in a List.
diff --git a/LibTest/io/RawDatagramSocket/toList_A01_t02.dart b/LibTest/io/RawDatagramSocket/toList_A01_t02.dart
index 6ace41f..448c443 100644
--- a/LibTest/io/RawDatagramSocket/toList_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/toList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<RawSocketEvent>> toList ()
  * Collects all elements of this stream in a List.
diff --git a/LibTest/io/RawDatagramSocket/toSet_A01_t01.dart b/LibTest/io/RawDatagramSocket/toSet_A01_t01.dart
index 112648d..784e4e3 100644
--- a/LibTest/io/RawDatagramSocket/toSet_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<Set<RawSocketEvent>> toSet ()
  * Collects the data of this stream in a Set.
diff --git a/LibTest/io/RawDatagramSocket/toSet_A01_t02.dart b/LibTest/io/RawDatagramSocket/toSet_A01_t02.dart
index 2f31eb9..f22fe07 100644
--- a/LibTest/io/RawDatagramSocket/toSet_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/toSet_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<Set<RawSocketEvent>> toSet ()
  * Collects the data of this stream in a Set.
diff --git a/LibTest/io/RawDatagramSocket/transform_A01_t01.dart b/LibTest/io/RawDatagramSocket/transform_A01_t01.dart
index 3155c84..2eff3e5 100644
--- a/LibTest/io/RawDatagramSocket/transform_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/transform_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<S> transform <S>(
diff --git a/LibTest/io/RawDatagramSocket/transform_A02_t01.dart b/LibTest/io/RawDatagramSocket/transform_A02_t01.dart
index b263fc4..ecc5fa5 100644
--- a/LibTest/io/RawDatagramSocket/transform_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/transform_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<S> transform <S>(
diff --git a/LibTest/io/RawDatagramSocket/transform_A03_t01.dart b/LibTest/io/RawDatagramSocket/transform_A03_t01.dart
index aa0389d..e437c68 100644
--- a/LibTest/io/RawDatagramSocket/transform_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/transform_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Stream<S> transform <S>(
diff --git a/LibTest/io/RawDatagramSocket/where_A01_t01.dart b/LibTest/io/RawDatagramSocket/where_A01_t01.dart
index e76cfab..875c6b4 100644
--- a/LibTest/io/RawDatagramSocket/where_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * Creates a new stream from this stream that discards some elements.
diff --git a/LibTest/io/RawDatagramSocket/where_A01_t02.dart b/LibTest/io/RawDatagramSocket/where_A01_t02.dart
index e4c7785..e0f511e 100644
--- a/LibTest/io/RawDatagramSocket/where_A01_t02.dart
+++ b/LibTest/io/RawDatagramSocket/where_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * Creates a new stream from this stream that discards some elements.
diff --git a/LibTest/io/RawDatagramSocket/where_A01_t03.dart b/LibTest/io/RawDatagramSocket/where_A01_t03.dart
index d4dea39..56b8dbf 100644
--- a/LibTest/io/RawDatagramSocket/where_A01_t03.dart
+++ b/LibTest/io/RawDatagramSocket/where_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * Creates a new stream from this stream that discards some elements.
diff --git a/LibTest/io/RawDatagramSocket/where_A02_t01.dart b/LibTest/io/RawDatagramSocket/where_A02_t01.dart
index c882225..4ac71c5 100644
--- a/LibTest/io/RawDatagramSocket/where_A02_t01.dart
+++ b/LibTest/io/RawDatagramSocket/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/where_A03_t01.dart b/LibTest/io/RawDatagramSocket/where_A03_t01.dart
index d710325..6411f0b 100644
--- a/LibTest/io/RawDatagramSocket/where_A03_t01.dart
+++ b/LibTest/io/RawDatagramSocket/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/where_A04_t01.dart b/LibTest/io/RawDatagramSocket/where_A04_t01.dart
index eac19e4..412b4ba 100644
--- a/LibTest/io/RawDatagramSocket/where_A04_t01.dart
+++ b/LibTest/io/RawDatagramSocket/where_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<RawSocketEvent> where (bool test(T event))
  * . . .
diff --git a/LibTest/io/RawDatagramSocket/writeEventsEnable_A01_t01.dart b/LibTest/io/RawDatagramSocket/writeEventsEnable_A01_t01.dart
index a55b888..3196b8e 100644
--- a/LibTest/io/RawDatagramSocket/writeEventsEnable_A01_t01.dart
+++ b/LibTest/io/RawDatagramSocket/writeEventsEnable_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool writeEventsEnabled
  * Set or get, if the RawDatagramSocket should listen for RawSocketEvent.write
diff --git a/LibTest/io/RawSecureServerSocket/address_A01_t01.dart b/LibTest/io/RawSecureServerSocket/address_A01_t01.dart
index cbcd03a..81f9ae7 100644
--- a/LibTest/io/RawSecureServerSocket/address_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/address_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion InternetAddress address
  * Returns the address used by this socket.
diff --git a/LibTest/io/RawSecureServerSocket/close_A01_t01.dart b/LibTest/io/RawSecureServerSocket/close_A01_t01.dart
index 2a940cf..0739082 100644
--- a/LibTest/io/RawSecureServerSocket/close_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureServerSocket> close()
  * Closes the socket. The returned future completes when the socket is fully
diff --git a/LibTest/io/RawSecureServerSocket/first_A01_t01.dart b/LibTest/io/RawSecureServerSocket/first_A01_t01.dart
index b5c786c..df73347 100644
--- a/LibTest/io/RawSecureServerSocket/first_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<RawSecureSocket> first
  * The first element of the stream.
diff --git a/LibTest/io/RawSecureServerSocket/first_A02_t01.dart b/LibTest/io/RawSecureServerSocket/first_A02_t01.dart
index 5beeb7b..92b636e 100644
--- a/LibTest/io/RawSecureServerSocket/first_A02_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<RawSecureSocket> first
  * The first element of the stream.
diff --git a/LibTest/io/RawSecureServerSocket/first_A02_t02.dart b/LibTest/io/RawSecureServerSocket/first_A02_t02.dart
index b8cc715..89ef42f 100644
--- a/LibTest/io/RawSecureServerSocket/first_A02_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/first_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<RawSecureSocket> first
  * The first element of the stream.
diff --git a/LibTest/io/RawSecureServerSocket/first_A03_t01.dart b/LibTest/io/RawSecureServerSocket/first_A03_t01.dart
index dfe4078..cf5240d 100644
--- a/LibTest/io/RawSecureServerSocket/first_A03_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<RawSecureSocket> first
  * The first element of the stream.
diff --git a/LibTest/io/RawSecureServerSocket/first_A03_t02.dart b/LibTest/io/RawSecureServerSocket/first_A03_t02.dart
index c895660..367190a 100644
--- a/LibTest/io/RawSecureServerSocket/first_A03_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/first_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Future<RawSecureSocket> first
  * The first element of the stream.
diff --git a/LibTest/io/RawSecureServerSocket/isBroadcast_A01_t01.dart b/LibTest/io/RawSecureServerSocket/isBroadcast_A01_t01.dart
index 3379b8c..807bc2b 100644
--- a/LibTest/io/RawSecureServerSocket/isBroadcast_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Whether this stream is a broadcast stream.
diff --git a/LibTest/io/RawSecureServerSocket/isEmpty_A01_t01.dart b/LibTest/io/RawSecureServerSocket/isEmpty_A01_t01.dart
index dcb5533..d263383 100644
--- a/LibTest/io/RawSecureServerSocket/isEmpty_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Whether this stream contains any elements.
diff --git a/LibTest/io/RawSecureServerSocket/isEmpty_A01_t02.dart b/LibTest/io/RawSecureServerSocket/isEmpty_A01_t02.dart
index 8762c53..bd53d66 100644
--- a/LibTest/io/RawSecureServerSocket/isEmpty_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Whether this stream contains any elements.
diff --git a/LibTest/io/RawSecureServerSocket/last_A01_t01.dart b/LibTest/io/RawSecureServerSocket/last_A01_t01.dart
index 7d36d01..c5f2452 100644
--- a/LibTest/io/RawSecureServerSocket/last_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> last
  * The last element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/last_A02_t01.dart b/LibTest/io/RawSecureServerSocket/last_A02_t01.dart
index b8167ad..74b3401 100644
--- a/LibTest/io/RawSecureServerSocket/last_A02_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> last
  * The last element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/length_A01_t01.dart b/LibTest/io/RawSecureServerSocket/length_A01_t01.dart
index c3e529d..44ac641 100644
--- a/LibTest/io/RawSecureServerSocket/length_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * The number of elements in this stream.
diff --git a/LibTest/io/RawSecureServerSocket/length_A01_t02.dart b/LibTest/io/RawSecureServerSocket/length_A01_t02.dart
index f1e6a06..9bfc8ad 100644
--- a/LibTest/io/RawSecureServerSocket/length_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/length_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * The number of elements in this stream.
diff --git a/LibTest/io/RawSecureServerSocket/length_A02_t01.dart b/LibTest/io/RawSecureServerSocket/length_A02_t01.dart
index 1fe8c3c..f4da0ff 100644
--- a/LibTest/io/RawSecureServerSocket/length_A02_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * The number of elements in this stream.
diff --git a/LibTest/io/RawSecureServerSocket/port_A01_t01.dart b/LibTest/io/RawSecureServerSocket/port_A01_t01.dart
index 2cf3b71..1ee928d 100644
--- a/LibTest/io/RawSecureServerSocket/port_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/port_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int port
  * Returns the port used by this socket.
diff --git a/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t01.dart b/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t01.dart
index 134b084..aa21288 100644
--- a/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool requestClientCertificate
  * final
diff --git a/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t02.dart b/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t02.dart
index ca758dd..2b15437 100644
--- a/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/requestClientCertificate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool requestClientCertificate
  * final
diff --git a/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t01.dart b/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t01.dart
index e77236b..d886e96 100644
--- a/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool requireClientCertificate
  * final
diff --git a/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t02.dart b/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t02.dart
index 7acea63..b01b8be 100644
--- a/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/requireClientCertificate_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool requireClientCertificate
  * final
diff --git a/LibTest/io/RawSecureServerSocket/single_A01_t01.dart b/LibTest/io/RawSecureServerSocket/single_A01_t01.dart
index 152c832..539f9bd 100644
--- a/LibTest/io/RawSecureServerSocket/single_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> single
  * The single element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/single_A01_t02.dart b/LibTest/io/RawSecureServerSocket/single_A01_t02.dart
index 8250ce9..e0a6dd9 100644
--- a/LibTest/io/RawSecureServerSocket/single_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> single
  * The single element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/single_A01_t03.dart b/LibTest/io/RawSecureServerSocket/single_A01_t03.dart
index 06d684e..36d6b11 100644
--- a/LibTest/io/RawSecureServerSocket/single_A01_t03.dart
+++ b/LibTest/io/RawSecureServerSocket/single_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> single
  * The single element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/single_A02_t01.dart b/LibTest/io/RawSecureServerSocket/single_A02_t01.dart
index b97853d..bf8eff8 100644
--- a/LibTest/io/RawSecureServerSocket/single_A02_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<RawSecureSocket> single
  * The single element of this stream.
diff --git a/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t01.dart b/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t01.dart
index 15d4e30..0dd0b98 100644
--- a/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t01.dart
+++ b/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> supportedProtocols
  * final
diff --git a/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t02.dart b/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t02.dart
index 22137c0..e99da3b 100644
--- a/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t02.dart
+++ b/LibTest/io/RawSecureServerSocket/supportedProtocols_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<String> supportedProtocols
  * final
diff --git a/LibTest/io/Stdin/any_A01_t01.dart b/LibTest/io/Stdin/any_A01_t01.dart
index 50b4458..ad2d00d 100644
--- a/LibTest/io/Stdin/any_A01_t01.dart
+++ b/LibTest/io/Stdin/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t02.dart b/LibTest/io/Stdin/any_A01_t02.dart
index af64041..7399caf 100644
--- a/LibTest/io/Stdin/any_A01_t02.dart
+++ b/LibTest/io/Stdin/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t03.dart b/LibTest/io/Stdin/any_A01_t03.dart
index 9d497bc..244c0ff 100644
--- a/LibTest/io/Stdin/any_A01_t03.dart
+++ b/LibTest/io/Stdin/any_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t04.dart b/LibTest/io/Stdin/any_A01_t04.dart
index 6112e01..6edc992 100644
--- a/LibTest/io/Stdin/any_A01_t04.dart
+++ b/LibTest/io/Stdin/any_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t05.dart b/LibTest/io/Stdin/any_A01_t05.dart
index 0b1b46a..c7b78a6 100644
--- a/LibTest/io/Stdin/any_A01_t05.dart
+++ b/LibTest/io/Stdin/any_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t06.dart b/LibTest/io/Stdin/any_A01_t06.dart
index 0f98380..b2206d4 100644
--- a/LibTest/io/Stdin/any_A01_t06.dart
+++ b/LibTest/io/Stdin/any_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A01_t07.dart b/LibTest/io/Stdin/any_A01_t07.dart
index 021a77d..226b523 100644
--- a/LibTest/io/Stdin/any_A01_t07.dart
+++ b/LibTest/io/Stdin/any_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether [test] accepts any element provided by this stream.
diff --git a/LibTest/io/Stdin/any_A02_t01.dart b/LibTest/io/Stdin/any_A02_t01.dart
index 233c7f0..593bb09 100644
--- a/LibTest/io/Stdin/any_A02_t01.dart
+++ b/LibTest/io/Stdin/any_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Completes the [Future] when the answer is known.
diff --git a/LibTest/io/Stdin/any_A02_t02.dart b/LibTest/io/Stdin/any_A02_t02.dart
index 8925e3b..9b482a1 100644
--- a/LibTest/io/Stdin/any_A02_t02.dart
+++ b/LibTest/io/Stdin/any_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Completes the [Future] when the answer is known.
diff --git a/LibTest/io/Stdin/any_A03_t01.dart b/LibTest/io/Stdin/any_A03_t01.dart
index 4f83e70..909d5d9 100644
--- a/LibTest/io/Stdin/any_A03_t01.dart
+++ b/LibTest/io/Stdin/any_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * If this stream reports an error, the [Future] reports that error.
diff --git a/LibTest/io/Stdin/any_A04_t01.dart b/LibTest/io/Stdin/any_A04_t01.dart
index c47b145..1814875 100644
--- a/LibTest/io/Stdin/any_A04_t01.dart
+++ b/LibTest/io/Stdin/any_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Stops listening to the stream after the first matching element has been
diff --git a/LibTest/io/Stdin/echoMode_A01_t01.dart b/LibTest/io/Stdin/echoMode_A01_t01.dart
index fbeecd5..dc90708 100644
--- a/LibTest/io/Stdin/echoMode_A01_t01.dart
+++ b/LibTest/io/Stdin/echoMode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool echoMode
  * Check if echo mode is enabled on [stdin].
diff --git a/LibTest/io/Stdin/echoMode_A01_t02.dart b/LibTest/io/Stdin/echoMode_A01_t02.dart
index e53fcf9..629c1bb 100644
--- a/LibTest/io/Stdin/echoMode_A01_t02.dart
+++ b/LibTest/io/Stdin/echoMode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool echoMode
  * Check if echo mode is enabled on [stdin].
diff --git a/LibTest/io/Stdin/echoMode_A02_t01.dart b/LibTest/io/Stdin/echoMode_A02_t01.dart
index 62c4349..71f72d0 100644
--- a/LibTest/io/Stdin/echoMode_A02_t01.dart
+++ b/LibTest/io/Stdin/echoMode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool echoMode
  * On Windows this mode can only be enabled if [lineMode] is enabled as well.
diff --git a/LibTest/io/Stdin/first_A01_t01.dart b/LibTest/io/Stdin/first_A01_t01.dart
index d72e8d9..9b59adb 100644
--- a/LibTest/io/Stdin/first_A01_t01.dart
+++ b/LibTest/io/Stdin/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Returns the first element of the stream.
diff --git a/LibTest/io/Stdin/first_A02_t01.dart b/LibTest/io/Stdin/first_A02_t01.dart
index 5d379fe..c040933 100644
--- a/LibTest/io/Stdin/first_A02_t01.dart
+++ b/LibTest/io/Stdin/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Stops listening to the stream after the first element has been received.
diff --git a/LibTest/io/Stdin/first_A02_t02.dart b/LibTest/io/Stdin/first_A02_t02.dart
index 2cfbf08..7aef927 100644
--- a/LibTest/io/Stdin/first_A02_t02.dart
+++ b/LibTest/io/Stdin/first_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Stops listening to the stream after the first element has been received.
diff --git a/LibTest/io/Stdin/first_A03_t01.dart b/LibTest/io/Stdin/first_A03_t01.dart
index a298492..464382e 100644
--- a/LibTest/io/Stdin/first_A03_t01.dart
+++ b/LibTest/io/Stdin/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * If this stream is empty (a [done] event occurs before the first data event),
diff --git a/LibTest/io/Stdin/first_A03_t02.dart b/LibTest/io/Stdin/first_A03_t02.dart
index 43a651d..4e99657 100644
--- a/LibTest/io/Stdin/first_A03_t02.dart
+++ b/LibTest/io/Stdin/first_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * If this stream is empty (a [done] event occurs before the first data event),
diff --git a/LibTest/io/Stdin/first_A04_t01.dart b/LibTest/io/Stdin/first_A04_t01.dart
index a824a69..5ae6dce 100644
--- a/LibTest/io/Stdin/first_A04_t01.dart
+++ b/LibTest/io/Stdin/first_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * Except for the type of the error, this method is equivalent to
diff --git a/LibTest/io/Stdin/first_A05_t01.dart b/LibTest/io/Stdin/first_A05_t01.dart
index eff475d..1b85a0e 100644
--- a/LibTest/io/Stdin/first_A05_t01.dart
+++ b/LibTest/io/Stdin/first_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> first
  * read-only
diff --git a/LibTest/io/Stdin/isBroadcast_A01_t01.dart b/LibTest/io/Stdin/isBroadcast_A01_t01.dart
index cec18b9..509fe23 100644
--- a/LibTest/io/Stdin/isBroadcast_A01_t01.dart
+++ b/LibTest/io/Stdin/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Whether this stream is a broadcast stream.
diff --git a/LibTest/io/Stdin/isBroadcast_A02_t01.dart b/LibTest/io/Stdin/isBroadcast_A02_t01.dart
index e919218..32138eb 100644
--- a/LibTest/io/Stdin/isBroadcast_A02_t01.dart
+++ b/LibTest/io/Stdin/isBroadcast_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Read-only
diff --git a/LibTest/io/Stdin/isEmpty_A01_t01.dart b/LibTest/io/Stdin/isEmpty_A01_t01.dart
index a4f9a87..49e0aaa 100644
--- a/LibTest/io/Stdin/isEmpty_A01_t01.dart
+++ b/LibTest/io/Stdin/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Reports whether this stream contains any elements.
diff --git a/LibTest/io/Stdin/isEmpty_A01_t02.dart b/LibTest/io/Stdin/isEmpty_A01_t02.dart
index 9cce5df..ec53b2a 100644
--- a/LibTest/io/Stdin/isEmpty_A01_t02.dart
+++ b/LibTest/io/Stdin/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Reports whether this stream contains any elements.
diff --git a/LibTest/io/Stdin/isEmpty_A02_t01.dart b/LibTest/io/Stdin/isEmpty_A02_t01.dart
index df7c03f..504cd44 100644
--- a/LibTest/io/Stdin/isEmpty_A02_t01.dart
+++ b/LibTest/io/Stdin/isEmpty_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Stops listening to the stream after the first element has been received.
diff --git a/LibTest/io/Stdin/isEmpty_A03_t01.dart b/LibTest/io/Stdin/isEmpty_A03_t01.dart
index bd4fc22..4e81abb 100644
--- a/LibTest/io/Stdin/isEmpty_A03_t01.dart
+++ b/LibTest/io/Stdin/isEmpty_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Internally the method cancels its subscription after the first element. This
diff --git a/LibTest/io/Stdin/isEmpty_A04_t01.dart b/LibTest/io/Stdin/isEmpty_A04_t01.dart
index d4288e3..fd83078 100644
--- a/LibTest/io/Stdin/isEmpty_A04_t01.dart
+++ b/LibTest/io/Stdin/isEmpty_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * read-only
diff --git a/LibTest/io/Stdin/last_A01_t01.dart b/LibTest/io/Stdin/last_A01_t01.dart
index d9482eb..cb28a1b 100644
--- a/LibTest/io/Stdin/last_A01_t01.dart
+++ b/LibTest/io/Stdin/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * read-only
diff --git a/LibTest/io/Stdin/last_A02_t01.dart b/LibTest/io/Stdin/last_A02_t01.dart
index 07359d7..f395b7b 100644
--- a/LibTest/io/Stdin/last_A02_t01.dart
+++ b/LibTest/io/Stdin/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * Returns the last element of the stream.
diff --git a/LibTest/io/Stdin/last_A03_t01.dart b/LibTest/io/Stdin/last_A03_t01.dart
index 9b34ad7..129f55d 100644
--- a/LibTest/io/Stdin/last_A03_t01.dart
+++ b/LibTest/io/Stdin/last_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * If this stream is empty (a [done] event occurs before the first data event),
diff --git a/LibTest/io/Stdin/length_A01_t01.dart b/LibTest/io/Stdin/length_A01_t01.dart
index f171534..f12119d 100644
--- a/LibTest/io/Stdin/length_A01_t01.dart
+++ b/LibTest/io/Stdin/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * read-only
diff --git a/LibTest/io/Stdin/length_A02_t01.dart b/LibTest/io/Stdin/length_A02_t01.dart
index 6b74a8c..9c66139 100644
--- a/LibTest/io/Stdin/length_A02_t01.dart
+++ b/LibTest/io/Stdin/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> length
  * Counts the elements in the stream.
diff --git a/LibTest/io/Stdin/length_A02_t02.dart b/LibTest/io/Stdin/length_A02_t02.dart
index 2380bef..8237cab 100644
--- a/LibTest/io/Stdin/length_A02_t02.dart
+++ b/LibTest/io/Stdin/length_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> length
  * Counts the elements in the stream.
diff --git a/LibTest/io/Stdin/lineMode_A01_t01.dart b/LibTest/io/Stdin/lineMode_A01_t01.dart
index 560ea4e..f2f4967 100644
--- a/LibTest/io/Stdin/lineMode_A01_t01.dart
+++ b/LibTest/io/Stdin/lineMode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool lineMode
  * Check if line mode is enabled on [stdin].
diff --git a/LibTest/io/Stdin/lineMode_A01_t02.dart b/LibTest/io/Stdin/lineMode_A01_t02.dart
index 59ac2e8..655ef7a 100644
--- a/LibTest/io/Stdin/lineMode_A01_t02.dart
+++ b/LibTest/io/Stdin/lineMode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool lineMode
  * Check if line mode is enabled on [stdin].
diff --git a/LibTest/io/Stdin/readByteSync_A01_t01.dart b/LibTest/io/Stdin/readByteSync_A01_t01.dart
index c7c0111..afe07f5 100644
--- a/LibTest/io/Stdin/readByteSync_A01_t01.dart
+++ b/LibTest/io/Stdin/readByteSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * Synchronously read a byte from stdin.
diff --git a/LibTest/io/Stdin/readByteSync_A01_t02.dart b/LibTest/io/Stdin/readByteSync_A01_t02.dart
index 2673dcd..3a43fe3 100644
--- a/LibTest/io/Stdin/readByteSync_A01_t02.dart
+++ b/LibTest/io/Stdin/readByteSync_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * Synchronously read a byte from stdin.
diff --git a/LibTest/io/Stdin/readByteSync_A02_t01.dart b/LibTest/io/Stdin/readByteSync_A02_t01.dart
index 9b31551..e3143ec 100644
--- a/LibTest/io/Stdin/readByteSync_A02_t01.dart
+++ b/LibTest/io/Stdin/readByteSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * This call will block until a byte is available.
diff --git a/LibTest/io/Stdin/readByteSync_A03_t01.dart b/LibTest/io/Stdin/readByteSync_A03_t01.dart
index 09ec791..e0ea6ab 100644
--- a/LibTest/io/Stdin/readByteSync_A03_t01.dart
+++ b/LibTest/io/Stdin/readByteSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * If at end of file, [-1] is returned.
diff --git a/LibTest/io/Stdin/readLineSync_A01_t01.dart b/LibTest/io/Stdin/readLineSync_A01_t01.dart
index b50fab6..b33d539 100644
--- a/LibTest/io/Stdin/readLineSync_A01_t01.dart
+++ b/LibTest/io/Stdin/readLineSync_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A02_t01.dart b/LibTest/io/Stdin/readLineSync_A02_t01.dart
index 544d258..f7977a2 100644
--- a/LibTest/io/Stdin/readLineSync_A02_t01.dart
+++ b/LibTest/io/Stdin/readLineSync_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A03_t01.dart b/LibTest/io/Stdin/readLineSync_A03_t01.dart
index 573c71b..c148860 100644
--- a/LibTest/io/Stdin/readLineSync_A03_t01.dart
+++ b/LibTest/io/Stdin/readLineSync_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A03_t02.dart b/LibTest/io/Stdin/readLineSync_A03_t02.dart
index bb9ab9b..43a040d 100644
--- a/LibTest/io/Stdin/readLineSync_A03_t02.dart
+++ b/LibTest/io/Stdin/readLineSync_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A03_t03.dart b/LibTest/io/Stdin/readLineSync_A03_t03.dart
index ca678f7..4638356 100644
--- a/LibTest/io/Stdin/readLineSync_A03_t03.dart
+++ b/LibTest/io/Stdin/readLineSync_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A04_t01.dart b/LibTest/io/Stdin/readLineSync_A04_t01.dart
index 85bcbab..d0b2eba 100644
--- a/LibTest/io/Stdin/readLineSync_A04_t01.dart
+++ b/LibTest/io/Stdin/readLineSync_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String readLineSync({
  *   Encoding encoding: systemEncoding,
diff --git a/LibTest/io/Stdin/readLineSync_A05_t01.dart b/LibTest/io/Stdin/readLineSync_A05_t01.dart
index fb7d0f4..ad77572 100644
--- a/LibTest/io/Stdin/readLineSync_A05_t01.dart
+++ b/LibTest/io/Stdin/readLineSync_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * @assertion String readLineSync({
diff --git a/LibTest/io/Stdin/readLineSync_A05_t02.dart b/LibTest/io/Stdin/readLineSync_A05_t02.dart
index 0752991..0f0ca9c 100644
--- a/LibTest/io/Stdin/readLineSync_A05_t02.dart
+++ b/LibTest/io/Stdin/readLineSync_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * @assertion String readLineSync({
diff --git a/LibTest/io/Stdin/readLineSync_A05_t03.dart b/LibTest/io/Stdin/readLineSync_A05_t03.dart
index 5117230..2e9caa1 100644
--- a/LibTest/io/Stdin/readLineSync_A05_t03.dart
+++ b/LibTest/io/Stdin/readLineSync_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readByteSync()
  * @assertion String readLineSync({
diff --git a/LibTest/io/Stdin/single_A01_t01.dart b/LibTest/io/Stdin/single_A01_t01.dart
index 775e9ce..17ec61b 100644
--- a/LibTest/io/Stdin/single_A01_t01.dart
+++ b/LibTest/io/Stdin/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> single
  * read-only
diff --git a/LibTest/io/Stdin/stdin_utils.dart b/LibTest/io/Stdin/stdin_utils.dart
index 3aecd30..2fb2abe 100644
--- a/LibTest/io/Stdin/stdin_utils.dart
+++ b/LibTest/io/Stdin/stdin_utils.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * Stdin helper library
  * @author sgrekhov@unipro.ru
diff --git a/LibTest/io/Stdin/supportsAnsiEscapes_A01_t01.dart b/LibTest/io/Stdin/supportsAnsiEscapes_A01_t01.dart
index 47d5d49..b9c772b 100644
--- a/LibTest/io/Stdin/supportsAnsiEscapes_A01_t01.dart
+++ b/LibTest/io/Stdin/supportsAnsiEscapes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Whether connected to a terminal that supports ANSI escape sequences.
diff --git a/LibTest/io/Stdin/supportsAnsiEscapes_A02_t01.dart b/LibTest/io/Stdin/supportsAnsiEscapes_A02_t01.dart
index 911d7c4..7680f42 100644
--- a/LibTest/io/Stdin/supportsAnsiEscapes_A02_t01.dart
+++ b/LibTest/io/Stdin/supportsAnsiEscapes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Currently, a [TERM] environment variable containing the string [xterm] will
diff --git a/LibTest/io/Stdin/supportsAnsiEscapes_A02_t02.dart b/LibTest/io/Stdin/supportsAnsiEscapes_A02_t02.dart
index 6194758..3b854b4 100644
--- a/LibTest/io/Stdin/supportsAnsiEscapes_A02_t02.dart
+++ b/LibTest/io/Stdin/supportsAnsiEscapes_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Currently, a [TERM] environment variable containing the string [xterm] will
diff --git a/LibTest/io/Stdin/test.lib.dart b/LibTest/io/Stdin/test.lib.dart
index d85803b..58ef88c 100644
--- a/LibTest/io/Stdin/test.lib.dart
+++ b/LibTest/io/Stdin/test.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LibTest/io/Stdout/Stdout_A01_t01.dart b/LibTest/io/Stdout/Stdout_A01_t01.dart
index 1a437f2..1fe448f 100644
--- a/LibTest/io/Stdout/Stdout_A01_t01.dart
+++ b/LibTest/io/Stdout/Stdout_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LIBRARY dart:io
  * Stdout stdout
diff --git a/LibTest/io/Stdout/Stdout_class_A01_t01.dart b/LibTest/io/Stdout/Stdout_class_A01_t01.dart
index 34b7ba8..72833a5 100644
--- a/LibTest/io/Stdout/Stdout_class_A01_t01.dart
+++ b/LibTest/io/Stdout/Stdout_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion CLASS Stdout
  * Stdout represents the IOSink for either stdout or stderr.
diff --git a/LibTest/io/Stdout/Stdout_class_A02_t01.dart b/LibTest/io/Stdout/Stdout_class_A02_t01.dart
index ae39d1b..4237b01 100644
--- a/LibTest/io/Stdout/Stdout_class_A02_t01.dart
+++ b/LibTest/io/Stdout/Stdout_class_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion CLASS  Stdout
  * It provides a blocking [IOSink], so using this to write will block until the
diff --git a/LibTest/io/Stdout/Stdout_class_A03_t01.dart b/LibTest/io/Stdout/Stdout_class_A03_t01.dart
index fd13a4b..c51b89a 100644
--- a/LibTest/io/Stdout/Stdout_class_A03_t01.dart
+++ b/LibTest/io/Stdout/Stdout_class_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion CLASS  Stdout
  * In some situations this blocking behavior is undesirable as it does not
diff --git a/LibTest/io/Stdout/addError_A01_t01.dart b/LibTest/io/Stdout/addError_A01_t01.dart
index 69c0982..362642f 100644
--- a/LibTest/io/Stdout/addError_A01_t01.dart
+++ b/LibTest/io/Stdout/addError_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * void addError(error, [StackTrace stackTrace])
diff --git a/LibTest/io/Stdout/addError_A01_t02.dart b/LibTest/io/Stdout/addError_A01_t02.dart
index 4805622..8929fd4 100644
--- a/LibTest/io/Stdout/addError_A01_t02.dart
+++ b/LibTest/io/Stdout/addError_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * void addError(error, [StackTrace stackTrace])
diff --git a/LibTest/io/Stdout/addError_A01_t03.dart b/LibTest/io/Stdout/addError_A01_t03.dart
index 8a51673..c3ea466 100644
--- a/LibTest/io/Stdout/addError_A01_t03.dart
+++ b/LibTest/io/Stdout/addError_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * void addError(error, [StackTrace stackTrace])
diff --git a/LibTest/io/Stdout/addError_A02_t01.dart b/LibTest/io/Stdout/addError_A02_t01.dart
index b61ae20..f507fa6 100644
--- a/LibTest/io/Stdout/addError_A02_t01.dart
+++ b/LibTest/io/Stdout/addError_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/Stdout/addError_A02_t02.dart b/LibTest/io/Stdout/addError_A02_t02.dart
index 7ca129a..104d6d1 100644
--- a/LibTest/io/Stdout/addError_A02_t02.dart
+++ b/LibTest/io/Stdout/addError_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addError(error, [StackTrace stackTrace])
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/Stdout/addError_A03_t01.dart b/LibTest/io/Stdout/addError_A03_t01.dart
index f953ebc..51735a1 100644
--- a/LibTest/io/Stdout/addError_A03_t01.dart
+++ b/LibTest/io/Stdout/addError_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * void addError(error, [StackTrace stackTrace])
diff --git a/LibTest/io/Stdout/addStream_A01_t01.dart b/LibTest/io/Stdout/addStream_A01_t01.dart
index 0c04536..8fc7ae4 100644
--- a/LibTest/io/Stdout/addStream_A01_t01.dart
+++ b/LibTest/io/Stdout/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * Adds all elements of the given stream to [this].
diff --git a/LibTest/io/Stdout/addStream_A02_t01.dart b/LibTest/io/Stdout/addStream_A02_t01.dart
index a6f4804..446aabf 100644
--- a/LibTest/io/Stdout/addStream_A02_t01.dart
+++ b/LibTest/io/Stdout/addStream_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * Returns a [Future] that completes when all elements of the given stream are
diff --git a/LibTest/io/Stdout/addStream_A03_t01.dart b/LibTest/io/Stdout/addStream_A03_t01.dart
index 490fcf8..6c52083 100644
--- a/LibTest/io/Stdout/addStream_A03_t01.dart
+++ b/LibTest/io/Stdout/addStream_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * @description Checks that the [stream] cannot be added if another stream is
diff --git a/LibTest/io/Stdout/addStream_A03_t02.dart b/LibTest/io/Stdout/addStream_A03_t02.dart
index 296dfd3..f0e4eb7 100644
--- a/LibTest/io/Stdout/addStream_A03_t02.dart
+++ b/LibTest/io/Stdout/addStream_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream<List<int>> stream)
  * @description Checks that the [stream] can be added is another stream has been
diff --git a/LibTest/io/Stdout/add_A01_t01.dart b/LibTest/io/Stdout/add_A01_t01.dart
index dda7424..e438d8b 100644
--- a/LibTest/io/Stdout/add_A01_t01.dart
+++ b/LibTest/io/Stdout/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer.
diff --git a/LibTest/io/Stdout/add_A01_t02.dart b/LibTest/io/Stdout/add_A01_t02.dart
index 008615e..3fb1007 100644
--- a/LibTest/io/Stdout/add_A01_t02.dart
+++ b/LibTest/io/Stdout/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer.
diff --git a/LibTest/io/Stdout/add_A02_t01.dart b/LibTest/io/Stdout/add_A02_t01.dart
index a16be1d..546c2f5 100644
--- a/LibTest/io/Stdout/add_A02_t01.dart
+++ b/LibTest/io/Stdout/add_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t02.dart b/LibTest/io/Stdout/add_A02_t02.dart
index 8df5389..b045452 100644
--- a/LibTest/io/Stdout/add_A02_t02.dart
+++ b/LibTest/io/Stdout/add_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t03.dart b/LibTest/io/Stdout/add_A02_t03.dart
index 440d19e..9fc4baf 100644
--- a/LibTest/io/Stdout/add_A02_t03.dart
+++ b/LibTest/io/Stdout/add_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t04.dart b/LibTest/io/Stdout/add_A02_t04.dart
index 830b8f3..f71657a 100644
--- a/LibTest/io/Stdout/add_A02_t04.dart
+++ b/LibTest/io/Stdout/add_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t05.dart b/LibTest/io/Stdout/add_A02_t05.dart
index d0c5c05..82331de 100644
--- a/LibTest/io/Stdout/add_A02_t05.dart
+++ b/LibTest/io/Stdout/add_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t06.dart b/LibTest/io/Stdout/add_A02_t06.dart
index 1c57451..230c3a8 100644
--- a/LibTest/io/Stdout/add_A02_t06.dart
+++ b/LibTest/io/Stdout/add_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t07.dart b/LibTest/io/Stdout/add_A02_t07.dart
index 2f5a9bc..b1e9a87 100644
--- a/LibTest/io/Stdout/add_A02_t07.dart
+++ b/LibTest/io/Stdout/add_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t08.dart b/LibTest/io/Stdout/add_A02_t08.dart
index a828481..72d8699 100644
--- a/LibTest/io/Stdout/add_A02_t08.dart
+++ b/LibTest/io/Stdout/add_A02_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A02_t09.dart b/LibTest/io/Stdout/add_A02_t09.dart
index d8857b8..3835ce1 100644
--- a/LibTest/io/Stdout/add_A02_t09.dart
+++ b/LibTest/io/Stdout/add_A02_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * Adds byte data to the target consumer, ignoring [encoding].
diff --git a/LibTest/io/Stdout/add_A03_t01.dart b/LibTest/io/Stdout/add_A03_t01.dart
index 7ae05b6..5821e87 100644
--- a/LibTest/io/Stdout/add_A03_t01.dart
+++ b/LibTest/io/Stdout/add_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/Stdout/add_A03_t02.dart b/LibTest/io/Stdout/add_A03_t02.dart
index d30d55c..b805784 100644
--- a/LibTest/io/Stdout/add_A03_t02.dart
+++ b/LibTest/io/Stdout/add_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * This function must not be called when a stream is currently being added using
diff --git a/LibTest/io/Stdout/add_A04_t01.dart b/LibTest/io/Stdout/add_A04_t01.dart
index da96290..1580fd5 100644
--- a/LibTest/io/Stdout/add_A04_t01.dart
+++ b/LibTest/io/Stdout/add_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(List<int> data)
  * This operation is non-blocking. See [flush] or [done] for how to get any
diff --git a/LibTest/io/Stdout/close_A01_t01.dart b/LibTest/io/Stdout/close_A01_t01.dart
index c6ccedb..9fac8d8 100644
--- a/LibTest/io/Stdout/close_A01_t01.dart
+++ b/LibTest/io/Stdout/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * Close the target consumer.
diff --git a/LibTest/io/Stdout/close_A02_t01.dart b/LibTest/io/Stdout/close_A02_t01.dart
index 3727712..1ec4763 100644
--- a/LibTest/io/Stdout/close_A02_t01.dart
+++ b/LibTest/io/Stdout/close_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * NOTE: Writes to the [IOSink] may be buffered, and may not be flushed by a
diff --git a/LibTest/io/Stdout/close_A02_t02.dart b/LibTest/io/Stdout/close_A02_t02.dart
index 0384a5b..2e81301 100644
--- a/LibTest/io/Stdout/close_A02_t02.dart
+++ b/LibTest/io/Stdout/close_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close()
  * NOTE: Writes to the [IOSink] may be buffered, and may not be flushed by a
diff --git a/LibTest/io/Stdout/done_A01_t01.dart b/LibTest/io/Stdout/done_A01_t01.dart
index 2022d09..473a54c 100644
--- a/LibTest/io/Stdout/done_A01_t01.dart
+++ b/LibTest/io/Stdout/done_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * Get a future that will complete when the consumer closes, or when an error
diff --git a/LibTest/io/Stdout/done_A02_t01.dart b/LibTest/io/Stdout/done_A02_t01.dart
index 58b751f..440f5ea 100644
--- a/LibTest/io/Stdout/done_A02_t01.dart
+++ b/LibTest/io/Stdout/done_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * This future is identical to the future returned by [close].
diff --git a/LibTest/io/Stdout/done_A03_t01.dart b/LibTest/io/Stdout/done_A03_t01.dart
index ea8f8e2..80c55a8 100644
--- a/LibTest/io/Stdout/done_A03_t01.dart
+++ b/LibTest/io/Stdout/done_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future done
  * read-only
diff --git a/LibTest/io/Stdout/encoding_A01_t01.dart b/LibTest/io/Stdout/encoding_A01_t01.dart
index d568c94..a8579e7 100644
--- a/LibTest/io/Stdout/encoding_A01_t01.dart
+++ b/LibTest/io/Stdout/encoding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Encoding encoding
  * The [Encoding] used when writing strings. Depending on the underlying
diff --git a/LibTest/io/Stdout/flush_A01_t01.dart b/LibTest/io/Stdout/flush_A01_t01.dart
index e771316..39e3186 100644
--- a/LibTest/io/Stdout/flush_A01_t01.dart
+++ b/LibTest/io/Stdout/flush_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * Returns a [Future] that completes once all buffered data is accepted by the
diff --git a/LibTest/io/Stdout/flush_A02_t01.dart b/LibTest/io/Stdout/flush_A02_t01.dart
index 11032c8..614c4b0 100644
--- a/LibTest/io/Stdout/flush_A02_t01.dart
+++ b/LibTest/io/Stdout/flush_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future flush()
  * This method must not be called while an [addStream] is incomplete.
diff --git a/LibTest/io/Stdout/hasTerminal_A01_t01.dart b/LibTest/io/Stdout/hasTerminal_A01_t01.dart
index f2392a5..8a27bea 100644
--- a/LibTest/io/Stdout/hasTerminal_A01_t01.dart
+++ b/LibTest/io/Stdout/hasTerminal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasTerminal
  * Returns true if there is a terminal attached to stdout.
diff --git a/LibTest/io/Stdout/hasTerminal_A01_t02.dart b/LibTest/io/Stdout/hasTerminal_A01_t02.dart
index 075724f..04dc9aa 100644
--- a/LibTest/io/Stdout/hasTerminal_A01_t02.dart
+++ b/LibTest/io/Stdout/hasTerminal_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasTerminal
  * Returns true if there is a terminal attached to stdout.
diff --git a/LibTest/io/Stdout/hasTerminal_A02_t01.dart b/LibTest/io/Stdout/hasTerminal_A02_t01.dart
index decca52..7c969cb 100644
--- a/LibTest/io/Stdout/hasTerminal_A02_t01.dart
+++ b/LibTest/io/Stdout/hasTerminal_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool hasTerminal
  * Read-only
diff --git a/LibTest/io/Stdout/nonBlocking_A01_t01.dart b/LibTest/io/Stdout/nonBlocking_A01_t01.dart
index 0435805..410eeea 100644
--- a/LibTest/io/Stdout/nonBlocking_A01_t01.dart
+++ b/LibTest/io/Stdout/nonBlocking_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink nonBlocking
  * Get a non-blocking [IOSink].
diff --git a/LibTest/io/Stdout/nonBlocking_A02_t01.dart b/LibTest/io/Stdout/nonBlocking_A02_t01.dart
index 4721297..8e856cd 100644
--- a/LibTest/io/Stdout/nonBlocking_A02_t01.dart
+++ b/LibTest/io/Stdout/nonBlocking_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion IOSink nonBlocking
  * Read-only
diff --git a/LibTest/io/Stdout/supportAnsiEscapes_A01_t01.dart b/LibTest/io/Stdout/supportAnsiEscapes_A01_t01.dart
index 01fbe4d..f11c1ed 100644
--- a/LibTest/io/Stdout/supportAnsiEscapes_A01_t01.dart
+++ b/LibTest/io/Stdout/supportAnsiEscapes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Read-only
diff --git a/LibTest/io/Stdout/supportsAnsiEscapes_A02_t01.dart b/LibTest/io/Stdout/supportsAnsiEscapes_A02_t01.dart
index 77010bb..03f2dbf 100644
--- a/LibTest/io/Stdout/supportsAnsiEscapes_A02_t01.dart
+++ b/LibTest/io/Stdout/supportsAnsiEscapes_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Currently, a [TERM] environment variable containing the string [xterm] will
diff --git a/LibTest/io/Stdout/supportsAnsiEscapes_A02_t02.dart b/LibTest/io/Stdout/supportsAnsiEscapes_A02_t02.dart
index 8871c80..7632e03 100644
--- a/LibTest/io/Stdout/supportsAnsiEscapes_A02_t02.dart
+++ b/LibTest/io/Stdout/supportsAnsiEscapes_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool supportsAnsiEscapes
  * Currently, a [TERM] environment variable containing the string [xterm] will
diff --git a/LibTest/io/Stdout/terninalColumns_A01_t01.dart b/LibTest/io/Stdout/terninalColumns_A01_t01.dart
index 127afef..3b70660 100644
--- a/LibTest/io/Stdout/terninalColumns_A01_t01.dart
+++ b/LibTest/io/Stdout/terninalColumns_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalColumns
  * Get the number of columns of the terminal.
diff --git a/LibTest/io/Stdout/terninalColumns_A02_t01.dart b/LibTest/io/Stdout/terninalColumns_A02_t01.dart
index c243da3..35065c0 100644
--- a/LibTest/io/Stdout/terninalColumns_A02_t01.dart
+++ b/LibTest/io/Stdout/terninalColumns_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalColumns
  * If no terminal is attached to stdout, a StdoutException is thrown.
diff --git a/LibTest/io/Stdout/terninalColumns_A03_t01.dart b/LibTest/io/Stdout/terninalColumns_A03_t01.dart
index 104b149..3fe6934 100644
--- a/LibTest/io/Stdout/terninalColumns_A03_t01.dart
+++ b/LibTest/io/Stdout/terninalColumns_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalColumns
  * Read-only
diff --git a/LibTest/io/Stdout/terninalLines_A01_t01.dart b/LibTest/io/Stdout/terninalLines_A01_t01.dart
index 4f19329..a4b9245 100644
--- a/LibTest/io/Stdout/terninalLines_A01_t01.dart
+++ b/LibTest/io/Stdout/terninalLines_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalLines
  * Get the number of Lines of the terminal.
diff --git a/LibTest/io/Stdout/terninalLines_A02_t01.dart b/LibTest/io/Stdout/terninalLines_A02_t01.dart
index 5dbaacd..bb6529c 100644
--- a/LibTest/io/Stdout/terninalLines_A02_t01.dart
+++ b/LibTest/io/Stdout/terninalLines_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalLines
  * If no terminal is attached to stdout, a StdoutException is thrown.
diff --git a/LibTest/io/Stdout/terninalLines_A03_t01.dart b/LibTest/io/Stdout/terninalLines_A03_t01.dart
index bb2b955..c91d9d9 100644
--- a/LibTest/io/Stdout/terninalLines_A03_t01.dart
+++ b/LibTest/io/Stdout/terninalLines_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * int terminalLines
  * Read-only
diff --git a/LibTest/io/Stdout/test.lib.dart b/LibTest/io/Stdout/test.lib.dart
index 4e195e8..c08f8f1 100644
--- a/LibTest/io/Stdout/test.lib.dart
+++ b/LibTest/io/Stdout/test.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @author iarkh@unipro.ru
  */
diff --git a/LibTest/io/Stdout/writeAll_A01_t01.dart b/LibTest/io/Stdout/writeAll_A01_t01.dart
index 04ea496..87b2ebd 100644
--- a/LibTest/io/Stdout/writeAll_A01_t01.dart
+++ b/LibTest/io/Stdout/writeAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/Stdout/writeAll_A01_t02.dart b/LibTest/io/Stdout/writeAll_A01_t02.dart
index 279b6ff..55c23b3 100644
--- a/LibTest/io/Stdout/writeAll_A01_t02.dart
+++ b/LibTest/io/Stdout/writeAll_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/Stdout/writeAll_A02_t01.dart b/LibTest/io/Stdout/writeAll_A02_t01.dart
index d67153a..9312413 100644
--- a/LibTest/io/Stdout/writeAll_A02_t01.dart
+++ b/LibTest/io/Stdout/writeAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/Stdout/writeAll_A02_t02.dart b/LibTest/io/Stdout/writeAll_A02_t02.dart
index 71eb5c7..a2ab17c 100644
--- a/LibTest/io/Stdout/writeAll_A02_t02.dart
+++ b/LibTest/io/Stdout/writeAll_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/Stdout/writeAll_A02_t03.dart b/LibTest/io/Stdout/writeAll_A02_t03.dart
index f551126..73ec894 100644
--- a/LibTest/io/Stdout/writeAll_A02_t03.dart
+++ b/LibTest/io/Stdout/writeAll_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * If [separator] is provided, a [write] with the [separator] is performed
diff --git a/LibTest/io/Stdout/writeAll_A02_t05.dart b/LibTest/io/Stdout/writeAll_A02_t05.dart
index 7c14ff3..4628a28 100644
--- a/LibTest/io/Stdout/writeAll_A02_t05.dart
+++ b/LibTest/io/Stdout/writeAll_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * Iterates over the given [objects] and writes them in sequence.
diff --git a/LibTest/io/Stdout/writeAll_A03_t01.dart b/LibTest/io/Stdout/writeAll_A03_t01.dart
index 35214cc..7eeec81 100644
--- a/LibTest/io/Stdout/writeAll_A03_t01.dart
+++ b/LibTest/io/Stdout/writeAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeAll(Iterable objects, [String separator = ""])
  * This operation is non-blocking.
diff --git a/LibTest/io/Stdout/writeCharCode_A01_t01.dart b/LibTest/io/Stdout/writeCharCode_A01_t01.dart
index 43e5709..656b999 100644
--- a/LibTest/io/Stdout/writeCharCode_A01_t01.dart
+++ b/LibTest/io/Stdout/writeCharCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/Stdout/writeCharCode_A01_t02.dart b/LibTest/io/Stdout/writeCharCode_A01_t02.dart
index eb7c587..a892589 100644
--- a/LibTest/io/Stdout/writeCharCode_A01_t02.dart
+++ b/LibTest/io/Stdout/writeCharCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/Stdout/writeCharCode_A01_t03.dart b/LibTest/io/Stdout/writeCharCode_A01_t03.dart
index 2ea9a3b..6ca3203 100644
--- a/LibTest/io/Stdout/writeCharCode_A01_t03.dart
+++ b/LibTest/io/Stdout/writeCharCode_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeCharCode(int charCode)
  * Writes the character of [charCode].
diff --git a/LibTest/io/Stdout/write_A01_t01.dart b/LibTest/io/Stdout/write_A01_t01.dart
index 43043a1..c7cd41f 100644
--- a/LibTest/io/Stdout/write_A01_t01.dart
+++ b/LibTest/io/Stdout/write_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t02.dart b/LibTest/io/Stdout/write_A01_t02.dart
index 98587bd..ec5f3ec 100644
--- a/LibTest/io/Stdout/write_A01_t02.dart
+++ b/LibTest/io/Stdout/write_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t03.dart b/LibTest/io/Stdout/write_A01_t03.dart
index 8950174..7eada30 100644
--- a/LibTest/io/Stdout/write_A01_t03.dart
+++ b/LibTest/io/Stdout/write_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t04.dart b/LibTest/io/Stdout/write_A01_t04.dart
index fc041fb..72632ca 100644
--- a/LibTest/io/Stdout/write_A01_t04.dart
+++ b/LibTest/io/Stdout/write_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t05.dart b/LibTest/io/Stdout/write_A01_t05.dart
index b3ed26a..58186e0 100644
--- a/LibTest/io/Stdout/write_A01_t05.dart
+++ b/LibTest/io/Stdout/write_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t06.dart b/LibTest/io/Stdout/write_A01_t06.dart
index 589a660..7b4c659 100644
--- a/LibTest/io/Stdout/write_A01_t06.dart
+++ b/LibTest/io/Stdout/write_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t07.dart b/LibTest/io/Stdout/write_A01_t07.dart
index 65f45d0..395e736 100644
--- a/LibTest/io/Stdout/write_A01_t07.dart
+++ b/LibTest/io/Stdout/write_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A01_t08.dart b/LibTest/io/Stdout/write_A01_t08.dart
index f03a4ef..377f47b 100644
--- a/LibTest/io/Stdout/write_A01_t08.dart
+++ b/LibTest/io/Stdout/write_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * Converts [obj] to a [String] by invoking [Object.toString] and adds the
diff --git a/LibTest/io/Stdout/write_A02_t01.dart b/LibTest/io/Stdout/write_A02_t01.dart
index ab25ad0..a03ab7e 100644
--- a/LibTest/io/Stdout/write_A02_t01.dart
+++ b/LibTest/io/Stdout/write_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void write(Object obj)
  * This operation is non-blocking.
diff --git a/LibTest/io/Stdout/writeln_A01_t01.dart b/LibTest/io/Stdout/writeln_A01_t01.dart
index a848e62..0a44099 100644
--- a/LibTest/io/Stdout/writeln_A01_t01.dart
+++ b/LibTest/io/Stdout/writeln_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts [obj] to a [String] by invoking [Object.toString] and writes the
diff --git a/LibTest/io/Stdout/writeln_A01_t02.dart b/LibTest/io/Stdout/writeln_A01_t02.dart
index 7545f4d..f3f3bc4 100644
--- a/LibTest/io/Stdout/writeln_A01_t02.dart
+++ b/LibTest/io/Stdout/writeln_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts [obj] to a [String] by invoking [Object.toString] and writes the
diff --git a/LibTest/io/Stdout/writeln_A01_t03.dart b/LibTest/io/Stdout/writeln_A01_t03.dart
index d342d52..0d4a1dc 100644
--- a/LibTest/io/Stdout/writeln_A01_t03.dart
+++ b/LibTest/io/Stdout/writeln_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * Converts [obj] to a [String] by invoking [Object.toString] and writes the
diff --git a/LibTest/io/Stdout/writeln_A02_t01.dart b/LibTest/io/Stdout/writeln_A02_t01.dart
index 78fdb6d..441f7a2 100644
--- a/LibTest/io/Stdout/writeln_A02_t01.dart
+++ b/LibTest/io/Stdout/writeln_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void writeln([Object obj = ""])
  * This operation is non-blocking.
diff --git a/LibTest/io/SystemEncoding/SystemEncoding_A01_t01.dart b/LibTest/io/SystemEncoding/SystemEncoding_A01_t01.dart
index b68566f..6b565ed 100644
--- a/LibTest/io/SystemEncoding/SystemEncoding_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/SystemEncoding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const systemEncoding = const SystemEncoding()
  * The current system encoding.
diff --git a/LibTest/io/SystemEncoding/decodeStream_A01_t01.dart b/LibTest/io/SystemEncoding/decodeStream_A01_t01.dart
index 952215f..3e29237 100644
--- a/LibTest/io/SystemEncoding/decodeStream_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/decodeStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> decodeStream(Stream<List<int>> byteStream)
  * @description Checks that system encoding decodes from UTF-8 on Linux and Mac
diff --git a/LibTest/io/SystemEncoding/decode_A01_t01.dart b/LibTest/io/SystemEncoding/decode_A01_t01.dart
index 6841e19..a830a84 100644
--- a/LibTest/io/SystemEncoding/decode_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String decode(List<int> encoded)
  * @description Checks that system encoding decodes from UTF-8 on Linux and Mac
diff --git a/LibTest/io/SystemEncoding/decoder_A01_t01.dart b/LibTest/io/SystemEncoding/decoder_A01_t01.dart
index 89587bc..d07fce8 100644
--- a/LibTest/io/SystemEncoding/decoder_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, String> decoder
  *  Returns the decoder of this, converting from T to S.
diff --git a/LibTest/io/SystemEncoding/encode_A01_t01.dart b/LibTest/io/SystemEncoding/encode_A01_t01.dart
index e653465..68295f8 100644
--- a/LibTest/io/SystemEncoding/encode_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> encode(String input)
  * @description Checks that system encoding encodes to UTF-8 on Linux and Mac
diff --git a/LibTest/io/SystemEncoding/encoder_A01_t01.dart b/LibTest/io/SystemEncoding/encoder_A01_t01.dart
index eab107f..f1d337d 100644
--- a/LibTest/io/SystemEncoding/encoder_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<String, List<int>> encoder
  *  Returns the encoder from S to T.
diff --git a/LibTest/io/SystemEncoding/fuse_A01_t01.dart b/LibTest/io/SystemEncoding/fuse_A01_t01.dart
index 92497db..8f81119 100644
--- a/LibTest/io/SystemEncoding/fuse_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 import 'dart:convert';
 /**
  * @assertion Codec<S, R> fuse<R>(Codec<T, R> other)
diff --git a/LibTest/io/SystemEncoding/inverted_A01_t01.dart b/LibTest/io/SystemEncoding/inverted_A01_t01.dart
index 8a8bba0..6a0dab0 100644
--- a/LibTest/io/SystemEncoding/inverted_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 import 'dart:convert';
 /**
  * @assertion Codec<T, S> inverted
diff --git a/LibTest/io/SystemEncoding/name_A01_t01.dart b/LibTest/io/SystemEncoding/name_A01_t01.dart
index 0bbe8fc..c535347 100644
--- a/LibTest/io/SystemEncoding/name_A01_t01.dart
+++ b/LibTest/io/SystemEncoding/name_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String name
  *  Name of the encoding.
diff --git a/LibTest/io/WebSocket/WebSocket.fromUpgradedSocket_A01_t01.dart b/LibTest/io/WebSocket/WebSocket.fromUpgradedSocket_A01_t01.dart
index aec81d3..f11bca4 100644
--- a/LibTest/io/WebSocket/WebSocket.fromUpgradedSocket_A01_t01.dart
+++ b/LibTest/io/WebSocket/WebSocket.fromUpgradedSocket_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * WebSocket.fromUpgradedSocket(
diff --git a/LibTest/io/WebSocket/addStream_A01_t01.dart b/LibTest/io/WebSocket/addStream_A01_t01.dart
index fcd4cb4..e187acb 100644
--- a/LibTest/io/WebSocket/addStream_A01_t01.dart
+++ b/LibTest/io/WebSocket/addStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream stream)
  *  Sends data from a stream on WebSocket connection. Each data event from
diff --git a/LibTest/io/WebSocket/addStream_A01_t02.dart b/LibTest/io/WebSocket/addStream_A01_t02.dart
index b682939..6b0a709 100644
--- a/LibTest/io/WebSocket/addStream_A01_t02.dart
+++ b/LibTest/io/WebSocket/addStream_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream stream)
  *  Sends data from a stream on WebSocket connection. Each data event from
diff --git a/LibTest/io/WebSocket/addStream_A01_t03.dart b/LibTest/io/WebSocket/addStream_A01_t03.dart
index c2f53cb..7abcb94 100644
--- a/LibTest/io/WebSocket/addStream_A01_t03.dart
+++ b/LibTest/io/WebSocket/addStream_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream stream)
  *  Sends data from a stream on WebSocket connection. Each data event from
diff --git a/LibTest/io/WebSocket/addStream_A01_t04.dart b/LibTest/io/WebSocket/addStream_A01_t04.dart
index b620d37..33c47bd 100644
--- a/LibTest/io/WebSocket/addStream_A01_t04.dart
+++ b/LibTest/io/WebSocket/addStream_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future addStream(Stream stream)
  *  Sends data from a stream on WebSocket connection. Each data event from
diff --git a/LibTest/io/WebSocket/addUtf8Text_A01_t01.dart b/LibTest/io/WebSocket/addUtf8Text_A01_t01.dart
index d7b4d34..e3f9723 100644
--- a/LibTest/io/WebSocket/addUtf8Text_A01_t01.dart
+++ b/LibTest/io/WebSocket/addUtf8Text_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addUtf8Text(List<int> bytes)
  *    Sends a text message with the text represented by bytes.
diff --git a/LibTest/io/WebSocket/addUtf8Text_A01_t02.dart b/LibTest/io/WebSocket/addUtf8Text_A01_t02.dart
index 689b245..bc0f9ea 100644
--- a/LibTest/io/WebSocket/addUtf8Text_A01_t02.dart
+++ b/LibTest/io/WebSocket/addUtf8Text_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addUtf8Text(List<int> bytes)
  *    Sends a text message with the text represented by bytes.
diff --git a/LibTest/io/WebSocket/addUtf8Text_A01_t03.dart b/LibTest/io/WebSocket/addUtf8Text_A01_t03.dart
index 8194712..737f992 100644
--- a/LibTest/io/WebSocket/addUtf8Text_A01_t03.dart
+++ b/LibTest/io/WebSocket/addUtf8Text_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addUtf8Text(List<int> bytes)
  *    Sends a text message with the text represented by bytes.
diff --git a/LibTest/io/WebSocket/add_A01_t01.dart b/LibTest/io/WebSocket/add_A01_t01.dart
index 418bbca..60a08e2 100644
--- a/LibTest/io/WebSocket/add_A01_t01.dart
+++ b/LibTest/io/WebSocket/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(data)
  * Sends data on the WebSocket connection. The data in data must be either a
diff --git a/LibTest/io/WebSocket/add_A01_t02.dart b/LibTest/io/WebSocket/add_A01_t02.dart
index 8139632..be983a4 100644
--- a/LibTest/io/WebSocket/add_A01_t02.dart
+++ b/LibTest/io/WebSocket/add_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(data)
  * Sends data on the WebSocket connection. The data in data must be either a
diff --git a/LibTest/io/WebSocket/add_A01_t03.dart b/LibTest/io/WebSocket/add_A01_t03.dart
index 2fd77b1..0ab16d0 100644
--- a/LibTest/io/WebSocket/add_A01_t03.dart
+++ b/LibTest/io/WebSocket/add_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(data)
  * Sends data on the WebSocket connection. The data in data must be either a
diff --git a/LibTest/io/WebSocket/add_A01_t04.dart b/LibTest/io/WebSocket/add_A01_t04.dart
index fe8e5ef..e07b027 100644
--- a/LibTest/io/WebSocket/add_A01_t04.dart
+++ b/LibTest/io/WebSocket/add_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(data)
  * Sends data on the WebSocket connection. The data in data must be either a
diff --git a/LibTest/io/WebSocket/allTests_A01.lib.dart b/LibTest/io/WebSocket/allTests_A01.lib.dart
index 042877a..706b89f 100644
--- a/LibTest/io/WebSocket/allTests_A01.lib.dart
+++ b/LibTest/io/WebSocket/allTests_A01.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class WebSocket
  * A two-way HTTP communication object for client or server applications.
diff --git a/LibTest/io/WebSocket/allTests_A02.lib.dart b/LibTest/io/WebSocket/allTests_A02.lib.dart
index 1d55fb5..09bf79d 100644
--- a/LibTest/io/WebSocket/allTests_A02.lib.dart
+++ b/LibTest/io/WebSocket/allTests_A02.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion class WebSocket
  * A two-way HTTP communication object for client or server applications.
diff --git a/LibTest/io/WebSocket/closeCode_A01_t01.dart b/LibTest/io/WebSocket/closeCode_A01_t01.dart
index 12526cb..6d96250 100644
--- a/LibTest/io/WebSocket/closeCode_A01_t01.dart
+++ b/LibTest/io/WebSocket/closeCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int closeCode
  * The close code set when the WebSocket connection is closed. If there is no
diff --git a/LibTest/io/WebSocket/closeCode_A01_t02.dart b/LibTest/io/WebSocket/closeCode_A01_t02.dart
index 295ed93..3e768df 100644
--- a/LibTest/io/WebSocket/closeCode_A01_t02.dart
+++ b/LibTest/io/WebSocket/closeCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int closeCode
  * The close code set when the WebSocket connection is closed. If there is no
diff --git a/LibTest/io/WebSocket/closeReason_A01_t01.dart b/LibTest/io/WebSocket/closeReason_A01_t01.dart
index 9860b1e..ad8d6f1 100644
--- a/LibTest/io/WebSocket/closeReason_A01_t01.dart
+++ b/LibTest/io/WebSocket/closeReason_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String closeReason
  * The close reason set when the WebSocket connection is closed. If there is no
diff --git a/LibTest/io/WebSocket/closeReason_A01_t02.dart b/LibTest/io/WebSocket/closeReason_A01_t02.dart
index 7e7b595..cf5294c 100644
--- a/LibTest/io/WebSocket/closeReason_A01_t02.dart
+++ b/LibTest/io/WebSocket/closeReason_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String closeReason
  * The close reason set when the WebSocket connection is closed. If there is no
diff --git a/LibTest/io/WebSocket/close_A01_t01.dart b/LibTest/io/WebSocket/close_A01_t01.dart
index 259589c..e12f819 100644
--- a/LibTest/io/WebSocket/close_A01_t01.dart
+++ b/LibTest/io/WebSocket/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close([int code, String reason ])
  * Closes the WebSocket connection. Set the optional code and reason arguments
diff --git a/LibTest/io/WebSocket/close_A01_t02.dart b/LibTest/io/WebSocket/close_A01_t02.dart
index 0b15207..ef053a4 100644
--- a/LibTest/io/WebSocket/close_A01_t02.dart
+++ b/LibTest/io/WebSocket/close_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future close([int code, String reason ])
  * Closes the WebSocket connection. Set the optional code and reason arguments
diff --git a/LibTest/io/WebSocket/connect_A01_t01.dart b/LibTest/io/WebSocket/connect_A01_t01.dart
index d6f9d64..b2d105c 100644
--- a/LibTest/io/WebSocket/connect_A01_t01.dart
+++ b/LibTest/io/WebSocket/connect_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<WebSocket> connect(
diff --git a/LibTest/io/WebSocket/connect_A01_t02.dart b/LibTest/io/WebSocket/connect_A01_t02.dart
index b4e35b5..28ad4bf 100644
--- a/LibTest/io/WebSocket/connect_A01_t02.dart
+++ b/LibTest/io/WebSocket/connect_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<WebSocket> connect(
diff --git a/LibTest/io/WebSocket/isBroadcast_A01_t01.dart b/LibTest/io/WebSocket/isBroadcast_A01_t01.dart
index e2f7628..e67ecad 100644
--- a/LibTest/io/WebSocket/isBroadcast_A01_t01.dart
+++ b/LibTest/io/WebSocket/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isBroadcast
  * Whether this stream is a broadcast stream.
diff --git a/LibTest/io/WebSocket/isEmpty_A01_t01.dart b/LibTest/io/WebSocket/isEmpty_A01_t01.dart
index c715f42..34bffb4 100644
--- a/LibTest/io/WebSocket/isEmpty_A01_t01.dart
+++ b/LibTest/io/WebSocket/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> isEmpty
  * Reports whether this stream contains any elements.
diff --git a/LibTest/io/WebSocket/last_A01_t01.test.dart b/LibTest/io/WebSocket/last_A01_t01.test.dart
index e2d5a2a..c73c168 100644
--- a/LibTest/io/WebSocket/last_A01_t01.test.dart
+++ b/LibTest/io/WebSocket/last_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * Returns the last element of the stream.
diff --git a/LibTest/io/WebSocket/last_A02_t01.test.dart b/LibTest/io/WebSocket/last_A02_t01.test.dart
index bf91ffc..eb8bf59 100644
--- a/LibTest/io/WebSocket/last_A02_t01.test.dart
+++ b/LibTest/io/WebSocket/last_A02_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/io/WebSocket/last_A03_t01.test.dart b/LibTest/io/WebSocket/last_A03_t01.test.dart
index 6fba2a9..6562a44 100644
--- a/LibTest/io/WebSocket/last_A03_t01.test.dart
+++ b/LibTest/io/WebSocket/last_A03_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> last
  * If an error event occurs before the last data event, the resulting future
diff --git a/LibTest/io/WebSocket/length_A01_t01.dart b/LibTest/io/WebSocket/length_A01_t01.dart
index 7151e98..eb32a12 100644
--- a/LibTest/io/WebSocket/length_A01_t01.dart
+++ b/LibTest/io/WebSocket/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  * Counts the elements in the stream.
diff --git a/LibTest/io/WebSocket/length_A01_t01.test.dart b/LibTest/io/WebSocket/length_A01_t01.test.dart
index 267a382..bec7fe2 100644
--- a/LibTest/io/WebSocket/length_A01_t01.test.dart
+++ b/LibTest/io/WebSocket/length_A01_t01.test.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<int> length
  *    Counts the elements in the stream.
diff --git a/LibTest/io/WebSocket/pingInterval_A01_t01.dart b/LibTest/io/WebSocket/pingInterval_A01_t01.dart
index 385b930..6a5433f 100644
--- a/LibTest/io/WebSocket/pingInterval_A01_t01.dart
+++ b/LibTest/io/WebSocket/pingInterval_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration pingInterval
  * Set and get the interval for sending ping signals. If a ping message is not
diff --git a/LibTest/io/WebSocket/pingInterval_A02_t01.dart b/LibTest/io/WebSocket/pingInterval_A02_t01.dart
index 08e36e6..b0b91ce 100644
--- a/LibTest/io/WebSocket/pingInterval_A02_t01.dart
+++ b/LibTest/io/WebSocket/pingInterval_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration pingInterval
  * Set and get the interval for sending ping signals.
diff --git a/LibTest/io/WebSocket/pingInterval_A03_t01.dart b/LibTest/io/WebSocket/pingInterval_A03_t01.dart
index 63e94ca..1faefb8 100644
--- a/LibTest/io/WebSocket/pingInterval_A03_t01.dart
+++ b/LibTest/io/WebSocket/pingInterval_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Duration pingInterval
  * Set and get the interval for sending ping signals.
diff --git a/LibTest/io/WebSocket/readyState_A01_t01.dart b/LibTest/io/WebSocket/readyState_A01_t01.dart
index f8b8f0d..90ec18b 100644
--- a/LibTest/io/WebSocket/readyState_A01_t01.dart
+++ b/LibTest/io/WebSocket/readyState_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int readyState
  * Returns the current state of the connection.
diff --git a/LibTest/io/WebSocketTransformer/isUpgradeRequest_A01_t01.dart b/LibTest/io/WebSocketTransformer/isUpgradeRequest_A01_t01.dart
index 168e7a7..338d104 100644
--- a/LibTest/io/WebSocketTransformer/isUpgradeRequest_A01_t01.dart
+++ b/LibTest/io/WebSocketTransformer/isUpgradeRequest_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isUpgradeRequest(HttpRequest request)
  * Checks whether the request is a valid WebSocket upgrade request.
diff --git a/LibTest/io/WebSocketTransformer/upgrade_A01_t01.dart b/LibTest/io/WebSocketTransformer/upgrade_A01_t01.dart
index a9b127d..c145161 100644
--- a/LibTest/io/WebSocketTransformer/upgrade_A01_t01.dart
+++ b/LibTest/io/WebSocketTransformer/upgrade_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Future<WebSocket> upgrade(
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t01.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t01.dart
index e260887..5e86a29 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t02.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t02.dart
index 581c91b..22eeea1 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t02.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t03.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t03.dart
index 8ae6fe8..789f939 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t03.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t04.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t04.dart
index b5aa13c..0df3f9a 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t04.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t05.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t05.dart
index 18bd1bc..3a76339 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t05.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t06.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t06.dart
index 09cbd53..6afa14f 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t06.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t07.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t07.dart
index e42fd10..c1ddce8 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t07.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/ZLibCodec_A01_t08.dart b/LibTest/io/ZLibCodec/ZLibCodec_A01_t08.dart
index 6226200..9a12bb3 100644
--- a/LibTest/io/ZLibCodec/ZLibCodec_A01_t08.dart
+++ b/LibTest/io/ZLibCodec/ZLibCodec_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibCodec({
diff --git a/LibTest/io/ZLibCodec/decode_A01_t01.dart b/LibTest/io/ZLibCodec/decode_A01_t01.dart
index 22dfc1e..4baf53f 100644
--- a/LibTest/io/ZLibCodec/decode_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/decode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> decode(List<int> encoded)
  * Source
diff --git a/LibTest/io/ZLibCodec/decoder_A01_t01.dart b/LibTest/io/ZLibCodec/decoder_A01_t01.dart
index d4abdd4..6633487 100644
--- a/LibTest/io/ZLibCodec/decoder_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/decoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZLibDecoder decoder
  * Get a ZLibDecoder for decoding ZLib compressed data.
diff --git a/LibTest/io/ZLibCodec/dictionary_A01_t01.dart b/LibTest/io/ZLibCodec/dictionary_A01_t01.dart
index e5708fe..1d6730d 100644
--- a/LibTest/io/ZLibCodec/dictionary_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/dictionary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> dictionary
  * Initial compression dictionary.
diff --git a/LibTest/io/ZLibCodec/encode_A01_t01.dart b/LibTest/io/ZLibCodec/encode_A01_t01.dart
index ac639cc..2773f89 100644
--- a/LibTest/io/ZLibCodec/encode_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/encode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> encode(List<int> input)
  * Source
diff --git a/LibTest/io/ZLibCodec/encoder_A01_t01.dart b/LibTest/io/ZLibCodec/encoder_A01_t01.dart
index 5309701..52c434b 100644
--- a/LibTest/io/ZLibCodec/encoder_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/encoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ZLibEncoder encoder
  * Get a ZLibEncoder for encoding ZLib compressed data.
diff --git a/LibTest/io/ZLibCodec/fuse_A01_t01.dart b/LibTest/io/ZLibCodec/fuse_A01_t01.dart
index f236ed7..55d495e 100644
--- a/LibTest/io/ZLibCodec/fuse_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Cogec<List<int>, R> fuse<R>(Codec<List<int>, R> other)
  * Fuses this with other.
diff --git a/LibTest/io/ZLibCodec/gzip_A01_t01.dart b/LibTest/io/ZLibCodec/gzip_A01_t01.dart
index 6802870..6cdbc55 100644
--- a/LibTest/io/ZLibCodec/gzip_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/gzip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool gzip
  * When true, GZip frames will be added to the compressed data.
diff --git a/LibTest/io/ZLibCodec/inverted_A01_t01.dart b/LibTest/io/ZLibCodec/inverted_A01_t01.dart
index 5421d99..3a7054e 100644
--- a/LibTest/io/ZLibCodec/inverted_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/inverted_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Codec<T, S> inverted
  * Inverts this.
diff --git a/LibTest/io/ZLibCodec/level_A01_t01.dart b/LibTest/io/ZLibCodec/level_A01_t01.dart
index 07d9ddf..0431492 100644
--- a/LibTest/io/ZLibCodec/level_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/level_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int level
  * The compression-level can be set in the range of -1..9, with 6 being the
diff --git a/LibTest/io/ZLibCodec/memLevel_A01_t01.dart b/LibTest/io/ZLibCodec/memLevel_A01_t01.dart
index 768ff3f..555b7ec 100644
--- a/LibTest/io/ZLibCodec/memLevel_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/memLevel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int memLevel
  * Specifies how much memory should be allocated for the internal compression
diff --git a/LibTest/io/ZLibCodec/raw_A01_t01.dart b/LibTest/io/ZLibCodec/raw_A01_t01.dart
index 28b2395..d66e407 100644
--- a/LibTest/io/ZLibCodec/raw_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/raw_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool raw
  * When true, deflate generates raw data with no zlib header or trailer, and
diff --git a/LibTest/io/ZLibCodec/strategy_A01_t01.dart b/LibTest/io/ZLibCodec/strategy_A01_t01.dart
index a4def44..4e84fb0 100644
--- a/LibTest/io/ZLibCodec/strategy_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/strategy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibCodec/strategy_A01_t02.dart b/LibTest/io/ZLibCodec/strategy_A01_t02.dart
index 07cda4c..e7f5800 100644
--- a/LibTest/io/ZLibCodec/strategy_A01_t02.dart
+++ b/LibTest/io/ZLibCodec/strategy_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibCodec/strategy_A01_t03.dart b/LibTest/io/ZLibCodec/strategy_A01_t03.dart
index fad5f4d..72c1b7a 100644
--- a/LibTest/io/ZLibCodec/strategy_A01_t03.dart
+++ b/LibTest/io/ZLibCodec/strategy_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibCodec/strategy_A01_t04.dart b/LibTest/io/ZLibCodec/strategy_A01_t04.dart
index 51c8419..6284343 100644
--- a/LibTest/io/ZLibCodec/strategy_A01_t04.dart
+++ b/LibTest/io/ZLibCodec/strategy_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibCodec/windowBits_A01_t01.dart b/LibTest/io/ZLibCodec/windowBits_A01_t01.dart
index 42e2459..2c61f86 100644
--- a/LibTest/io/ZLibCodec/windowBits_A01_t01.dart
+++ b/LibTest/io/ZLibCodec/windowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int windowBits
  * Base two logarithm of the window size (the size of the history buffer). It
diff --git a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t01.dart b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t01.dart
index 05fe90c..77131b0 100644
--- a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibDecoder({
diff --git a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t02.dart b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t02.dart
index 51f5cdb..0c3c506 100644
--- a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t02.dart
+++ b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibDecoder({
diff --git a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t03.dart b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t03.dart
index 9193053..d7c9d81 100644
--- a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t03.dart
+++ b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibDecoder({
diff --git a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t04.dart b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t04.dart
index ea16051..9f59398 100644
--- a/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t04.dart
+++ b/LibTest/io/ZLibDecoder/ZLibDecoder_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibDecoder({
diff --git a/LibTest/io/ZLibDecoder/bind_A01_t01.dart b/LibTest/io/ZLibDecoder/bind_A01_t01.dart
index 7d32e45..16e0c12 100644
--- a/LibTest/io/ZLibDecoder/bind_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<List<int>> stream)
  * Transforms the provided stream.
diff --git a/LibTest/io/ZLibDecoder/convert_A01_t01.dart b/LibTest/io/ZLibDecoder/convert_A01_t01.dart
index 0905f29..2b49789 100644
--- a/LibTest/io/ZLibDecoder/convert_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(List<int> bytes)
  * Convert a list of bytes using the options given to the ZLibDecoder
diff --git a/LibTest/io/ZLibDecoder/dictionary_A01_t01.dart b/LibTest/io/ZLibDecoder/dictionary_A01_t01.dart
index 7574922..84fe9c7 100644
--- a/LibTest/io/ZLibDecoder/dictionary_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/dictionary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> dictionary
  * Initial compression dictionary.
diff --git a/LibTest/io/ZLibDecoder/fuse_A01_t01.dart b/LibTest/io/ZLibDecoder/fuse_A01_t01.dart
index 3f05417..896a0f5 100644
--- a/LibTest/io/ZLibDecoder/fuse_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, TT> fuse<TT>(Converter<List<int>, TT> other)
  * Fuses this with other.
diff --git a/LibTest/io/ZLibDecoder/raw_A01_t01.dart b/LibTest/io/ZLibDecoder/raw_A01_t01.dart
index 302d702..0a975e3 100644
--- a/LibTest/io/ZLibDecoder/raw_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/raw_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool raw
  * When true, deflate generates raw data with no zlib header or trailer, and
diff --git a/LibTest/io/ZLibDecoder/startChunkedConversion_A01_t01.dart b/LibTest/io/ZLibDecoder/startChunkedConversion_A01_t01.dart
index 31725eb..23c1f65 100644
--- a/LibTest/io/ZLibDecoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<List<int>> sink)
  * Start a chunked conversion. While it accepts any Sink taking List<int>'s,
diff --git a/LibTest/io/ZLibDecoder/windowBits_A01_t01.dart b/LibTest/io/ZLibDecoder/windowBits_A01_t01.dart
index 2569be4..05dab85 100644
--- a/LibTest/io/ZLibDecoder/windowBits_A01_t01.dart
+++ b/LibTest/io/ZLibDecoder/windowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int windowBits
  * Base two logarithm of the window size (the size of the history buffer). It
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t01.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t01.dart
index 84d0cb1..7cf8f8a 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t02.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t02.dart
index 8800fcd..ec4a157 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t02.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t03.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t03.dart
index 78e8437..f024d4a 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t03.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t04.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t04.dart
index 99abe27..1b8bdf8 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t04.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t05.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t05.dart
index 7a525ed..4011a0c 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t05.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t06.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t06.dart
index 4ec1775..6a65459 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t06.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t07.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t07.dart
index c0e7145..836ac88 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t07.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t08.dart b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t08.dart
index e905dfa..ed3b38b 100644
--- a/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t08.dart
+++ b/LibTest/io/ZLibEncoder/ZLibEncoder_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ZLibEncoder({
diff --git a/LibTest/io/ZLibEncoder/bind_A01_t01.dart b/LibTest/io/ZLibEncoder/bind_A01_t01.dart
index c76453d..7aec83b 100644
--- a/LibTest/io/ZLibEncoder/bind_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/bind_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<List<int>> bind(Stream<List<int>> stream)
  * Transforms the provided stream.
diff --git a/LibTest/io/ZLibEncoder/convert_A01_t01.dart b/LibTest/io/ZLibEncoder/convert_A01_t01.dart
index 01a2890..bb57f8c 100644
--- a/LibTest/io/ZLibEncoder/convert_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/convert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> convert(List<int> bytes)
  * Convert a list of bytes using the options given to the ZLibEncoder
diff --git a/LibTest/io/ZLibEncoder/dictionary_A01_t01.dart b/LibTest/io/ZLibEncoder/dictionary_A01_t01.dart
index 067c7ff..90c2539 100644
--- a/LibTest/io/ZLibEncoder/dictionary_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/dictionary_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> dictionary
  * Initial compression dictionary.
diff --git a/LibTest/io/ZLibEncoder/fuse_A01_t01.dart b/LibTest/io/ZLibEncoder/fuse_A01_t01.dart
index fb873d2..88aee66 100644
--- a/LibTest/io/ZLibEncoder/fuse_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/fuse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Converter<List<int>, TT> fuse<TT>(Converter<List<int>, TT> other)
  * Fuses this with other.
diff --git a/LibTest/io/ZLibEncoder/gzip_A01_t01.dart b/LibTest/io/ZLibEncoder/gzip_A01_t01.dart
index eb9c861..0a308b5 100644
--- a/LibTest/io/ZLibEncoder/gzip_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/gzip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool gzip
  * When true, GZip frames will be added to the compressed data.
diff --git a/LibTest/io/ZLibEncoder/level_A01_t01.dart b/LibTest/io/ZLibEncoder/level_A01_t01.dart
index 7380356..17f9903 100644
--- a/LibTest/io/ZLibEncoder/level_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/level_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int level
  * The compression-level can be set in the range of -1..9, with 6 being the
diff --git a/LibTest/io/ZLibEncoder/memLevel_A01_t01.dart b/LibTest/io/ZLibEncoder/memLevel_A01_t01.dart
index 5db50ea..828fa25 100644
--- a/LibTest/io/ZLibEncoder/memLevel_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/memLevel_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int memLevel
  * Specifies how much memory should be allocated for the internal compression
diff --git a/LibTest/io/ZLibEncoder/raw_A01_t01.dart b/LibTest/io/ZLibEncoder/raw_A01_t01.dart
index 627805c..68357d7 100644
--- a/LibTest/io/ZLibEncoder/raw_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/raw_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool raw
  * When true, deflate generates raw data with no zlib header or trailer, and
diff --git a/LibTest/io/ZLibEncoder/startChunkedConversion_A01_t01.dart b/LibTest/io/ZLibEncoder/startChunkedConversion_A01_t01.dart
index 1f9eb37..cf21e98 100644
--- a/LibTest/io/ZLibEncoder/startChunkedConversion_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/startChunkedConversion_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteConversionSink startChunkedConversion(Sink<List<int>> sink)
  * Start a chunked conversion. While it accepts any Sink taking List<int>'s,
diff --git a/LibTest/io/ZLibEncoder/strategy_A01_t01.dart b/LibTest/io/ZLibEncoder/strategy_A01_t01.dart
index 158a4be..feb1a7b 100644
--- a/LibTest/io/ZLibEncoder/strategy_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/strategy_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibEncoder/strategy_A01_t02.dart b/LibTest/io/ZLibEncoder/strategy_A01_t02.dart
index 0c95032..250828e 100644
--- a/LibTest/io/ZLibEncoder/strategy_A01_t02.dart
+++ b/LibTest/io/ZLibEncoder/strategy_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibEncoder/strategy_A01_t03.dart b/LibTest/io/ZLibEncoder/strategy_A01_t03.dart
index faf7abe..c4a4aeb 100644
--- a/LibTest/io/ZLibEncoder/strategy_A01_t03.dart
+++ b/LibTest/io/ZLibEncoder/strategy_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibEncoder/strategy_A01_t04.dart b/LibTest/io/ZLibEncoder/strategy_A01_t04.dart
index 6f6bb83..27b6aaf 100644
--- a/LibTest/io/ZLibEncoder/strategy_A01_t04.dart
+++ b/LibTest/io/ZLibEncoder/strategy_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int strategy
  * Tunes the compression algorithm. Use the value ZLibOption.strategyDefault
diff --git a/LibTest/io/ZLibEncoder/windowBits_A01_t01.dart b/LibTest/io/ZLibEncoder/windowBits_A01_t01.dart
index 99e0dec..c8f866a 100644
--- a/LibTest/io/ZLibEncoder/windowBits_A01_t01.dart
+++ b/LibTest/io/ZLibEncoder/windowBits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int windowBits
  * Base two logarithm of the window size (the size of the history buffer). It
diff --git a/LibTest/io/exit/exit_A01_t01.dart b/LibTest/io/exit/exit_A01_t01.dart
index dc50ca3..1d3ae48 100644
--- a/LibTest/io/exit/exit_A01_t01.dart
+++ b/LibTest/io/exit/exit_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * Exit the Dart VM process immediately with the given exit code.
diff --git a/LibTest/io/exit/exit_A01_t02.dart b/LibTest/io/exit/exit_A01_t02.dart
index 45b8e4a..3e90757 100644
--- a/LibTest/io/exit/exit_A01_t02.dart
+++ b/LibTest/io/exit/exit_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * Exit the Dart VM process immediately with the given exit code.
diff --git a/LibTest/io/exit/exit_A01_t03.dart b/LibTest/io/exit/exit_A01_t03.dart
index ddaf2f8..ea175ed 100644
--- a/LibTest/io/exit/exit_A01_t03.dart
+++ b/LibTest/io/exit/exit_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * Exit the Dart VM process immediately with the given exit code.
diff --git a/LibTest/io/exit/exit_A02_t01.dart b/LibTest/io/exit/exit_A02_t01.dart
index f8866a3..db6374b 100644
--- a/LibTest/io/exit/exit_A02_t01.dart
+++ b/LibTest/io/exit/exit_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * This does not wait for any asynchronous operations to terminate. Using [exit]
diff --git a/LibTest/io/exit/exit_A03_t01.dart b/LibTest/io/exit/exit_A03_t01.dart
index 717ba73..c811510 100644
--- a/LibTest/io/exit/exit_A03_t01.dart
+++ b/LibTest/io/exit/exit_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * The handling of exit codes is platform specific.
diff --git a/LibTest/io/exit/exit_A03_t02.dart b/LibTest/io/exit/exit_A03_t02.dart
index fc31982..85630e8 100644
--- a/LibTest/io/exit/exit_A03_t02.dart
+++ b/LibTest/io/exit/exit_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * The handling of exit codes is platform specific.
diff --git a/LibTest/io/exit/exit_A04_t01.dart b/LibTest/io/exit/exit_A04_t01.dart
index 459f320..ea09352 100644
--- a/LibTest/io/exit/exit_A04_t01.dart
+++ b/LibTest/io/exit/exit_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void exit(int code)
  * On Windows the exit code can be set to any 32-bit value.
diff --git a/LibTest/io/exitCode/exitCode_A01_t01.dart b/LibTest/io/exitCode/exitCode_A01_t01.dart
index 9e4ae9c..5835d93 100644
--- a/LibTest/io/exitCode/exitCode_A01_t01.dart
+++ b/LibTest/io/exitCode/exitCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  * Get the global exit code for the Dart VM.
diff --git a/LibTest/io/exitCode/exitCode_A02_t01.dart b/LibTest/io/exitCode/exitCode_A02_t01.dart
index ac9d8f2..51ad7ca 100644
--- a/LibTest/io/exitCode/exitCode_A02_t01.dart
+++ b/LibTest/io/exitCode/exitCode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  * See [exit] for more information on how to chose a value for the exit code.
diff --git a/LibTest/io/exitCode/exitCode_A03_t01.dart b/LibTest/io/exitCode/exitCode_A03_t01.dart
index 8dacab0..b0d6f9c 100644
--- a/LibTest/io/exitCode/exitCode_A03_t01.dart
+++ b/LibTest/io/exitCode/exitCode_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  * Default value is [0].
diff --git a/LibTest/io/exitCode/exitCode_A03_t02.dart b/LibTest/io/exitCode/exitCode_A03_t02.dart
index f56cd46..294bc9c 100644
--- a/LibTest/io/exitCode/exitCode_A03_t02.dart
+++ b/LibTest/io/exitCode/exitCode_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int exitCode
  * Default value is [0].
diff --git a/LibTest/io/file_utils.dart b/LibTest/io/file_utils.dart
index 2705573..86d20af 100644
--- a/LibTest/io/file_utils.dart
+++ b/LibTest/io/file_utils.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /*
  * File and Directory utils
  * @author sgrekhov@unipro.ru
diff --git a/LibTest/io/gzip/gzip_A01_t01.dart b/LibTest/io/gzip/gzip_A01_t01.dart
index a9ef237..f6eae61 100644
--- a/LibTest/io/gzip/gzip_A01_t01.dart
+++ b/LibTest/io/gzip/gzip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion gzip = const GZipCodec._default()
  * @description Checks that [gzip] is an instance of [GZipCodec].
diff --git a/LibTest/io/http_utils.dart b/LibTest/io/http_utils.dart
index 9a13855..5266785 100644
--- a/LibTest/io/http_utils.dart
+++ b/LibTest/io/http_utils.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /*
  * http and web sockets utils
  * @author a.semenov@unipro.ru
diff --git a/LibTest/io/pid/pid_A01_t01.dart b/LibTest/io/pid/pid_A01_t01.dart
index 8a8b5dc..bbb254b 100644
--- a/LibTest/io/pid/pid_A01_t01.dart
+++ b/LibTest/io/pid/pid_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int pid
  * Returns the [PID] of the current process.
diff --git a/LibTest/io/sleep/sleep_A01_t01.dart b/LibTest/io/sleep/sleep_A01_t01.dart
index ab249d0..e1e0576 100644
--- a/LibTest/io/sleep/sleep_A01_t01.dart
+++ b/LibTest/io/sleep/sleep_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sleep(Duration duration)
  * Sleep for the duration specified in [duration].
diff --git a/LibTest/io/sleep/sleep_A01_t02.dart b/LibTest/io/sleep/sleep_A01_t02.dart
index dab7d76..22be1fd 100644
--- a/LibTest/io/sleep/sleep_A01_t02.dart
+++ b/LibTest/io/sleep/sleep_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sleep(Duration duration)
  * Sleep for the duration specified in [duration].
diff --git a/LibTest/io/stderr/stderr_A01_t01.dart b/LibTest/io/stderr/stderr_A01_t01.dart
index 07e1e74..f9c9ec8 100644
--- a/LibTest/io/stderr/stderr_A01_t01.dart
+++ b/LibTest/io/stderr/stderr_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion LIBRARY dart:io
  * Stdout stderr
diff --git a/LibTest/io/systemEncodingConstant/systemEncoding_A01_t01.dart b/LibTest/io/systemEncodingConstant/systemEncoding_A01_t01.dart
index b68566f..6b565ed 100644
--- a/LibTest/io/systemEncodingConstant/systemEncoding_A01_t01.dart
+++ b/LibTest/io/systemEncodingConstant/systemEncoding_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const systemEncoding = const SystemEncoding()
  * The current system encoding.
diff --git a/LibTest/io/zlib/zlib_A01_t01.dart b/LibTest/io/zlib/zlib_A01_t01.dart
index 5be411e..ae2ebfb 100644
--- a/LibTest/io/zlib/zlib_A01_t01.dart
+++ b/LibTest/io/zlib/zlib_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion zlib = const ZLibCodec._default()
  * @description Checks that [zlib] is an instance of [ZLibCodec].
diff --git a/LibTest/isolate/Capability/Capability_class_A01_t01.dart b/LibTest/isolate/Capability/Capability_class_A01_t01.dart
index 3e58bee..32f5572 100644
--- a/LibTest/isolate/Capability/Capability_class_A01_t01.dart
+++ b/LibTest/isolate/Capability/Capability_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion An unforgeable object that comes back as equal when passed
  * through other isolates.
diff --git a/LibTest/isolate/Capability/Capability_class_A01_t02.dart b/LibTest/isolate/Capability/Capability_class_A01_t02.dart
index 9fbd40f..46b6711 100644
--- a/LibTest/isolate/Capability/Capability_class_A01_t02.dart
+++ b/LibTest/isolate/Capability/Capability_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion An unforgeable object that comes back as equal when passed through
  * other isolates.
diff --git a/LibTest/isolate/Capability/operator_equality_A01_t01.dart b/LibTest/isolate/Capability/operator_equality_A01_t01.dart
index 3363f92..a66b599 100644
--- a/LibTest/isolate/Capability/operator_equality_A01_t01.dart
+++ b/LibTest/isolate/Capability/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion An unforgeable object that comes back as equal when passed through
  * other isolates.
diff --git a/LibTest/isolate/Isolate/IsolateUtil.dart b/LibTest/isolate/Isolate/IsolateUtil.dart
index cfd5d1a..0dd5c2e 100644
--- a/LibTest/isolate/Isolate/IsolateUtil.dart
+++ b/LibTest/isolate/Isolate/IsolateUtil.dart
@@ -1,8 +1,8 @@
-/*
- * 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.
- *
+// 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.
+
+/**
  * @author a.semenov@unipro.ru
  */
 import "dart:async";
diff --git a/LibTest/isolate/Isolate/addErrorListener_A01_t01.dart b/LibTest/isolate/Isolate/addErrorListener_A01_t01.dart
index 9f25629..f19a28a 100644
--- a/LibTest/isolate/Isolate/addErrorListener_A01_t01.dart
+++ b/LibTest/isolate/Isolate/addErrorListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addErrorListener(
  *                      SendPort port
diff --git a/LibTest/isolate/Isolate/addErrorListener_A01_t02.dart b/LibTest/isolate/Isolate/addErrorListener_A01_t02.dart
index 9e5e9a4..fb04ee2 100644
--- a/LibTest/isolate/Isolate/addErrorListener_A01_t02.dart
+++ b/LibTest/isolate/Isolate/addErrorListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addErrorListener(
  *                      SendPort port
diff --git a/LibTest/isolate/Isolate/addErrorListener_A02_t01.dart b/LibTest/isolate/Isolate/addErrorListener_A02_t01.dart
index b6c5be0..22819c8 100644
--- a/LibTest/isolate/Isolate/addErrorListener_A02_t01.dart
+++ b/LibTest/isolate/Isolate/addErrorListener_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addErrorListener(
  *                      SendPort port
diff --git a/LibTest/isolate/Isolate/addErrorListener_A03_t01.dart b/LibTest/isolate/Isolate/addErrorListener_A03_t01.dart
index c7d2706..1e96809 100644
--- a/LibTest/isolate/Isolate/addErrorListener_A03_t01.dart
+++ b/LibTest/isolate/Isolate/addErrorListener_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addErrorListener(
  *                      SendPort port
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A01_t01.dart b/LibTest/isolate/Isolate/addOnExitListener_A01_t01.dart
index fefc5b2..8a2d457 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A01_t01.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A01_t02.dart b/LibTest/isolate/Isolate/addOnExitListener_A01_t02.dart
index a217d4f..e00eceb 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A01_t02.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A01_t03.dart b/LibTest/isolate/Isolate/addOnExitListener_A01_t03.dart
index e98905d..c8a2a4c 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A01_t03.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A01_t04.dart b/LibTest/isolate/Isolate/addOnExitListener_A01_t04.dart
index e98a15c..97bbbf6 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A01_t04.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A01_t05.dart b/LibTest/isolate/Isolate/addOnExitListener_A01_t05.dart
index 2b179ac..822847e 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A01_t05.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A02_t01.dart b/LibTest/isolate/Isolate/addOnExitListener_A02_t01.dart
index 8234833..2e0685b 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A02_t01.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A02_t02.dart b/LibTest/isolate/Isolate/addOnExitListener_A02_t02.dart
index aade7b3..b88df7c 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A02_t02.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A02_t03.dart b/LibTest/isolate/Isolate/addOnExitListener_A02_t03.dart
index 5e00325..03774b1 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A02_t03.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A03_t01.dart b/LibTest/isolate/Isolate/addOnExitListener_A03_t01.dart
index 39a0f1d..660f341 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A03_t01.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A03_t02.dart b/LibTest/isolate/Isolate/addOnExitListener_A03_t02.dart
index d8083b9..95e8255 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A03_t02.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/addOnExitListener_A04_t01.dart b/LibTest/isolate/Isolate/addOnExitListener_A04_t01.dart
index 963ed9a..f395eb5 100644
--- a/LibTest/isolate/Isolate/addOnExitListener_A04_t01.dart
+++ b/LibTest/isolate/Isolate/addOnExitListener_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void addOnExitListener(
  *                    SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/current_A01_t01.dart b/LibTest/isolate/Isolate/current_A01_t01.dart
index a45c470..27200c3 100644
--- a/LibTest/isolate/Isolate/current_A01_t01.dart
+++ b/LibTest/isolate/Isolate/current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Isolate current
  *   Return an Isolate object representing the current isolate.
diff --git a/LibTest/isolate/Isolate/current_A01_t02.dart b/LibTest/isolate/Isolate/current_A01_t02.dart
index 2a4d0c7..f5aa716 100644
--- a/LibTest/isolate/Isolate/current_A01_t02.dart
+++ b/LibTest/isolate/Isolate/current_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Isolate current
  *   Return an Isolate object representing the current isolate.
diff --git a/LibTest/isolate/Isolate/errors_A01_t01.dart b/LibTest/isolate/Isolate/errors_A01_t01.dart
index 4a96791..730a848 100644
--- a/LibTest/isolate/Isolate/errors_A01_t01.dart
+++ b/LibTest/isolate/Isolate/errors_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream errors
  *   Returns a broadcast stream of uncaught errors from the isolate.
diff --git a/LibTest/isolate/Isolate/errors_A01_t02.dart b/LibTest/isolate/Isolate/errors_A01_t02.dart
index 49c6d29..b325f6a 100644
--- a/LibTest/isolate/Isolate/errors_A01_t02.dart
+++ b/LibTest/isolate/Isolate/errors_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream errors
  *   Returns a broadcast stream of uncaught errors from the isolate.
diff --git a/LibTest/isolate/Isolate/errors_A01_t03.dart b/LibTest/isolate/Isolate/errors_A01_t03.dart
index 305252c..6231ee4 100644
--- a/LibTest/isolate/Isolate/errors_A01_t03.dart
+++ b/LibTest/isolate/Isolate/errors_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Stream errors
  *   Returns a broadcast stream of uncaught errors from the isolate.
diff --git a/LibTest/isolate/Isolate/kill_A01_t01.dart b/LibTest/isolate/Isolate/kill_A01_t01.dart
index 3344345..b7dba9f 100644
--- a/LibTest/isolate/Isolate/kill_A01_t01.dart
+++ b/LibTest/isolate/Isolate/kill_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/kill_A01_t02.dart b/LibTest/isolate/Isolate/kill_A01_t02.dart
index 6d4b407..b209764 100644
--- a/LibTest/isolate/Isolate/kill_A01_t02.dart
+++ b/LibTest/isolate/Isolate/kill_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/kill_A01_t03.dart b/LibTest/isolate/Isolate/kill_A01_t03.dart
index 73d8aba..0d78cad 100644
--- a/LibTest/isolate/Isolate/kill_A01_t03.dart
+++ b/LibTest/isolate/Isolate/kill_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/kill_A01_t04.dart b/LibTest/isolate/Isolate/kill_A01_t04.dart
index 57c1805..d763ac9 100644
--- a/LibTest/isolate/Isolate/kill_A01_t04.dart
+++ b/LibTest/isolate/Isolate/kill_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/kill_A02_t01.dart b/LibTest/isolate/Isolate/kill_A02_t01.dart
index 53581b9..026c426 100644
--- a/LibTest/isolate/Isolate/kill_A02_t01.dart
+++ b/LibTest/isolate/Isolate/kill_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/kill_A02_t02.dart b/LibTest/isolate/Isolate/kill_A02_t02.dart
index 2c940aa..8e650a7 100644
--- a/LibTest/isolate/Isolate/kill_A02_t02.dart
+++ b/LibTest/isolate/Isolate/kill_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void kill({
  *    int priority: BEFORE_NEXT_EVENT
diff --git a/LibTest/isolate/Isolate/pauseCapability_A01_t01.dart b/LibTest/isolate/Isolate/pauseCapability_A01_t01.dart
index 2446558..d30fc5b 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A01_t01.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A01_t02.dart b/LibTest/isolate/Isolate/pauseCapability_A01_t02.dart
index ce3e6d6..d3e2568 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A01_t02.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A02_t01.dart b/LibTest/isolate/Isolate/pauseCapability_A02_t01.dart
index d7e84f3..fff83b0 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A02_t01.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A02_t02.dart b/LibTest/isolate/Isolate/pauseCapability_A02_t02.dart
index cd85c44..f59a847 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A02_t02.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A02_t03.dart b/LibTest/isolate/Isolate/pauseCapability_A02_t03.dart
index eccc653..63a29fe 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A02_t03.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A02_t04.dart b/LibTest/isolate/Isolate/pauseCapability_A02_t04.dart
index 0e5e509..1e20f50 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A02_t04.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pauseCapability_A02_t05.dart b/LibTest/isolate/Isolate/pauseCapability_A02_t05.dart
index 5442fa2..a632b10 100644
--- a/LibTest/isolate/Isolate/pauseCapability_A02_t05.dart
+++ b/LibTest/isolate/Isolate/pauseCapability_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pauseCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/pause_A01_t01.dart b/LibTest/isolate/Isolate/pause_A01_t01.dart
index 5407eff..baa439c 100644
--- a/LibTest/isolate/Isolate/pause_A01_t01.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t02.dart b/LibTest/isolate/Isolate/pause_A01_t02.dart
index f8263aa..8b6624a 100644
--- a/LibTest/isolate/Isolate/pause_A01_t02.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t03.dart b/LibTest/isolate/Isolate/pause_A01_t03.dart
index f69a006..0bac4f2 100644
--- a/LibTest/isolate/Isolate/pause_A01_t03.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t04.dart b/LibTest/isolate/Isolate/pause_A01_t04.dart
index 8d3fc20..9d8edb3 100644
--- a/LibTest/isolate/Isolate/pause_A01_t04.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t05.dart b/LibTest/isolate/Isolate/pause_A01_t05.dart
index e7e5069..870b292 100644
--- a/LibTest/isolate/Isolate/pause_A01_t05.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t06.dart b/LibTest/isolate/Isolate/pause_A01_t06.dart
index f51e940..f04176b 100644
--- a/LibTest/isolate/Isolate/pause_A01_t06.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t07.dart b/LibTest/isolate/Isolate/pause_A01_t07.dart
index d9553df..3fc321d 100644
--- a/LibTest/isolate/Isolate/pause_A01_t07.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t08.dart b/LibTest/isolate/Isolate/pause_A01_t08.dart
index ccd75b7..88d7707 100644
--- a/LibTest/isolate/Isolate/pause_A01_t08.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t09.dart b/LibTest/isolate/Isolate/pause_A01_t09.dart
index 584ceae..d871fe5 100644
--- a/LibTest/isolate/Isolate/pause_A01_t09.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A01_t10.dart b/LibTest/isolate/Isolate/pause_A01_t10.dart
index 093ced0..d6b1350 100644
--- a/LibTest/isolate/Isolate/pause_A01_t10.dart
+++ b/LibTest/isolate/Isolate/pause_A01_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A02_t01.dart b/LibTest/isolate/Isolate/pause_A02_t01.dart
index 71d34f3..7c68edc 100644
--- a/LibTest/isolate/Isolate/pause_A02_t01.dart
+++ b/LibTest/isolate/Isolate/pause_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A02_t02.dart b/LibTest/isolate/Isolate/pause_A02_t02.dart
index f7ce875..a7f5453 100644
--- a/LibTest/isolate/Isolate/pause_A02_t02.dart
+++ b/LibTest/isolate/Isolate/pause_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A03_t01.dart b/LibTest/isolate/Isolate/pause_A03_t01.dart
index d38211b..ac87354 100644
--- a/LibTest/isolate/Isolate/pause_A03_t01.dart
+++ b/LibTest/isolate/Isolate/pause_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/pause_A04_t01.dart b/LibTest/isolate/Isolate/pause_A04_t01.dart
index 8b8ed78..f358ce7 100644
--- a/LibTest/isolate/Isolate/pause_A04_t01.dart
+++ b/LibTest/isolate/Isolate/pause_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability pause([
  *    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/ping_A01_t01.dart b/LibTest/isolate/Isolate/ping_A01_t01.dart
index 1188ed2..7d2adb5 100644
--- a/LibTest/isolate/Isolate/ping_A01_t01.dart
+++ b/LibTest/isolate/Isolate/ping_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A01_t02.dart b/LibTest/isolate/Isolate/ping_A01_t02.dart
index 4fdc0f2..e721209 100644
--- a/LibTest/isolate/Isolate/ping_A01_t02.dart
+++ b/LibTest/isolate/Isolate/ping_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A02_t01.dart b/LibTest/isolate/Isolate/ping_A02_t01.dart
index c13f3f9..0939ba0 100644
--- a/LibTest/isolate/Isolate/ping_A02_t01.dart
+++ b/LibTest/isolate/Isolate/ping_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A02_t02.dart b/LibTest/isolate/Isolate/ping_A02_t02.dart
index 756038a..d98b13e 100644
--- a/LibTest/isolate/Isolate/ping_A02_t02.dart
+++ b/LibTest/isolate/Isolate/ping_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A03_t01.dart b/LibTest/isolate/Isolate/ping_A03_t01.dart
index dd2bed4..77b4738 100644
--- a/LibTest/isolate/Isolate/ping_A03_t01.dart
+++ b/LibTest/isolate/Isolate/ping_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A03_t02.dart b/LibTest/isolate/Isolate/ping_A03_t02.dart
index 389d765..20ae564 100644
--- a/LibTest/isolate/Isolate/ping_A03_t02.dart
+++ b/LibTest/isolate/Isolate/ping_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/ping_A04_t01.dart b/LibTest/isolate/Isolate/ping_A04_t01.dart
index 4d38f3b..f75d9cc 100644
--- a/LibTest/isolate/Isolate/ping_A04_t01.dart
+++ b/LibTest/isolate/Isolate/ping_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void ping(
  *      SendPort responsePort, {
diff --git a/LibTest/isolate/Isolate/removeErrorListener_A01_t01.dart b/LibTest/isolate/Isolate/removeErrorListener_A01_t01.dart
index b7c8337..40ed910 100644
--- a/LibTest/isolate/Isolate/removeErrorListener_A01_t01.dart
+++ b/LibTest/isolate/Isolate/removeErrorListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeErrorListener(
  *                    SendPort port
diff --git a/LibTest/isolate/Isolate/removeErrorListener_A01_t02.dart b/LibTest/isolate/Isolate/removeErrorListener_A01_t02.dart
index 77ac58e..500833b 100644
--- a/LibTest/isolate/Isolate/removeErrorListener_A01_t02.dart
+++ b/LibTest/isolate/Isolate/removeErrorListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeErrorListener(
  *                    SendPort port
diff --git a/LibTest/isolate/Isolate/removeErrorListener_A02_t01.dart b/LibTest/isolate/Isolate/removeErrorListener_A02_t01.dart
index 4ad49c6..9bd8ded 100644
--- a/LibTest/isolate/Isolate/removeErrorListener_A02_t01.dart
+++ b/LibTest/isolate/Isolate/removeErrorListener_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeErrorListener(
  *                    SendPort port
diff --git a/LibTest/isolate/Isolate/removeErrorListener_A03_t01.dart b/LibTest/isolate/Isolate/removeErrorListener_A03_t01.dart
index 36711df..74ce0dd 100644
--- a/LibTest/isolate/Isolate/removeErrorListener_A03_t01.dart
+++ b/LibTest/isolate/Isolate/removeErrorListener_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeErrorListener(
  *                    SendPort port
diff --git a/LibTest/isolate/Isolate/removeOnExitListener_A01_t01.dart b/LibTest/isolate/Isolate/removeOnExitListener_A01_t01.dart
index e7ed5b8..f258374 100644
--- a/LibTest/isolate/Isolate/removeOnExitListener_A01_t01.dart
+++ b/LibTest/isolate/Isolate/removeOnExitListener_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeOnExitListener(
  *                    SendPort responsePort
diff --git a/LibTest/isolate/Isolate/removeOnExitListener_A01_t02.dart b/LibTest/isolate/Isolate/removeOnExitListener_A01_t02.dart
index a56b78a..41ec0b2 100644
--- a/LibTest/isolate/Isolate/removeOnExitListener_A01_t02.dart
+++ b/LibTest/isolate/Isolate/removeOnExitListener_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeOnExitListener(
  *                    SendPort responsePort
diff --git a/LibTest/isolate/Isolate/resume_A01_t01.dart b/LibTest/isolate/Isolate/resume_A01_t01.dart
index 86d1c9f..b249b7d 100644
--- a/LibTest/isolate/Isolate/resume_A01_t01.dart
+++ b/LibTest/isolate/Isolate/resume_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/resume_A01_t02.dart b/LibTest/isolate/Isolate/resume_A01_t02.dart
index a09d7a7..08b8b5f 100644
--- a/LibTest/isolate/Isolate/resume_A01_t02.dart
+++ b/LibTest/isolate/Isolate/resume_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/resume_A02_t01.dart b/LibTest/isolate/Isolate/resume_A02_t01.dart
index f1879aa..5190c9a 100644
--- a/LibTest/isolate/Isolate/resume_A02_t01.dart
+++ b/LibTest/isolate/Isolate/resume_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/resume_A03_t04.dart b/LibTest/isolate/Isolate/resume_A03_t04.dart
index 852889f..3a8148a 100644
--- a/LibTest/isolate/Isolate/resume_A03_t04.dart
+++ b/LibTest/isolate/Isolate/resume_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/resume_A03_t05.dart b/LibTest/isolate/Isolate/resume_A03_t05.dart
index 84b36b7..6b9a7e6 100644
--- a/LibTest/isolate/Isolate/resume_A03_t05.dart
+++ b/LibTest/isolate/Isolate/resume_A03_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/resume_A03_t06.dart b/LibTest/isolate/Isolate/resume_A03_t06.dart
index ed553de..1d6b490 100644
--- a/LibTest/isolate/Isolate/resume_A03_t06.dart
+++ b/LibTest/isolate/Isolate/resume_A03_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void resume(
  *                    Capability resumeCapability
diff --git a/LibTest/isolate/Isolate/setErrorsFatal_A01_t01.dart b/LibTest/isolate/Isolate/setErrorsFatal_A01_t01.dart
index 70cc437..1ad66c2 100644
--- a/LibTest/isolate/Isolate/setErrorsFatal_A01_t01.dart
+++ b/LibTest/isolate/Isolate/setErrorsFatal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setErrorsFatal(
  *                                bool errorsAreFatal
diff --git a/LibTest/isolate/Isolate/setErrorsFatal_A01_t02.dart b/LibTest/isolate/Isolate/setErrorsFatal_A01_t02.dart
index ee01aad..74d11fe 100644
--- a/LibTest/isolate/Isolate/setErrorsFatal_A01_t02.dart
+++ b/LibTest/isolate/Isolate/setErrorsFatal_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setErrorsFatal(
  *                                bool errorsAreFatal
diff --git a/LibTest/isolate/Isolate/setErrorsFatal_A02_t01.dart b/LibTest/isolate/Isolate/setErrorsFatal_A02_t01.dart
index 54a5ee0..8b277a2 100644
--- a/LibTest/isolate/Isolate/setErrorsFatal_A02_t01.dart
+++ b/LibTest/isolate/Isolate/setErrorsFatal_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setErrorsFatal(
  *                                bool errorsAreFatal
diff --git a/LibTest/isolate/Isolate/setErrorsFatal_A02_t02.dart b/LibTest/isolate/Isolate/setErrorsFatal_A02_t02.dart
index ced33f4..af8b2cb 100644
--- a/LibTest/isolate/Isolate/setErrorsFatal_A02_t02.dart
+++ b/LibTest/isolate/Isolate/setErrorsFatal_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setErrorsFatal(
  *                                bool errorsAreFatal
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t01.dart b/LibTest/isolate/Isolate/spawnUri_A01_t01.dart
index b0b53a3..a843300 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t01_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A01_t01_isolate.dart
index 9cf0395..c8abe4e 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t01_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t01_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  *  * @author kaigorodov
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t02.dart b/LibTest/isolate/Isolate/spawnUri_A01_t02.dart
index e71eddb..38a6160 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t03.dart b/LibTest/isolate/Isolate/spawnUri_A01_t03.dart
index 10393cb..9a975fa 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t04.dart b/LibTest/isolate/Isolate/spawnUri_A01_t04.dart
index 774c00c..1f72309 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t04.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t05.dart b/LibTest/isolate/Isolate/spawnUri_A01_t05.dart
index 263a467..a39c20a 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t05.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t06.dart b/LibTest/isolate/Isolate/spawnUri_A01_t06.dart
index c8dae94..dc37815 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t06.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t06_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A01_t06_isolate.dart
index f480d89..efe71e0 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t06_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t06_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  *  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t07.dart b/LibTest/isolate/Isolate/spawnUri_A01_t07.dart
index d365d8f..0d7b487 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t07.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A01_t07_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A01_t07_isolate.dart
index b41d27d..86aa808 100644
--- a/LibTest/isolate/Isolate/spawnUri_A01_t07_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A01_t07_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  *  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t01.dart b/LibTest/isolate/Isolate/spawnUri_A02_t01.dart
index 294bb41..d3262e8 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t02.dart b/LibTest/isolate/Isolate/spawnUri_A02_t02.dart
index fdfeefd..425fb08 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t02_bad_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A02_t02_bad_isolate.dart
index 32adb9a..c8bf283 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t02_bad_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t02_bad_isolate.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// 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.
+
 
 library spawnUri_A02_t02_bad_isolate;
\ No newline at end of file
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t03.dart b/LibTest/isolate/Isolate/spawnUri_A02_t03.dart
index 97c30d5..a4ccc20 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t03_bad_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A02_t03_bad_isolate.dart
index 7851285..fd62622 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t03_bad_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t03_bad_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library spawnUri_A02_t03_bad_isolate;
 
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t04.dart b/LibTest/isolate/Isolate/spawnUri_A02_t04.dart
index 3a35050..09e016d 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t04.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t06.dart b/LibTest/isolate/Isolate/spawnUri_A02_t06.dart
index b5fca02..ee1633a 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t06.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A02_t07.dart b/LibTest/isolate/Isolate/spawnUri_A02_t07.dart
index e8fb651..eac7e5d 100644
--- a/LibTest/isolate/Isolate/spawnUri_A02_t07.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A02_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A03_t01.dart b/LibTest/isolate/Isolate/spawnUri_A03_t01.dart
index d658090..3360163 100644
--- a/LibTest/isolate/Isolate/spawnUri_A03_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A04_t01.dart b/LibTest/isolate/Isolate/spawnUri_A04_t01.dart
index 7716a80..30f02d7 100644
--- a/LibTest/isolate/Isolate/spawnUri_A04_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A04_t02.dart b/LibTest/isolate/Isolate/spawnUri_A04_t02.dart
index ba8027a..a270229 100644
--- a/LibTest/isolate/Isolate/spawnUri_A04_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A04_t03.dart b/LibTest/isolate/Isolate/spawnUri_A04_t03.dart
index 9272ada..a1e1da6 100644
--- a/LibTest/isolate/Isolate/spawnUri_A04_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A04_t04.dart b/LibTest/isolate/Isolate/spawnUri_A04_t04.dart
index aa0e55c..05521c8 100644
--- a/LibTest/isolate/Isolate/spawnUri_A04_t04.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawnUri(Uri uri,
  *                                     List<String> args,
diff --git a/LibTest/isolate/Isolate/spawnUri_A04_t04_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A04_t04_isolate.dart
index 38fd238..f1ba847 100644
--- a/LibTest/isolate/Isolate/spawnUri_A04_t04_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A04_t04_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t01.dart b/LibTest/isolate/Isolate/spawnUri_A05_t01.dart
index 4e554db..0cfc80f 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t01_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A05_t01_isolate.dart
index e14a06b..13db81d 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t01_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t01_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+ 
 /**
  * Active isolate, i.e. the isolate actively sends data
  * @author a.semenov@unipro.ru
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t02.dart b/LibTest/isolate/Isolate/spawnUri_A05_t02.dart
index d65b31c..07fd86f 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t02_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A05_t02_isolate.dart
index 9d9d1c1..9c2b081 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t02_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t02_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * Passive isolate, waits for requests
  * @author a.semenov@unipro.ru
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t03.dart b/LibTest/isolate/Isolate/spawnUri_A05_t03.dart
index dae0e08..11d39f3 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t03_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A05_t03_isolate.dart
index 8c802da..63ee5df 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t03_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t03_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t04.dart b/LibTest/isolate/Isolate/spawnUri_A05_t04.dart
index ad7dc00..6616b63 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t04.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t04_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A05_t04_isolate.dart
index 372aa08..e92e3e8 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t04_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t04_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t05.dart b/LibTest/isolate/Isolate/spawnUri_A05_t05.dart
index c147925..449237a 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t05.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A05_t05_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A05_t05_isolate.dart
index c579c95..2e206c8 100644
--- a/LibTest/isolate/Isolate/spawnUri_A05_t05_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A05_t05_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t01.dart b/LibTest/isolate/Isolate/spawnUri_A06_t01.dart
index d36a9a0..5455f81 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t01_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A06_t01_isolate.dart
index d9860f7..d28864b 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t01_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t01_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t02.dart b/LibTest/isolate/Isolate/spawnUri_A06_t02.dart
index 57b6b64..cb78b5d 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t02_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A06_t02_isolate.dart
index 29583cd..3f67201 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t02_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t02_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t03.dart b/LibTest/isolate/Isolate/spawnUri_A06_t03.dart
index afd4628..5017a72 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A06_t03_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A06_t03_isolate.dart
index 456388f..7fe71e7 100644
--- a/LibTest/isolate/Isolate/spawnUri_A06_t03_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A06_t03_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t01.dart b/LibTest/isolate/Isolate/spawnUri_A07_t01.dart
index 7c4e335..3add550 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t01.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t01_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t01_isolate.dart
index 1fcd3c2..9fc011b 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t01_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t01_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t02.dart b/LibTest/isolate/Isolate/spawnUri_A07_t02.dart
index ac3c655..308500c 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t02.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t02_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t02_isolate.dart
index f7076f9..9459961 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t02_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t02_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t03.dart b/LibTest/isolate/Isolate/spawnUri_A07_t03.dart
index 270fb54..55b55f1 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t03.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t03_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t03_isolate.dart
index 6f75191..0377bed 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t03_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t03_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t04.dart b/LibTest/isolate/Isolate/spawnUri_A07_t04.dart
index a210ad2..70a090e 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t04.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t04_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t04_isolate.dart
index c251263..a450afa 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t04_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t04_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t05.dart b/LibTest/isolate/Isolate/spawnUri_A07_t05.dart
index c7ce47f..83e230a 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t05.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t05_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t05_isolate.dart
index 179bc80..14b5e36 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t05_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t05_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t06.dart b/LibTest/isolate/Isolate/spawnUri_A07_t06.dart
index 096ab18..ad20937 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t06.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t06_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t06_isolate.dart
index 915e230..5e53f16 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t06_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t06_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t07.dart b/LibTest/isolate/Isolate/spawnUri_A07_t07.dart
index ecd515c..dd8656f 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t07.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawnUri_A07_t07_isolate.dart b/LibTest/isolate/Isolate/spawnUri_A07_t07_isolate.dart
index e9d0a26..0736b7c 100644
--- a/LibTest/isolate/Isolate/spawnUri_A07_t07_isolate.dart
+++ b/LibTest/isolate/Isolate/spawnUri_A07_t07_isolate.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @author a.semenov@unipro.ru
  */
diff --git a/LibTest/isolate/Isolate/spawn_A01_t01.dart b/LibTest/isolate/Isolate/spawn_A01_t01.dart
index 2fc8384..cef1fdd 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A01_t02.dart b/LibTest/isolate/Isolate/spawn_A01_t02.dart
index 1baeb93..14d9ccb 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t02.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A01_t03.dart b/LibTest/isolate/Isolate/spawn_A01_t03.dart
index 1123184..b6d2cc4 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A01_t04.dart b/LibTest/isolate/Isolate/spawn_A01_t04.dart
index be50513..badeafb 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t04.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A01_t05.dart b/LibTest/isolate/Isolate/spawn_A01_t05.dart
index 22a0749..fd712d3 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t05.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A01_t06.dart b/LibTest/isolate/Isolate/spawn_A01_t06.dart
index caa8e18..9ecc0a6 100644
--- a/LibTest/isolate/Isolate/spawn_A01_t06.dart
+++ b/LibTest/isolate/Isolate/spawn_A01_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A02_t01.dart b/LibTest/isolate/Isolate/spawn_A02_t01.dart
index e88633b..dea625c 100644
--- a/LibTest/isolate/Isolate/spawn_A02_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A02_t03.dart b/LibTest/isolate/Isolate/spawn_A02_t03.dart
index e1876dc..fdfd62e 100644
--- a/LibTest/isolate/Isolate/spawn_A02_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A02_t04.dart b/LibTest/isolate/Isolate/spawn_A02_t04.dart
index 8ea49bf..fbb518f 100644
--- a/LibTest/isolate/Isolate/spawn_A02_t04.dart
+++ b/LibTest/isolate/Isolate/spawn_A02_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A02_t05.dart b/LibTest/isolate/Isolate/spawn_A02_t05.dart
index b371325..9705f52 100644
--- a/LibTest/isolate/Isolate/spawn_A02_t05.dart
+++ b/LibTest/isolate/Isolate/spawn_A02_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion Future<Isolate> spawn(void entryPoint(message), message,
  * {bool paused: false, bool errorsAreFatal, SendPort onExit, SendPort onError})
diff --git a/LibTest/isolate/Isolate/spawn_A03_t01.dart b/LibTest/isolate/Isolate/spawn_A03_t01.dart
index a11a5b5..c1bc04e 100644
--- a/LibTest/isolate/Isolate/spawn_A03_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the paused parameter is set to true, the isolate will start up
  * in a paused state, as if by an initial call of
diff --git a/LibTest/isolate/Isolate/spawn_A03_t02.dart b/LibTest/isolate/Isolate/spawn_A03_t02.dart
index c338988..34648be 100644
--- a/LibTest/isolate/Isolate/spawn_A03_t02.dart
+++ b/LibTest/isolate/Isolate/spawn_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the paused parameter is set to true, the isolate will start up
  * in a paused state, as if by an initial call of
diff --git a/LibTest/isolate/Isolate/spawn_A03_t03.dart b/LibTest/isolate/Isolate/spawn_A03_t03.dart
index f3abe8c..ea81de1 100644
--- a/LibTest/isolate/Isolate/spawn_A03_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the paused parameter is set to true, the isolate will start up
  * in a paused state, as if by an initial call of
diff --git a/LibTest/isolate/Isolate/spawn_A03_t04.dart b/LibTest/isolate/Isolate/spawn_A03_t04.dart
index 01bc599..a9d83c2 100644
--- a/LibTest/isolate/Isolate/spawn_A03_t04.dart
+++ b/LibTest/isolate/Isolate/spawn_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the paused parameter is set to true, the isolate will start up
  * in a paused state, as if by an initial call of
diff --git a/LibTest/isolate/Isolate/spawn_A04_t01.dart b/LibTest/isolate/Isolate/spawn_A04_t01.dart
index a48fb16..9ff916e 100644
--- a/LibTest/isolate/Isolate/spawn_A04_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A04_t02.dart b/LibTest/isolate/Isolate/spawn_A04_t02.dart
index f0614e2..502bb29 100644
--- a/LibTest/isolate/Isolate/spawn_A04_t02.dart
+++ b/LibTest/isolate/Isolate/spawn_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A04_t03.dart b/LibTest/isolate/Isolate/spawn_A04_t03.dart
index f2fddff..a7df9f6 100644
--- a/LibTest/isolate/Isolate/spawn_A04_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A04_t04.dart b/LibTest/isolate/Isolate/spawn_A04_t04.dart
index 2568823..9ad23e9 100644
--- a/LibTest/isolate/Isolate/spawn_A04_t04.dart
+++ b/LibTest/isolate/Isolate/spawn_A04_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A04_t05.dart b/LibTest/isolate/Isolate/spawn_A04_t05.dart
index b76457d..4837c92 100644
--- a/LibTest/isolate/Isolate/spawn_A04_t05.dart
+++ b/LibTest/isolate/Isolate/spawn_A04_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A05_t01.dart b/LibTest/isolate/Isolate/spawn_A05_t01.dart
index d74f4fa..8268f5b 100644
--- a/LibTest/isolate/Isolate/spawn_A05_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A05_t02.dart b/LibTest/isolate/Isolate/spawn_A05_t02.dart
index 82b5f7b..1ad0020 100644
--- a/LibTest/isolate/Isolate/spawn_A05_t02.dart
+++ b/LibTest/isolate/Isolate/spawn_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A05_t03.dart b/LibTest/isolate/Isolate/spawn_A05_t03.dart
index fe82fc4..ceb9bef 100644
--- a/LibTest/isolate/Isolate/spawn_A05_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t01.dart b/LibTest/isolate/Isolate/spawn_A06_t01.dart
index b2b7d73..2f24b9d 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t01.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t02.dart b/LibTest/isolate/Isolate/spawn_A06_t02.dart
index 5b58bbc..21cd429 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t02.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t03.dart b/LibTest/isolate/Isolate/spawn_A06_t03.dart
index e2c0626..52c46b7 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t03.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t04.dart b/LibTest/isolate/Isolate/spawn_A06_t04.dart
index af52533..90bb422 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t04.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t05.dart b/LibTest/isolate/Isolate/spawn_A06_t05.dart
index 92c7915..623581a 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t05.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t05.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t06.dart b/LibTest/isolate/Isolate/spawn_A06_t06.dart
index 421b310..e13918a 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t06.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t06.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/spawn_A06_t07.dart b/LibTest/isolate/Isolate/spawn_A06_t07.dart
index e3a3f70..f7db3bc 100644
--- a/LibTest/isolate/Isolate/spawn_A06_t07.dart
+++ b/LibTest/isolate/Isolate/spawn_A06_t07.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion If the errorAreFatal, onExit and/or onError parameters are
  * provided, the isolate will act as if, respectively, setErrorsFatal,
diff --git a/LibTest/isolate/Isolate/terminateCapability_A01_t01.dart b/LibTest/isolate/Isolate/terminateCapability_A01_t01.dart
index 1cf59ac..b59d69a 100644
--- a/LibTest/isolate/Isolate/terminateCapability_A01_t01.dart
+++ b/LibTest/isolate/Isolate/terminateCapability_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability terminateCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/terminateCapability_A02_t01.dart b/LibTest/isolate/Isolate/terminateCapability_A02_t01.dart
index 50a984b..46f94e5 100644
--- a/LibTest/isolate/Isolate/terminateCapability_A02_t01.dart
+++ b/LibTest/isolate/Isolate/terminateCapability_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability terminateCapability
  *    read-only
diff --git a/LibTest/isolate/Isolate/terminateCapability_A02_t02.dart b/LibTest/isolate/Isolate/terminateCapability_A02_t02.dart
index 19aa10b..7927f35 100644
--- a/LibTest/isolate/Isolate/terminateCapability_A02_t02.dart
+++ b/LibTest/isolate/Isolate/terminateCapability_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Capability terminateCapability
  *    read-only
diff --git a/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t01.dart b/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t01.dart
index bdcc612..b740591 100644
--- a/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t01.dart
+++ b/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion factory RawReceivePort([void handler(event)])
  * Opens a long-lived port for receiving messages.
diff --git a/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t02.dart b/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t02.dart
index 9cef656..b1fa936 100644
--- a/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t02.dart
+++ b/LibTest/isolate/RawReceivePort/RawReceivePort_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion factory RawReceivePort([void handler(event)])
  * Opens a long-lived port for receiving messages.
diff --git a/LibTest/isolate/RawReceivePort/close_A01_t01.dart b/LibTest/isolate/RawReceivePort/close_A01_t01.dart
index 1a78b38..7e2b0fd 100644
--- a/LibTest/isolate/RawReceivePort/close_A01_t01.dart
+++ b/LibTest/isolate/RawReceivePort/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void close()
  * Closes the port.
diff --git a/LibTest/isolate/RawReceivePort/handler_A01_t01.dart b/LibTest/isolate/RawReceivePort/handler_A01_t01.dart
index a3ee914..c869f1f 100644
--- a/LibTest/isolate/RawReceivePort/handler_A01_t01.dart
+++ b/LibTest/isolate/RawReceivePort/handler_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set handler=(Function newHandler)
  * Sets the handler that is invoked for every incoming message.
diff --git a/LibTest/isolate/RawReceivePort/handler_A02_t01.dart b/LibTest/isolate/RawReceivePort/handler_A02_t01.dart
index 3ac4ce9..834c483 100644
--- a/LibTest/isolate/RawReceivePort/handler_A02_t01.dart
+++ b/LibTest/isolate/RawReceivePort/handler_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set handler=(Function newHandler)
  * Sets the handler that is invoked for every incoming message.
diff --git a/LibTest/isolate/RawReceivePort/handler_A03_t01.dart b/LibTest/isolate/RawReceivePort/handler_A03_t01.dart
index 5344ef5..cf16d7f 100644
--- a/LibTest/isolate/RawReceivePort/handler_A03_t01.dart
+++ b/LibTest/isolate/RawReceivePort/handler_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set handler=(Function newHandler)
  * Sets the handler that is invoked for every incoming message.
diff --git a/LibTest/isolate/RawReceivePort/sendPort_A01_t01.dart b/LibTest/isolate/RawReceivePort/sendPort_A01_t01.dart
index 6bad9ee..eae5b8b 100644
--- a/LibTest/isolate/RawReceivePort/sendPort_A01_t01.dart
+++ b/LibTest/isolate/RawReceivePort/sendPort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final SendPort sendPort
  * Returns a SendPort that sends to this raw receive port.
diff --git a/LibTest/isolate/RawReceivePort/sendPort_A02_t01.dart b/LibTest/isolate/RawReceivePort/sendPort_A02_t01.dart
index c694c49..0724a4d 100644
--- a/LibTest/isolate/RawReceivePort/sendPort_A02_t01.dart
+++ b/LibTest/isolate/RawReceivePort/sendPort_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final SendPort sendPort
  * Returns a SendPort that sends to this raw receive port.
diff --git a/LibTest/isolate/RawReceivePort/sendPort_A02_t02.dart b/LibTest/isolate/RawReceivePort/sendPort_A02_t02.dart
index 449ed84..fc40e14 100644
--- a/LibTest/isolate/RawReceivePort/sendPort_A02_t02.dart
+++ b/LibTest/isolate/RawReceivePort/sendPort_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final SendPort sendPort
  * Returns a SendPort that sends to this raw receive port.
diff --git a/LibTest/isolate/ReceivePort/IsolateStream.dart b/LibTest/isolate/ReceivePort/IsolateStream.dart
index 7800e25..fcbbb82 100644
--- a/LibTest/isolate/ReceivePort/IsolateStream.dart
+++ b/LibTest/isolate/ReceivePort/IsolateStream.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 import "dart:async";
 import "dart:isolate";
 
diff --git a/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A01_t01.dart b/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A01_t01.dart
index 442394d..4e32d8f 100644
--- a/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ReceivePort.fromRawReceivePort(RawReceivePort rawPort)
  * Creates a ReceivePort from a RawReceivePort.
diff --git a/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A02_t01.dart b/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A02_t01.dart
index 6f22c1a..2cab20e 100644
--- a/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/ReceivePort.fromRawReceivePort_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ReceivePort.fromRawReceivePort(RawReceivePort rawPort)
  * The handler of the given rawPort is overwritten during the construction of the result.
diff --git a/LibTest/isolate/ReceivePort/ReceivePort_A01_t01.dart b/LibTest/isolate/ReceivePort/ReceivePort_A01_t01.dart
index ab44e73..30fdd74 100644
--- a/LibTest/isolate/ReceivePort/ReceivePort_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/ReceivePort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion factory ReceivePort()
  * Opens a long-lived port for receiving messages.
diff --git a/LibTest/isolate/ReceivePort/any_A01_t01.dart b/LibTest/isolate/ReceivePort/any_A01_t01.dart
index 1dd31fc..d51a3cd 100644
--- a/LibTest/isolate/ReceivePort/any_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/isolate/ReceivePort/any_A01_t02.dart b/LibTest/isolate/ReceivePort/any_A01_t02.dart
index 31d20e9..1886f48 100644
--- a/LibTest/isolate/ReceivePort/any_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/any_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> any(bool test(T element))
  * Checks whether test accepts any element provided by this stream.
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t01.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t01.dart
index 9d38c97..31d045d 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t02.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t02.dart
index 1de9c98..5f6a568 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t03.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t03.dart
index 19ba2d5..32983d8 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t03.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t04.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t04.dart
index c0b3cef..be0acee 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t04.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t01.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t01.dart
index 9826b51..3a7944e 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t01.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t02.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t02.dart
index df788eb..2aff6cf 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t02.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t03.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t03.dart
index b1319c5..66e41f6 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t03.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t01.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t01.dart
index ccdde4a..d578d50 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t01.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t02.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t02.dart
index 2ff6d12..b5f8a92 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t02.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03.dart b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03.dart
index 5e2a5cc..c154cea 100644
--- a/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03.dart
+++ b/LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> asBroadcastStream ({void onListen(StreamSubscription<T>
  *   subscription), void onCancel(StreamSubscription<T> subscription)})
diff --git a/LibTest/isolate/ReceivePort/close_A01_t01.dart b/LibTest/isolate/ReceivePort/close_A01_t01.dart
index 6a0d04d..8e7fc8d 100644
--- a/LibTest/isolate/ReceivePort/close_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/close_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void close()
  * Closes this.
diff --git a/LibTest/isolate/ReceivePort/close_A02_t01.dart b/LibTest/isolate/ReceivePort/close_A02_t01.dart
index 1e40b80..780b665 100644
--- a/LibTest/isolate/ReceivePort/close_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/close_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion abstract void close()
  * If the stream has already been canceled this method has no effect.
diff --git a/LibTest/isolate/ReceivePort/contains_A01_t01.dart b/LibTest/isolate/ReceivePort/contains_A01_t01.dart
index f55290e..07740dd 100644
--- a/LibTest/isolate/ReceivePort/contains_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> contains(Object needle)
  * Checks whether needle occurs in the elements provided by this stream.
diff --git a/LibTest/isolate/ReceivePort/distinct_A01_t01.dart b/LibTest/isolate/ReceivePort/distinct_A01_t01.dart
index 18c5288..9cb48fa 100644
--- a/LibTest/isolate/ReceivePort/distinct_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/distinct_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/isolate/ReceivePort/distinct_A01_t02.dart b/LibTest/isolate/ReceivePort/distinct_A01_t02.dart
index 0884b9e..5512b6e 100644
--- a/LibTest/isolate/ReceivePort/distinct_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/distinct_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> distinct([bool equals(T previous, T next)])
  * Skips data events if they are equal to the previous data event.
diff --git a/LibTest/isolate/ReceivePort/drain_A02_t01.dart b/LibTest/isolate/ReceivePort/drain_A02_t01.dart
index 78ae710..4845140 100644
--- a/LibTest/isolate/ReceivePort/drain_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/drain_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future drain([futureValue])
  * In case of a done event the future completes with the given futureValue.
diff --git a/LibTest/isolate/ReceivePort/drain_A02_t02.dart b/LibTest/isolate/ReceivePort/drain_A02_t02.dart
index d60ba11..5f20b79 100644
--- a/LibTest/isolate/ReceivePort/drain_A02_t02.dart
+++ b/LibTest/isolate/ReceivePort/drain_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future drain([futureValue])
  * In case of a done event the future completes with the given futureValue.
diff --git a/LibTest/isolate/ReceivePort/elementAt_A01_t01.dart b/LibTest/isolate/ReceivePort/elementAt_A01_t01.dart
index 7a58e9f..25223b1 100644
--- a/LibTest/isolate/ReceivePort/elementAt_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * Returns the value of the indexth data event of this stream.
diff --git a/LibTest/isolate/ReceivePort/elementAt_A03_t01.dart b/LibTest/isolate/ReceivePort/elementAt_A03_t01.dart
index d88fba4..f4f5f76 100644
--- a/LibTest/isolate/ReceivePort/elementAt_A03_t01.dart
+++ b/LibTest/isolate/ReceivePort/elementAt_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> elementAt(int index)
  * If a done event occurs before the value is found, the future completes with a RangeError.
diff --git a/LibTest/isolate/ReceivePort/every_A01_t01.dart b/LibTest/isolate/ReceivePort/every_A01_t01.dart
index 8667ae1..aa2e2f3 100644
--- a/LibTest/isolate/ReceivePort/every_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<bool> every(bool test(T element))
  * Checks whether test accepts all elements provided by this stream.
diff --git a/LibTest/isolate/ReceivePort/expand_A01_t01.dart b/LibTest/isolate/ReceivePort/expand_A01_t01.dart
index 528c85c..efe7b97 100644
--- a/LibTest/isolate/ReceivePort/expand_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream expand(Iterable convert(T value))
  * Creates a new stream from this stream that converts each element into zero or more events.
diff --git a/LibTest/isolate/ReceivePort/firstWhere_A01_t01.dart b/LibTest/isolate/ReceivePort/firstWhere_A01_t01.dart
index 5fc7230..f922303 100644
--- a/LibTest/isolate/ReceivePort/firstWhere_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (bool test(T element), {
  * @deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/isolate/ReceivePort/firstWhere_A02_t01.dart b/LibTest/isolate/ReceivePort/firstWhere_A02_t01.dart
index 1b9a753..937cc65 100644
--- a/LibTest/isolate/ReceivePort/firstWhere_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (bool test(T element), {
  * @deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/isolate/ReceivePort/firstWhere_A03_t02.dart b/LibTest/isolate/ReceivePort/firstWhere_A03_t02.dart
index 55b4934..df54759 100644
--- a/LibTest/isolate/ReceivePort/firstWhere_A03_t02.dart
+++ b/LibTest/isolate/ReceivePort/firstWhere_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> firstWhere (bool test(T element), {
  * @deprecated dynamic defaultValue(), T orElse()})
diff --git a/LibTest/isolate/ReceivePort/first_A01_t01.dart b/LibTest/isolate/ReceivePort/first_A01_t01.dart
index b45ce4c..9a491f3 100644
--- a/LibTest/isolate/ReceivePort/first_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> first
  * Returns the first element of the stream.
diff --git a/LibTest/isolate/ReceivePort/first_A02_t01.dart b/LibTest/isolate/ReceivePort/first_A02_t01.dart
index 0dd0099..41f772a 100644
--- a/LibTest/isolate/ReceivePort/first_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> first
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/isolate/ReceivePort/first_A02_t02.dart b/LibTest/isolate/ReceivePort/first_A02_t02.dart
index 7d2eb81..93a9416 100644
--- a/LibTest/isolate/ReceivePort/first_A02_t02.dart
+++ b/LibTest/isolate/ReceivePort/first_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> first
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/isolate/ReceivePort/fold_A01_t01.dart b/LibTest/isolate/ReceivePort/fold_A01_t01.dart
index 737d01a..3bca6fd 100644
--- a/LibTest/isolate/ReceivePort/fold_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future fold(initialValue, combine(previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/isolate/ReceivePort/fold_A01_t02.dart b/LibTest/isolate/ReceivePort/fold_A01_t02.dart
index f6a8a9a..4652c05 100644
--- a/LibTest/isolate/ReceivePort/fold_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/fold_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future fold(initialValue, combine(previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/isolate/ReceivePort/forEach_A01_t01.dart b/LibTest/isolate/ReceivePort/forEach_A01_t01.dart
index 0aac329..d58b39d 100644
--- a/LibTest/isolate/ReceivePort/forEach_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future forEach(void action(T element))
  * Executes action on each data event of the stream.
diff --git a/LibTest/isolate/ReceivePort/isBroadcast_A01_t01.dart b/LibTest/isolate/ReceivePort/isBroadcast_A01_t01.dart
index c1c9599..4c9e8e3 100644
--- a/LibTest/isolate/ReceivePort/isBroadcast_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/isBroadcast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isBroadcast
  * Reports whether this stream is a broadcast stream.
diff --git a/LibTest/isolate/ReceivePort/isBroadcast_A01_t02.dart b/LibTest/isolate/ReceivePort/isBroadcast_A01_t02.dart
index c649af5..2abf0e7 100644
--- a/LibTest/isolate/ReceivePort/isBroadcast_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/isBroadcast_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final bool isBroadcast
  * Reports whether this stream is a broadcast stream.
diff --git a/LibTest/isolate/ReceivePort/isEmpty_A01_t01.dart b/LibTest/isolate/ReceivePort/isEmpty_A01_t01.dart
index eaa021f..e720c41 100644
--- a/LibTest/isolate/ReceivePort/isEmpty_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<bool> isEmpty
  * Reports whether this stream contains any elements.
diff --git a/LibTest/isolate/ReceivePort/join_A01_t01.dart b/LibTest/isolate/ReceivePort/join_A01_t01.dart
index e584cb0..f780dfe 100644
--- a/LibTest/isolate/ReceivePort/join_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Collects string of data events' string representations.
diff --git a/LibTest/isolate/ReceivePort/join_A01_t02.dart b/LibTest/isolate/ReceivePort/join_A01_t02.dart
index b81ab1a..c515cb7 100644
--- a/LibTest/isolate/ReceivePort/join_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<String> join([String separator = ""])
  * Collects string of data events' string representations.
diff --git a/LibTest/isolate/ReceivePort/lastWhere_A01_t01.dart b/LibTest/isolate/ReceivePort/lastWhere_A01_t01.dart
index d80f468..554c37b 100644
--- a/LibTest/isolate/ReceivePort/lastWhere_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/isolate/ReceivePort/lastWhere_A02_t01.dart b/LibTest/isolate/ReceivePort/lastWhere_A02_t01.dart
index ea4d8b0..144c32e 100644
--- a/LibTest/isolate/ReceivePort/lastWhere_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/isolate/ReceivePort/lastWhere_A04_t01.dart b/LibTest/isolate/ReceivePort/lastWhere_A04_t01.dart
index 1beaebd..6a5be12 100644
--- a/LibTest/isolate/ReceivePort/lastWhere_A04_t01.dart
+++ b/LibTest/isolate/ReceivePort/lastWhere_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> lastWhere (bool test(T element),
  *     {@deprecated dynamic defaultValue(),  T orElse()})
diff --git a/LibTest/isolate/ReceivePort/last_A01_t01.dart b/LibTest/isolate/ReceivePort/last_A01_t01.dart
index f9b84b9..f7206ce 100644
--- a/LibTest/isolate/ReceivePort/last_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> last
  * Returns the last element of the stream.
diff --git a/LibTest/isolate/ReceivePort/last_A02_t01.dart b/LibTest/isolate/ReceivePort/last_A02_t01.dart
index 0af14a7..d1ac5d2 100644
--- a/LibTest/isolate/ReceivePort/last_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> last
  * If this stream is empty (a done event occurs before the first data event),
diff --git a/LibTest/isolate/ReceivePort/length_A01_t01.dart b/LibTest/isolate/ReceivePort/length_A01_t01.dart
index c00895c..80a8956 100644
--- a/LibTest/isolate/ReceivePort/length_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<int> length
  * Counts the elements in the stream. 
diff --git a/LibTest/isolate/ReceivePort/listen_A01_t01.dart b/LibTest/isolate/ReceivePort/listen_A01_t01.dart
index 3e2d529..314e608 100644
--- a/LibTest/isolate/ReceivePort/listen_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/listen_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertionabstract StreamSubscription listen(void onData(message), {Function onError, void onDone(), bool cancelOnError})
  * Note that all named arguments are ignored since a ReceivePort will never receive an error,
diff --git a/LibTest/isolate/ReceivePort/map_A01_t01.dart b/LibTest/isolate/ReceivePort/map_A01_t01.dart
index e014ce5..aa012b9 100644
--- a/LibTest/isolate/ReceivePort/map_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream map(convert(T event))
  * Creates a new stream that converts each element of this stream to a new value
diff --git a/LibTest/isolate/ReceivePort/pipe_A01_t01.dart b/LibTest/isolate/ReceivePort/pipe_A01_t01.dart
index f00dd8a..7eab86b 100644
--- a/LibTest/isolate/ReceivePort/pipe_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/pipe_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future pipe(StreamConsumer<T> streamConsumer)
  * Binds this stream as the input of the provided StreamConsumer. 
diff --git a/LibTest/isolate/ReceivePort/reduce_A01_t01.dart b/LibTest/isolate/ReceivePort/reduce_A01_t01.dart
index f98f56b..7042bf2 100644
--- a/LibTest/isolate/ReceivePort/reduce_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/isolate/ReceivePort/reduce_A01_t02.dart b/LibTest/isolate/ReceivePort/reduce_A01_t02.dart
index c4ca05e..7bd9dcc 100644
--- a/LibTest/isolate/ReceivePort/reduce_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/reduce_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/isolate/ReceivePort/reduce_A01_t03.dart b/LibTest/isolate/ReceivePort/reduce_A01_t03.dart
index 047a25c..abe4f6c 100644
--- a/LibTest/isolate/ReceivePort/reduce_A01_t03.dart
+++ b/LibTest/isolate/ReceivePort/reduce_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> reduce(T combine(T previous, T element))
  * Reduces a sequence of values by repeatedly applying combine.
diff --git a/LibTest/isolate/ReceivePort/sendPort_A01_t01.dart b/LibTest/isolate/ReceivePort/sendPort_A01_t01.dart
index f2143f9..6d2afb7 100644
--- a/LibTest/isolate/ReceivePort/sendPort_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/sendPort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final SendPort sendPort
  * Returns a SendPort that sends to this receive port.
diff --git a/LibTest/isolate/ReceivePort/singleWhere_A01_t01.dart b/LibTest/isolate/ReceivePort/singleWhere_A01_t01.dart
index 0cf54ec..f83da53 100644
--- a/LibTest/isolate/ReceivePort/singleWhere_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> singleWhere(bool test(T element))
  * Finds the single element in this stream matching test.
diff --git a/LibTest/isolate/ReceivePort/singleWhere_A02_t01.dart b/LibTest/isolate/ReceivePort/singleWhere_A02_t01.dart
index 955065e..ce265ea 100644
--- a/LibTest/isolate/ReceivePort/singleWhere_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<T> singleWhere(bool test(T element))
  * Like lastMatch, except that it is an error if more than one matching element occurs in the stream.
diff --git a/LibTest/isolate/ReceivePort/single_A01_t01.dart b/LibTest/isolate/ReceivePort/single_A01_t01.dart
index 836f5d3..bb06a55 100644
--- a/LibTest/isolate/ReceivePort/single_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> single
  * Returns the single element.
diff --git a/LibTest/isolate/ReceivePort/single_A02_t01.dart b/LibTest/isolate/ReceivePort/single_A02_t01.dart
index 2723700..e4bdc14 100644
--- a/LibTest/isolate/ReceivePort/single_A02_t01.dart
+++ b/LibTest/isolate/ReceivePort/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion final Future<T> single
  * Returns the single element.
diff --git a/LibTest/isolate/ReceivePort/skipWhile_A01_t01.dart b/LibTest/isolate/ReceivePort/skipWhile_A01_t01.dart
index bb64290..dc112c5 100644
--- a/LibTest/isolate/ReceivePort/skipWhile_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skipWhile(bool test(T element))
  * Skip data events from this stream while they are matched by test.
diff --git a/LibTest/isolate/ReceivePort/skip_A01_t01.dart b/LibTest/isolate/ReceivePort/skip_A01_t01.dart
index 0b06937..3f467c0 100644
--- a/LibTest/isolate/ReceivePort/skip_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> skip(int count)
  * Skips the first count data events from this stream.
diff --git a/LibTest/isolate/ReceivePort/takeWhile_A01_t01.dart b/LibTest/isolate/ReceivePort/takeWhile_A01_t01.dart
index 0a77e38..0320a34 100644
--- a/LibTest/isolate/ReceivePort/takeWhile_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> takeWhile(bool test(T element))
  * Forwards data events while test is successful.
diff --git a/LibTest/isolate/ReceivePort/take_A01_t01.dart b/LibTest/isolate/ReceivePort/take_A01_t01.dart
index ceb7f1a..5d4700a 100644
--- a/LibTest/isolate/ReceivePort/take_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/isolate/ReceivePort/take_A01_t02.dart b/LibTest/isolate/ReceivePort/take_A01_t02.dart
index 6e538f32..83649f8 100644
--- a/LibTest/isolate/ReceivePort/take_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/take_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/isolate/ReceivePort/take_A01_t03.dart b/LibTest/isolate/ReceivePort/take_A01_t03.dart
index 7edb9ed..06f39d6 100644
--- a/LibTest/isolate/ReceivePort/take_A01_t03.dart
+++ b/LibTest/isolate/ReceivePort/take_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> take(int count)
  * Provides at most the first n values of this stream.
diff --git a/LibTest/isolate/ReceivePort/toList_A01_t01.dart b/LibTest/isolate/ReceivePort/toList_A01_t01.dart
index eb97eb6..d27cfe1 100644
--- a/LibTest/isolate/ReceivePort/toList_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<List<T>> toList()
  * Collects the data of this stream in a List.
diff --git a/LibTest/isolate/ReceivePort/toSet_A01_t01.dart b/LibTest/isolate/ReceivePort/toSet_A01_t01.dart
index aa88254..8b677e5 100644
--- a/LibTest/isolate/ReceivePort/toSet_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Future<Set<T>> toSet()
  * Collects the data of this stream in a Set.
diff --git a/LibTest/isolate/ReceivePort/transform_A01_t01.dart b/LibTest/isolate/ReceivePort/transform_A01_t01.dart
index 17d7f6f..a2c1262 100644
--- a/LibTest/isolate/ReceivePort/transform_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/transform_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream transform(StreamTransformer<T, dynamic> streamTransformer)
  * Chains this stream as the input of the provided StreamTransformer.
diff --git a/LibTest/isolate/ReceivePort/transform_A01_t02.dart b/LibTest/isolate/ReceivePort/transform_A01_t02.dart
index 5417662..f2af918 100644
--- a/LibTest/isolate/ReceivePort/transform_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/transform_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream transform(StreamTransformer<T, dynamic> streamTransformer)
  * Chains this stream as the input of the provided StreamTransformer.
diff --git a/LibTest/isolate/ReceivePort/where_A01_t01.dart b/LibTest/isolate/ReceivePort/where_A01_t01.dart
index 598c235..afb0387 100644
--- a/LibTest/isolate/ReceivePort/where_A01_t01.dart
+++ b/LibTest/isolate/ReceivePort/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> where(bool test(T event))
  * Creates a new stream from this stream that discards some data events.
diff --git a/LibTest/isolate/ReceivePort/where_A01_t02.dart b/LibTest/isolate/ReceivePort/where_A01_t02.dart
index 48b7b2e..36edca4 100644
--- a/LibTest/isolate/ReceivePort/where_A01_t02.dart
+++ b/LibTest/isolate/ReceivePort/where_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Stream<T> where(bool test(T event))
  * Creates a new stream from this stream that discards some data events.
diff --git a/LibTest/isolate/SendPort/SendPort_class_A01_t01.dart b/LibTest/isolate/SendPort/SendPort_class_A01_t01.dart
index 20097c0..adcc45e 100644
--- a/LibTest/isolate/SendPort/SendPort_class_A01_t01.dart
+++ b/LibTest/isolate/SendPort/SendPort_class_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion Sends messages to its ReceivePorts.
  *    SendPorts are created from ReceivePorts. Any message sent through
diff --git a/LibTest/isolate/SendPort/SendPort_class_A01_t02.dart b/LibTest/isolate/SendPort/SendPort_class_A01_t02.dart
index 95e431e..1e8a249 100644
--- a/LibTest/isolate/SendPort/SendPort_class_A01_t02.dart
+++ b/LibTest/isolate/SendPort/SendPort_class_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion Sends messages to its ReceivePorts.
  *    SendPorts are created from ReceivePorts. Any message sent through
diff --git a/LibTest/isolate/SendPort/SendPort_class_A01_t03.dart b/LibTest/isolate/SendPort/SendPort_class_A01_t03.dart
index d5e2412..24d4582 100644
--- a/LibTest/isolate/SendPort/SendPort_class_A01_t03.dart
+++ b/LibTest/isolate/SendPort/SendPort_class_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-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.
- */
+// Copyright (c) 2011-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.
+
 /**
  * @assertion Sends messages to its ReceivePorts.
  *    SendPorts are created from ReceivePorts. Any message sent through
diff --git a/LibTest/isolate/SendPort/hashCode_A01_t01.dart b/LibTest/isolate/SendPort/hashCode_A01_t01.dart
index 7a09ad9..6197f3a 100644
--- a/LibTest/isolate/SendPort/hashCode_A01_t01.dart
+++ b/LibTest/isolate/SendPort/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns an immutable hash code for this send port that is
  * consistent with the == operator.
diff --git a/LibTest/isolate/SendPort/operator_equality_A01_t01.dart b/LibTest/isolate/SendPort/operator_equality_A01_t01.dart
index 3348514..02067a0 100644
--- a/LibTest/isolate/SendPort/operator_equality_A01_t01.dart
+++ b/LibTest/isolate/SendPort/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Tests whether [other] is a SendPort 
  * pointing to the same ReceivePort as this one.
diff --git a/LibTest/isolate/SendPort/operator_equality_A02_t01.dart b/LibTest/isolate/SendPort/operator_equality_A02_t01.dart
index 4a33223..4fc18fe 100644
--- a/LibTest/isolate/SendPort/operator_equality_A02_t01.dart
+++ b/LibTest/isolate/SendPort/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Tests whether [other] is a SendPort 
  * pointing to the same ReceivePort as this one.
diff --git a/LibTest/isolate/SendPort/send_A01_t01.dart b/LibTest/isolate/SendPort/send_A01_t01.dart
index 56afa7a..2e8b55a 100644
--- a/LibTest/isolate/SendPort/send_A01_t01.dart
+++ b/LibTest/isolate/SendPort/send_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/isolate/SendPort/send_A01_t02.dart b/LibTest/isolate/SendPort/send_A01_t02.dart
index 0443e4b..345c64c 100644
--- a/LibTest/isolate/SendPort/send_A01_t02.dart
+++ b/LibTest/isolate/SendPort/send_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/isolate/SendPort/send_A01_t03.dart b/LibTest/isolate/SendPort/send_A01_t03.dart
index b3c4ced..f1df350 100644
--- a/LibTest/isolate/SendPort/send_A01_t03.dart
+++ b/LibTest/isolate/SendPort/send_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/isolate/SendPort/send_A01_t04.dart b/LibTest/isolate/SendPort/send_A01_t04.dart
index 41b56a4..9066748 100644
--- a/LibTest/isolate/SendPort/send_A01_t04.dart
+++ b/LibTest/isolate/SendPort/send_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/isolate/SendPort/send_A01_util.dart b/LibTest/isolate/SendPort/send_A01_util.dart
index 28a56dc..e9b9c23 100644
--- a/LibTest/isolate/SendPort/send_A01_util.dart
+++ b/LibTest/isolate/SendPort/send_A01_util.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 library send_A02_utils;
 
diff --git a/LibTest/isolate/SendPort/send_A02_t01.dart b/LibTest/isolate/SendPort/send_A02_t01.dart
index cde661f..438329f 100644
--- a/LibTest/isolate/SendPort/send_A02_t01.dart
+++ b/LibTest/isolate/SendPort/send_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/isolate/SendPort/send_A02_t02.dart b/LibTest/isolate/SendPort/send_A02_t02.dart
index a423b04..b6157f8 100644
--- a/LibTest/isolate/SendPort/send_A02_t02.dart
+++ b/LibTest/isolate/SendPort/send_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2011-2016, 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.
- */
+// Copyright (c) 2011-2016, 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.
+
 /**
  * @assertion  abstract void send(message)
  *    Sends an asynchronous message through this send port, to its corresponding
diff --git a/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01.dart
index a8add47..c3e1b5b 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle.fromPoints(Point<T> a, Point<T> b)
  * Create a mutable rectangle spanned by the points a and b;
diff --git a/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A02_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A02_t01.dart
index 38b39aa..c96daf7 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle.fromPoints(Point<T> a, Point<T> b)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A01_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle_A01_t01.dart
index 83cb037..ddb16a3 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * Create a mutable rectangle spanned by (left, top) and (left+width,
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A02_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle_A02_t01.dart
index 3f0ad07..96a037d 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A03_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle_A03_t01.dart
index a61a1c0..601ce4b 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A03_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A03_t02.dart b/LibTest/math/MutableRectangle/MutableRectangle_A03_t02.dart
index 2e7cd64..bb64ec0 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A03_t02.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A03_t03.dart b/LibTest/math/MutableRectangle/MutableRectangle_A03_t03.dart
index ea2927a..7fa8233 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A03_t03.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A03_t04.dart b/LibTest/math/MutableRectangle/MutableRectangle_A03_t04.dart
index 3f1e9e9..48253cc 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A03_t04.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/MutableRectangle_A04_t01.dart b/LibTest/math/MutableRectangle/MutableRectangle_A04_t01.dart
index 7777cbe..95aefe0 100644
--- a/LibTest/math/MutableRectangle/MutableRectangle_A04_t01.dart
+++ b/LibTest/math/MutableRectangle/MutableRectangle_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/MutableRectangle/bottomLeft_A01_t01.dart b/LibTest/math/MutableRectangle/bottomLeft_A01_t01.dart
index 7a680f4..79251ba 100644
--- a/LibTest/math/MutableRectangle/bottomLeft_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/bottomLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomLeft
  * Point<T> get bottomLeft => new Point<T>(this.left, this.top + this.height);
diff --git a/LibTest/math/MutableRectangle/bottomLeft_A01_t02.dart b/LibTest/math/MutableRectangle/bottomLeft_A01_t02.dart
index a81f4bd..7e73296 100644
--- a/LibTest/math/MutableRectangle/bottomLeft_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/bottomLeft_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomLeft
  * Point<T> get bottomLeft => new Point<T>(this.left, this.top + this.height);
diff --git a/LibTest/math/MutableRectangle/bottomRight_A01_t01.dart b/LibTest/math/MutableRectangle/bottomRight_A01_t01.dart
index 70367f2..15d0aef 100644
--- a/LibTest/math/MutableRectangle/bottomRight_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/bottomRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomRight
  * Point<T> get bottomRight =>
diff --git a/LibTest/math/MutableRectangle/bottomRight_A01_t02.dart b/LibTest/math/MutableRectangle/bottomRight_A01_t02.dart
index 9a082dd..0a7790f 100644
--- a/LibTest/math/MutableRectangle/bottomRight_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/bottomRight_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomRight
  * Point<T> get bottomRight =>
diff --git a/LibTest/math/MutableRectangle/bottom_A01_t01.dart b/LibTest/math/MutableRectangle/bottom_A01_t01.dart
index a457906..52f392a 100644
--- a/LibTest/math/MutableRectangle/bottom_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/bottom_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T bottom
  * The y-coordinate of the bottom edge.
diff --git a/LibTest/math/MutableRectangle/bottom_A01_t02.dart b/LibTest/math/MutableRectangle/bottom_A01_t02.dart
index dac4644..44bc099 100644
--- a/LibTest/math/MutableRectangle/bottom_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/bottom_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T bottom
  * The y-coordinate of the bottom edge.
diff --git a/LibTest/math/MutableRectangle/boundingBox_A01_t01.dart b/LibTest/math/MutableRectangle/boundingBox_A01_t01.dart
index ab328cb..ee47300 100644
--- a/LibTest/math/MutableRectangle/boundingBox_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/boundingBox_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle<T> boundingBox(Rectangle<T> other)
  * Returns a new rectangle which completely contains this and other.
diff --git a/LibTest/math/MutableRectangle/boundingBox_A01_t02.dart b/LibTest/math/MutableRectangle/boundingBox_A01_t02.dart
index 821506d..f1a302c 100644
--- a/LibTest/math/MutableRectangle/boundingBox_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/boundingBox_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle<T> boundingBox(Rectangle<T> other)
  * Returns a new rectangle which completely contains this and other.
diff --git a/LibTest/math/MutableRectangle/containsPoint_A01_t01.dart b/LibTest/math/MutableRectangle/containsPoint_A01_t01.dart
index 3607a88..64737c3 100644
--- a/LibTest/math/MutableRectangle/containsPoint_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/containsPoint_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsPoint(Point<num> another)
  * Tests whether another is inside or along the edges of this.
diff --git a/LibTest/math/MutableRectangle/containsRectangle_A01_t01.dart b/LibTest/math/MutableRectangle/containsRectangle_A01_t01.dart
index 134a243..978ce16 100644
--- a/LibTest/math/MutableRectangle/containsRectangle_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/containsRectangle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsRectangle(MutableRectangle<num> another)
  * Tests whether this entirely contains another.
diff --git a/LibTest/math/MutableRectangle/hashCode_A01_t01.dart b/LibTest/math/MutableRectangle/hashCode_A01_t01.dart
index a46d649..2862782 100644
--- a/LibTest/math/MutableRectangle/hashCode_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/MutableRectangle/hashCode_A01_t02.dart b/LibTest/math/MutableRectangle/hashCode_A01_t02.dart
index 300bb86..5892192 100644
--- a/LibTest/math/MutableRectangle/hashCode_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/MutableRectangle/hashCode_A02_t01.dart b/LibTest/math/MutableRectangle/hashCode_A02_t01.dart
index 9ebdc08..b3b4e8e 100644
--- a/LibTest/math/MutableRectangle/hashCode_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/hashCode_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * ...
diff --git a/LibTest/math/MutableRectangle/height_A01_t01.dart b/LibTest/math/MutableRectangle/height_A01_t01.dart
index 0d67823..76e7c87 100644
--- a/LibTest/math/MutableRectangle/height_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/height_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T height
  * The height of the rectangle.
diff --git a/LibTest/math/MutableRectangle/height_A02_t01.dart b/LibTest/math/MutableRectangle/height_A02_t01.dart
index 8ea77f5..4719263 100644
--- a/LibTest/math/MutableRectangle/height_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/height_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void height=(T height)
  * Sets the height of the rectangle.
diff --git a/LibTest/math/MutableRectangle/height_A03_t01.dart b/LibTest/math/MutableRectangle/height_A03_t01.dart
index ec2351e..b041442 100644
--- a/LibTest/math/MutableRectangle/height_A03_t01.dart
+++ b/LibTest/math/MutableRectangle/height_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void height=(T height)
  * The height must be non-negative. If a negative height is supplied, it is
diff --git a/LibTest/math/MutableRectangle/height_A03_t02.dart b/LibTest/math/MutableRectangle/height_A03_t02.dart
index b7d6005..78ac18e 100644
--- a/LibTest/math/MutableRectangle/height_A03_t02.dart
+++ b/LibTest/math/MutableRectangle/height_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void height=(T height)
  * The height must be non-negative. If a negative height is supplied, it is
diff --git a/LibTest/math/MutableRectangle/height_A04_t01.dart b/LibTest/math/MutableRectangle/height_A04_t01.dart
index 98c032d..37b78eb 100644
--- a/LibTest/math/MutableRectangle/height_A04_t01.dart
+++ b/LibTest/math/MutableRectangle/height_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void height=(T height)
  * Setting the value will change the bottom edge of the rectangle, but will not
diff --git a/LibTest/math/MutableRectangle/intersection_A01_t01.dart b/LibTest/math/MutableRectangle/intersection_A01_t01.dart
index 54833f3..17eca5c 100644
--- a/LibTest/math/MutableRectangle/intersection_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/intersection_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion MutableRectangle<T> intersection(MutableRectangle<T> other)
  * Computes the intersection of this and other.
diff --git a/LibTest/math/MutableRectangle/intersects_A01_t01.dart b/LibTest/math/MutableRectangle/intersects_A01_t01.dart
index 7652963..a6acec9 100644
--- a/LibTest/math/MutableRectangle/intersects_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/intersects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool intersects(MutableRectangle<num> other)
  * Returns true if this intersects other.
diff --git a/LibTest/math/MutableRectangle/left_A01_t01.dart b/LibTest/math/MutableRectangle/left_A01_t01.dart
index 710411b..8f77485 100644
--- a/LibTest/math/MutableRectangle/left_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/left_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T left
  * The x-coordinate of the left edge.
diff --git a/LibTest/math/MutableRectangle/left_A02_t01.dart b/LibTest/math/MutableRectangle/left_A02_t01.dart
index a5817d9..9b705e0 100644
--- a/LibTest/math/MutableRectangle/left_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/left_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T left
  * Setting the value will move the rectangle without changing its width.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A01_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A01_t01.dart
index fb64beb..d0ab6dd 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A02_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A02_t01.dart
index e25d595..1aa5a27 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A03_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A03_t01.dart
index 827ec19..85ed926 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A03_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A03_t02.dart b/LibTest/math/MutableRectangle/operator_equality_A03_t02.dart
index 0eaf259..f7eb960 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A03_t02.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A04_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A04_t01.dart
index 511b22a..7f59a32 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A04_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A05_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A05_t01.dart
index 34a5e20..3dd1f6c 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A05_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/operator_equality_A06_t01.dart b/LibTest/math/MutableRectangle/operator_equality_A06_t01.dart
index b582f68..c83a0a1 100644
--- a/LibTest/math/MutableRectangle/operator_equality_A06_t01.dart
+++ b/LibTest/math/MutableRectangle/operator_equality_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/MutableRectangle/right_A01_t01.dart b/LibTest/math/MutableRectangle/right_A01_t01.dart
index 70c2e42..b6dec1d 100644
--- a/LibTest/math/MutableRectangle/right_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/right_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T right
  * The x-coordinate of the right edge.
diff --git a/LibTest/math/MutableRectangle/right_A01_t02.dart b/LibTest/math/MutableRectangle/right_A01_t02.dart
index 70a8669..fae0495 100644
--- a/LibTest/math/MutableRectangle/right_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/right_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T right
  * The x-coordinate of the right edge.
diff --git a/LibTest/math/MutableRectangle/toString_A01_t01.dart b/LibTest/math/MutableRectangle/toString_A01_t01.dart
index 50d7019..75128bd 100644
--- a/LibTest/math/MutableRectangle/toString_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/math/MutableRectangle/topLeft_A01_t01.dart b/LibTest/math/MutableRectangle/topLeft_A01_t01.dart
index dde87b4..c1d02cc 100644
--- a/LibTest/math/MutableRectangle/topLeft_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/topLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topLeft
  * Point<T> get topLeft => new Point<T>(this.left, this.top);
diff --git a/LibTest/math/MutableRectangle/topLeft_A01_t02.dart b/LibTest/math/MutableRectangle/topLeft_A01_t02.dart
index 2a8e540..f4e5c14 100644
--- a/LibTest/math/MutableRectangle/topLeft_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/topLeft_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topLeft
  * Point<T> get topLeft => new Point<T>(this.left, this.top);
diff --git a/LibTest/math/MutableRectangle/topRight_A01_t01.dart b/LibTest/math/MutableRectangle/topRight_A01_t01.dart
index e8ea6a7..9e821fb 100644
--- a/LibTest/math/MutableRectangle/topRight_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/topRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topRight
  * Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
diff --git a/LibTest/math/MutableRectangle/topRight_A01_t02.dart b/LibTest/math/MutableRectangle/topRight_A01_t02.dart
index ad48bb3..384cf1e 100644
--- a/LibTest/math/MutableRectangle/topRight_A01_t02.dart
+++ b/LibTest/math/MutableRectangle/topRight_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topRight
  * Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
diff --git a/LibTest/math/MutableRectangle/top_A01_t01.dart b/LibTest/math/MutableRectangle/top_A01_t01.dart
index 23505f5..a4ab086 100644
--- a/LibTest/math/MutableRectangle/top_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/top_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T top
  * The y-coordinate of the left edge.
diff --git a/LibTest/math/MutableRectangle/top_A02_t01.dart b/LibTest/math/MutableRectangle/top_A02_t01.dart
index 4f0ca59..f93cec6 100644
--- a/LibTest/math/MutableRectangle/top_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/top_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T top
  * Setting the value will move the rectangle without changing its height.
diff --git a/LibTest/math/MutableRectangle/width_A01_t01.dart b/LibTest/math/MutableRectangle/width_A01_t01.dart
index 863ff29..571c0f5 100644
--- a/LibTest/math/MutableRectangle/width_A01_t01.dart
+++ b/LibTest/math/MutableRectangle/width_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T width
  * The width of the rectangle.
diff --git a/LibTest/math/MutableRectangle/width_A02_t01.dart b/LibTest/math/MutableRectangle/width_A02_t01.dart
index d4eadf5..ca034e9 100644
--- a/LibTest/math/MutableRectangle/width_A02_t01.dart
+++ b/LibTest/math/MutableRectangle/width_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void width=(T width)
  * Sets the width of the rectangle.
diff --git a/LibTest/math/MutableRectangle/width_A03_t01.dart b/LibTest/math/MutableRectangle/width_A03_t01.dart
index 746a7f5..f1bbf36 100644
--- a/LibTest/math/MutableRectangle/width_A03_t01.dart
+++ b/LibTest/math/MutableRectangle/width_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void width=(T width)
  * The width must be non-negative. If a negative width is supplied, it is
diff --git a/LibTest/math/MutableRectangle/width_A03_t02.dart b/LibTest/math/MutableRectangle/width_A03_t02.dart
index c36a0ca..ea4c046 100644
--- a/LibTest/math/MutableRectangle/width_A03_t02.dart
+++ b/LibTest/math/MutableRectangle/width_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void width=(T width)
  * The width must be non-negative. If a negative width is supplied, it is
diff --git a/LibTest/math/MutableRectangle/width_A04_t01.dart b/LibTest/math/MutableRectangle/width_A04_t01.dart
index d360332..6447f1b 100644
--- a/LibTest/math/MutableRectangle/width_A04_t01.dart
+++ b/LibTest/math/MutableRectangle/width_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void width=(T width)
  * Setting the value will change the right edge of the rectangle, but will not
diff --git a/LibTest/math/Point/Point_A01_t01.dart b/LibTest/math/Point/Point_A01_t01.dart
index 612c8e4..820efbc 100644
--- a/LibTest/math/Point/Point_A01_t01.dart
+++ b/LibTest/math/Point/Point_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Point(T x, T y)
  * Creates a new Object instance.
diff --git a/LibTest/math/Point/distanceTo_A01_t01.dart b/LibTest/math/Point/distanceTo_A01_t01.dart
index f8477d0..13c6f56 100644
--- a/LibTest/math/Point/distanceTo_A01_t01.dart
+++ b/LibTest/math/Point/distanceTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double distanceTo(Point<T> other)
  * Returns the distance between this and other.
diff --git a/LibTest/math/Point/hashCode_A01_t01.dart b/LibTest/math/Point/hashCode_A01_t01.dart
index 1f91889..ebdb6c2 100644
--- a/LibTest/math/Point/hashCode_A01_t01.dart
+++ b/LibTest/math/Point/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/Point/hashCode_A01_t02.dart b/LibTest/math/Point/hashCode_A01_t02.dart
index 52ced7f..9bd23ff 100644
--- a/LibTest/math/Point/hashCode_A01_t02.dart
+++ b/LibTest/math/Point/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/Point/magnitude_A01_t01.dart b/LibTest/math/Point/magnitude_A01_t01.dart
index 1da508a..befd437 100644
--- a/LibTest/math/Point/magnitude_A01_t01.dart
+++ b/LibTest/math/Point/magnitude_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double magnitude
  * Get the straight line (Euclidean) distance between the origin (0, 0) and
diff --git a/LibTest/math/Point/magnitude_A01_t02.dart b/LibTest/math/Point/magnitude_A01_t02.dart
index 3c5c3e1..94560ab 100644
--- a/LibTest/math/Point/magnitude_A01_t02.dart
+++ b/LibTest/math/Point/magnitude_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double magnitude
  * Get the straight line (Euclidean) distance between the origin (0, 0) and
diff --git a/LibTest/math/Point/operator_addition_A01_t01.dart b/LibTest/math/Point/operator_addition_A01_t01.dart
index 9798d5e..33211df 100644
--- a/LibTest/math/Point/operator_addition_A01_t01.dart
+++ b/LibTest/math/Point/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator +(Point<T> other)
  * Add other to this, as if both points were vectors.
diff --git a/LibTest/math/Point/operator_addition_A02_t01.dart b/LibTest/math/Point/operator_addition_A02_t01.dart
index edbd70e..9fb7977 100644
--- a/LibTest/math/Point/operator_addition_A02_t01.dart
+++ b/LibTest/math/Point/operator_addition_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator +(Point<T> other)
  * @description Checks that arguments cannot be null
diff --git a/LibTest/math/Point/operator_equality_A01_t01.dart b/LibTest/math/Point/operator_equality_A01_t01.dart
index 5d9ea38..a653e97 100644
--- a/LibTest/math/Point/operator_equality_A01_t01.dart
+++ b/LibTest/math/Point/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * A Point is only equal to another Point with the same coordinates.
diff --git a/LibTest/math/Point/operator_equality_A02_t01.dart b/LibTest/math/Point/operator_equality_A02_t01.dart
index 747206e..4fd8815 100644
--- a/LibTest/math/Point/operator_equality_A02_t01.dart
+++ b/LibTest/math/Point/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * A Point is only equal to another Point with the same coordinates.
diff --git a/LibTest/math/Point/operator_equality_A03_t01.dart b/LibTest/math/Point/operator_equality_A03_t01.dart
index a4e2522..928da5b 100644
--- a/LibTest/math/Point/operator_equality_A03_t01.dart
+++ b/LibTest/math/Point/operator_equality_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * A Point is only equal to another Point with the same coordinates.
diff --git a/LibTest/math/Point/operator_equality_A04_t01.dart b/LibTest/math/Point/operator_equality_A04_t01.dart
index a7f27e6..a8862b3 100644
--- a/LibTest/math/Point/operator_equality_A04_t01.dart
+++ b/LibTest/math/Point/operator_equality_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * A Point is only equal to another Point with the same coordinates.
diff --git a/LibTest/math/Point/operator_mult_A01_t01.dart b/LibTest/math/Point/operator_mult_A01_t01.dart
index 16c0d90..c907541 100644
--- a/LibTest/math/Point/operator_mult_A01_t01.dart
+++ b/LibTest/math/Point/operator_mult_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator *(num factor)
  * Scale this point by factor as if it were a vector.
diff --git a/LibTest/math/Point/operator_mult_A02_t01.dart b/LibTest/math/Point/operator_mult_A02_t01.dart
index 39caf5b..7e376e6 100644
--- a/LibTest/math/Point/operator_mult_A02_t01.dart
+++ b/LibTest/math/Point/operator_mult_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator *(num factor)
  * This function accepts a num as its argument only so that you can scale
diff --git a/LibTest/math/Point/operator_mult_A03_t01.dart b/LibTest/math/Point/operator_mult_A03_t01.dart
index 61f3fb5..34f09f4 100644
--- a/LibTest/math/Point/operator_mult_A03_t01.dart
+++ b/LibTest/math/Point/operator_mult_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator *(num factor)
  * Scale this point by factor as if it were a vector.
diff --git a/LibTest/math/Point/operator_subtraction_A01_t01.dart b/LibTest/math/Point/operator_subtraction_A01_t01.dart
index 921d1a3..eaf6ecb 100644
--- a/LibTest/math/Point/operator_subtraction_A01_t01.dart
+++ b/LibTest/math/Point/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator -(Point<T> other)
  * Subtract other from this, as if both points were vectors.
diff --git a/LibTest/math/Point/operator_subtraction_A02_t01.dart b/LibTest/math/Point/operator_subtraction_A02_t01.dart
index 4c80d08..96f4191 100644
--- a/LibTest/math/Point/operator_subtraction_A02_t01.dart
+++ b/LibTest/math/Point/operator_subtraction_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> operator +(Point<T> other)
  * @description Checks that if at least one of coordinates is null,
diff --git a/LibTest/math/Point/squaredDistanceTo_A01_t01.dart b/LibTest/math/Point/squaredDistanceTo_A01_t01.dart
index 7302895..06a6003 100644
--- a/LibTest/math/Point/squaredDistanceTo_A01_t01.dart
+++ b/LibTest/math/Point/squaredDistanceTo_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T squaredDistanceTo(Point<T> other)
  * Returns the squared distance between this and other.
diff --git a/LibTest/math/Point/toString_A01_t01.dart b/LibTest/math/Point/toString_A01_t01.dart
index e161370..64ff744 100644
--- a/LibTest/math/Point/toString_A01_t01.dart
+++ b/LibTest/math/Point/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/math/Point/x_A01_t01.dart b/LibTest/math/Point/x_A01_t01.dart
index 0df07f3..e50ed2e 100644
--- a/LibTest/math/Point/x_A01_t01.dart
+++ b/LibTest/math/Point/x_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T x
  * @description Checks that [x] returns the x coordinate of this point.
diff --git a/LibTest/math/Point/x_A01_t02.dart b/LibTest/math/Point/x_A01_t02.dart
index 42ae4b7..14ffa12 100644
--- a/LibTest/math/Point/x_A01_t02.dart
+++ b/LibTest/math/Point/x_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T x
  * @description Checks that [x] read-only and cannot be set.
diff --git a/LibTest/math/Point/y_A01_t01.dart b/LibTest/math/Point/y_A01_t01.dart
index d2bde8c..4b83c26 100644
--- a/LibTest/math/Point/y_A01_t01.dart
+++ b/LibTest/math/Point/y_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T y
  * @description Checks that [y] returns the y coordinate of this point.
diff --git a/LibTest/math/Point/y_A01_t02.dart b/LibTest/math/Point/y_A01_t02.dart
index 88406ea..653e14d 100644
--- a/LibTest/math/Point/y_A01_t02.dart
+++ b/LibTest/math/Point/y_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T y
  * @description Checks that [y] read-only and cannot be set.
diff --git a/LibTest/math/Random/Random_A01_t01.dart b/LibTest/math/Random/Random_A01_t01.dart
index 8545bf0..ca559f8 100644
--- a/LibTest/math/Random/Random_A01_t01.dart
+++ b/LibTest/math/Random/Random_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Random([int seed])
  * Creates a random-number generator.
diff --git a/LibTest/math/Random/nextBool_A01_t01.dart b/LibTest/math/Random/nextBool_A01_t01.dart
index 844cc0a..027e6e7 100644
--- a/LibTest/math/Random/nextBool_A01_t01.dart
+++ b/LibTest/math/Random/nextBool_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool nextBool()
  * Generates a random boolean value.
diff --git a/LibTest/math/Random/nextDouble_A01_t01.dart b/LibTest/math/Random/nextDouble_A01_t01.dart
index c5e5626..783f493 100644
--- a/LibTest/math/Random/nextDouble_A01_t01.dart
+++ b/LibTest/math/Random/nextDouble_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double nextDouble()
  * Generates a positive random floating point value uniformly distributed
diff --git a/LibTest/math/Random/nextInt_A01_t01.dart b/LibTest/math/Random/nextInt_A01_t01.dart
index e0b2e87..47e9a72 100644
--- a/LibTest/math/Random/nextInt_A01_t01.dart
+++ b/LibTest/math/Random/nextInt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int nextInt(int max)
  * Generates a non-negative random integer uniformly distributed on the range
diff --git a/LibTest/math/Rectangle/Rectangle.fromPoints_A01_t01.dart b/LibTest/math/Rectangle/Rectangle.fromPoints_A01_t01.dart
index 19ffe93..67b8f08 100644
--- a/LibTest/math/Rectangle/Rectangle.fromPoints_A01_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle.fromPoints_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle.fromPoints(Point<T> a, Point<T> b)
  * Create a rectangle spanned by the points a and b.
diff --git a/LibTest/math/Rectangle/Rectangle.fromPoints_A02_t01.dart b/LibTest/math/Rectangle/Rectangle.fromPoints_A02_t01.dart
index 1b8c1c1..d4c676d 100644
--- a/LibTest/math/Rectangle/Rectangle.fromPoints_A02_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle.fromPoints_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle.fromPoints(Point<T> a, Point<T> b)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A01_t01.dart b/LibTest/math/Rectangle/Rectangle_A01_t01.dart
index 96a18d0..c6e70f9 100644
--- a/LibTest/math/Rectangle/Rectangle_A01_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion const Rectangle(T left, T top, T width, T height)
  * Create a rectangle spanned by (left, top) and (left+width, top+height).
diff --git a/LibTest/math/Rectangle/Rectangle_A02_t01.dart b/LibTest/math/Rectangle/Rectangle_A02_t01.dart
index 7ade9fa..e6b35af 100644
--- a/LibTest/math/Rectangle/Rectangle_A02_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A03_t01.dart b/LibTest/math/Rectangle/Rectangle_A03_t01.dart
index ccfedff..0660370 100644
--- a/LibTest/math/Rectangle/Rectangle_A03_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A03_t02.dart b/LibTest/math/Rectangle/Rectangle_A03_t02.dart
index 15e595b..be7249b 100644
--- a/LibTest/math/Rectangle/Rectangle_A03_t02.dart
+++ b/LibTest/math/Rectangle/Rectangle_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A03_t03.dart b/LibTest/math/Rectangle/Rectangle_A03_t03.dart
index 8253aab..9397d14 100644
--- a/LibTest/math/Rectangle/Rectangle_A03_t03.dart
+++ b/LibTest/math/Rectangle/Rectangle_A03_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A03_t04.dart b/LibTest/math/Rectangle/Rectangle_A03_t04.dart
index 41a39ab..abf86ac 100644
--- a/LibTest/math/Rectangle/Rectangle_A03_t04.dart
+++ b/LibTest/math/Rectangle/Rectangle_A03_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/Rectangle_A04_t01.dart b/LibTest/math/Rectangle/Rectangle_A04_t01.dart
index bdf930f..8c62af8 100644
--- a/LibTest/math/Rectangle/Rectangle_A04_t01.dart
+++ b/LibTest/math/Rectangle/Rectangle_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle(T left, T top, T width, T height)
  * ...
diff --git a/LibTest/math/Rectangle/bottomLeft_A01_t01.dart b/LibTest/math/Rectangle/bottomLeft_A01_t01.dart
index 1e2fb19..85358a2 100644
--- a/LibTest/math/Rectangle/bottomLeft_A01_t01.dart
+++ b/LibTest/math/Rectangle/bottomLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomLeft
  * Point<T> get bottomLeft => new Point<T>(this.left, this.top + this.height);
diff --git a/LibTest/math/Rectangle/bottomLeft_A01_t02.dart b/LibTest/math/Rectangle/bottomLeft_A01_t02.dart
index 9ab1234..60d0d77 100644
--- a/LibTest/math/Rectangle/bottomLeft_A01_t02.dart
+++ b/LibTest/math/Rectangle/bottomLeft_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomLeft
  * Point<T> get bottomLeft => new Point<T>(this.left, this.top + this.height);
diff --git a/LibTest/math/Rectangle/bottomRight_A01_t01.dart b/LibTest/math/Rectangle/bottomRight_A01_t01.dart
index 266247e..1cca72a 100644
--- a/LibTest/math/Rectangle/bottomRight_A01_t01.dart
+++ b/LibTest/math/Rectangle/bottomRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomRight
  * Point<T> get bottomRight =>
diff --git a/LibTest/math/Rectangle/bottomRight_A01_t02.dart b/LibTest/math/Rectangle/bottomRight_A01_t02.dart
index 53e484f..ac9b7ec 100644
--- a/LibTest/math/Rectangle/bottomRight_A01_t02.dart
+++ b/LibTest/math/Rectangle/bottomRight_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> bottomRight
  * Point<T> get bottomRight =>
diff --git a/LibTest/math/Rectangle/bottom_A01_t01.dart b/LibTest/math/Rectangle/bottom_A01_t01.dart
index e48b589..9054243 100644
--- a/LibTest/math/Rectangle/bottom_A01_t01.dart
+++ b/LibTest/math/Rectangle/bottom_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T bottom
  * The y-coordinate of the bottom edge.
diff --git a/LibTest/math/Rectangle/bottom_A01_t02.dart b/LibTest/math/Rectangle/bottom_A01_t02.dart
index 9300d1a..7d94858 100644
--- a/LibTest/math/Rectangle/bottom_A01_t02.dart
+++ b/LibTest/math/Rectangle/bottom_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T bottom
  * The y-coordinate of the bottom edge.
diff --git a/LibTest/math/Rectangle/boundingBox_A01_t01.dart b/LibTest/math/Rectangle/boundingBox_A01_t01.dart
index 616af95..4e0a94a 100644
--- a/LibTest/math/Rectangle/boundingBox_A01_t01.dart
+++ b/LibTest/math/Rectangle/boundingBox_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle<T> boundingBox(Rectangle<T> other)
  * Returns a new rectangle which completely contains this and other.
diff --git a/LibTest/math/Rectangle/boundingBox_A01_t02.dart b/LibTest/math/Rectangle/boundingBox_A01_t02.dart
index f762a08..fe2ec8e 100644
--- a/LibTest/math/Rectangle/boundingBox_A01_t02.dart
+++ b/LibTest/math/Rectangle/boundingBox_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle<T> boundingBox(Rectangle<T> other)
  * Returns a new rectangle which completely contains this and other.
diff --git a/LibTest/math/Rectangle/containsPoint_A01_t01.dart b/LibTest/math/Rectangle/containsPoint_A01_t01.dart
index 8cf9f75..fff19a5 100644
--- a/LibTest/math/Rectangle/containsPoint_A01_t01.dart
+++ b/LibTest/math/Rectangle/containsPoint_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsPoint(Point<num> another)
  * Tests whether another is inside or along the edges of this.
diff --git a/LibTest/math/Rectangle/containsRectangle_A01_t01.dart b/LibTest/math/Rectangle/containsRectangle_A01_t01.dart
index 68e5051..ccb0d14 100644
--- a/LibTest/math/Rectangle/containsRectangle_A01_t01.dart
+++ b/LibTest/math/Rectangle/containsRectangle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool containsRectangle(Rectangle<num> another)
  * Tests whether this entirely contains another.
diff --git a/LibTest/math/Rectangle/hashCode_A01_t01.dart b/LibTest/math/Rectangle/hashCode_A01_t01.dart
index 8bb0e8c..60ef970 100644
--- a/LibTest/math/Rectangle/hashCode_A01_t01.dart
+++ b/LibTest/math/Rectangle/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/Rectangle/hashCode_A01_t02.dart b/LibTest/math/Rectangle/hashCode_A01_t02.dart
index b3116cb..0b26ded 100644
--- a/LibTest/math/Rectangle/hashCode_A01_t02.dart
+++ b/LibTest/math/Rectangle/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/math/Rectangle/height_A01_t01.dart b/LibTest/math/Rectangle/height_A01_t01.dart
index 3e97c0e..9dfdfe2 100644
--- a/LibTest/math/Rectangle/height_A01_t01.dart
+++ b/LibTest/math/Rectangle/height_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T height
  * The height of the rectangle.
diff --git a/LibTest/math/Rectangle/height_A01_t02.dart b/LibTest/math/Rectangle/height_A01_t02.dart
index 3606378..e76e2d5 100644
--- a/LibTest/math/Rectangle/height_A01_t02.dart
+++ b/LibTest/math/Rectangle/height_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T height
  * The height of the rectangle.
diff --git a/LibTest/math/Rectangle/intersection_A01_t01.dart b/LibTest/math/Rectangle/intersection_A01_t01.dart
index 74c413e..d9a9c99 100644
--- a/LibTest/math/Rectangle/intersection_A01_t01.dart
+++ b/LibTest/math/Rectangle/intersection_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Rectangle<T> intersection(Rectangle<T> other)
  * Computes the intersection of this and other.
diff --git a/LibTest/math/Rectangle/intersects_A01_t01.dart b/LibTest/math/Rectangle/intersects_A01_t01.dart
index abac48a..6acd8c6 100644
--- a/LibTest/math/Rectangle/intersects_A01_t01.dart
+++ b/LibTest/math/Rectangle/intersects_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool intersects(Rectangle<num> other)
  * Returns true if this intersects other.
diff --git a/LibTest/math/Rectangle/left_A01_t01.dart b/LibTest/math/Rectangle/left_A01_t01.dart
index aa0ed93..8462527 100644
--- a/LibTest/math/Rectangle/left_A01_t01.dart
+++ b/LibTest/math/Rectangle/left_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T left
  * The x-coordinate of the left edge.
diff --git a/LibTest/math/Rectangle/left_A01_t02.dart b/LibTest/math/Rectangle/left_A01_t02.dart
index ae2ba5f..ad34252 100644
--- a/LibTest/math/Rectangle/left_A01_t02.dart
+++ b/LibTest/math/Rectangle/left_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T left
  * The x-coordinate of the left edge.
diff --git a/LibTest/math/Rectangle/operator_equality_A01_t01.dart b/LibTest/math/Rectangle/operator_equality_A01_t01.dart
index 7d4edac..13fc3a5 100644
--- a/LibTest/math/Rectangle/operator_equality_A01_t01.dart
+++ b/LibTest/math/Rectangle/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/Rectangle/operator_equality_A02_t01.dart b/LibTest/math/Rectangle/operator_equality_A02_t01.dart
index 5820eab..f386c7e 100644
--- a/LibTest/math/Rectangle/operator_equality_A02_t01.dart
+++ b/LibTest/math/Rectangle/operator_equality_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/Rectangle/operator_equality_A03_t01.dart b/LibTest/math/Rectangle/operator_equality_A03_t01.dart
index 1945bb2..1504123 100644
--- a/LibTest/math/Rectangle/operator_equality_A03_t01.dart
+++ b/LibTest/math/Rectangle/operator_equality_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/Rectangle/operator_equality_A04_t01.dart b/LibTest/math/Rectangle/operator_equality_A04_t01.dart
index bd4148b..de34b38 100644
--- a/LibTest/math/Rectangle/operator_equality_A04_t01.dart
+++ b/LibTest/math/Rectangle/operator_equality_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/Rectangle/operator_equality_A05_t01.dart b/LibTest/math/Rectangle/operator_equality_A05_t01.dart
index 0fd1331..a2646f5 100644
--- a/LibTest/math/Rectangle/operator_equality_A05_t01.dart
+++ b/LibTest/math/Rectangle/operator_equality_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/math/Rectangle/right_A01_t01.dart b/LibTest/math/Rectangle/right_A01_t01.dart
index 63bf8a3..f135873 100644
--- a/LibTest/math/Rectangle/right_A01_t01.dart
+++ b/LibTest/math/Rectangle/right_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T right
  * The x-coordinate of the right edge.
diff --git a/LibTest/math/Rectangle/right_A01_t02.dart b/LibTest/math/Rectangle/right_A01_t02.dart
index f654849..ecb3f41 100644
--- a/LibTest/math/Rectangle/right_A01_t02.dart
+++ b/LibTest/math/Rectangle/right_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T right
  * The x-coordinate of the right edge.
diff --git a/LibTest/math/Rectangle/toString_A01_t01.dart b/LibTest/math/Rectangle/toString_A01_t01.dart
index 3df67e0..14ea6b9 100644
--- a/LibTest/math/Rectangle/toString_A01_t01.dart
+++ b/LibTest/math/Rectangle/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/math/Rectangle/topLeft_A01_t01.dart b/LibTest/math/Rectangle/topLeft_A01_t01.dart
index 3dc8896..0381e66 100644
--- a/LibTest/math/Rectangle/topLeft_A01_t01.dart
+++ b/LibTest/math/Rectangle/topLeft_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topLeft
  * Point<T> get topLeft => new Point<T>(this.left, this.top);
diff --git a/LibTest/math/Rectangle/topLeft_A01_t02.dart b/LibTest/math/Rectangle/topLeft_A01_t02.dart
index b987985..5b21196 100644
--- a/LibTest/math/Rectangle/topLeft_A01_t02.dart
+++ b/LibTest/math/Rectangle/topLeft_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topLeft
  * Point<T> get topLeft => new Point<T>(this.left, this.top);
diff --git a/LibTest/math/Rectangle/topRight_A01_t01.dart b/LibTest/math/Rectangle/topRight_A01_t01.dart
index 8d22994..d5743d0 100644
--- a/LibTest/math/Rectangle/topRight_A01_t01.dart
+++ b/LibTest/math/Rectangle/topRight_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topRight
  * Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
diff --git a/LibTest/math/Rectangle/topRight_A01_t02.dart b/LibTest/math/Rectangle/topRight_A01_t02.dart
index 3963ed7..cc757cd 100644
--- a/LibTest/math/Rectangle/topRight_A01_t02.dart
+++ b/LibTest/math/Rectangle/topRight_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Point<T> topRight
  * Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
diff --git a/LibTest/math/Rectangle/top_A01_t01.dart b/LibTest/math/Rectangle/top_A01_t01.dart
index dafdb8e..dd1ab35 100644
--- a/LibTest/math/Rectangle/top_A01_t01.dart
+++ b/LibTest/math/Rectangle/top_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T top
  * The y-coordinate of the left edge.
diff --git a/LibTest/math/Rectangle/top_A01_t02.dart b/LibTest/math/Rectangle/top_A01_t02.dart
index 17ef7ac..cc48ce0 100644
--- a/LibTest/math/Rectangle/top_A01_t02.dart
+++ b/LibTest/math/Rectangle/top_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T top
  * The y-coordinate of the left edge.
diff --git a/LibTest/math/Rectangle/width_A01_t01.dart b/LibTest/math/Rectangle/width_A01_t01.dart
index 9d5d678..009e62e 100644
--- a/LibTest/math/Rectangle/width_A01_t01.dart
+++ b/LibTest/math/Rectangle/width_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T width
  * The width of the rectangle.
diff --git a/LibTest/math/Rectangle/width_A01_t02.dart b/LibTest/math/Rectangle/width_A01_t02.dart
index 1e100e9..4cfaa1a 100644
--- a/LibTest/math/Rectangle/width_A01_t02.dart
+++ b/LibTest/math/Rectangle/width_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T width
  * The width of the rectangle.
diff --git a/LibTest/math/acos_A01_t01.dart b/LibTest/math/acos_A01_t01.dart
index 49b60a0..8833bd4 100644
--- a/LibTest/math/acos_A01_t01.dart
+++ b/LibTest/math/acos_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Converts [x] to a double and returns its arc cosine in radians.
diff --git a/LibTest/math/acos_A01_t02.dart b/LibTest/math/acos_A01_t02.dart
index 4f64c35..3d8ea5d 100644
--- a/LibTest/math/acos_A01_t02.dart
+++ b/LibTest/math/acos_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Converts x to a double and returns its arc cosine in radians.
diff --git a/LibTest/math/acos_A02_t01.dart b/LibTest/math/acos_A02_t01.dart
index c92724f..494ac4f 100644
--- a/LibTest/math/acos_A02_t01.dart
+++ b/LibTest/math/acos_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Returns a value in the range 0..PI, or NaN if [x] is outside the range -1..1.
diff --git a/LibTest/math/acos_A02_t02.dart b/LibTest/math/acos_A02_t02.dart
index 33e2eb1..22ddaa1 100644
--- a/LibTest/math/acos_A02_t02.dart
+++ b/LibTest/math/acos_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Returns a value in the range 0..PI, or NaN if [x] is outside the range -1..1.
diff --git a/LibTest/math/asin_A01_t01.dart b/LibTest/math/asin_A01_t01.dart
index f095a40..b207b5d 100644
--- a/LibTest/math/asin_A01_t01.dart
+++ b/LibTest/math/asin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double asin(num x)
  * Converts [x] to a double and returns its arc sine in radians.
diff --git a/LibTest/math/asin_A01_t02.dart b/LibTest/math/asin_A01_t02.dart
index d1a8526..3f3977b 100644
--- a/LibTest/math/asin_A01_t02.dart
+++ b/LibTest/math/asin_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Converts [x] to a double and returns its arc sine in radians.
diff --git a/LibTest/math/asin_A02_t01.dart b/LibTest/math/asin_A02_t01.dart
index 808e5fd..7560ac3 100644
--- a/LibTest/math/asin_A02_t01.dart
+++ b/LibTest/math/asin_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double asin(num x)
  * Returns a value in the range -PI/2..PI/2, or NaN if [x] is outside the range
diff --git a/LibTest/math/asin_A02_t02.dart b/LibTest/math/asin_A02_t02.dart
index 1d546ba..d3d2f0e 100644
--- a/LibTest/math/asin_A02_t02.dart
+++ b/LibTest/math/asin_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double asin(num x)
  * Returns a value in the range -PI/2..PI/2, or NaN if [x] is outside the range
diff --git a/LibTest/math/atan2_A01_t01.dart b/LibTest/math/atan2_A01_t01.dart
index a068c34..18d41cb 100644
--- a/LibTest/math/atan2_A01_t01.dart
+++ b/LibTest/math/atan2_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * Returns the angle in radians between the positive x-axis and the vector
diff --git a/LibTest/math/atan2_A01_t02.dart b/LibTest/math/atan2_A01_t02.dart
index d130dde..22d9501 100644
--- a/LibTest/math/atan2_A01_t02.dart
+++ b/LibTest/math/atan2_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * Returns the angle in radians between the positive x-axis and the vector
diff --git a/LibTest/math/atan2_A02_t01.dart b/LibTest/math/atan2_A02_t01.dart
index fd47f51..abe7d5c 100644
--- a/LibTest/math/atan2_A02_t01.dart
+++ b/LibTest/math/atan2_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * If [b] is positive, this is the same as atan(b/a).
diff --git a/LibTest/math/atan2_A03_t01.dart b/LibTest/math/atan2_A03_t01.dart
index 873ffc4..6dcf65c 100644
--- a/LibTest/math/atan2_A03_t01.dart
+++ b/LibTest/math/atan2_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * The result is negative when [a] is negative (including when [a] is the
diff --git a/LibTest/math/atan2_A04_t01.dart b/LibTest/math/atan2_A04_t01.dart
index 51e781f..a776ba1 100644
--- a/LibTest/math/atan2_A04_t01.dart
+++ b/LibTest/math/atan2_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * Returns NaN if either argument is NaN.
diff --git a/LibTest/math/atan2_A05_t01.dart b/LibTest/math/atan2_A05_t01.dart
index 8f5c7d9..5e5d17c 100644
--- a/LibTest/math/atan2_A05_t01.dart
+++ b/LibTest/math/atan2_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * A variant of atan.
diff --git a/LibTest/math/atan2_A05_t02.dart b/LibTest/math/atan2_A05_t02.dart
index 70f6dfb..baeb8de 100644
--- a/LibTest/math/atan2_A05_t02.dart
+++ b/LibTest/math/atan2_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan2(num a, num b)
  * A variant of atan.
diff --git a/LibTest/math/atan_A01_t01.dart b/LibTest/math/atan_A01_t01.dart
index cd92aab..a634795 100644
--- a/LibTest/math/atan_A01_t01.dart
+++ b/LibTest/math/atan_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan(num x)
  * Converts [x] to a dobule and returns its arc tangent in radians.
diff --git a/LibTest/math/atan_A01_t02.dart b/LibTest/math/atan_A01_t02.dart
index 7ca49b4..1d56f37 100644
--- a/LibTest/math/atan_A01_t02.dart
+++ b/LibTest/math/atan_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan(num x)
  * Converts [x] to a dobule and returns its arc tangent in radians.
diff --git a/LibTest/math/atan_A01_t03.dart b/LibTest/math/atan_A01_t03.dart
index 3f1d660..586b7b8 100644
--- a/LibTest/math/atan_A01_t03.dart
+++ b/LibTest/math/atan_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double acos(num x)
  * Converts [x] to a dobule and returns its arc tangent in radians.
diff --git a/LibTest/math/atan_A02_t01.dart b/LibTest/math/atan_A02_t01.dart
index f463a7e..1caf90e 100644
--- a/LibTest/math/atan_A02_t01.dart
+++ b/LibTest/math/atan_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double atan(num x)
  * Returns a value in the range -PI/2..PI/2, or NaN if [x] is NaN.
diff --git a/LibTest/math/atan_A02_t02.dart b/LibTest/math/atan_A02_t02.dart
index e618ff0..4279e1f 100644
--- a/LibTest/math/atan_A02_t02.dart
+++ b/LibTest/math/atan_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double asin(num x)
  * Returns a value in the range -PI/2..PI/2, or NaN if [x] is NaN.
diff --git a/LibTest/math/cos_A01_t01.dart b/LibTest/math/cos_A01_t01.dart
index cacaa97..a2d5a08 100644
--- a/LibTest/math/cos_A01_t01.dart
+++ b/LibTest/math/cos_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double cos(num radians)
  * Converts [radians] to a double and returns the cosine of the value.
diff --git a/LibTest/math/cos_A01_t02.dart b/LibTest/math/cos_A01_t02.dart
index 96fe356..da840a8 100644
--- a/LibTest/math/cos_A01_t02.dart
+++ b/LibTest/math/cos_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double cos(num radians)
  * Converts radians to a double and returns the cosine of the value.
diff --git a/LibTest/math/cos_A02_t01.dart b/LibTest/math/cos_A02_t01.dart
index 0beffa4..e25ca16 100644
--- a/LibTest/math/cos_A02_t01.dart
+++ b/LibTest/math/cos_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double cos(num radians)
  * If [radians] is not a finite number, the result is NaN.
diff --git a/LibTest/math/exp_A01_t01.dart b/LibTest/math/exp_A01_t01.dart
index e071ca8..53a6714 100644
--- a/LibTest/math/exp_A01_t01.dart
+++ b/LibTest/math/exp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double exp(num x)
  * Converts [x] to a double and returns the natural exponent, E, to the power
diff --git a/LibTest/math/exp_A01_t02.dart b/LibTest/math/exp_A01_t02.dart
index cf131d2..373ce30 100644
--- a/LibTest/math/exp_A01_t02.dart
+++ b/LibTest/math/exp_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double exp(num x)
  * Converts [x] to a double and returns the natural exponent, E, to the power
diff --git a/LibTest/math/exp_A01_t03.dart b/LibTest/math/exp_A01_t03.dart
index c0b1a46..7b7785b 100644
--- a/LibTest/math/exp_A01_t03.dart
+++ b/LibTest/math/exp_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double exp(num x)
  * TConverts [x] to a double and returns the natural exponent, E, to the power
diff --git a/LibTest/math/exp_A02_t01.dart b/LibTest/math/exp_A02_t01.dart
index b7c35a0..60e46ac 100644
--- a/LibTest/math/exp_A02_t01.dart
+++ b/LibTest/math/exp_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double exp(num x)
  * Returns NaN if [x] is NaN.
diff --git a/LibTest/math/log_A01_t01.dart b/LibTest/math/log_A01_t01.dart
index eeb516a..3d19a85 100644
--- a/LibTest/math/log_A01_t01.dart
+++ b/LibTest/math/log_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double log(num x)
  * Converts [x] to a double and returns the natural logarithm of the value.
diff --git a/LibTest/math/log_A01_t02.dart b/LibTest/math/log_A01_t02.dart
index 1d3638a..da7a745 100644
--- a/LibTest/math/log_A01_t02.dart
+++ b/LibTest/math/log_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double log(num x)
  * Converts [x] to a double and returns the natural logarithm of the value.
diff --git a/LibTest/math/log_A02_t01.dart b/LibTest/math/log_A02_t01.dart
index ad138e1..d8aaa6d 100644
--- a/LibTest/math/log_A02_t01.dart
+++ b/LibTest/math/log_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double log(num x)
  * Returns negative infinity if [x] is equal to zero.
diff --git a/LibTest/math/log_A03_t01.dart b/LibTest/math/log_A03_t01.dart
index a66f1aa..9f8a3c5 100644
--- a/LibTest/math/log_A03_t01.dart
+++ b/LibTest/math/log_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double log(num x)
  * Returns NaN if [x] is NaN or less than zero.
diff --git a/LibTest/math/max_A01_t01.dart b/LibTest/math/max_A01_t01.dart
index b026a26..756fc48 100644
--- a/LibTest/math/max_A01_t01.dart
+++ b/LibTest/math/max_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T max<T extends num>(T a, T b)
  * Returns the larger of two numbers.
diff --git a/LibTest/math/max_A02_t01.dart b/LibTest/math/max_A02_t01.dart
index acfebfe..89ad46c 100644
--- a/LibTest/math/max_A02_t01.dart
+++ b/LibTest/math/max_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T max<T extends num>(T a, T b)
  * Returns NaN if either argument is NaN.
diff --git a/LibTest/math/max_A03_t01.dart b/LibTest/math/max_A03_t01.dart
index c544823..03e41e7 100644
--- a/LibTest/math/max_A03_t01.dart
+++ b/LibTest/math/max_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T max<T extends num>(T a, T b)
  * The larger of -0.0 and 0.0 is 0.0
diff --git a/LibTest/math/min_A01_t01.dart b/LibTest/math/min_A01_t01.dart
index c912dfb..14320d3 100644
--- a/LibTest/math/min_A01_t01.dart
+++ b/LibTest/math/min_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T min<T extends num>(T a, T b)
  * Returns the lesser of two numbers.
diff --git a/LibTest/math/min_A02_t01.dart b/LibTest/math/min_A02_t01.dart
index 64984b9..05daa1a 100644
--- a/LibTest/math/min_A02_t01.dart
+++ b/LibTest/math/min_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T min<T extends num>(T a, T b)
  * Returns NaN if either argument is NaN.
diff --git a/LibTest/math/min_A03_t01.dart b/LibTest/math/min_A03_t01.dart
index 09e3647..f9b521e 100644
--- a/LibTest/math/min_A03_t01.dart
+++ b/LibTest/math/min_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T min<T extends num>(T a, T b)
  * The lesser of -0.0 and 0.0 is -0.0
diff --git a/LibTest/math/pow_A01_t01.dart b/LibTest/math/pow_A01_t01.dart
index 10608f1..feadaa0 100644
--- a/LibTest/math/pow_A01_t01.dart
+++ b/LibTest/math/pow_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * Returns x to the power of exponent.
diff --git a/LibTest/math/pow_A02_t01.dart b/LibTest/math/pow_A02_t01.dart
index 66fcf16..7b9fdda 100644
--- a/LibTest/math/pow_A02_t01.dart
+++ b/LibTest/math/pow_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * If [x] is an int and exponent is a non-negative int, the result is an int,
diff --git a/LibTest/math/pow_A02_t02.dart b/LibTest/math/pow_A02_t02.dart
index b2bb74f..c067de5 100644
--- a/LibTest/math/pow_A02_t02.dart
+++ b/LibTest/math/pow_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * If [x] is an int and exponent is a non-negative int, the result is an int,
diff --git a/LibTest/math/pow_A03_t01.dart b/LibTest/math/pow_A03_t01.dart
index ea78c62..9fb29de 100644
--- a/LibTest/math/pow_A03_t01.dart
+++ b/LibTest/math/pow_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A04_t01.dart b/LibTest/math/pow_A04_t01.dart
index 6d8d543..63d2f03 100644
--- a/LibTest/math/pow_A04_t01.dart
+++ b/LibTest/math/pow_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A05_t01.dart b/LibTest/math/pow_A05_t01.dart
index 0c9da08..bd011d5 100644
--- a/LibTest/math/pow_A05_t01.dart
+++ b/LibTest/math/pow_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A06_t01.dart b/LibTest/math/pow_A06_t01.dart
index 561c499..61986ed 100644
--- a/LibTest/math/pow_A06_t01.dart
+++ b/LibTest/math/pow_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A07_t01.dart b/LibTest/math/pow_A07_t01.dart
index 3e00737..c18cdc8 100644
--- a/LibTest/math/pow_A07_t01.dart
+++ b/LibTest/math/pow_A07_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A08_t01.dart b/LibTest/math/pow_A08_t01.dart
index 1b61f4f..665e34a 100644
--- a/LibTest/math/pow_A08_t01.dart
+++ b/LibTest/math/pow_A08_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A09_t01.dart b/LibTest/math/pow_A09_t01.dart
index 3faaf40..bb264b5 100644
--- a/LibTest/math/pow_A09_t01.dart
+++ b/LibTest/math/pow_A09_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A10_t01.dart b/LibTest/math/pow_A10_t01.dart
index 98df97d..6309e23 100644
--- a/LibTest/math/pow_A10_t01.dart
+++ b/LibTest/math/pow_A10_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A11_t01.dart b/LibTest/math/pow_A11_t01.dart
index df379c4..05d5397 100644
--- a/LibTest/math/pow_A11_t01.dart
+++ b/LibTest/math/pow_A11_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A11_t02.dart b/LibTest/math/pow_A11_t02.dart
index 78852da..923ac19 100644
--- a/LibTest/math/pow_A11_t02.dart
+++ b/LibTest/math/pow_A11_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A12_t01.dart b/LibTest/math/pow_A12_t01.dart
index 25a3092..325b5b1 100644
--- a/LibTest/math/pow_A12_t01.dart
+++ b/LibTest/math/pow_A12_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion pow(x, exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A12_t02.dart b/LibTest/math/pow_A12_t02.dart
index 527c1ad..b886ed3 100644
--- a/LibTest/math/pow_A12_t02.dart
+++ b/LibTest/math/pow_A12_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion pow(x, exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A13_t01.dart b/LibTest/math/pow_A13_t01.dart
index e3442e7..76dab8d 100644
--- a/LibTest/math/pow_A13_t01.dart
+++ b/LibTest/math/pow_A13_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A14_t01.dart b/LibTest/math/pow_A14_t01.dart
index 87e821e..a75501c 100644
--- a/LibTest/math/pow_A14_t01.dart
+++ b/LibTest/math/pow_A14_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A15_t01.dart b/LibTest/math/pow_A15_t01.dart
index 41792e5..ad08a59 100644
--- a/LibTest/math/pow_A15_t01.dart
+++ b/LibTest/math/pow_A15_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A16_t01.dart b/LibTest/math/pow_A16_t01.dart
index 2b89502..8068c6d 100644
--- a/LibTest/math/pow_A16_t01.dart
+++ b/LibTest/math/pow_A16_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/pow_A16_t02.dart b/LibTest/math/pow_A16_t02.dart
index 587f6d7..fe15990 100644
--- a/LibTest/math/pow_A16_t02.dart
+++ b/LibTest/math/pow_A16_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion num pow(num x, num exponent)
  * For doubles, pow(x, y) handles edge cases as follows:
diff --git a/LibTest/math/sin_A01_t01.dart b/LibTest/math/sin_A01_t01.dart
index e6b7eda..b973ceb 100644
--- a/LibTest/math/sin_A01_t01.dart
+++ b/LibTest/math/sin_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sin(num radians)
  * Converts [radians] to a double and returns the sine of the value.
diff --git a/LibTest/math/sin_A01_t02.dart b/LibTest/math/sin_A01_t02.dart
index 72fe203..bba10c0 100644
--- a/LibTest/math/sin_A01_t02.dart
+++ b/LibTest/math/sin_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sin(num radians)
  * Converts [radians] to a double and returns the sine of the value.
diff --git a/LibTest/math/sin_A01_t03.dart b/LibTest/math/sin_A01_t03.dart
index 1dd8067..9849c4a 100644
--- a/LibTest/math/sin_A01_t03.dart
+++ b/LibTest/math/sin_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double cos(num radians)
  * Converts [radians] to a double and returns the sine of the value.
diff --git a/LibTest/math/sin_A02_t01.dart b/LibTest/math/sin_A02_t01.dart
index 5fd52e7..265fd4c 100644
--- a/LibTest/math/sin_A02_t01.dart
+++ b/LibTest/math/sin_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sin(num radians)
  * If [radians] is not a finite number, the result is NaN.
diff --git a/LibTest/math/sqrt_A01_t01.dart b/LibTest/math/sqrt_A01_t01.dart
index 3ada77d..3c715bb 100644
--- a/LibTest/math/sqrt_A01_t01.dart
+++ b/LibTest/math/sqrt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Converts [x] to a double and returns the positive square root of the value.
diff --git a/LibTest/math/sqrt_A01_t02.dart b/LibTest/math/sqrt_A01_t02.dart
index 6f89485..77b0059 100644
--- a/LibTest/math/sqrt_A01_t02.dart
+++ b/LibTest/math/sqrt_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Converts [x] to a double and returns the positive square root of the value.
diff --git a/LibTest/math/sqrt_A01_t03.dart b/LibTest/math/sqrt_A01_t03.dart
index 630c1a3..deb42f4 100644
--- a/LibTest/math/sqrt_A01_t03.dart
+++ b/LibTest/math/sqrt_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Converts [x] to a double and returns the positive square root of the value.
diff --git a/LibTest/math/sqrt_A02_t01.dart b/LibTest/math/sqrt_A02_t01.dart
index b1492f3..8ac15e7 100644
--- a/LibTest/math/sqrt_A02_t01.dart
+++ b/LibTest/math/sqrt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Returns -0.0 if x is -0.0, and NaN if x is otherwise negative or NaN.
diff --git a/LibTest/math/sqrt_A02_t02.dart b/LibTest/math/sqrt_A02_t02.dart
index 24d1459..5d35f66 100644
--- a/LibTest/math/sqrt_A02_t02.dart
+++ b/LibTest/math/sqrt_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Returns -0.0 if x is -0.0, and NaN if x is otherwise negative or NaN.
diff --git a/LibTest/math/sqrt_A02_t03.dart b/LibTest/math/sqrt_A02_t03.dart
index 30fb452..545b889 100644
--- a/LibTest/math/sqrt_A02_t03.dart
+++ b/LibTest/math/sqrt_A02_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double sqrt(num x)
  * Returns -0.0 if x is -0.0, and NaN if x is otherwise negative or NaN.
diff --git a/LibTest/math/tan_A01_t01.dart b/LibTest/math/tan_A01_t01.dart
index 0b547e4..ea3c6a9 100644
--- a/LibTest/math/tan_A01_t01.dart
+++ b/LibTest/math/tan_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double tan(num radians)
  * Converts [radians] to a double and returns the tangent of the value.
diff --git a/LibTest/math/tan_A01_t02.dart b/LibTest/math/tan_A01_t02.dart
index 6b4aa03..39fad4b 100644
--- a/LibTest/math/tan_A01_t02.dart
+++ b/LibTest/math/tan_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double tan(num radians)
  * Converts [radians] to a double and returns the tangent of the value.
diff --git a/LibTest/math/tan_A02_t01.dart b/LibTest/math/tan_A02_t01.dart
index 7361574..973ffff 100644
--- a/LibTest/math/tan_A02_t01.dart
+++ b/LibTest/math/tan_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double tan(num radians)
  * If [radians] is not a finite number, the result is NaN.
diff --git a/LibTest/mirrors/before_class_t01.dart b/LibTest/mirrors/before_class_t01.dart
index 484643a..a22c2e1 100644
--- a/LibTest/mirrors/before_class_t01.dart
+++ b/LibTest/mirrors/before_class_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  class ...
  * @description Check that metadata is allowed before class declaration
diff --git a/LibTest/mirrors/before_ctor_t01.dart b/LibTest/mirrors/before_ctor_t01.dart
index f32d4e6..2148ebc 100644
--- a/LibTest/mirrors/before_ctor_t01.dart
+++ b/LibTest/mirrors/before_ctor_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  constructor ...
  * @description Check that metadata is allowed before class constructor
diff --git a/LibTest/mirrors/before_ctor_t02.dart b/LibTest/mirrors/before_ctor_t02.dart
index 6acabd2..941e6d5 100644
--- a/LibTest/mirrors/before_ctor_t02.dart
+++ b/LibTest/mirrors/before_ctor_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  constructor ...
  * @description Check that metadata is allowed before class constant constructor
diff --git a/LibTest/mirrors/before_export_lib1.dart b/LibTest/mirrors/before_export_lib1.dart
index 1a6dd3c..2242f2f 100644
--- a/LibTest/mirrors/before_export_lib1.dart
+++ b/LibTest/mirrors/before_export_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_export_lib1;
 
diff --git a/LibTest/mirrors/before_export_lib2.dart b/LibTest/mirrors/before_export_lib2.dart
index eac5b07..1913617 100644
--- a/LibTest/mirrors/before_export_lib2.dart
+++ b/LibTest/mirrors/before_export_lib2.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_export_lib2;
 
diff --git a/LibTest/mirrors/before_export_t01.dart b/LibTest/mirrors/before_export_t01.dart
index e935e61..e8207a9 100644
--- a/LibTest/mirrors/before_export_t01.dart
+++ b/LibTest/mirrors/before_export_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  export ...
  * @description Check that metadata is allowed before export directive
diff --git a/LibTest/mirrors/before_factory_t01.dart b/LibTest/mirrors/before_factory_t01.dart
index c3571c8..44d9d11 100644
--- a/LibTest/mirrors/before_factory_t01.dart
+++ b/LibTest/mirrors/before_factory_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  factory ...
  * @description Check that metadata is allowed before class factory
diff --git a/LibTest/mirrors/before_function_t01.dart b/LibTest/mirrors/before_function_t01.dart
index 691ea1b..224d958 100644
--- a/LibTest/mirrors/before_function_t01.dart
+++ b/LibTest/mirrors/before_function_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before function
diff --git a/LibTest/mirrors/before_function_t02.dart b/LibTest/mirrors/before_function_t02.dart
index 1cd40fb..47e5e63 100644
--- a/LibTest/mirrors/before_function_t02.dart
+++ b/LibTest/mirrors/before_function_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before instance method
diff --git a/LibTest/mirrors/before_function_t03.dart b/LibTest/mirrors/before_function_t03.dart
index 3ee6ab8..1e0c590 100644
--- a/LibTest/mirrors/before_function_t03.dart
+++ b/LibTest/mirrors/before_function_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before static method
diff --git a/LibTest/mirrors/before_function_t04.dart b/LibTest/mirrors/before_function_t04.dart
index 11882d5..68cb359 100644
--- a/LibTest/mirrors/before_function_t04.dart
+++ b/LibTest/mirrors/before_function_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before getter
diff --git a/LibTest/mirrors/before_function_t05.dart b/LibTest/mirrors/before_function_t05.dart
index 10baa5d..aa156d7 100644
--- a/LibTest/mirrors/before_function_t05.dart
+++ b/LibTest/mirrors/before_function_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before static getter
diff --git a/LibTest/mirrors/before_function_t06.dart b/LibTest/mirrors/before_function_t06.dart
index 9a55795..fc0504a 100644
--- a/LibTest/mirrors/before_function_t06.dart
+++ b/LibTest/mirrors/before_function_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before setter
diff --git a/LibTest/mirrors/before_function_t07.dart b/LibTest/mirrors/before_function_t07.dart
index b540b1b..c639206 100644
--- a/LibTest/mirrors/before_function_t07.dart
+++ b/LibTest/mirrors/before_function_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  function ...
  * @description Check that metadata is allowed before static setter
diff --git a/LibTest/mirrors/before_import_lib1.dart b/LibTest/mirrors/before_import_lib1.dart
index 1a947bb..1a0d8b6 100644
--- a/LibTest/mirrors/before_import_lib1.dart
+++ b/LibTest/mirrors/before_import_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_import_lib1;
 
diff --git a/LibTest/mirrors/before_import_lib2.dart b/LibTest/mirrors/before_import_lib2.dart
index 0c6c1ec..83d448f 100644
--- a/LibTest/mirrors/before_import_lib2.dart
+++ b/LibTest/mirrors/before_import_lib2.dart
@@ -1,7 +1,6 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_import_lib2;
diff --git a/LibTest/mirrors/before_import_t01.dart b/LibTest/mirrors/before_import_t01.dart
index 9bb3e21..85c3663 100644
--- a/LibTest/mirrors/before_import_t01.dart
+++ b/LibTest/mirrors/before_import_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  an import ...
  * @description Check that metadata is allowed before import directive
diff --git a/LibTest/mirrors/before_library_lib1.dart b/LibTest/mirrors/before_library_lib1.dart
index 48d96ad..22d9740 100644
--- a/LibTest/mirrors/before_library_lib1.dart
+++ b/LibTest/mirrors/before_library_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 @Deprecated('before_library_lib1')
 library before_library_lib1;
diff --git a/LibTest/mirrors/before_library_t01.dart b/LibTest/mirrors/before_library_t01.dart
index e2a923b..a331247 100644
--- a/LibTest/mirrors/before_library_t01.dart
+++ b/LibTest/mirrors/before_library_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before a library, ...
  * @description Check that metadata is allowed before library token.
diff --git a/LibTest/mirrors/before_param_t01.dart b/LibTest/mirrors/before_param_t01.dart
index df1b0b9..2c5b167 100644
--- a/LibTest/mirrors/before_param_t01.dart
+++ b/LibTest/mirrors/before_param_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before class constructor
diff --git a/LibTest/mirrors/before_param_t02.dart b/LibTest/mirrors/before_param_t02.dart
index 1ff2800..dda74d5 100644
--- a/LibTest/mirrors/before_param_t02.dart
+++ b/LibTest/mirrors/before_param_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before class constant constructor
diff --git a/LibTest/mirrors/before_param_t03.dart b/LibTest/mirrors/before_param_t03.dart
index aa924d0..f7b308c 100644
--- a/LibTest/mirrors/before_param_t03.dart
+++ b/LibTest/mirrors/before_param_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before class factory constructor
diff --git a/LibTest/mirrors/before_param_t04.dart b/LibTest/mirrors/before_param_t04.dart
index f246353..3b1bbba 100644
--- a/LibTest/mirrors/before_param_t04.dart
+++ b/LibTest/mirrors/before_param_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before function parameter
diff --git a/LibTest/mirrors/before_param_t05.dart b/LibTest/mirrors/before_param_t05.dart
index cb0170f..91aa625 100644
--- a/LibTest/mirrors/before_param_t05.dart
+++ b/LibTest/mirrors/before_param_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before instance method parameter
diff --git a/LibTest/mirrors/before_param_t06.dart b/LibTest/mirrors/before_param_t06.dart
index 3748fa3..7bc3203 100644
--- a/LibTest/mirrors/before_param_t06.dart
+++ b/LibTest/mirrors/before_param_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before static method parameter
diff --git a/LibTest/mirrors/before_param_t07.dart b/LibTest/mirrors/before_param_t07.dart
index 94b36d7..9f6ab38 100644
--- a/LibTest/mirrors/before_param_t07.dart
+++ b/LibTest/mirrors/before_param_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before setter parameter
diff --git a/LibTest/mirrors/before_param_t08.dart b/LibTest/mirrors/before_param_t08.dart
index a3c1961..2fa1436 100644
--- a/LibTest/mirrors/before_param_t08.dart
+++ b/LibTest/mirrors/before_param_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before static setter parameter
diff --git a/LibTest/mirrors/before_param_t09.dart b/LibTest/mirrors/before_param_t09.dart
index da2c0f7..485271e 100644
--- a/LibTest/mirrors/before_param_t09.dart
+++ b/LibTest/mirrors/before_param_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  parameter ...
  * @description Check that metadata is allowed before typedef declaration
diff --git a/LibTest/mirrors/before_part_directive_lib1.dart b/LibTest/mirrors/before_part_directive_lib1.dart
index be9d042..81730e3 100644
--- a/LibTest/mirrors/before_part_directive_lib1.dart
+++ b/LibTest/mirrors/before_part_directive_lib1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 
 library before_part_directive_lib1;
 
diff --git a/LibTest/mirrors/before_part_directive_lib1_p1.dart b/LibTest/mirrors/before_part_directive_lib1_p1.dart
index ad1ad90..d57a756 100644
--- a/LibTest/mirrors/before_part_directive_lib1_p1.dart
+++ b/LibTest/mirrors/before_part_directive_lib1_p1.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 
 part of before_part_directive_lib1;
 
diff --git a/LibTest/mirrors/before_part_directive_t01.dart b/LibTest/mirrors/before_part_directive_t01.dart
index 221615c..7c60ce5 100644
--- a/LibTest/mirrors/before_part_directive_t01.dart
+++ b/LibTest/mirrors/before_part_directive_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...   part directive ...
  * @description Check that metadata is allowed before part directive
diff --git a/LibTest/mirrors/before_type_param_t01.dart b/LibTest/mirrors/before_type_param_t01.dart
index e639c8f..ae64c4c 100644
--- a/LibTest/mirrors/before_type_param_t01.dart
+++ b/LibTest/mirrors/before_type_param_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  type parameter ...
  * @description Check that metadata is allowed before type parameter declaration
diff --git a/LibTest/mirrors/before_typedef_t01.dart b/LibTest/mirrors/before_typedef_t01.dart
index a9ec51d..67e166e 100644
--- a/LibTest/mirrors/before_typedef_t01.dart
+++ b/LibTest/mirrors/before_typedef_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  typedef ...
  * @description Check that metadata is allowed before typedef declaration
diff --git a/LibTest/mirrors/before_variable_t01.dart b/LibTest/mirrors/before_variable_t01.dart
index abc5347..9bbe5b1 100644
--- a/LibTest/mirrors/before_variable_t01.dart
+++ b/LibTest/mirrors/before_variable_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  variable declaration ...
  * @description Check that metadata is allowed before variable declaration
diff --git a/LibTest/mirrors/before_variable_t02.dart b/LibTest/mirrors/before_variable_t02.dart
index eef1754..7c7c7ea 100644
--- a/LibTest/mirrors/before_variable_t02.dart
+++ b/LibTest/mirrors/before_variable_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Metadata can appear before  ...  variable declaration ...
  * @description Check that metadata is allowed before variable declared in
diff --git a/LibTest/mirrors/compilation_t01.dart b/LibTest/mirrors/compilation_t01.dart
index eb2c4c3..02c9bec 100644
--- a/LibTest/mirrors/compilation_t01.dart
+++ b/LibTest/mirrors/compilation_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t02.dart b/LibTest/mirrors/compilation_t02.dart
index 91ee982..8bd9e68 100644
--- a/LibTest/mirrors/compilation_t02.dart
+++ b/LibTest/mirrors/compilation_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t03.dart b/LibTest/mirrors/compilation_t03.dart
index 51eaf7b..09e1b5b 100644
--- a/LibTest/mirrors/compilation_t03.dart
+++ b/LibTest/mirrors/compilation_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t04.dart b/LibTest/mirrors/compilation_t04.dart
index 257b6c1..ddbc714 100644
--- a/LibTest/mirrors/compilation_t04.dart
+++ b/LibTest/mirrors/compilation_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t05.dart b/LibTest/mirrors/compilation_t05.dart
index eb5aee0..83b1112 100644
--- a/LibTest/mirrors/compilation_t05.dart
+++ b/LibTest/mirrors/compilation_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t06.dart b/LibTest/mirrors/compilation_t06.dart
index ac6fedc..d0f72de 100644
--- a/LibTest/mirrors/compilation_t06.dart
+++ b/LibTest/mirrors/compilation_t06.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t07.dart b/LibTest/mirrors/compilation_t07.dart
index 4874f78..dec9f10 100644
--- a/LibTest/mirrors/compilation_t07.dart
+++ b/LibTest/mirrors/compilation_t07.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t08.dart b/LibTest/mirrors/compilation_t08.dart
index a16195e..676fc54 100644
--- a/LibTest/mirrors/compilation_t08.dart
+++ b/LibTest/mirrors/compilation_t08.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t09.dart b/LibTest/mirrors/compilation_t09.dart
index 99870e1..2f9c736 100644
--- a/LibTest/mirrors/compilation_t09.dart
+++ b/LibTest/mirrors/compilation_t09.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t10.dart b/LibTest/mirrors/compilation_t10.dart
index 90f13a9..367af2c 100644
--- a/LibTest/mirrors/compilation_t10.dart
+++ b/LibTest/mirrors/compilation_t10.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/mirrors/compilation_t11.dart b/LibTest/mirrors/compilation_t11.dart
index 81d6443..68871c0 100644
--- a/LibTest/mirrors/compilation_t11.dart
+++ b/LibTest/mirrors/compilation_t11.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion It is a compile time error if the expression is not one of the
  * following:
diff --git a/LibTest/typed_data/ByteBuffer/asByteData_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asByteData_A01_t01.dart
index cd2f1bc..216dfae 100644
--- a/LibTest/typed_data/ByteBuffer/asByteData_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asByteData_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteData asByteData([int offsetInBytes = 0, int length ])
  * Creates a ByteData view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asByteData_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asByteData_A02_t01.dart
index 5f23276..e289d92 100644
--- a/LibTest/typed_data/ByteBuffer/asByteData_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asByteData_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteData asByteData([int offsetInBytes = 0, int length ])
  * Creates a ByteData view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asByteData_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asByteData_A03_t01.dart
index e439890..7b7d815 100644
--- a/LibTest/typed_data/ByteBuffer/asByteData_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asByteData_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  ByteData asByteData([int offsetInBytes = 0, int length ])
  * Creates a ByteData view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32List_A01_t01.dart
index 2bb932f..680c1c8 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List asFloat32List([int offsetInBytes = 0, int length ])
  * Creates a Float32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32List_A02_t01.dart
index 10424a6..900384b 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List asFloat32List([int offsetInBytes = 0, int length ])
  * Creates a Float32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32List_A03_t01.dart
index 38a689b..5dd3833 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List asFloat32List([int offsetInBytes = 0, int length ])
  * Creates a Float32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A01_t01.dart
index 61511de..a8601d6 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List asFloat32x4List([int offsetInBytes = 0, int length])
  * Creates a Float32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A02_t01.dart
index 251e809..4921286 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List asFloat32List([int offsetInBytes = 0, int length ])
  * Creates a Float32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A03_t01.dart
index 2050d06..433ad51 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat32x4List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat32x4List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List asFloat32List([int offsetInBytes = 0, int length ])
  * Creates a Float32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64List_A01_t01.dart
index f033cbe..a80c093 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Float64List asFloat64List([int offsetInBytes = 0, int length ])
  * Creates a Float64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64List_A02_t01.dart
index aae8b8c..d2fc2e5 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Float64List asFloat64List([int offsetInBytes = 0, int length ])
  * Creates a Float64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64List_A03_t01.dart
index aed975c..ed94822 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Float64List asFloat64List([int offsetInBytes = 0, int length ])
  * Creates a Float64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A01_t01.dart
index beb62cf..13d2d66 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List asFloat64x2List([int offsetInBytes = 0, int length])
  * Creates a Float64x2List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A02_t01.dart
index 3645086..cf93ed4 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List asFloat64x2List([int offsetInBytes = 0, int length])
  * Creates a Float64x2List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A03_t01.dart
index 9ae1a87..b8eb6bb 100644
--- a/LibTest/typed_data/ByteBuffer/asFloat64x2List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asFloat64x2List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List asFloat64x2List([int offsetInBytes = 0, int length])
  * Creates a Float64x2List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt16List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asInt16List_A01_t01.dart
index 929b814..9d10cb5 100644
--- a/LibTest/typed_data/ByteBuffer/asInt16List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt16List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List asInt16List([int offsetInBytes = 0, int length ])
  * Creates a Int16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt16List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asInt16List_A02_t01.dart
index fb1f957..667db7c 100644
--- a/LibTest/typed_data/ByteBuffer/asInt16List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt16List_A02_t01.dart
@@ -1,8 +1,7 @@
- /*
- * 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.
- */
+ // 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.
+
 /**
  * @assertion Int16List asInt16List([int offsetInBytes = 0, int length ])
  * Creates a Int16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt16List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asInt16List_A03_t01.dart
index 5bfa445..aa81b22 100644
--- a/LibTest/typed_data/ByteBuffer/asInt16List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt16List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List asInt16List([int offsetInBytes = 0, int length ])
  * Creates a Int16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32List_A01_t01.dart
index 44954b1..90d26ac 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List asInt32List([int offsetInBytes = 0, int length ])
  * Creates a Int32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32List_A02_t01.dart
index 12b8b2a..ff51024 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List asInt32List([int offsetInBytes = 0, int length ])
  * Creates a Int32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32List_A03_t01.dart
index c926bcb..e7bc24a 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List asInt32List([int offsetInBytes = 0, int length ])
  * Creates a Int32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32x4List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32x4List_A01_t01.dart
index 74ce964..445318c 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32x4List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32x4List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List asInt32x4List([int offsetInBytes = 0, int length ])
  * Creates a Int32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32x4List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32x4List_A02_t01.dart
index 0b66810..c6f0d05 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32x4List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32x4List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List asInt32x4List([int offsetInBytes = 0, int length ])
  * Creates a Int32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt32x4List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asInt32x4List_A03_t01.dart
index 9f7f440..89f638b 100644
--- a/LibTest/typed_data/ByteBuffer/asInt32x4List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt32x4List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List asInt32x4List([int offsetInBytes = 0, int length ])
  * Creates a Int32x4List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt64List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asInt64List_A01_t01.dart
index 533935b..1bff8b5 100644
--- a/LibTest/typed_data/ByteBuffer/asInt64List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List asInt64List([int offsetInBytes = 0, int length ])
  * Creates a Int64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt64List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asInt64List_A02_t01.dart
index 6c234c7..8241f63 100644
--- a/LibTest/typed_data/ByteBuffer/asInt64List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List asInt64List([int offsetInBytes = 0, int length ])
  * Creates a Int64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt64List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asInt64List_A03_t01.dart
index 9a42a23..9a12310 100644
--- a/LibTest/typed_data/ByteBuffer/asInt64List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt64List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List asInt64List([int offsetInBytes = 0, int length ])
  * Creates a Int64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt8List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asInt8List_A01_t01.dart
index 3f4974b..9be8600 100644
--- a/LibTest/typed_data/ByteBuffer/asInt8List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt8List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List asInt8List([int offsetInBytes = 0, int length ])
  * Creates a Int8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt8List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asInt8List_A02_t01.dart
index 30c240b..f05f3c5 100644
--- a/LibTest/typed_data/ByteBuffer/asInt8List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt8List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List asInt8List([int offsetInBytes = 0, int length ])
  * Creates a Int8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asInt8List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asInt8List_A03_t01.dart
index cccbeb1..2159a50 100644
--- a/LibTest/typed_data/ByteBuffer/asInt8List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asInt8List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List asInt8List([int offsetInBytes = 0, int length ])
  * Creates a Int8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint16List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asUint16List_A01_t01.dart
index 2669520..22fdf2e 100644
--- a/LibTest/typed_data/ByteBuffer/asUint16List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint16List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List asUint16List([int offsetInBytes = 0, int length ])
  * Creates a Uint16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint16List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asUint16List_A02_t01.dart
index 07b8e36..ca988bb 100644
--- a/LibTest/typed_data/ByteBuffer/asUint16List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint16List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List asUint16List([int offsetInBytes = 0, int length ])
  * Creates a Uint16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint16List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asUint16List_A03_t01.dart
index 8f63960..3dc9140 100644
--- a/LibTest/typed_data/ByteBuffer/asUint16List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint16List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List asUint16List([int offsetInBytes = 0, int length ])
  * Creates a Uint16List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint32List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asUint32List_A01_t01.dart
index 4caf4ee..4b73a53 100644
--- a/LibTest/typed_data/ByteBuffer/asUint32List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List asUint32List([int offsetInBytes = 0, int length ])
  * Creates a Uint32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint32List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asUint32List_A02_t01.dart
index a4ccb12..9f6306f 100644
--- a/LibTest/typed_data/ByteBuffer/asUint32List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List asUint32List([int offsetInBytes = 0, int length ])
  * Creates a Uint32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint32List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asUint32List_A03_t01.dart
index 9d2b1c6..0edb184 100644
--- a/LibTest/typed_data/ByteBuffer/asUint32List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint32List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List asUint32List([int offsetInBytes = 0, int length ])
  * Creates a Uint32List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint64List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asUint64List_A01_t01.dart
index 5a5283c..1834f49 100644
--- a/LibTest/typed_data/ByteBuffer/asUint64List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List asUint64List([int offsetInBytes = 0, int length ])
  * Creates a Uint64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint64List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asUint64List_A02_t01.dart
index 6f684ef..2375dd3 100644
--- a/LibTest/typed_data/ByteBuffer/asUint64List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List asUint64List([int offsetInBytes = 0, int length ])
  * Creates a Uint64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint64List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asUint64List_A03_t01.dart
index 597b576..222995e 100644
--- a/LibTest/typed_data/ByteBuffer/asUint64List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint64List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List asUint64List([int offsetInBytes = 0, int length ])
  * Creates a Uint64List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A01_t01.dart
index 95ece81..6a5fd89 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList asUint8ClampedList([
diff --git a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A02_t01.dart
index a15b090..48106b6 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList asUint8ClampedList([
diff --git a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A03_t01.dart
index 33e321c..3c20c6f 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8ClampedList_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList asUint8ClampedList([
diff --git a/LibTest/typed_data/ByteBuffer/asUint8List_A01_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8List_A01_t01.dart
index f9c8682..e77e73c 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8List_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List asUint8List([int offsetInBytes = 0, int length ])
  * Creates a Uint8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint8List_A02_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8List_A02_t01.dart
index 0c648eb..9569847 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8List_A02_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List asUint8List([int offsetInBytes = 0, int length ])
  * Creates a Uint8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/asUint8List_A03_t01.dart b/LibTest/typed_data/ByteBuffer/asUint8List_A03_t01.dart
index 66339d3..0fd1db8 100644
--- a/LibTest/typed_data/ByteBuffer/asUint8List_A03_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/asUint8List_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List asUint8List([int offsetInBytes = 0, int length ])
  * Creates a Uint8List view of a region of this byte buffer.
diff --git a/LibTest/typed_data/ByteBuffer/hashCode_A01_t01.dart b/LibTest/typed_data/ByteBuffer/hashCode_A01_t01.dart
index 61a96d8..40eabfc 100644
--- a/LibTest/typed_data/ByteBuffer/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. Hash codes are guaranteed to be
diff --git a/LibTest/typed_data/ByteBuffer/hashCode_A01_t02.dart b/LibTest/typed_data/ByteBuffer/hashCode_A01_t02.dart
index 092d4ca..b01077d 100644
--- a/LibTest/typed_data/ByteBuffer/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/ByteBuffer/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. Hash codes are guaranteed to be
diff --git a/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t01.dart b/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t01.dart
index 4a2edcf..83fa735 100644
--- a/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t02.dart b/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t02.dart
index 057759a..f84d68e 100644
--- a/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/ByteBuffer/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/ByteBuffer/operator_equality_A01_t01.dart b/LibTest/typed_data/ByteBuffer/operator_equality_A01_t01.dart
index 70c571c..99602b0 100644
--- a/LibTest/typed_data/ByteBuffer/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/ByteBuffer/runtimeType_A01_t01.dart b/LibTest/typed_data/ByteBuffer/runtimeType_A01_t01.dart
index 6b28b3e..92ca00e 100644
--- a/LibTest/typed_data/ByteBuffer/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/ByteBuffer/runtimeType_A01_t02.dart b/LibTest/typed_data/ByteBuffer/runtimeType_A01_t02.dart
index b5276bb..0f58088 100644
--- a/LibTest/typed_data/ByteBuffer/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/ByteBuffer/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/ByteBuffer/toString_A01_t01.dart b/LibTest/typed_data/ByteBuffer/toString_A01_t01.dart
index 488519b..e904c9a 100644
--- a/LibTest/typed_data/ByteBuffer/toString_A01_t01.dart
+++ b/LibTest/typed_data/ByteBuffer/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A01_t01.dart b/LibTest/typed_data/ByteData/ByteData.view_A01_t01.dart
index ad50577..68ac018 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A01_t02.dart b/LibTest/typed_data/ByteData/ByteData.view_A01_t02.dart
index c58a59a..42fa21e 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A02_t01.dart b/LibTest/typed_data/ByteData/ByteData.view_A02_t01.dart
index a238562..d15bf88 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A03_t01.dart b/LibTest/typed_data/ByteData/ByteData.view_A03_t01.dart
index 37c0266..54fe7b1 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A03_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A04_t01.dart b/LibTest/typed_data/ByteData/ByteData.view_A04_t01.dart
index 1dad610..3796ac8 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A04_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A05_t01.dart b/LibTest/typed_data/ByteData/ByteData.view_A05_t01.dart
index 62ec15b..7cb95ca 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A05_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A05_t02.dart b/LibTest/typed_data/ByteData/ByteData.view_A05_t02.dart
index 4c19e02..2738a73 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A05_t02.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData.view_A05_t03.dart b/LibTest/typed_data/ByteData/ByteData.view_A05_t03.dart
index 8cd41e7..53972c0 100644
--- a/LibTest/typed_data/ByteData/ByteData.view_A05_t03.dart
+++ b/LibTest/typed_data/ByteData/ByteData.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * ByteData.view(
diff --git a/LibTest/typed_data/ByteData/ByteData_A01_t01.dart b/LibTest/typed_data/ByteData/ByteData_A01_t01.dart
index 47cfd76..6e6fff6 100644
--- a/LibTest/typed_data/ByteData/ByteData_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteData(int length)
  * Creates a [ByteData] of the specified length (in elements), all of whose bytes
diff --git a/LibTest/typed_data/ByteData/ByteData_A01_t02.dart b/LibTest/typed_data/ByteData/ByteData_A01_t02.dart
index 585d2d0..f05d846 100644
--- a/LibTest/typed_data/ByteData/ByteData_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/ByteData_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteData(int length)
  * Creates a [ByteData] of the specified length (in elements), all of whose bytes
diff --git a/LibTest/typed_data/ByteData/ByteData_A02_t01.dart b/LibTest/typed_data/ByteData/ByteData_A02_t01.dart
index bc1b807..a87e98b 100644
--- a/LibTest/typed_data/ByteData/ByteData_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/ByteData_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteData(int length)
  * Creates a ByteData of the specified [length] (in elements), all of whose
diff --git a/LibTest/typed_data/ByteData/buffer_A01_t01.dart b/LibTest/typed_data/ByteData/buffer_A01_t01.dart
index 85d7c96..3e3f004 100644
--- a/LibTest/typed_data/ByteData/buffer_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/ByteData/buffer_A01_t02.dart b/LibTest/typed_data/ByteData/buffer_A01_t02.dart
index 8abbf76..a2cb2e1 100644
--- a/LibTest/typed_data/ByteData/buffer_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01.dart
index 91a7f1b..dae28b6 100644
--- a/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t02.dart
index 14e3813..81f46f1 100644
--- a/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/ByteData/getFloat32_A01_t01.dart b/LibTest/typed_data/ByteData/getFloat32_A01_t01.dart
index 9ea861e..c6fe512 100644
--- a/LibTest/typed_data/ByteData/getFloat32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getFloat32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat32(
diff --git a/LibTest/typed_data/ByteData/getFloat32_A02_t01.dart b/LibTest/typed_data/ByteData/getFloat32_A02_t01.dart
index a51382f..bf5939b 100644
--- a/LibTest/typed_data/ByteData/getFloat32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getFloat32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat32(
diff --git a/LibTest/typed_data/ByteData/getFloat32_A02_t02.dart b/LibTest/typed_data/ByteData/getFloat32_A02_t02.dart
index c07250a..f0f9785 100644
--- a/LibTest/typed_data/ByteData/getFloat32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getFloat32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat32(
diff --git a/LibTest/typed_data/ByteData/getFloat64_A01_t01.dart b/LibTest/typed_data/ByteData/getFloat64_A01_t01.dart
index a196ca0..0b6bea8 100644
--- a/LibTest/typed_data/ByteData/getFloat64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getFloat64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat64(
diff --git a/LibTest/typed_data/ByteData/getFloat64_A02_t01.dart b/LibTest/typed_data/ByteData/getFloat64_A02_t01.dart
index c605725..64f4a0b 100644
--- a/LibTest/typed_data/ByteData/getFloat64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getFloat64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat64(
diff --git a/LibTest/typed_data/ByteData/getFloat64_A02_t02.dart b/LibTest/typed_data/ByteData/getFloat64_A02_t02.dart
index 90dbf5b..6526548 100644
--- a/LibTest/typed_data/ByteData/getFloat64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getFloat64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * double getFloat64(
diff --git a/LibTest/typed_data/ByteData/getInt16_A01_t01.dart b/LibTest/typed_data/ByteData/getInt16_A01_t01.dart
index 2c38cb4..4592596 100644
--- a/LibTest/typed_data/ByteData/getInt16_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt16(
diff --git a/LibTest/typed_data/ByteData/getInt16_A02_t01.dart b/LibTest/typed_data/ByteData/getInt16_A02_t01.dart
index 435d5f9..252f8ea 100644
--- a/LibTest/typed_data/ByteData/getInt16_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  * int getInt16(
diff --git a/LibTest/typed_data/ByteData/getInt16_A02_t02.dart b/LibTest/typed_data/ByteData/getInt16_A02_t02.dart
index 0ca427a..9b77478 100644
--- a/LibTest/typed_data/ByteData/getInt16_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getInt16_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  *  * int getInt16(
diff --git a/LibTest/typed_data/ByteData/getInt32_A01_t01.dart b/LibTest/typed_data/ByteData/getInt32_A01_t01.dart
index 110aa52..2c7a43f 100644
--- a/LibTest/typed_data/ByteData/getInt32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt32(
diff --git a/LibTest/typed_data/ByteData/getInt32_A02_t01.dart b/LibTest/typed_data/ByteData/getInt32_A02_t01.dart
index 16817bb..cc97b15 100644
--- a/LibTest/typed_data/ByteData/getInt32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt32(
diff --git a/LibTest/typed_data/ByteData/getInt32_A02_t02.dart b/LibTest/typed_data/ByteData/getInt32_A02_t02.dart
index 8b299ad..88111c7 100644
--- a/LibTest/typed_data/ByteData/getInt32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getInt32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt32(
diff --git a/LibTest/typed_data/ByteData/getInt64_A01_t01.dart b/LibTest/typed_data/ByteData/getInt64_A01_t01.dart
index 57baec0..82927ed 100644
--- a/LibTest/typed_data/ByteData/getInt64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt64(
diff --git a/LibTest/typed_data/ByteData/getInt64_A02_t01.dart b/LibTest/typed_data/ByteData/getInt64_A02_t01.dart
index bb7f9e4..f5ab9bf 100644
--- a/LibTest/typed_data/ByteData/getInt64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt64(
diff --git a/LibTest/typed_data/ByteData/getInt64_A02_t02.dart b/LibTest/typed_data/ByteData/getInt64_A02_t02.dart
index 13de5e2..8bcf302 100644
--- a/LibTest/typed_data/ByteData/getInt64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getInt64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getInt64(
diff --git a/LibTest/typed_data/ByteData/getInt8_A01_t01.dart b/LibTest/typed_data/ByteData/getInt8_A01_t01.dart
index 24509a3..85e226e 100644
--- a/LibTest/typed_data/ByteData/getInt8_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getInt8(int byteOffset)
  * Returns the (possibly negative) integer represented by the byte at the
diff --git a/LibTest/typed_data/ByteData/getInt8_A02_t01.dart b/LibTest/typed_data/ByteData/getInt8_A02_t01.dart
index c42bf86..85d0cac 100644
--- a/LibTest/typed_data/ByteData/getInt8_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getInt8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getInt8(int byteOffset)
  * ...
diff --git a/LibTest/typed_data/ByteData/getInt8_A02_t02.dart b/LibTest/typed_data/ByteData/getInt8_A02_t02.dart
index ba02735..f4e4a35 100644
--- a/LibTest/typed_data/ByteData/getInt8_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getInt8_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getInt8(int byteOffset)
  * ...
diff --git a/LibTest/typed_data/ByteData/getUint16_A01_t01.dart b/LibTest/typed_data/ByteData/getUint16_A01_t01.dart
index bef7ff8..95514a2 100644
--- a/LibTest/typed_data/ByteData/getUint16_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint16(
diff --git a/LibTest/typed_data/ByteData/getUint16_A02_t01.dart b/LibTest/typed_data/ByteData/getUint16_A02_t01.dart
index 72b323e..26b9403 100644
--- a/LibTest/typed_data/ByteData/getUint16_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint16(
diff --git a/LibTest/typed_data/ByteData/getUint16_A02_t02.dart b/LibTest/typed_data/ByteData/getUint16_A02_t02.dart
index 32fefcb..f75b172 100644
--- a/LibTest/typed_data/ByteData/getUint16_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getUint16_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint16(
diff --git a/LibTest/typed_data/ByteData/getUint32_A01_t01.dart b/LibTest/typed_data/ByteData/getUint32_A01_t01.dart
index 42b84f8..602aebd 100644
--- a/LibTest/typed_data/ByteData/getUint32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint32(
diff --git a/LibTest/typed_data/ByteData/getUint32_A02_t01.dart b/LibTest/typed_data/ByteData/getUint32_A02_t01.dart
index bb544e5..b319767 100644
--- a/LibTest/typed_data/ByteData/getUint32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint32(
diff --git a/LibTest/typed_data/ByteData/getUint32_A02_t02.dart b/LibTest/typed_data/ByteData/getUint32_A02_t02.dart
index 2ed0d78..14d4872 100644
--- a/LibTest/typed_data/ByteData/getUint32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getUint32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint32(
diff --git a/LibTest/typed_data/ByteData/getUint64_A01_t01.dart b/LibTest/typed_data/ByteData/getUint64_A01_t01.dart
index 86f45b7..7e18e39 100644
--- a/LibTest/typed_data/ByteData/getUint64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint64(
diff --git a/LibTest/typed_data/ByteData/getUint64_A02_t01.dart b/LibTest/typed_data/ByteData/getUint64_A02_t01.dart
index 11ad2dc..8079363 100644
--- a/LibTest/typed_data/ByteData/getUint64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint64(
diff --git a/LibTest/typed_data/ByteData/getUint64_A02_t02.dart b/LibTest/typed_data/ByteData/getUint64_A02_t02.dart
index 2beee38..8785be4 100644
--- a/LibTest/typed_data/ByteData/getUint64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getUint64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * int getUint64(
diff --git a/LibTest/typed_data/ByteData/getUint8_A01_t01.dart b/LibTest/typed_data/ByteData/getUint8_A01_t01.dart
index 86d6f4a..e93610f 100644
--- a/LibTest/typed_data/ByteData/getUint8_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getUint8(int byteOffset)
  * Returns the positive integer represented by the byte at the specified
diff --git a/LibTest/typed_data/ByteData/getUint8_A02_t01.dart b/LibTest/typed_data/ByteData/getUint8_A02_t01.dart
index 272c5fa..1471782 100644
--- a/LibTest/typed_data/ByteData/getUint8_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/getUint8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getUint8(int byteOffset)
  * ...
diff --git a/LibTest/typed_data/ByteData/getUint8_A02_t02.dart b/LibTest/typed_data/ByteData/getUint8_A02_t02.dart
index f5051fd..5435f32 100644
--- a/LibTest/typed_data/ByteData/getUint8_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/getUint8_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int getUint8(int byteOffset)
  * ...
diff --git a/LibTest/typed_data/ByteData/hashCode_A01_t01.dart b/LibTest/typed_data/ByteData/hashCode_A01_t01.dart
index 219bdac..97b7ecc 100644
--- a/LibTest/typed_data/ByteData/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/ByteData/hashCode_A01_t02.dart b/LibTest/typed_data/ByteData/hashCode_A01_t02.dart
index 44747bb..611f930 100644
--- a/LibTest/typed_data/ByteData/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/ByteData/lengthInBytes_A01_t01.dart b/LibTest/typed_data/ByteData/lengthInBytes_A01_t01.dart
index 8752af0..7201269 100644
--- a/LibTest/typed_data/ByteData/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/ByteData/lengthInBytes_A01_t02.dart b/LibTest/typed_data/ByteData/lengthInBytes_A01_t02.dart
index bf32d75..0b665ed 100644
--- a/LibTest/typed_data/ByteData/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/ByteData/offsetInBytes_A01_t01.dart b/LibTest/typed_data/ByteData/offsetInBytes_A01_t01.dart
index 1ac351c..24156ff 100644
--- a/LibTest/typed_data/ByteData/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/ByteData/offsetInBytes_A01_t02.dart b/LibTest/typed_data/ByteData/offsetInBytes_A01_t02.dart
index dbe43a6..5f2f4ec 100644
--- a/LibTest/typed_data/ByteData/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/ByteData/operator_equality_A01_t01.dart b/LibTest/typed_data/ByteData/operator_equality_A01_t01.dart
index 8151f64..6149c46 100644
--- a/LibTest/typed_data/ByteData/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/ByteData/runtimeType_A01_t01.dart b/LibTest/typed_data/ByteData/runtimeType_A01_t01.dart
index 9d4f7c4..eca5e15 100644
--- a/LibTest/typed_data/ByteData/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/ByteData/runtimeType_A01_t02.dart b/LibTest/typed_data/ByteData/runtimeType_A01_t02.dart
index c2b180f..0cd6433 100644
--- a/LibTest/typed_data/ByteData/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/ByteData/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/ByteData/setFloat32_A01_t01.dart b/LibTest/typed_data/ByteData/setFloat32_A01_t01.dart
index 859616d..c189d90 100644
--- a/LibTest/typed_data/ByteData/setFloat32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setFloat32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setFloat32(
diff --git a/LibTest/typed_data/ByteData/setFloat32_A02_t01.dart b/LibTest/typed_data/ByteData/setFloat32_A02_t01.dart
index 0e418e4..32d6ddc 100644
--- a/LibTest/typed_data/ByteData/setFloat32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setFloat32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setFloat32(
diff --git a/LibTest/typed_data/ByteData/setFloat32_A02_t02.dart b/LibTest/typed_data/ByteData/setFloat32_A02_t02.dart
index b388a93..9bc50eb 100644
--- a/LibTest/typed_data/ByteData/setFloat32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setFloat32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setFloat32(
diff --git a/LibTest/typed_data/ByteData/setFloat64_A01_t01.dart b/LibTest/typed_data/ByteData/setFloat64_A01_t01.dart
index eef8fd6..df416ba 100644
--- a/LibTest/typed_data/ByteData/setFloat64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setFloat64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setFloat64(
diff --git a/LibTest/typed_data/ByteData/setFloat64_A02_t01.dart b/LibTest/typed_data/ByteData/setFloat64_A02_t01.dart
index c829f63..eb77d68 100644
--- a/LibTest/typed_data/ByteData/setFloat64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setFloat64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setFloat64(
diff --git a/LibTest/typed_data/ByteData/setFloat64_A02_t02.dart b/LibTest/typed_data/ByteData/setFloat64_A02_t02.dart
index aafd24e..0a7a852 100644
--- a/LibTest/typed_data/ByteData/setFloat64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setFloat64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * @assertion
diff --git a/LibTest/typed_data/ByteData/setInt16_A01_t01.dart b/LibTest/typed_data/ByteData/setInt16_A01_t01.dart
index f1be09f..69885b1 100644
--- a/LibTest/typed_data/ByteData/setInt16_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt16(
diff --git a/LibTest/typed_data/ByteData/setInt16_A02_t01.dart b/LibTest/typed_data/ByteData/setInt16_A02_t01.dart
index 19295ab..e5917e6 100644
--- a/LibTest/typed_data/ByteData/setInt16_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt16(
diff --git a/LibTest/typed_data/ByteData/setInt16_A02_t02.dart b/LibTest/typed_data/ByteData/setInt16_A02_t02.dart
index 2ff87e2..8b5fb6a 100644
--- a/LibTest/typed_data/ByteData/setInt16_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setInt16_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt16(
diff --git a/LibTest/typed_data/ByteData/setInt32_A01_t01.dart b/LibTest/typed_data/ByteData/setInt32_A01_t01.dart
index 2840122..920bc2d 100644
--- a/LibTest/typed_data/ByteData/setInt32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt32(
diff --git a/LibTest/typed_data/ByteData/setInt32_A02_t01.dart b/LibTest/typed_data/ByteData/setInt32_A02_t01.dart
index 5222156..a95afce 100644
--- a/LibTest/typed_data/ByteData/setInt32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt32(
diff --git a/LibTest/typed_data/ByteData/setInt32_A02_t02.dart b/LibTest/typed_data/ByteData/setInt32_A02_t02.dart
index 2676020..ee75118 100644
--- a/LibTest/typed_data/ByteData/setInt32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setInt32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt32(
diff --git a/LibTest/typed_data/ByteData/setInt64_A01_t01.dart b/LibTest/typed_data/ByteData/setInt64_A01_t01.dart
index 4897d69..21abcee 100644
--- a/LibTest/typed_data/ByteData/setInt64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt64(
diff --git a/LibTest/typed_data/ByteData/setInt64_A02_t01.dart b/LibTest/typed_data/ByteData/setInt64_A02_t01.dart
index 17c30a4..b5741a2 100644
--- a/LibTest/typed_data/ByteData/setInt64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt64(
diff --git a/LibTest/typed_data/ByteData/setInt64_A02_t02.dart b/LibTest/typed_data/ByteData/setInt64_A02_t02.dart
index a47ac4b..5dbfa0b 100644
--- a/LibTest/typed_data/ByteData/setInt64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setInt64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setInt64(
diff --git a/LibTest/typed_data/ByteData/setInt8_A01_t01.dart b/LibTest/typed_data/ByteData/setInt8_A01_t01.dart
index 7ed5468..088cd74 100644
--- a/LibTest/typed_data/ByteData/setInt8_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInt8(int byteOffset, int value)
  * Sets the byte at the specified [byteOffset] in this object to the two's
diff --git a/LibTest/typed_data/ByteData/setInt8_A02_t01.dart b/LibTest/typed_data/ByteData/setInt8_A02_t01.dart
index 06fb68c..7ca8f07 100644
--- a/LibTest/typed_data/ByteData/setInt8_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setInt8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setInt8(int byteOffset, int value)
  * ...
diff --git a/LibTest/typed_data/ByteData/setInt8_A02_t02.dart b/LibTest/typed_data/ByteData/setInt8_A02_t02.dart
index e85fcc6..7cdab6a 100644
--- a/LibTest/typed_data/ByteData/setInt8_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setInt8_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * @assertion void setInt8(int byteOffset, int value)
diff --git a/LibTest/typed_data/ByteData/setUint16_A01_t01.dart b/LibTest/typed_data/ByteData/setUint16_A01_t01.dart
index 341f3f3..bb3e731 100644
--- a/LibTest/typed_data/ByteData/setUint16_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint16_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint16(
diff --git a/LibTest/typed_data/ByteData/setUint16_A02_t01.dart b/LibTest/typed_data/ByteData/setUint16_A02_t01.dart
index 540e202..bd78284 100644
--- a/LibTest/typed_data/ByteData/setUint16_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint16_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint16(
diff --git a/LibTest/typed_data/ByteData/setUint16_A02_t02.dart b/LibTest/typed_data/ByteData/setUint16_A02_t02.dart
index 77fc084..9e104bd 100644
--- a/LibTest/typed_data/ByteData/setUint16_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setUint16_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint16(
diff --git a/LibTest/typed_data/ByteData/setUint32_A01_t01.dart b/LibTest/typed_data/ByteData/setUint32_A01_t01.dart
index bfaf2fd..c89f4e1 100644
--- a/LibTest/typed_data/ByteData/setUint32_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint32_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint32(
diff --git a/LibTest/typed_data/ByteData/setUint32_A02_t01.dart b/LibTest/typed_data/ByteData/setUint32_A02_t01.dart
index 397aae7..ca1b5ca 100644
--- a/LibTest/typed_data/ByteData/setUint32_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint32_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint32(
diff --git a/LibTest/typed_data/ByteData/setUint32_A02_t02.dart b/LibTest/typed_data/ByteData/setUint32_A02_t02.dart
index 59dd7ae..adff5f2 100644
--- a/LibTest/typed_data/ByteData/setUint32_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setUint32_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint32(
diff --git a/LibTest/typed_data/ByteData/setUint64_A01_t01.dart b/LibTest/typed_data/ByteData/setUint64_A01_t01.dart
index 0da8cb3..6c0b896 100644
--- a/LibTest/typed_data/ByteData/setUint64_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint64_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint64(
diff --git a/LibTest/typed_data/ByteData/setUint64_A02_t01.dart b/LibTest/typed_data/ByteData/setUint64_A02_t01.dart
index 58b8ecc..ab842ce 100644
--- a/LibTest/typed_data/ByteData/setUint64_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint64_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint64(
diff --git a/LibTest/typed_data/ByteData/setUint64_A02_t02.dart b/LibTest/typed_data/ByteData/setUint64_A02_t02.dart
index 7208ece..3e407c2 100644
--- a/LibTest/typed_data/ByteData/setUint64_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setUint64_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setUint64(
diff --git a/LibTest/typed_data/ByteData/setUint8_A01_t01.dart b/LibTest/typed_data/ByteData/setUint8_A01_t01.dart
index 9267cbe..ea30303 100644
--- a/LibTest/typed_data/ByteData/setUint8_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint8_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setUint8(int byteOffset, int value)
  * Sets the byte at the specified [byteOffset] in this object to the two's
diff --git a/LibTest/typed_data/ByteData/setUint8_A02_t01.dart b/LibTest/typed_data/ByteData/setUint8_A02_t01.dart
index 7712cd4..443ece7 100644
--- a/LibTest/typed_data/ByteData/setUint8_A02_t01.dart
+++ b/LibTest/typed_data/ByteData/setUint8_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setUint8(int byteOffset, int value)
  * ...
diff --git a/LibTest/typed_data/ByteData/setUint8_A02_t02.dart b/LibTest/typed_data/ByteData/setUint8_A02_t02.dart
index ac6a159..76ba928 100644
--- a/LibTest/typed_data/ByteData/setUint8_A02_t02.dart
+++ b/LibTest/typed_data/ByteData/setUint8_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setUint8(int byteOffset, int value)
  * ...
diff --git a/LibTest/typed_data/ByteData/toString_A01_t01.dart b/LibTest/typed_data/ByteData/toString_A01_t01.dart
index 88eaf14..1176ace 100644
--- a/LibTest/typed_data/ByteData/toString_A01_t01.dart
+++ b/LibTest/typed_data/ByteData/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Float32List/Float32List.fromList_A01_t01.dart b/LibTest/typed_data/Float32List/Float32List.fromList_A01_t01.dart
index 128efa0..0d2d086 100644
--- a/LibTest/typed_data/Float32List/Float32List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List.fromList(List<double> elements)
  * Creates a [Float32List] with the same length as the [elements] list
diff --git a/LibTest/typed_data/Float32List/Float32List.fromList_A01_t02.dart b/LibTest/typed_data/Float32List/Float32List.fromList_A01_t02.dart
index f2a40c3..17fef75 100644
--- a/LibTest/typed_data/Float32List/Float32List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/Float32List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List.fromList(List<double> elements)
  * Creates a [Float32List] with the same length as the [elements] list
diff --git a/LibTest/typed_data/Float32List/Float32List.fromList_A02_t01.dart b/LibTest/typed_data/Float32List/Float32List.fromList_A02_t01.dart
index 406c8df..2f2c52d 100644
--- a/LibTest/typed_data/Float32List/Float32List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List.fromList(List<double> elements)
  * Creates a [Float32List] with the same length as the [elements] list
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A01_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A01_t01.dart
index 6806f1d..941f748 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A01_t02.dart b/LibTest/typed_data/Float32List/Float32List.view_A01_t02.dart
index b5298b2..80c1144 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A02_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A02_t01.dart
index 8c454a4..e280f6d 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A03_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A03_t01.dart
index d7a9c8e..3fdefec 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A04_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A04_t01.dart
index 82a2187..86c3b6d 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A04_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A05_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A05_t01.dart
index d7eb2de..19ca9ea 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A05_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A05_t02.dart b/LibTest/typed_data/Float32List/Float32List.view_A05_t02.dart
index d58f567..4927f3c 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A05_t02.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A05_t03.dart b/LibTest/typed_data/Float32List/Float32List.view_A05_t03.dart
index 11dbe23..3a626e6 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A05_t03.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List.view_A06_t01.dart b/LibTest/typed_data/Float32List/Float32List.view_A06_t01.dart
index a4cc5c3..6065f4b 100644
--- a/LibTest/typed_data/Float32List/Float32List.view_A06_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32List.view(
diff --git a/LibTest/typed_data/Float32List/Float32List_A01_t01.dart b/LibTest/typed_data/Float32List/Float32List_A01_t01.dart
index 56016f1..8b4c1ef 100644
--- a/LibTest/typed_data/Float32List/Float32List_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List(int length)
  * Creates an [Float32List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float32List/Float32List_A01_t02.dart b/LibTest/typed_data/Float32List/Float32List_A01_t02.dart
index e45d57e..11441f4 100644
--- a/LibTest/typed_data/Float32List/Float32List_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/Float32List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List(int length)
  * Creates an [Float32List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float32List/Float32List_A02_t01.dart b/LibTest/typed_data/Float32List/Float32List_A02_t01.dart
index 4919c5e..5876948 100644
--- a/LibTest/typed_data/Float32List/Float32List_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/Float32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32List(int length)
  * Creates an [Float32List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float32List/addAll_A01_t01.dart b/LibTest/typed_data/Float32List/addAll_A01_t01.dart
index b65d5af..58c68d2 100644
--- a/LibTest/typed_data/Float32List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Float32List/add_A01_t01.dart b/LibTest/typed_data/Float32List/add_A01_t01.dart
index 0892a87..3a2e98c 100644
--- a/LibTest/typed_data/Float32List/add_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Float32List/any_A01_t01.dart b/LibTest/typed_data/Float32List/any_A01_t01.dart
index dc30256..4ff885f 100644
--- a/LibTest/typed_data/Float32List/any_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float32List/asMap_A01_t01.dart b/LibTest/typed_data/Float32List/asMap_A01_t01.dart
index ff9299a..6f7aef6 100644
--- a/LibTest/typed_data/Float32List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float32List/asMap_A01_t02.dart b/LibTest/typed_data/Float32List/asMap_A01_t02.dart
index ec318ec..cc9cf9e 100644
--- a/LibTest/typed_data/Float32List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float32List/asMap_A02_t01.dart b/LibTest/typed_data/Float32List/asMap_A02_t01.dart
index 1cab108..5c56023 100644
--- a/LibTest/typed_data/Float32List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Float32List/buffer_A01_t01.dart b/LibTest/typed_data/Float32List/buffer_A01_t01.dart
index 4dab03d..fbe1feb 100644
--- a/LibTest/typed_data/Float32List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float32List/buffer_A01_t02.dart b/LibTest/typed_data/Float32List/buffer_A01_t02.dart
index bce3b8c..148afba 100644
--- a/LibTest/typed_data/Float32List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float32List/clear_A01_t01.dart b/LibTest/typed_data/Float32List/clear_A01_t01.dart
index cf61726..94b053a 100644
--- a/LibTest/typed_data/Float32List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Float32List/contains_A01_t01.dart b/LibTest/typed_data/Float32List/contains_A01_t01.dart
index 46a2152..c58332c 100644
--- a/LibTest/typed_data/Float32List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Float32List/elementAt_A01_t01.dart b/LibTest/typed_data/Float32List/elementAt_A01_t01.dart
index e8fc8d5..9fc6aec 100644
--- a/LibTest/typed_data/Float32List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Float32List/elementAt_A02_t01.dart b/LibTest/typed_data/Float32List/elementAt_A02_t01.dart
index d04fb9b..a85a81c 100644
--- a/LibTest/typed_data/Float32List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t01.dart
index 9d4c252..fd74f2e 100644
--- a/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t02.dart
index 0e3344a..098e848 100644
--- a/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float32List/every_A01_t01.dart b/LibTest/typed_data/Float32List/every_A01_t01.dart
index 8326f87..9e65c12 100644
--- a/LibTest/typed_data/Float32List/every_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float32List/expand_A01_t01.dart b/LibTest/typed_data/Float32List/expand_A01_t01.dart
index 3f952ab..43d90e2 100644
--- a/LibTest/typed_data/Float32List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand(Iterable f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Float32List/fillRange_A01_t01.dart b/LibTest/typed_data/Float32List/fillRange_A01_t01.dart
index 95eac14..c8da1cf 100644
--- a/LibTest/typed_data/Float32List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fill])
  * Sets the objects in the range start inclusive to end exclusive to the given
diff --git a/LibTest/typed_data/Float32List/fillRange_A02_t01.dart b/LibTest/typed_data/Float32List/fillRange_A02_t01.dart
index 3d225e7..e435236 100644
--- a/LibTest/typed_data/Float32List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fill])
  * Sets the objects in the range start inclusive to end exclusive to the given
diff --git a/LibTest/typed_data/Float32List/firstWhere_A01_t01.dart b/LibTest/typed_data/Float32List/firstWhere_A01_t01.dart
index 1fa2156..945feee 100644
--- a/LibTest/typed_data/Float32List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float32List/firstWhere_A02_t01.dart b/LibTest/typed_data/Float32List/firstWhere_A02_t01.dart
index 366f058..bc8cf24 100644
--- a/LibTest/typed_data/Float32List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * If no element satisfies test, the result of invoking the orElse function is
diff --git a/LibTest/typed_data/Float32List/firstWhere_A03_t01.dart b/LibTest/typed_data/Float32List/firstWhere_A03_t01.dart
index 398fe84..3046c67 100644
--- a/LibTest/typed_data/Float32List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic firstWhere(bool test(E element), {Object orElse()})
  * If orElse is omitted, it defaults to throwing a StateError.
diff --git a/LibTest/typed_data/Float32List/first_A01_t01.dart b/LibTest/typed_data/Float32List/first_A01_t01.dart
index e543ec2..01a45b7 100644
--- a/LibTest/typed_data/Float32List/first_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32List/first_A01_t02.dart b/LibTest/typed_data/Float32List/first_A01_t02.dart
index ae7fcb9..3a7992d 100644
--- a/LibTest/typed_data/Float32List/first_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32List/first_A02_t01.dart b/LibTest/typed_data/Float32List/first_A02_t01.dart
index ecf6b14..38d6c74 100644
--- a/LibTest/typed_data/Float32List/first_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32List/first_A03_t01.dart b/LibTest/typed_data/Float32List/first_A03_t01.dart
index dfef183..e0f9684 100644
--- a/LibTest/typed_data/Float32List/first_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32List/fold_A01_t01.dart b/LibTest/typed_data/Float32List/fold_A01_t01.dart
index eef9813..5e0e220 100644
--- a/LibTest/typed_data/Float32List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion T fold(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Float32List/forEach_A01_t01.dart b/LibTest/typed_data/Float32List/forEach_A01_t01.dart
index c539a72..6e6b3c9 100644
--- a/LibTest/typed_data/Float32List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/typed_data/Float32List/forEach_A02_t01.dart b/LibTest/typed_data/Float32List/forEach_A02_t01.dart
index 1a638ef..4944c16 100644
--- a/LibTest/typed_data/Float32List/forEach_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/forEach_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/typed_data/Float32List/getRange_A01_t01.dart b/LibTest/typed_data/Float32List/getRange_A01_t01.dart
index a684b71..68609b9 100644
--- a/LibTest/typed_data/Float32List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Float32List/getRange_A02_t01.dart b/LibTest/typed_data/Float32List/getRange_A02_t01.dart
index b78833b..d0b461a 100644
--- a/LibTest/typed_data/Float32List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Float32List/getRange_A03_t01.dart b/LibTest/typed_data/Float32List/getRange_A03_t01.dart
index 87305f5..2788c83 100644
--- a/LibTest/typed_data/Float32List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The provide range, given by start and end, must be valid at the time of the
diff --git a/LibTest/typed_data/Float32List/getRange_A04_t01.dart b/LibTest/typed_data/Float32List/getRange_A04_t01.dart
index afc87c3..0735ec9 100644
--- a/LibTest/typed_data/Float32List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Float32List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The provide range, given by start and end, must be valid at the time of the
diff --git a/LibTest/typed_data/Float32List/hashCode_A01_t01.dart b/LibTest/typed_data/Float32List/hashCode_A01_t01.dart
index b5e41a6..643c561 100644
--- a/LibTest/typed_data/Float32List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float32List/hashCode_A01_t02.dart b/LibTest/typed_data/Float32List/hashCode_A01_t02.dart
index 97bec54..07aedfc 100644
--- a/LibTest/typed_data/Float32List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float32List/indexOf_A01_t01.dart b/LibTest/typed_data/Float32List/indexOf_A01_t01.dart
index 3ba925d..f14d643 100644
--- a/LibTest/typed_data/Float32List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int startIndex = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Float32List/indexOf_A01_t02.dart b/LibTest/typed_data/Float32List/indexOf_A01_t02.dart
index f86af0a..d2450a0 100644
--- a/LibTest/typed_data/Float32List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int startIndex = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Float32List/indexOf_A02_t01.dart b/LibTest/typed_data/Float32List/indexOf_A02_t01.dart
index 073f9c6..67844a2 100644
--- a/LibTest/typed_data/Float32List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion int indexOf(Object element, [int startIndex = 0])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Float32List/indexOf_A03_t01.dart b/LibTest/typed_data/Float32List/indexOf_A03_t01.dart
index 8ea6111..31819a6 100644
--- a/LibTest/typed_data/Float32List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int startIndex = 0])
  * Returns the first index of element in this list.
diff --git a/LibTest/typed_data/Float32List/insertAll_A01_t01.dart b/LibTest/typed_data/Float32List/insertAll_A01_t01.dart
index 1718fba..a0fc9bf 100644
--- a/LibTest/typed_data/Float32List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int at, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Float32List/insert_A01_t01.dart b/LibTest/typed_data/Float32List/insert_A01_t01.dart
index 2156e9a..bd3c665 100644
--- a/LibTest/typed_data/Float32List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E value)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Float32List/isEmpty_A01_t01.dart b/LibTest/typed_data/Float32List/isEmpty_A01_t01.dart
index 1738c1c..e520b4d 100644
--- a/LibTest/typed_data/Float32List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Float32List/isEmpty_A01_t02.dart b/LibTest/typed_data/Float32List/isEmpty_A01_t02.dart
index 0ce9f52..b3fd21f 100644
--- a/LibTest/typed_data/Float32List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Float32List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Float32List/isNotEmpty_A01_t01.dart
index e9b0b42..6ba24e6 100644
--- a/LibTest/typed_data/Float32List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float32List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Float32List/isNotEmpty_A01_t02.dart
index e8a3308..adf26d4 100644
--- a/LibTest/typed_data/Float32List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float32List/iterator_A01_t01.dart b/LibTest/typed_data/Float32List/iterator_A01_t01.dart
index 887a4b4..10f89c7 100644
--- a/LibTest/typed_data/Float32List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Float32List/iterator_A01_t02.dart b/LibTest/typed_data/Float32List/iterator_A01_t02.dart
index b78aca8..0bc03ef 100644
--- a/LibTest/typed_data/Float32List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Float32List/iterator_current_A01_t01.dart b/LibTest/typed_data/Float32List/iterator_current_A01_t01.dart
index a8aa45c..c839c7c 100644
--- a/LibTest/typed_data/Float32List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Float32List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Float32List/iterator_moveNext_A01_t01.dart
index 7e53f11..41c3df3 100644
--- a/LibTest/typed_data/Float32List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Float32List/join_A01_t01.dart b/LibTest/typed_data/Float32List/join_A01_t01.dart
index 35d4afb..0ecc779 100644
--- a/LibTest/typed_data/Float32List/join_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float32List/join_A01_t02.dart b/LibTest/typed_data/Float32List/join_A01_t02.dart
index bd81527..68fcbaa 100644
--- a/LibTest/typed_data/Float32List/join_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float32List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Float32List/lastIndexOf_A01_t01.dart
index a63a4d5..deea250 100644
--- a/LibTest/typed_data/Float32List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int startIndex])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Float32List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Float32List/lastIndexOf_A01_t02.dart
index 873c0a1..e2fd788 100644
--- a/LibTest/typed_data/Float32List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int startIndex])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Float32List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Float32List/lastIndexOf_A02_t01.dart
index bcbf678..4f14db0 100644
--- a/LibTest/typed_data/Float32List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int startIndex])
  * ...
diff --git a/LibTest/typed_data/Float32List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Float32List/lastIndexOf_A03_t01.dart
index 7e67b4d..f7dd7ca 100644
--- a/LibTest/typed_data/Float32List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int startIndex])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Float32List/lastWhere_A01_t01.dart b/LibTest/typed_data/Float32List/lastWhere_A01_t01.dart
index fbff49c..8a34f0b 100644
--- a/LibTest/typed_data/Float32List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2016, 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.
- */
+// Copyright (c) 2016, 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float32List/lastWhere_A02_t01.dart b/LibTest/typed_data/Float32List/lastWhere_A02_t01.dart
index bf5db57..e49c8ef 100644
--- a/LibTest/typed_data/Float32List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion dynamic lastWhere(bool test(E element), {Object orElse()})
  * If no element satisfies [test], the result of invoking the [orElse] function
diff --git a/LibTest/typed_data/Float32List/lastWhere_A03_t01.dart b/LibTest/typed_data/Float32List/lastWhere_A03_t01.dart
index cc41dcf..5026cf4 100644
--- a/LibTest/typed_data/Float32List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * If orElse is omitted, it defaults to throwing a StateError.
diff --git a/LibTest/typed_data/Float32List/last_A01_t01.dart b/LibTest/typed_data/Float32List/last_A01_t01.dart
index 81fa9db..fa2bfec 100644
--- a/LibTest/typed_data/Float32List/last_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float32List/last_A01_t02.dart b/LibTest/typed_data/Float32List/last_A01_t02.dart
index b9caac1..2b378b5 100644
--- a/LibTest/typed_data/Float32List/last_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float32List/last_A02_t01.dart b/LibTest/typed_data/Float32List/last_A02_t01.dart
index 5cce845..7417579 100644
--- a/LibTest/typed_data/Float32List/last_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Float32List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Float32List/lengthInBytes_A01_t01.dart
index 0573147..0819693 100644
--- a/LibTest/typed_data/Float32List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float32List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Float32List/lengthInBytes_A01_t02.dart
index 3181dc0..45e4593 100644
--- a/LibTest/typed_data/Float32List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float32List/length_A01_t01.dart b/LibTest/typed_data/Float32List/length_A01_t01.dart
index ea62e10..b83892f 100644
--- a/LibTest/typed_data/Float32List/length_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int get length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Float32List/length_A02_t01.dart b/LibTest/typed_data/Float32List/length_A02_t01.dart
index d92dd7a..619deb6 100644
--- a/LibTest/typed_data/Float32List/length_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Float32List/map_A01_t01.dart b/LibTest/typed_data/Float32List/map_A01_t01.dart
index dc14def..db86492 100644
--- a/LibTest/typed_data/Float32List/map_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Float32List/map_A02_t01.dart b/LibTest/typed_data/Float32List/map_A02_t01.dart
index bb1519c..4cd80a7 100644
--- a/LibTest/typed_data/Float32List/map_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * This method returns a view of the mapped elements. As long as the returned
diff --git a/LibTest/typed_data/Float32List/map_A03_t01.dart b/LibTest/typed_data/Float32List/map_A03_t01.dart
index c63a9af..1ed75e0 100644
--- a/LibTest/typed_data/Float32List/map_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * The transformed elements will not be cached. Iterating multiple times over
diff --git a/LibTest/typed_data/Float32List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Float32List/offsetInBytes_A01_t01.dart
index 8e442fc..b03e320 100644
--- a/LibTest/typed_data/Float32List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float32List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Float32List/offsetInBytes_A01_t02.dart
index e1314f4..8813253 100644
--- a/LibTest/typed_data/Float32List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float32List/operator_equality_A01_t01.dart b/LibTest/typed_data/Float32List/operator_equality_A01_t01.dart
index 11a1b8a..f0cd9c9 100644
--- a/LibTest/typed_data/Float32List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float32List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Float32List/operator_subscript_A01_t01.dart
index a41a094..d68c66f 100644
--- a/LibTest/typed_data/Float32List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * Returns the object at the given index in the list or ... .
diff --git a/LibTest/typed_data/Float32List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Float32List/operator_subscript_A02_t01.dart
index df42ff2..fe3aa82 100644
--- a/LibTest/typed_data/Float32List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * ... or throws a RangeError if index is out of bounds.
diff --git a/LibTest/typed_data/Float32List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Float32List/operator_subscripted_assignment_A01_t01.dart
index 42a0d66..acac114 100644
--- a/LibTest/typed_data/Float32List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value or ... .
diff --git a/LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01.dart
index 75225e0..3f179c1 100644
--- a/LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ... or throws a RangeError if index is out of bounds.
diff --git a/LibTest/typed_data/Float32List/reduce_A01_t01.dart b/LibTest/typed_data/Float32List/reduce_A01_t01.dart
index 90449eb..ed0ae80 100644
--- a/LibTest/typed_data/Float32List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining
diff --git a/LibTest/typed_data/Float32List/reduce_A02_t01.dart b/LibTest/typed_data/Float32List/reduce_A02_t01.dart
index 257570d..09d2d7e 100644
--- a/LibTest/typed_data/Float32List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Float32List/reduce_A03_t01.dart b/LibTest/typed_data/Float32List/reduce_A03_t01.dart
index e83f9f4..62b732d 100644
--- a/LibTest/typed_data/Float32List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Float32List/removeAt_A01_t01.dart b/LibTest/typed_data/Float32List/removeAt_A01_t01.dart
index a55b4dc..c6967de 100644
--- a/LibTest/typed_data/Float32List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Float32List/removeLast_A01_t01.dart b/LibTest/typed_data/Float32List/removeLast_A01_t01.dart
index 43ae080..84e632f 100644
--- a/LibTest/typed_data/Float32List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object in this list.
diff --git a/LibTest/typed_data/Float32List/removeRange_A01_t01.dart b/LibTest/typed_data/Float32List/removeRange_A01_t01.dart
index 70bfef8..41a045b 100644
--- a/LibTest/typed_data/Float32List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Float32List/removeWhere_A01_t01.dart b/LibTest/typed_data/Float32List/removeWhere_A01_t01.dart
index 8749cef..305f1d9 100644
--- a/LibTest/typed_data/Float32List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Float32List/remove_A01_t01.dart b/LibTest/typed_data/Float32List/remove_A01_t01.dart
index a171a0f..9ac2361 100644
--- a/LibTest/typed_data/Float32List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Float32List/replaceRange_A01_t01.dart b/LibTest/typed_data/Float32List/replaceRange_A01_t01.dart
index 3664c6f..e677fc2 100644
--- a/LibTest/typed_data/Float32List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and inserts
diff --git a/LibTest/typed_data/Float32List/retainWhere_A01_t01.dart b/LibTest/typed_data/Float32List/retainWhere_A01_t01.dart
index 4b18b7e..cdcff80 100644
--- a/LibTest/typed_data/Float32List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Float32List/reversed_A01_t01.dart b/LibTest/typed_data/Float32List/reversed_A01_t01.dart
index 9607293..5b55eb6 100644
--- a/LibTest/typed_data/Float32List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Float32List/reversed_A01_t02.dart b/LibTest/typed_data/Float32List/reversed_A01_t02.dart
index ec412ff..e9f5f19 100644
--- a/LibTest/typed_data/Float32List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Float32List/runtimeType_A01_t01.dart b/LibTest/typed_data/Float32List/runtimeType_A01_t01.dart
index 484d835..3e2d76f 100644
--- a/LibTest/typed_data/Float32List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float32List/runtimeType_A01_t02.dart b/LibTest/typed_data/Float32List/runtimeType_A01_t02.dart
index 2a8e7dd..6ee4812 100644
--- a/LibTest/typed_data/Float32List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float32List/setAll_A01_t01.dart b/LibTest/typed_data/Float32List/setAll_A01_t01.dart
index 0b91686..d40285f 100644
--- a/LibTest/typed_data/Float32List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Float32List/setAll_A02_t01.dart b/LibTest/typed_data/Float32List/setAll_A02_t01.dart
index a736a0a..f3e96ab 100644
--- a/LibTest/typed_data/Float32List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float32List/setAll_A03_t01.dart b/LibTest/typed_data/Float32List/setAll_A03_t01.dart
index 404146a..4cda456 100644
--- a/LibTest/typed_data/Float32List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float32List/setRange_A01_t01.dart b/LibTest/typed_data/Float32List/setRange_A01_t01.dart
index 2d73c08..6859696 100644
--- a/LibTest/typed_data/Float32List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32List/setRange_A02_t01.dart b/LibTest/typed_data/Float32List/setRange_A02_t01.dart
index 3f950e0..1d5d957 100644
--- a/LibTest/typed_data/Float32List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32List/setRange_A03_t01.dart b/LibTest/typed_data/Float32List/setRange_A03_t01.dart
index b68e00d..be46286 100644
--- a/LibTest/typed_data/Float32List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32List/setRange_A04_t01.dart b/LibTest/typed_data/Float32List/setRange_A04_t01.dart
index 24c4d44..9583a57 100644
--- a/LibTest/typed_data/Float32List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Float32List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32List/setRange_A05_t01.dart b/LibTest/typed_data/Float32List/setRange_A05_t01.dart
index 51db29b..07067d0 100644
--- a/LibTest/typed_data/Float32List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Float32List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32List/shuffle_A01_t01.dart b/LibTest/typed_data/Float32List/shuffle_A01_t01.dart
index 66b3d41..964dddf 100644
--- a/LibTest/typed_data/Float32List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32List/shuffle_A01_t02.dart b/LibTest/typed_data/Float32List/shuffle_A01_t02.dart
index 1b87169..8c94f6e 100644
--- a/LibTest/typed_data/Float32List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32List/shuffle_A01_t03.dart b/LibTest/typed_data/Float32List/shuffle_A01_t03.dart
index 246fc0c..335bcf0 100644
--- a/LibTest/typed_data/Float32List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Float32List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32List/singleWhere_A01_t01.dart b/LibTest/typed_data/Float32List/singleWhere_A01_t01.dart
index 73fdf25..ec2b6fa 100644
--- a/LibTest/typed_data/Float32List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Float32List/singleWhere_A02_t01.dart b/LibTest/typed_data/Float32List/singleWhere_A02_t01.dart
index c0b17e3..2690eb5 100644
--- a/LibTest/typed_data/Float32List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32List/singleWhere_A02_t02.dart b/LibTest/typed_data/Float32List/singleWhere_A02_t02.dart
index 6059349..9ea65e8 100644
--- a/LibTest/typed_data/Float32List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Float32List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32List/single_A01_t01.dart b/LibTest/typed_data/Float32List/single_A01_t01.dart
index fe393be..1e8b20b 100644
--- a/LibTest/typed_data/Float32List/single_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float32List/single_A01_t02.dart b/LibTest/typed_data/Float32List/single_A01_t02.dart
index 0a78960..c674f57 100644
--- a/LibTest/typed_data/Float32List/single_A01_t02.dart
+++ b/LibTest/typed_data/Float32List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float32List/single_A02_t01.dart b/LibTest/typed_data/Float32List/single_A02_t01.dart
index 90aa914..5c74b63 100644
--- a/LibTest/typed_data/Float32List/single_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float32List/single_A02_t02.dart b/LibTest/typed_data/Float32List/single_A02_t02.dart
index 510da41..1065b64 100644
--- a/LibTest/typed_data/Float32List/single_A02_t02.dart
+++ b/LibTest/typed_data/Float32List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float32List/skipWhile_A01_t01.dart b/LibTest/typed_data/Float32List/skipWhile_A01_t01.dart
index 7b907c4..12c40ef 100644
--- a/LibTest/typed_data/Float32List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips  leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Float32List/skipWhile_A02_t01.dart b/LibTest/typed_data/Float32List/skipWhile_A02_t01.dart
index 44f251c..56a8053 100644
--- a/LibTest/typed_data/Float32List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/typed_data/Float32List/skipWhile_A03_t01.dart b/LibTest/typed_data/Float32List/skipWhile_A03_t01.dart
index 02f36a8..7d6f3f6 100644
--- a/LibTest/typed_data/Float32List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable] iterates over all elements
diff --git a/LibTest/typed_data/Float32List/skipWhile_A04_t01.dart b/LibTest/typed_data/Float32List/skipWhile_A04_t01.dart
index 464bfcd..d43fad7 100644
--- a/LibTest/typed_data/Float32List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float32List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32List/skipWhile_A04_t02.dart b/LibTest/typed_data/Float32List/skipWhile_A04_t02.dart
index 50a9f84..d9badfb 100644
--- a/LibTest/typed_data/Float32List/skipWhile_A04_t02.dart
+++ b/LibTest/typed_data/Float32List/skipWhile_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32List/skip_A01_t01.dart b/LibTest/typed_data/Float32List/skip_A01_t01.dart
index c87fa2a..c6c5315 100644
--- a/LibTest/typed_data/Float32List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first count elements.
diff --git a/LibTest/typed_data/Float32List/skip_A02_t01.dart b/LibTest/typed_data/Float32List/skip_A02_t01.dart
index 465eb7b..836916a 100644
--- a/LibTest/typed_data/Float32List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Float32List/skip_A03_t01.dart b/LibTest/typed_data/Float32List/skip_A03_t01.dart
index 2272cb1..eb8646d 100644
--- a/LibTest/typed_data/Float32List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Float32List/sort_A01_t01.dart b/LibTest/typed_data/Float32List/sort_A01_t01.dart
index aad745f..41ba8db 100644
--- a/LibTest/typed_data/Float32List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Float32List/sublist_A01_t01.dart b/LibTest/typed_data/Float32List/sublist_A01_t01.dart
index 7c5b066..56c0a9b 100644
--- a/LibTest/typed_data/Float32List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Float32List/sublist_A02_t01.dart b/LibTest/typed_data/Float32List/sublist_A02_t01.dart
index 23717d4..f5f21ce 100644
--- a/LibTest/typed_data/Float32List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32List/sublist_A03_t01.dart b/LibTest/typed_data/Float32List/sublist_A03_t01.dart
index 555d9ea..0a7d3f4 100644
--- a/LibTest/typed_data/Float32List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32List/sublist_A03_t02.dart b/LibTest/typed_data/Float32List/sublist_A03_t02.dart
index 3cf4fc8..c44d66a 100644
--- a/LibTest/typed_data/Float32List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Float32List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32List/takeWhile_A01_t01.dart b/LibTest/typed_data/Float32List/takeWhile_A01_t01.dart
index e7117ab..feea913 100644
--- a/LibTest/typed_data/Float32List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Float32List/takeWhile_A02_t01.dart b/LibTest/typed_data/Float32List/takeWhile_A02_t01.dart
index ac66e45..77a88f4 100644
--- a/LibTest/typed_data/Float32List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32List/takeWhile_A03_t01.dart b/LibTest/typed_data/Float32List/takeWhile_A03_t01.dart
index cd6f719..5e5c329 100644
--- a/LibTest/typed_data/Float32List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32List/takeWhile_A04_t01.dart b/LibTest/typed_data/Float32List/takeWhile_A04_t01.dart
index 6d10dbb..1fed1c2 100644
--- a/LibTest/typed_data/Float32List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float32List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32List/take_A01_t01.dart b/LibTest/typed_data/Float32List/take_A01_t01.dart
index 09de0e8..0f8d2c6 100644
--- a/LibTest/typed_data/Float32List/take_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy [Iterable] of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Float32List/take_A02_t01.dart b/LibTest/typed_data/Float32List/take_A02_t01.dart
index aad7954..a31089e 100644
--- a/LibTest/typed_data/Float32List/take_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float32List/take_A03_t01.dart b/LibTest/typed_data/Float32List/take_A03_t01.dart
index 5d37e9f..1a0b84e 100644
--- a/LibTest/typed_data/Float32List/take_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float32List/toList_A01_t01.dart b/LibTest/typed_data/Float32List/toList_A01_t01.dart
index 7331e42..29530a0 100644
--- a/LibTest/typed_data/Float32List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Float32List/toList_A02_t01.dart b/LibTest/typed_data/Float32List/toList_A02_t01.dart
index b00f522..59c45fd 100644
--- a/LibTest/typed_data/Float32List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Float32List/toList_A02_t02.dart b/LibTest/typed_data/Float32List/toList_A02_t02.dart
index c9bc0e4..e838c29 100644
--- a/LibTest/typed_data/Float32List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Float32List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Float32List/toSet_A01_t01.dart b/LibTest/typed_data/Float32List/toSet_A01_t01.dart
index 9f2c97e..c7e0d6d 100644
--- a/LibTest/typed_data/Float32List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Float32List/toString_A01_t01.dart b/LibTest/typed_data/Float32List/toString_A01_t01.dart
index 20cb2bb..452c095 100644
--- a/LibTest/typed_data/Float32List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Float32List/where_A01_t01.dart b/LibTest/typed_data/Float32List/where_A01_t01.dart
index 89f74fb..398c61a 100644
--- a/LibTest/typed_data/Float32List/where_A01_t01.dart
+++ b/LibTest/typed_data/Float32List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Float32List/where_A02_t01.dart b/LibTest/typed_data/Float32List/where_A02_t01.dart
index 92327bc..e3a0b9f 100644
--- a/LibTest/typed_data/Float32List/where_A02_t01.dart
+++ b/LibTest/typed_data/Float32List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32List/where_A03_t01.dart b/LibTest/typed_data/Float32List/where_A03_t01.dart
index 90686a5..e155533 100644
--- a/LibTest/typed_data/Float32List/where_A03_t01.dart
+++ b/LibTest/typed_data/Float32List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32x4/Float32x4.fromFloat64x2_A01_t01.dart b/LibTest/typed_data/Float32x4/Float32x4.fromFloat64x2_A01_t01.dart
index 04759af..a6753eb 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.fromFloat64x2_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.fromFloat64x2_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.fromFloat64x2(Float64x2 v)
  * Sets the x and y lanes to their respective values in v and sets the z and w
diff --git a/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t01.dart b/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t01.dart
index 376f71c..07374ec 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.fromInt32x4Bits(Int32x4 x)
  * Returns a bit-wise copy of x as a Float32x4.
diff --git a/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t02.dart b/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t02.dart
index b69cd6b..008c032 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.fromInt32x4Bits_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.fromInt32x4Bits(Int32x4 x)
  * Returns a bit-wise copy of x as a Float32x4.
diff --git a/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t01.dart b/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t01.dart
index 7345f0a..c5de422 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.splat(double v)
  * @description Checks that an instance of [Float32x4] is created and all fields
diff --git a/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t02.dart b/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t02.dart
index c321068..f953516 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.splat_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.splat(double v)
  * @description Checks special cases.
diff --git a/LibTest/typed_data/Float32x4/Float32x4.zero_A01_t01.dart b/LibTest/typed_data/Float32x4/Float32x4.zero_A01_t01.dart
index cf214dd..6aba624 100644
--- a/LibTest/typed_data/Float32x4/Float32x4.zero_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4.zero_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4.zero()
  * @description Checks that an instance of [Float32x4] is created and all fields
diff --git a/LibTest/typed_data/Float32x4/Float32x4_A01_t01.dart b/LibTest/typed_data/Float32x4/Float32x4_A01_t01.dart
index 5cfbd8d..5b09f4c 100644
--- a/LibTest/typed_data/Float32x4/Float32x4_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4(double x, double y, double z, double w)
  * Creates a new [Float32x4] instance.
diff --git a/LibTest/typed_data/Float32x4/Float32x4_A01_t02.dart b/LibTest/typed_data/Float32x4/Float32x4_A01_t02.dart
index 2cb32fd..9ebf5f1 100644
--- a/LibTest/typed_data/Float32x4/Float32x4_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/Float32x4_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4(double x, double y, double z, double w)
  * Creates a new [Float32x4] instance.
diff --git a/LibTest/typed_data/Float32x4/abs_A01_t01.dart b/LibTest/typed_data/Float32x4/abs_A01_t01.dart
index 893eda5..16536f1 100644
--- a/LibTest/typed_data/Float32x4/abs_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/abs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 abs()
  * Returns the lane-wise absolute value of this Float32x4.
diff --git a/LibTest/typed_data/Float32x4/clamp_A01_t01.dart b/LibTest/typed_data/Float32x4/clamp_A01_t01.dart
index 14e6319..9825a15 100644
--- a/LibTest/typed_data/Float32x4/clamp_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/clamp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 clamp(Float32x4 lowerLimit, Float32x4 upperLimit)
  * Lane-wise clamp this to be in the range [lowerLimit] - [upperLimit].
diff --git a/LibTest/typed_data/Float32x4/clamp_A02_t01.dart b/LibTest/typed_data/Float32x4/clamp_A02_t01.dart
index ba6f0fe..8e15524 100644
--- a/LibTest/typed_data/Float32x4/clamp_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4/clamp_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 clamp(Float32x4 lowerLimit, Float32x4 upperLimit)
  * Lane-wise clamp this to be in the range [lowerLimit] - [upperLimit].
diff --git a/LibTest/typed_data/Float32x4/equal_A01_t01.dart b/LibTest/typed_data/Float32x4/equal_A01_t01.dart
index d5c86cb..ed1ce4a 100644
--- a/LibTest/typed_data/Float32x4/equal_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/equal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 equal(Float32x4 other)
  * Relational equal.
diff --git a/LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01.dart b/LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01.dart
index 2e12139..0b3d4ff 100644
--- a/LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 greaterThanOrEqual(Float32x4 other)
  * Relational greater than or equal.
diff --git a/LibTest/typed_data/Float32x4/greaterThan_A01_t01.dart b/LibTest/typed_data/Float32x4/greaterThan_A01_t01.dart
index b83abdd..0b4a208 100644
--- a/LibTest/typed_data/Float32x4/greaterThan_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/greaterThan_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 greaterThan(Float32x4 other)
  * Relational greater than.
diff --git a/LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01.dart b/LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01.dart
index 8875be4..029ed7d 100644
--- a/LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 lessThanOrEqual(Float32x4 other)
  * Relational less than or equal.
diff --git a/LibTest/typed_data/Float32x4/lessThan_A01_t01.dart b/LibTest/typed_data/Float32x4/lessThan_A01_t01.dart
index e869eff..65b7d8c 100644
--- a/LibTest/typed_data/Float32x4/lessThan_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/lessThan_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 lessThan(Float32x4 other)
  * Relational less than.
diff --git a/LibTest/typed_data/Float32x4/max_A01_t01.dart b/LibTest/typed_data/Float32x4/max_A01_t01.dart
index af25bfc..c6f6605 100644
--- a/LibTest/typed_data/Float32x4/max_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/max_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 max(Float32x4 other)
  * Returns the lane-wise maximum value in [this] or [other].
diff --git a/LibTest/typed_data/Float32x4/min_A01_t01.dart b/LibTest/typed_data/Float32x4/min_A01_t01.dart
index 2794ca7..a7f8b2d 100644
--- a/LibTest/typed_data/Float32x4/min_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/min_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 min(Float32x4 other)
  * Returns the lane-wise minimum value in [this] or [other].
diff --git a/LibTest/typed_data/Float32x4/notEqual_A01_t01.dart b/LibTest/typed_data/Float32x4/notEqual_A01_t01.dart
index eef0a51..cf16bd7 100644
--- a/LibTest/typed_data/Float32x4/notEqual_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/notEqual_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 notEqual(Float32x4 other)
  * Relational not-equal.
diff --git a/LibTest/typed_data/Float32x4/operator_addition_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_addition_A01_t01.dart
index 4c788f7..ba9522f 100644
--- a/LibTest/typed_data/Float32x4/operator_addition_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator +(Float32x4 other)
  * Addition operator.
diff --git a/LibTest/typed_data/Float32x4/operator_division_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_division_A01_t01.dart
index 6575712..165a946 100644
--- a/LibTest/typed_data/Float32x4/operator_division_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator /(Float32x4 other)
  * Division operator.
diff --git a/LibTest/typed_data/Float32x4/operator_division_A01_t02.dart b/LibTest/typed_data/Float32x4/operator_division_A01_t02.dart
index f8d4eb8..cd620cd 100644
--- a/LibTest/typed_data/Float32x4/operator_division_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/operator_division_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator /(Float32x4 other)
  * Division operator.
diff --git a/LibTest/typed_data/Float32x4/operator_equality_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_equality_A01_t01.dart
index 3e982d3..4342dc7 100644
--- a/LibTest/typed_data/Float32x4/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float32x4/operator_multiplication_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_multiplication_A01_t01.dart
index 6ac4ed5..5fd66ea 100644
--- a/LibTest/typed_data/Float32x4/operator_multiplication_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_multiplication_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator *(Float32x4 other)
  * Multiplication operator.
diff --git a/LibTest/typed_data/Float32x4/operator_subtraction_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_subtraction_A01_t01.dart
index 278d7ec..1dce9c3 100644
--- a/LibTest/typed_data/Float32x4/operator_subtraction_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator -(Float32x4 other)
  * Subtraction operator.
diff --git a/LibTest/typed_data/Float32x4/operator_unary_minus_A01_t01.dart b/LibTest/typed_data/Float32x4/operator_unary_minus_A01_t01.dart
index f838cec..cc167cd 100644
--- a/LibTest/typed_data/Float32x4/operator_unary_minus_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/operator_unary_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 operator -()
  * Negate operator.
diff --git a/LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01.dart b/LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01.dart
index 4604bab..a324007 100644
--- a/LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 reciprocalSqrt()
  * Returns the square root of the reciprocal of [this].
diff --git a/LibTest/typed_data/Float32x4/reciprocal_A01_t01.dart b/LibTest/typed_data/Float32x4/reciprocal_A01_t01.dart
index d4109a2..c47c65d 100644
--- a/LibTest/typed_data/Float32x4/reciprocal_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/reciprocal_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 reciprocal()
  * Returns the reciprocal of [this].
diff --git a/LibTest/typed_data/Float32x4/scale_A01_t01.dart b/LibTest/typed_data/Float32x4/scale_A01_t01.dart
index 4a78717..b299a13 100644
--- a/LibTest/typed_data/Float32x4/scale_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/scale_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 scale(double s)
  * Returns a copy of this each lane being scaled by s. Equivalent to
diff --git a/LibTest/typed_data/Float32x4/shuffleMix_A01_t01.dart b/LibTest/typed_data/Float32x4/shuffleMix_A01_t01.dart
index d0e6163..eda093b 100644
--- a/LibTest/typed_data/Float32x4/shuffleMix_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/shuffleMix_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 shuffleMix(Float32x4 other, int mask)
  * Shuffle the lane values in this and other.
diff --git a/LibTest/typed_data/Float32x4/shuffle_A01_t01.dart b/LibTest/typed_data/Float32x4/shuffle_A01_t01.dart
index dc99f78..777f795 100644
--- a/LibTest/typed_data/Float32x4/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 shuffle(int mask)
  * Shuffle the lane values. [mask] must be one of the 256 shuffle constants.
diff --git a/LibTest/typed_data/Float32x4/signMask_A01_t01.dart b/LibTest/typed_data/Float32x4/signMask_A01_t01.dart
index 23f841a..54c7ff9 100644
--- a/LibTest/typed_data/Float32x4/signMask_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/signMask_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int signMask
  * Extract the sign bits from each lane return them in the first 4 bits.
diff --git a/LibTest/typed_data/Float32x4/sqrt_A01_t01.dart b/LibTest/typed_data/Float32x4/sqrt_A01_t01.dart
index ff29594..a02eb3c 100644
--- a/LibTest/typed_data/Float32x4/sqrt_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/sqrt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 sqrt()
  * Returns the square root of this.
diff --git a/LibTest/typed_data/Float32x4/w_A01_t01.dart b/LibTest/typed_data/Float32x4/w_A01_t01.dart
index adec3f9..b75edbc 100644
--- a/LibTest/typed_data/Float32x4/w_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/w_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double w
  * Extracted w value.
diff --git a/LibTest/typed_data/Float32x4/w_A01_t02.dart b/LibTest/typed_data/Float32x4/w_A01_t02.dart
index 2f82b24..4ceae08 100644
--- a/LibTest/typed_data/Float32x4/w_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/w_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double w
  * Extracted w value.
diff --git a/LibTest/typed_data/Float32x4/withW_A01_t01.dart b/LibTest/typed_data/Float32x4/withW_A01_t01.dart
index b708b49..b5af16e 100644
--- a/LibTest/typed_data/Float32x4/withW_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/withW_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 withW(double w)
  * Returns a new Float32x4 copied from this with a new w value.
diff --git a/LibTest/typed_data/Float32x4/withX_A01_t01.dart b/LibTest/typed_data/Float32x4/withX_A01_t01.dart
index 4131743..9af6c30 100644
--- a/LibTest/typed_data/Float32x4/withX_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/withX_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 withX(double x)
  * Returns a new Float32x4 copied from this with a new x value.
diff --git a/LibTest/typed_data/Float32x4/withY_A01_t01.dart b/LibTest/typed_data/Float32x4/withY_A01_t01.dart
index 6f3970a..64626b9 100644
--- a/LibTest/typed_data/Float32x4/withY_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/withY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 withY(double y)
  * Returns a new Float32x4 copied from this with a new y value.
diff --git a/LibTest/typed_data/Float32x4/withZ_A01_t01.dart b/LibTest/typed_data/Float32x4/withZ_A01_t01.dart
index bc996eb..bb404d4 100644
--- a/LibTest/typed_data/Float32x4/withZ_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/withZ_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 withZ(double z)
  * Returns a new Float32x4 copied from this with a new z value.
diff --git a/LibTest/typed_data/Float32x4/x_A01_t01.dart b/LibTest/typed_data/Float32x4/x_A01_t01.dart
index c2bc6a2..da0472e 100644
--- a/LibTest/typed_data/Float32x4/x_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/x_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double x
  * Extracted x value.
diff --git a/LibTest/typed_data/Float32x4/x_A01_t02.dart b/LibTest/typed_data/Float32x4/x_A01_t02.dart
index 1588f5f..8062537 100644
--- a/LibTest/typed_data/Float32x4/x_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/x_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double x
  * Extracted x value.
diff --git a/LibTest/typed_data/Float32x4/y_A01_t01.dart b/LibTest/typed_data/Float32x4/y_A01_t01.dart
index 99316cd..0181b9e 100644
--- a/LibTest/typed_data/Float32x4/y_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/y_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double y
  * Extracted y value.
diff --git a/LibTest/typed_data/Float32x4/y_A01_t02.dart b/LibTest/typed_data/Float32x4/y_A01_t02.dart
index 19971b0..e4f7ba2 100644
--- a/LibTest/typed_data/Float32x4/y_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/y_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double y
  * Extracted y value.
diff --git a/LibTest/typed_data/Float32x4/z_A01_t01.dart b/LibTest/typed_data/Float32x4/z_A01_t01.dart
index 739f586..1dc72cb 100644
--- a/LibTest/typed_data/Float32x4/z_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4/z_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double z
  * Extracted z value.
diff --git a/LibTest/typed_data/Float32x4/z_A01_t02.dart b/LibTest/typed_data/Float32x4/z_A01_t02.dart
index 2fdbccd0..ac603b5 100644
--- a/LibTest/typed_data/Float32x4/z_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4/z_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double z
  * Extracted z value.
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t01.dart
index 36fcb50..5ef174d 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List.fromList(List<Float32x4> elements)
  * Creates a [Float32x4List] with the same length as the [elements] list and
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t02.dart b/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t02.dart
index af4edce..1318fb2 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List.fromList(List<Float32x4> elements)
  * Creates a [Float32x4List] with the same length as the [elements] list and
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01.dart
index ac55a97..62b2578 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02.dart
index 1bca3ce..f40e0f8 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01.dart
index fbf1e09..0f8892b 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A03_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A03_t01.dart
index 5fc5e55..667c465 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A04_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A04_t01.dart
index 73c6b79..c825093 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A04_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01.dart
index 2ba109b..c796b10 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02.dart
index 98836ec..cec1721 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03.dart
index eb22ea1..03bab55 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01.dart
index 830a62a..87a2470 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float32x4List.view(
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List_A01_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List_A01_t01.dart
index 3e3c702..bcb2eb4 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List(int length)
  * Creates an [Float32x4List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List_A01_t02.dart b/LibTest/typed_data/Float32x4List/Float32x4List_A01_t02.dart
index e9bb1f1..4a2614a 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List(int length)
  * Creates an [Float32x4List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float32x4List/Float32x4List_A02_t01.dart b/LibTest/typed_data/Float32x4List/Float32x4List_A02_t01.dart
index 52fe56d..ba8407e 100644
--- a/LibTest/typed_data/Float32x4List/Float32x4List_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/Float32x4List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Float32x4List/addAll_A01_t01.dart b/LibTest/typed_data/Float32x4List/addAll_A01_t01.dart
index fafd9ce..6698b04 100644
--- a/LibTest/typed_data/Float32x4List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of iterable to the end of this list.
diff --git a/LibTest/typed_data/Float32x4List/add_A01_t01.dart b/LibTest/typed_data/Float32x4List/add_A01_t01.dart
index fad4b44..93de090 100644
--- a/LibTest/typed_data/Float32x4List/add_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Float32x4List/any_A01_t01.dart b/LibTest/typed_data/Float32x4List/any_A01_t01.dart
index 73e9310..5a0a6c7 100644
--- a/LibTest/typed_data/Float32x4List/any_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float32x4List/asMap_A01_t01.dart b/LibTest/typed_data/Float32x4List/asMap_A01_t01.dart
index 664d1ad..a1676e2 100644
--- a/LibTest/typed_data/Float32x4List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float32x4List/asMap_A01_t02.dart b/LibTest/typed_data/Float32x4List/asMap_A01_t02.dart
index ae6e87a..d159332 100644
--- a/LibTest/typed_data/Float32x4List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float32x4List/asMap_A02_t01.dart b/LibTest/typed_data/Float32x4List/asMap_A02_t01.dart
index d200e23..7e48954 100644
--- a/LibTest/typed_data/Float32x4List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Float32x4List/buffer_A01_t01.dart b/LibTest/typed_data/Float32x4List/buffer_A01_t01.dart
index cbbcb3d..23e074b 100644
--- a/LibTest/typed_data/Float32x4List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float32x4List/buffer_A01_t02.dart b/LibTest/typed_data/Float32x4List/buffer_A01_t02.dart
index 9130e49..b5dcbb9 100644
--- a/LibTest/typed_data/Float32x4List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float32x4List/clear_A01_t01.dart b/LibTest/typed_data/Float32x4List/clear_A01_t01.dart
index 0975546..154225c 100644
--- a/LibTest/typed_data/Float32x4List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all elements in the list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Float32x4List/contains_A01_t01.dart b/LibTest/typed_data/Float32x4List/contains_A01_t01.dart
index 15b0ad6..9c9f0db 100644
--- a/LibTest/typed_data/Float32x4List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to [element].
diff --git a/LibTest/typed_data/Float32x4List/elementAt_A01_t01.dart b/LibTest/typed_data/Float32x4List/elementAt_A01_t01.dart
index f8fd0a9..7188f1c 100644
--- a/LibTest/typed_data/Float32x4List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Float32x4List/elementAt_A02_t01.dart b/LibTest/typed_data/Float32x4List/elementAt_A02_t01.dart
index 8dbd105..f8ccdc8 100644
--- a/LibTest/typed_data/Float32x4List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t01.dart
index 83c2234..738f90c 100644
--- a/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t02.dart
index 401fc3e..64557e6 100644
--- a/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float32x4List/every_A01_t01.dart b/LibTest/typed_data/Float32x4List/every_A01_t01.dart
index 12f90d7..68182ca 100644
--- a/LibTest/typed_data/Float32x4List/every_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies [test].
diff --git a/LibTest/typed_data/Float32x4List/expand_A01_t01.dart b/LibTest/typed_data/Float32x4List/expand_A01_t01.dart
index bf99010..1e2fd0c 100644
--- a/LibTest/typed_data/Float32x4List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Float32x4List/fillRange_A01_t01.dart b/LibTest/typed_data/Float32x4List/fillRange_A01_t01.dart
index f5e0622..115d151 100644
--- a/LibTest/typed_data/Float32x4List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to the
diff --git a/LibTest/typed_data/Float32x4List/fillRange_A02_t01.dart b/LibTest/typed_data/Float32x4List/fillRange_A02_t01.dart
index 2d60ebc..c247fb5 100644
--- a/LibTest/typed_data/Float32x4List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Float32x4List/firstWhere_A01_t01.dart b/LibTest/typed_data/Float32x4List/firstWhere_A01_t01.dart
index e13ed5a..c652efd 100644
--- a/LibTest/typed_data/Float32x4List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float32x4List/firstWhere_A02_t01.dart b/LibTest/typed_data/Float32x4List/firstWhere_A02_t01.dart
index d98d3b6..52273b8 100644
--- a/LibTest/typed_data/Float32x4List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float32x4List/firstWhere_A03_t01.dart b/LibTest/typed_data/Float32x4List/firstWhere_A03_t01.dart
index bb587f7..59c4e5b 100644
--- a/LibTest/typed_data/Float32x4List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float32x4List/first_A01_t01.dart b/LibTest/typed_data/Float32x4List/first_A01_t01.dart
index 5acccfa..cd77b85 100644
--- a/LibTest/typed_data/Float32x4List/first_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32x4List/first_A01_t02.dart b/LibTest/typed_data/Float32x4List/first_A01_t02.dart
index aae7d62..d31a3d7 100644
--- a/LibTest/typed_data/Float32x4List/first_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float32x4List/first_A02_t01.dart b/LibTest/typed_data/Float32x4List/first_A02_t01.dart
index f1191a1..b714873 100644
--- a/LibTest/typed_data/Float32x4List/first_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float32x4List/first_A03_t01.dart b/LibTest/typed_data/Float32x4List/first_A03_t01.dart
index 51ee4a4..d7b5340 100644
--- a/LibTest/typed_data/Float32x4List/first_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float32x4List/fold_A01_t01.dart b/LibTest/typed_data/Float32x4List/fold_A01_t01.dart
index 5f0bdb9..f6a1aea 100644
--- a/LibTest/typed_data/Float32x4List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/typed_data/Float32x4List/forEach_A01_t01.dart b/LibTest/typed_data/Float32x4List/forEach_A01_t01.dart
index 8b6d485..6dc90ca 100644
--- a/LibTest/typed_data/Float32x4List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Float32x4List/getRange_A01_t01.dart b/LibTest/typed_data/Float32x4List/getRange_A01_t01.dart
index f4001aa..20ac156 100644
--- a/LibTest/typed_data/Float32x4List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Float32x4List/getRange_A02_t01.dart b/LibTest/typed_data/Float32x4List/getRange_A02_t01.dart
index afdf5dc..abc2ddb 100644
--- a/LibTest/typed_data/Float32x4List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Float32x4List/getRange_A03_t01.dart b/LibTest/typed_data/Float32x4List/getRange_A03_t01.dart
index cb3163e..f82f7ac 100644
--- a/LibTest/typed_data/Float32x4List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/getRange_A04_t01.dart b/LibTest/typed_data/Float32x4List/getRange_A04_t01.dart
index 6cf4cfd..afb5166 100644
--- a/LibTest/typed_data/Float32x4List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Float32x4List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/hashCode_A01_t01.dart b/LibTest/typed_data/Float32x4List/hashCode_A01_t01.dart
index b6bb43a..d72a4b6 100644
--- a/LibTest/typed_data/Float32x4List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float32x4List/hashCode_A01_t02.dart b/LibTest/typed_data/Float32x4List/hashCode_A01_t02.dart
index a264042..5f30b3d 100644
--- a/LibTest/typed_data/Float32x4List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float32x4List/indexOf_A01_t01.dart b/LibTest/typed_data/Float32x4List/indexOf_A01_t01.dart
index 5ac08d8..3a52d09 100644
--- a/LibTest/typed_data/Float32x4List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Float32x4List/indexOf_A02_t01.dart b/LibTest/typed_data/Float32x4List/indexOf_A02_t01.dart
index a0b23b3..1bc64f4 100644
--- a/LibTest/typed_data/Float32x4List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Float32x4List/insertAll_A01_t01.dart b/LibTest/typed_data/Float32x4List/insertAll_A01_t01.dart
index 1ce5508..5a297d7 100644
--- a/LibTest/typed_data/Float32x4List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Float32x4List/insert_A01_t01.dart b/LibTest/typed_data/Float32x4List/insert_A01_t01.dart
index 0997b0c..2f82b6d 100644
--- a/LibTest/typed_data/Float32x4List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E value)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Float32x4List/isEmpty_A01_t01.dart b/LibTest/typed_data/Float32x4List/isEmpty_A01_t01.dart
index 4c6cdd1..a7686e3 100644
--- a/LibTest/typed_data/Float32x4List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Float32x4List/isEmpty_A01_t02.dart b/LibTest/typed_data/Float32x4List/isEmpty_A01_t02.dart
index 04ad2ce..2eaf93a 100644
--- a/LibTest/typed_data/Float32x4List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t01.dart
index 80001b4..34f12ba 100644
--- a/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t02.dart
index 4f48695..8ff1a85 100644
--- a/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float32x4List/iterator_A01_t01.dart b/LibTest/typed_data/Float32x4List/iterator_A01_t01.dart
index 6c69305..a1b102e 100644
--- a/LibTest/typed_data/Float32x4List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Float32x4List/iterator_A01_t02.dart b/LibTest/typed_data/Float32x4List/iterator_A01_t02.dart
index df30e34..97e0b88 100644
--- a/LibTest/typed_data/Float32x4List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Float32x4List/iterator_current_A01_t01.dart b/LibTest/typed_data/Float32x4List/iterator_current_A01_t01.dart
index 5637fd0..261e0c8 100644
--- a/LibTest/typed_data/Float32x4List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Float32x4List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Float32x4List/iterator_moveNext_A01_t01.dart
index 1c4048b..5b342b4 100644
--- a/LibTest/typed_data/Float32x4List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Float32x4List/join_A01_t01.dart b/LibTest/typed_data/Float32x4List/join_A01_t01.dart
index 202a083..8569360 100644
--- a/LibTest/typed_data/Float32x4List/join_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Float32x4List/join_A01_t02.dart b/LibTest/typed_data/Float32x4List/join_A01_t02.dart
index b4ab504..2d83d81 100644
--- a/LibTest/typed_data/Float32x4List/join_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Float32x4List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Float32x4List/lastIndexOf_A01_t01.dart
index 949c895..a1007ea 100644
--- a/LibTest/typed_data/Float32x4List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Float32x4List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Float32x4List/lastIndexOf_A02_t01.dart
index 1045423..1dc7996 100644
--- a/LibTest/typed_data/Float32x4List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [start] is out of bounds, it doesn't cause any
diff --git a/LibTest/typed_data/Float32x4List/lastWhere_A01_t01.dart b/LibTest/typed_data/Float32x4List/lastWhere_A01_t01.dart
index 406238f..22e0cd3 100644
--- a/LibTest/typed_data/Float32x4List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float32x4List/lastWhere_A02_t01.dart b/LibTest/typed_data/Float32x4List/lastWhere_A02_t01.dart
index 7a26fe1..a03fe6b 100644
--- a/LibTest/typed_data/Float32x4List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float32x4List/lastWhere_A03_t01.dart b/LibTest/typed_data/Float32x4List/lastWhere_A03_t01.dart
index fb85a43..08065fc 100644
--- a/LibTest/typed_data/Float32x4List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float32x4List/last_A01_t01.dart b/LibTest/typed_data/Float32x4List/last_A01_t01.dart
index 26c1bd7..bc6f3af 100644
--- a/LibTest/typed_data/Float32x4List/last_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float32x4List/last_A01_t02.dart b/LibTest/typed_data/Float32x4List/last_A01_t02.dart
index f819ce9..3040142 100644
--- a/LibTest/typed_data/Float32x4List/last_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float32x4List/last_A02_t01.dart b/LibTest/typed_data/Float32x4List/last_A02_t01.dart
index dbd1211..176d4c4 100644
--- a/LibTest/typed_data/Float32x4List/last_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Throws a StateError if this is empty.
diff --git a/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t01.dart
index 621c4f4..555d2a4 100644
--- a/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t02.dart
index d443972..c1c8881 100644
--- a/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float32x4List/length_A01_t01.dart b/LibTest/typed_data/Float32x4List/length_A01_t01.dart
index 9f0fada..afd97fe 100644
--- a/LibTest/typed_data/Float32x4List/length_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Float32x4List/length_A02_t01.dart b/LibTest/typed_data/Float32x4List/length_A02_t01.dart
index 837b9c6..415f4bb 100644
--- a/LibTest/typed_data/Float32x4List/length_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Float32x4List/map_A01_t01.dart b/LibTest/typed_data/Float32x4List/map_A01_t01.dart
index 9b8847c..91e8e3a 100644
--- a/LibTest/typed_data/Float32x4List/map_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<t>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Float32x4List/map_A02_t01.dart b/LibTest/typed_data/Float32x4List/map_A02_t01.dart
index 2582996..9b73287 100644
--- a/LibTest/typed_data/Float32x4List/map_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<t>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/map_A03_t01.dart b/LibTest/typed_data/Float32x4List/map_A03_t01.dart
index 626670d..6c42545 100644
--- a/LibTest/typed_data/Float32x4List/map_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<t>(T f(E e))
  * The transformed elements will not be cached. Iterating multiple times
diff --git a/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t01.dart
index 593890a..6427af2 100644
--- a/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t02.dart
index 4429b1e..314dd5d 100644
--- a/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float32x4List/operator_equality_A01_t01.dart b/LibTest/typed_data/Float32x4List/operator_equality_A01_t01.dart
index 0e1f587..d532dad 100644
--- a/LibTest/typed_data/Float32x4List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float32x4List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Float32x4List/operator_subscript_A01_t01.dart
index ea232e2..b55b4f6 100644
--- a/LibTest/typed_data/Float32x4List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Float32x4List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Float32x4List/operator_subscript_A02_t01.dart
index 0a98b2d..1db9105 100644
--- a/LibTest/typed_data/Float32x4List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01.dart
index b605a29..878c91a 100644
--- a/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01.dart
index 05f3859..bdaf062 100644
--- a/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/reduce_A01_t01.dart b/LibTest/typed_data/Float32x4List/reduce_A01_t01.dart
index 216add8..5a1ca61 100644
--- a/LibTest/typed_data/Float32x4List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Float32x4List/reduce_A02_t01.dart b/LibTest/typed_data/Float32x4List/reduce_A02_t01.dart
index 7384457..3df3b3d 100644
--- a/LibTest/typed_data/Float32x4List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/removeAt_A01_t01.dart b/LibTest/typed_data/Float32x4List/removeAt_A01_t01.dart
index 3d493d7..861fd2a 100644
--- a/LibTest/typed_data/Float32x4List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Float32x4List/removeLast_A01_t01.dart b/LibTest/typed_data/Float32x4List/removeLast_A01_t01.dart
index 6d936fc..77219ef 100644
--- a/LibTest/typed_data/Float32x4List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/typed_data/Float32x4List/removeRange_A01_t01.dart b/LibTest/typed_data/Float32x4List/removeRange_A01_t01.dart
index 88b1723..23c63e2 100644
--- a/LibTest/typed_data/Float32x4List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the elements in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Float32x4List/removeWhere_A01_t01.dart b/LibTest/typed_data/Float32x4List/removeWhere_A01_t01.dart
index a80fa9d..529834c 100644
--- a/LibTest/typed_data/Float32x4List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements of this list that satisfy test.
diff --git a/LibTest/typed_data/Float32x4List/remove_A01_t01.dart b/LibTest/typed_data/Float32x4List/remove_A01_t01.dart
index b6a2b25..da5b119 100644
--- a/LibTest/typed_data/Float32x4List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Float32x4List/replaceRange_A01_t01.dart b/LibTest/typed_data/Float32x4List/replaceRange_A01_t01.dart
index e4a799b..13cca74 100644
--- a/LibTest/typed_data/Float32x4List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Float32x4List/retainWhere_A01_t01.dart b/LibTest/typed_data/Float32x4List/retainWhere_A01_t01.dart
index aa9b55c..17a1f4a 100644
--- a/LibTest/typed_data/Float32x4List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Float32x4List/reversed_A01_t01.dart b/LibTest/typed_data/Float32x4List/reversed_A01_t01.dart
index 698c18f..533930e 100644
--- a/LibTest/typed_data/Float32x4List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects in [this] list in reverse order.
diff --git a/LibTest/typed_data/Float32x4List/reversed_A01_t02.dart b/LibTest/typed_data/Float32x4List/reversed_A01_t02.dart
index a8a5c77..6078957 100644
--- a/LibTest/typed_data/Float32x4List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects in [this] list in reverse order.
diff --git a/LibTest/typed_data/Float32x4List/runtimeType_A01_t01.dart b/LibTest/typed_data/Float32x4List/runtimeType_A01_t01.dart
index 944d772..dac8b3f 100644
--- a/LibTest/typed_data/Float32x4List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float32x4List/runtimeType_A01_t02.dart b/LibTest/typed_data/Float32x4List/runtimeType_A01_t02.dart
index 02537a3..33cc61a 100644
--- a/LibTest/typed_data/Float32x4List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float32x4List/setAll_A01_t01.dart b/LibTest/typed_data/Float32x4List/setAll_A01_t01.dart
index f702fd8..e84d595 100644
--- a/LibTest/typed_data/Float32x4List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Float32x4List/setAll_A02_t01.dart b/LibTest/typed_data/Float32x4List/setAll_A02_t01.dart
index d6f17d4..b68acb2 100644
--- a/LibTest/typed_data/Float32x4List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/setAll_A03_t01.dart b/LibTest/typed_data/Float32x4List/setAll_A03_t01.dart
index b13a1d3..cde7eab 100644
--- a/LibTest/typed_data/Float32x4List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/setRange_A01_t01.dart b/LibTest/typed_data/Float32x4List/setRange_A01_t01.dart
index b08176f..f0f4b60 100644
--- a/LibTest/typed_data/Float32x4List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32x4List/setRange_A02_t01.dart b/LibTest/typed_data/Float32x4List/setRange_A02_t01.dart
index bbd1f78..2a58506 100644
--- a/LibTest/typed_data/Float32x4List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32x4List/setRange_A03_t01.dart b/LibTest/typed_data/Float32x4List/setRange_A03_t01.dart
index 4fd1766..319cc88 100644
--- a/LibTest/typed_data/Float32x4List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32x4List/setRange_A04_t01.dart b/LibTest/typed_data/Float32x4List/setRange_A04_t01.dart
index 1d46d1a..e1d0695 100644
--- a/LibTest/typed_data/Float32x4List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32x4List/setRange_A05_t01.dart b/LibTest/typed_data/Float32x4List/setRange_A05_t01.dart
index 7ebe8cb..36d71b8 100644
--- a/LibTest/typed_data/Float32x4List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Float32x4List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float32x4List/shuffle_A01_t01.dart b/LibTest/typed_data/Float32x4List/shuffle_A01_t01.dart
index 9c22101..cdb4c73 100644
--- a/LibTest/typed_data/Float32x4List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32x4List/shuffle_A01_t02.dart b/LibTest/typed_data/Float32x4List/shuffle_A01_t02.dart
index 43dbef2..bae44d8 100644
--- a/LibTest/typed_data/Float32x4List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32x4List/shuffle_A01_t03.dart b/LibTest/typed_data/Float32x4List/shuffle_A01_t03.dart
index 5051319..80a91d0 100644
--- a/LibTest/typed_data/Float32x4List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Float32x4List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float32x4List/singleWhere_A01_t01.dart b/LibTest/typed_data/Float32x4List/singleWhere_A01_t01.dart
index cf7a2fc..9c5d721 100644
--- a/LibTest/typed_data/Float32x4List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Float32x4List/singleWhere_A02_t01.dart b/LibTest/typed_data/Float32x4List/singleWhere_A02_t01.dart
index 764b575..2bc2215 100644
--- a/LibTest/typed_data/Float32x4List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/singleWhere_A02_t02.dart b/LibTest/typed_data/Float32x4List/singleWhere_A02_t02.dart
index e95dc47..bf7fdcb 100644
--- a/LibTest/typed_data/Float32x4List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Float32x4List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  *  * ...
diff --git a/LibTest/typed_data/Float32x4List/single_A01_t01.dart b/LibTest/typed_data/Float32x4List/single_A01_t01.dart
index 85c7c52..4d26cc4 100644
--- a/LibTest/typed_data/Float32x4List/single_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float32x4List/single_A01_t02.dart b/LibTest/typed_data/Float32x4List/single_A01_t02.dart
index 912fa18..59f2419 100644
--- a/LibTest/typed_data/Float32x4List/single_A01_t02.dart
+++ b/LibTest/typed_data/Float32x4List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float32x4List/single_A02_t01.dart b/LibTest/typed_data/Float32x4List/single_A02_t01.dart
index 1dbb96f..eb90123 100644
--- a/LibTest/typed_data/Float32x4List/single_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float32x4List/single_A02_t02.dart b/LibTest/typed_data/Float32x4List/single_A02_t02.dart
index c41d945..40335f5 100644
--- a/LibTest/typed_data/Float32x4List/single_A02_t02.dart
+++ b/LibTest/typed_data/Float32x4List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float32x4List/skipWhile_A01_t01.dart b/LibTest/typed_data/Float32x4List/skipWhile_A01_t01.dart
index 2401b07..0438a87 100644
--- a/LibTest/typed_data/Float32x4List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Float32x4List/skipWhile_A02_t01.dart b/LibTest/typed_data/Float32x4List/skipWhile_A02_t01.dart
index afcb944..d352f12 100644
--- a/LibTest/typed_data/Float32x4List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/typed_data/Float32x4List/skipWhile_A03_t01.dart b/LibTest/typed_data/Float32x4List/skipWhile_A03_t01.dart
index 026edad..40b6d63 100644
--- a/LibTest/typed_data/Float32x4List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Every new [Iterator] of the returned [Iterable] iterates over all elements
diff --git a/LibTest/typed_data/Float32x4List/skipWhile_A04_t01.dart b/LibTest/typed_data/Float32x4List/skipWhile_A04_t01.dart
index 7c89ea6..a12f911 100644
--- a/LibTest/typed_data/Float32x4List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/skip_A01_t01.dart b/LibTest/typed_data/Float32x4List/skip_A01_t01.dart
index 8c9d890..c958e2c 100644
--- a/LibTest/typed_data/Float32x4List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first count elements.
diff --git a/LibTest/typed_data/Float32x4List/skip_A02_t01.dart b/LibTest/typed_data/Float32x4List/skip_A02_t01.dart
index 0fcab53..2df97c6 100644
--- a/LibTest/typed_data/Float32x4List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/skip_A03_t01.dart b/LibTest/typed_data/Float32x4List/skip_A03_t01.dart
index ce091c2..d8718de 100644
--- a/LibTest/typed_data/Float32x4List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/typed_data/Float32x4List/sort_A01_t01.dart b/LibTest/typed_data/Float32x4List/sort_A01_t01.dart
index e0e7c0b..d373ee2 100644
--- a/LibTest/typed_data/Float32x4List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Float32x4List/sublist_A01_t01.dart b/LibTest/typed_data/Float32x4List/sublist_A01_t01.dart
index ca405bb..f927f0a 100644
--- a/LibTest/typed_data/Float32x4List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Float32x4List/sublist_A02_t01.dart b/LibTest/typed_data/Float32x4List/sublist_A02_t01.dart
index 9725074..9f92248 100644
--- a/LibTest/typed_data/Float32x4List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32x4List/sublist_A03_t01.dart b/LibTest/typed_data/Float32x4List/sublist_A03_t01.dart
index 050fdfc..42f3ee3 100644
--- a/LibTest/typed_data/Float32x4List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32x4List/sublist_A03_t02.dart b/LibTest/typed_data/Float32x4List/sublist_A03_t02.dart
index 4317d0c..342e854 100644
--- a/LibTest/typed_data/Float32x4List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Float32x4List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float32x4List/takeWhile_A01_t01.dart b/LibTest/typed_data/Float32x4List/takeWhile_A01_t01.dart
index 0ad3224..2d3a2ef 100644
--- a/LibTest/typed_data/Float32x4List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Float32x4List/takeWhile_A02_t01.dart b/LibTest/typed_data/Float32x4List/takeWhile_A02_t01.dart
index 6681e60..f44c640 100644
--- a/LibTest/typed_data/Float32x4List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * The filtering happens lazily.
diff --git a/LibTest/typed_data/Float32x4List/takeWhile_A03_t01.dart b/LibTest/typed_data/Float32x4List/takeWhile_A03_t01.dart
index b7c5375..5a1bd27 100644
--- a/LibTest/typed_data/Float32x4List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/takeWhile_A04_t01.dart b/LibTest/typed_data/Float32x4List/takeWhile_A04_t01.dart
index 30753c8..ce2ffbc 100644
--- a/LibTest/typed_data/Float32x4List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float32x4List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/take_A01_t01.dart b/LibTest/typed_data/Float32x4List/take_A01_t01.dart
index 9a49a95..72a03cf 100644
--- a/LibTest/typed_data/Float32x4List/take_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Float32x4List/take_A02_t01.dart b/LibTest/typed_data/Float32x4List/take_A02_t01.dart
index 46abb35..69f4b73 100644
--- a/LibTest/typed_data/Float32x4List/take_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/take_A03_t01.dart b/LibTest/typed_data/Float32x4List/take_A03_t01.dart
index 77b948e..77e3dba 100644
--- a/LibTest/typed_data/Float32x4List/take_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float32x4List/toList_A01_t01.dart b/LibTest/typed_data/Float32x4List/toList_A01_t01.dart
index 93ca01e..8a5eb87 100644
--- a/LibTest/typed_data/Float32x4List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Float32x4List/toList_A02_t01.dart b/LibTest/typed_data/Float32x4List/toList_A02_t01.dart
index 66c7fcb..6c7e6f9 100644
--- a/LibTest/typed_data/Float32x4List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Float32x4List/toList_A02_t02.dart b/LibTest/typed_data/Float32x4List/toList_A02_t02.dart
index 47375be..580bc3e 100644
--- a/LibTest/typed_data/Float32x4List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Float32x4List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Float32x4List/toSet_A01_t01.dart b/LibTest/typed_data/Float32x4List/toSet_A01_t01.dart
index 663cb56..73cc4d8 100644
--- a/LibTest/typed_data/Float32x4List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this iterable.
diff --git a/LibTest/typed_data/Float32x4List/toString_A01_t01.dart b/LibTest/typed_data/Float32x4List/toString_A01_t01.dart
index b140e98..05723cf 100644
--- a/LibTest/typed_data/Float32x4List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Float32x4List/where_A01_t01.dart b/LibTest/typed_data/Float32x4List/where_A01_t01.dart
index 5b2f6d7..435ab0b 100644
--- a/LibTest/typed_data/Float32x4List/where_A01_t01.dart
+++ b/LibTest/typed_data/Float32x4List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Float32x4List/where_A02_t01.dart b/LibTest/typed_data/Float32x4List/where_A02_t01.dart
index 6a78de0..6fc252b 100644
--- a/LibTest/typed_data/Float32x4List/where_A02_t01.dart
+++ b/LibTest/typed_data/Float32x4List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float32x4List/where_A03_t01.dart b/LibTest/typed_data/Float32x4List/where_A03_t01.dart
index 3667bac..ea98364 100644
--- a/LibTest/typed_data/Float32x4List/where_A03_t01.dart
+++ b/LibTest/typed_data/Float32x4List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/Float64List.fromList_A01_t01.dart b/LibTest/typed_data/Float64List/Float64List.fromList_A01_t01.dart
index 0d850d6..03e3fa6 100644
--- a/LibTest/typed_data/Float64List/Float64List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64List.fromList(List<num> list)
  * Creates a [Float64List] with the same size as the [elements] list and copies
diff --git a/LibTest/typed_data/Float64List/Float64List.fromList_A01_t02.dart b/LibTest/typed_data/Float64List/Float64List.fromList_A01_t02.dart
index 0644f5d..f6ec570 100644
--- a/LibTest/typed_data/Float64List/Float64List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/Float64List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64List.fromList(List<num> list)
  * Creates a [Float64List] with the same size as the [elements] list and copies
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A01_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A01_t01.dart
index 1555e39..c664e99 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A01_t02.dart b/LibTest/typed_data/Float64List/Float64List.view_A01_t02.dart
index 2ceed6c..9e11056 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A02_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A02_t01.dart
index a0ea23d..35b5c99 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A03_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A03_t01.dart
index be0c985..968cd3f 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A04_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A04_t01.dart
index d27d825..00393cf 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A05_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A05_t01.dart
index dbc446c..24e9510 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A05_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A05_t02.dart b/LibTest/typed_data/Float64List/Float64List.view_A05_t02.dart
index db22efc..e966a8b 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A05_t02.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A05_t03.dart b/LibTest/typed_data/Float64List/Float64List.view_A05_t03.dart
index f702c14..4d53830 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A05_t03.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List.view_A06_t01.dart b/LibTest/typed_data/Float64List/Float64List.view_A06_t01.dart
index c0ce442..999757b 100644
--- a/LibTest/typed_data/Float64List/Float64List.view_A06_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64List.view(
diff --git a/LibTest/typed_data/Float64List/Float64List_A01_t01.dart b/LibTest/typed_data/Float64List/Float64List_A01_t01.dart
index a839519..7a410be 100644
--- a/LibTest/typed_data/Float64List/Float64List_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64List(int length)
  * Creates an [Float64List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float64List/Float64List_A01_t02.dart b/LibTest/typed_data/Float64List/Float64List_A01_t02.dart
index 2c4e981..b876ada 100644
--- a/LibTest/typed_data/Float64List/Float64List_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/Float64List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64List(int length)
  * Creates an [Float64List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Float64List/Float64List_A02_t01.dart b/LibTest/typed_data/Float64List/Float64List_A02_t01.dart
index 077a5944..69aa479 100644
--- a/LibTest/typed_data/Float64List/Float64List_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/Float64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Float64List/addAll_A01_t01.dart b/LibTest/typed_data/Float64List/addAll_A01_t01.dart
index d5e1dc9..d16048d 100644
--- a/LibTest/typed_data/Float64List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Float64List/add_A01_t01.dart b/LibTest/typed_data/Float64List/add_A01_t01.dart
index 24fea35..c6ca621 100644
--- a/LibTest/typed_data/Float64List/add_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Float64List/any_A01_t01.dart b/LibTest/typed_data/Float64List/any_A01_t01.dart
index 0b383e8..303190d 100644
--- a/LibTest/typed_data/Float64List/any_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float64List/asMap_A01_t01.dart b/LibTest/typed_data/Float64List/asMap_A01_t01.dart
index b07c750..e3d33f2 100644
--- a/LibTest/typed_data/Float64List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float64List/asMap_A01_t02.dart b/LibTest/typed_data/Float64List/asMap_A01_t02.dart
index 1c29dc7..9eaf752 100644
--- a/LibTest/typed_data/Float64List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Float64List/asMap_A02_t01.dart b/LibTest/typed_data/Float64List/asMap_A02_t01.dart
index bb175ee..3dcd9dd 100644
--- a/LibTest/typed_data/Float64List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Float64List/buffer_A01_t01.dart b/LibTest/typed_data/Float64List/buffer_A01_t01.dart
index d3a6a78..ac8a6d7 100644
--- a/LibTest/typed_data/Float64List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float64List/buffer_A01_t02.dart b/LibTest/typed_data/Float64List/buffer_A01_t02.dart
index f486be3..cadc151 100644
--- a/LibTest/typed_data/Float64List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float64List/clear_A01_t01.dart b/LibTest/typed_data/Float64List/clear_A01_t01.dart
index 0e114d8..3c49f18 100644
--- a/LibTest/typed_data/Float64List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Float64List/contains_A01_t01.dart b/LibTest/typed_data/Float64List/contains_A01_t01.dart
index 135b90a..990a1f1 100644
--- a/LibTest/typed_data/Float64List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Float64List/elementAt_A01_t01.dart b/LibTest/typed_data/Float64List/elementAt_A01_t01.dart
index 7937408..87dd9f1 100644
--- a/LibTest/typed_data/Float64List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Float64List/elementAt_A02_t01.dart b/LibTest/typed_data/Float64List/elementAt_A02_t01.dart
index 17bebe1..2137d2e 100644
--- a/LibTest/typed_data/Float64List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * The index must be non-negative and less than length. Index zero represents
diff --git a/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t01.dart
index 6abf1b0..a1548a3 100644
--- a/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t02.dart
index 7cc9cfc..83c1536 100644
--- a/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float64List/every_A01_t01.dart b/LibTest/typed_data/Float64List/every_A01_t01.dart
index ea87eb5..0905a9f 100644
--- a/LibTest/typed_data/Float64List/every_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float64List/expand_A01_t01.dart b/LibTest/typed_data/Float64List/expand_A01_t01.dart
index d6ba9ad..ba17ef8 100644
--- a/LibTest/typed_data/Float64List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand(Iterable<T> f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Float64List/fillRange_A01_t01.dart b/LibTest/typed_data/Float64List/fillRange_A01_t01.dart
index 6c044ef..52ec64f 100644
--- a/LibTest/typed_data/Float64List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to the
diff --git a/LibTest/typed_data/Float64List/fillRange_A02_t01.dart b/LibTest/typed_data/Float64List/fillRange_A02_t01.dart
index cc44914..5e75b6a 100644
--- a/LibTest/typed_data/Float64List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Float64List/firstWhere_A01_t01.dart b/LibTest/typed_data/Float64List/firstWhere_A01_t01.dart
index 7b5b378..e37bb22 100644
--- a/LibTest/typed_data/Float64List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float64List/firstWhere_A02_t01.dart b/LibTest/typed_data/Float64List/firstWhere_A02_t01.dart
index 65022e9..ae9e00d 100644
--- a/LibTest/typed_data/Float64List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64List/firstWhere_A03_t01.dart b/LibTest/typed_data/Float64List/firstWhere_A03_t01.dart
index cac621a..8f9f789 100644
--- a/LibTest/typed_data/Float64List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64List/first_A01_t01.dart b/LibTest/typed_data/Float64List/first_A01_t01.dart
index fb6f5ec..c34e281 100644
--- a/LibTest/typed_data/Float64List/first_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float64List/first_A01_t02.dart b/LibTest/typed_data/Float64List/first_A01_t02.dart
index 729524b..9725ada 100644
--- a/LibTest/typed_data/Float64List/first_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float64List/first_A02_t01.dart b/LibTest/typed_data/Float64List/first_A02_t01.dart
index adf74cd..770b537 100644
--- a/LibTest/typed_data/Float64List/first_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float64List/first_A03_t01.dart b/LibTest/typed_data/Float64List/first_A03_t01.dart
index a010b63..84ca088 100644
--- a/LibTest/typed_data/Float64List/first_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float64List/fold_A01_t01.dart b/LibTest/typed_data/Float64List/fold_A01_t01.dart
index 6fa9013..948b1c6 100644
--- a/LibTest/typed_data/Float64List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/typed_data/Float64List/forEach_A01_t01.dart b/LibTest/typed_data/Float64List/forEach_A01_t01.dart
index 10d62db..4e32fc5 100644
--- a/LibTest/typed_data/Float64List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Float64List/getRange_A01_t01.dart b/LibTest/typed_data/Float64List/getRange_A01_t01.dart
index a750ba3..a6435c4 100644
--- a/LibTest/typed_data/Float64List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Float64List/getRange_A02_t01.dart b/LibTest/typed_data/Float64List/getRange_A02_t01.dart
index c0d5aff..2744078 100644
--- a/LibTest/typed_data/Float64List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Float64List/getRange_A03_t01.dart b/LibTest/typed_data/Float64List/getRange_A03_t01.dart
index c2f0f20..d1d51d2 100644
--- a/LibTest/typed_data/Float64List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Float64List/getRange_A04_t01.dart b/LibTest/typed_data/Float64List/getRange_A04_t01.dart
index bf7e656..3eba137 100644
--- a/LibTest/typed_data/Float64List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Float64List/hashCode_A01_t01.dart b/LibTest/typed_data/Float64List/hashCode_A01_t01.dart
index ce12d18..d4576e0 100644
--- a/LibTest/typed_data/Float64List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float64List/hashCode_A01_t02.dart b/LibTest/typed_data/Float64List/hashCode_A01_t02.dart
index 0bed68b..6743eca 100644
--- a/LibTest/typed_data/Float64List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float64List/indexOf_A01_t01.dart b/LibTest/typed_data/Float64List/indexOf_A01_t01.dart
index 393aaf7..19bb021 100644
--- a/LibTest/typed_data/Float64List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Float64List/indexOf_A01_t02.dart b/LibTest/typed_data/Float64List/indexOf_A01_t02.dart
index 811294c..3d25517 100644
--- a/LibTest/typed_data/Float64List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Float64List/indexOf_A02_t01.dart b/LibTest/typed_data/Float64List/indexOf_A02_t01.dart
index aee65c9..eb1bd23 100644
--- a/LibTest/typed_data/Float64List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Float64List/indexOf_A03_t01.dart b/LibTest/typed_data/Float64List/indexOf_A03_t01.dart
index 3be1dc5..3597429 100644
--- a/LibTest/typed_data/Float64List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds,
diff --git a/LibTest/typed_data/Float64List/insertAll_A01_t01.dart b/LibTest/typed_data/Float64List/insertAll_A01_t01.dart
index 8aa948d..addd4ac 100644
--- a/LibTest/typed_data/Float64List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all elements of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Float64List/insert_A01_t01.dart b/LibTest/typed_data/Float64List/insert_A01_t01.dart
index 63bab99..cfb4d47 100644
--- a/LibTest/typed_data/Float64List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Float64List/isEmpty_A01_t01.dart b/LibTest/typed_data/Float64List/isEmpty_A01_t01.dart
index 5e2a898..b8f147e 100644
--- a/LibTest/typed_data/Float64List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Float64List/isEmpty_A01_t02.dart b/LibTest/typed_data/Float64List/isEmpty_A01_t02.dart
index ddfd730..07fe565 100644
--- a/LibTest/typed_data/Float64List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Float64List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Float64List/isNotEmpty_A01_t01.dart
index 2dc3a76..4333a45 100644
--- a/LibTest/typed_data/Float64List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float64List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Float64List/isNotEmpty_A01_t02.dart
index 2831870..e3ac03d 100644
--- a/LibTest/typed_data/Float64List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float64List/iterator_A01_t01.dart b/LibTest/typed_data/Float64List/iterator_A01_t01.dart
index 23761f2..cf2a400 100644
--- a/LibTest/typed_data/Float64List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Float64List/iterator_A01_t02.dart b/LibTest/typed_data/Float64List/iterator_A01_t02.dart
index 9a43be3..b5cff45 100644
--- a/LibTest/typed_data/Float64List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns an [Iterator] that iterates over this [Iterable] object.
diff --git a/LibTest/typed_data/Float64List/iterator_current_A01_t01.dart b/LibTest/typed_data/Float64List/iterator_current_A01_t01.dart
index 359ab5e..46626ed 100644
--- a/LibTest/typed_data/Float64List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Float64List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Float64List/iterator_moveNext_A01_t01.dart
index 204701e..fa8ef31 100644
--- a/LibTest/typed_data/Float64List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns true whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Float64List/join_A01_t01.dart b/LibTest/typed_data/Float64List/join_A01_t01.dart
index 268cb06..09153e4 100644
--- a/LibTest/typed_data/Float64List/join_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float64List/join_A01_t02.dart b/LibTest/typed_data/Float64List/join_A01_t02.dart
index 02404c0..79ad2eb 100644
--- a/LibTest/typed_data/Float64List/join_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float64List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Float64List/lastIndexOf_A01_t01.dart
index 1d484b5..f1d1d65 100644
--- a/LibTest/typed_data/Float64List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Float64List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Float64List/lastIndexOf_A01_t02.dart
index 4663ac8..22fd14e 100644
--- a/LibTest/typed_data/Float64List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Float64List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Float64List/lastIndexOf_A02_t01.dart
index dc7315c..17a3aa3 100644
--- a/LibTest/typed_data/Float64List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Float64List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Float64List/lastIndexOf_A03_t01.dart
index a799201..485449e 100644
--- a/LibTest/typed_data/Float64List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [start] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Float64List/lastWhere_A01_t01.dart b/LibTest/typed_data/Float64List/lastWhere_A01_t01.dart
index 83bac5d..26ef1ad 100644
--- a/LibTest/typed_data/Float64List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Float64List/lastWhere_A02_t01.dart b/LibTest/typed_data/Float64List/lastWhere_A02_t01.dart
index aaba66a..7ab48b8 100644
--- a/LibTest/typed_data/Float64List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64List/lastWhere_A03_t01.dart b/LibTest/typed_data/Float64List/lastWhere_A03_t01.dart
index 38f42b9..cb3cda5 100644
--- a/LibTest/typed_data/Float64List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64List/last_A01_t01.dart b/LibTest/typed_data/Float64List/last_A01_t01.dart
index 53928e2..3b9fea1 100644
--- a/LibTest/typed_data/Float64List/last_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float64List/last_A01_t02.dart b/LibTest/typed_data/Float64List/last_A01_t02.dart
index 989fa9f..6ee7b1d 100644
--- a/LibTest/typed_data/Float64List/last_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float64List/last_A02_t01.dart b/LibTest/typed_data/Float64List/last_A02_t01.dart
index 91e58ba..2f01d6e 100644
--- a/LibTest/typed_data/Float64List/last_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Throws a StateError if this is empty.
diff --git a/LibTest/typed_data/Float64List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Float64List/lengthInBytes_A01_t01.dart
index 2093781..658c5cd 100644
--- a/LibTest/typed_data/Float64List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float64List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Float64List/lengthInBytes_A01_t02.dart
index ab6e7ff..025f293 100644
--- a/LibTest/typed_data/Float64List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float64List/length_A01_t01.dart b/LibTest/typed_data/Float64List/length_A01_t01.dart
index 97d00b3..7391526 100644
--- a/LibTest/typed_data/Float64List/length_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Float64List/length_A02_t01.dart b/LibTest/typed_data/Float64List/length_A02_t01.dart
index 29babdf..13f8f57 100644
--- a/LibTest/typed_data/Float64List/length_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Float64List/map_A01_t01.dart b/LibTest/typed_data/Float64List/map_A01_t01.dart
index ed6d16b..58760fd 100644
--- a/LibTest/typed_data/Float64List/map_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Float64List/map_A02_t01.dart b/LibTest/typed_data/Float64List/map_A02_t01.dart
index c2ed4e2..4bd1c2e 100644
--- a/LibTest/typed_data/Float64List/map_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/map_A03_t01.dart b/LibTest/typed_data/Float64List/map_A03_t01.dart
index ab0379b..4e79918 100644
--- a/LibTest/typed_data/Float64List/map_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Float64List/offsetInBytes_A01_t01.dart
index 241a4b4..cf473b4 100644
--- a/LibTest/typed_data/Float64List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float64List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Float64List/offsetInBytes_A01_t02.dart
index e878f2d..feda7c3 100644
--- a/LibTest/typed_data/Float64List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float64List/operator_equality_A01_t01.dart b/LibTest/typed_data/Float64List/operator_equality_A01_t01.dart
index 1763404..e8917a1 100644
--- a/LibTest/typed_data/Float64List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float64List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Float64List/operator_subscript_A01_t01.dart
index 819ba18..917919a 100644
--- a/LibTest/typed_data/Float64List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the element at the given index in the list...
diff --git a/LibTest/typed_data/Float64List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Float64List/operator_subscript_A02_t01.dart
index decb462..8b22fc6 100644
--- a/LibTest/typed_data/Float64List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...or throws an [RangeError] if index is out of bounds.
diff --git a/LibTest/typed_data/Float64List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Float64List/operator_subscripted_assignment_A01_t01.dart
index 6211ed7..b334eb4 100644
--- a/LibTest/typed_data/Float64List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value...
diff --git a/LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01.dart
index d827c5c..3c7d7cf 100644
--- a/LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ... or throws an [RangeError] if index is out of bounds.
diff --git a/LibTest/typed_data/Float64List/reduce_A01_t01.dart b/LibTest/typed_data/Float64List/reduce_A01_t01.dart
index 77f0f31..6205b4e 100644
--- a/LibTest/typed_data/Float64List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Float64List/reduce_A02_t01.dart b/LibTest/typed_data/Float64List/reduce_A02_t01.dart
index ff43bc6..0bd637f 100644
--- a/LibTest/typed_data/Float64List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * If [this] is empty, a [StateError] is thrown.
diff --git a/LibTest/typed_data/Float64List/removeAt_A01_t01.dart b/LibTest/typed_data/Float64List/removeAt_A01_t01.dart
index e8a9b48..27ef589 100644
--- a/LibTest/typed_data/Float64List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the element at position index from the list.
diff --git a/LibTest/typed_data/Float64List/removeLast_A01_t01.dart b/LibTest/typed_data/Float64List/removeLast_A01_t01.dart
index 42c761d..95a2388 100644
--- a/LibTest/typed_data/Float64List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object of this list.
diff --git a/LibTest/typed_data/Float64List/removeRange_A01_t01.dart b/LibTest/typed_data/Float64List/removeRange_A01_t01.dart
index 02beb1e..543ecad 100644
--- a/LibTest/typed_data/Float64List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Float64List/removeWhere_A01_t01.dart b/LibTest/typed_data/Float64List/removeWhere_A01_t01.dart
index 2876a97..1a9385b 100644
--- a/LibTest/typed_data/Float64List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements of this list that satisfy test.
diff --git a/LibTest/typed_data/Float64List/remove_A01_t01.dart b/LibTest/typed_data/Float64List/remove_A01_t01.dart
index 458990a..3dad43a 100644
--- a/LibTest/typed_data/Float64List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Float64List/replaceRange_A01_t01.dart b/LibTest/typed_data/Float64List/replaceRange_A01_t01.dart
index 832bcef..9a9e060 100644
--- a/LibTest/typed_data/Float64List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Float64List/retainWhere_A01_t01.dart b/LibTest/typed_data/Float64List/retainWhere_A01_t01.dart
index b0be52f..1f2e5dd 100644
--- a/LibTest/typed_data/Float64List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Float64List/reversed_A01_t01.dart b/LibTest/typed_data/Float64List/reversed_A01_t01.dart
index 3e9cb89..4ced8e7 100644
--- a/LibTest/typed_data/Float64List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Float64List/reversed_A01_t02.dart b/LibTest/typed_data/Float64List/reversed_A01_t02.dart
index def8da2..4ffe4e0 100644
--- a/LibTest/typed_data/Float64List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Float64List/runtimeType_A01_t01.dart b/LibTest/typed_data/Float64List/runtimeType_A01_t01.dart
index 81950f4..04a1728 100644
--- a/LibTest/typed_data/Float64List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float64List/runtimeType_A01_t02.dart b/LibTest/typed_data/Float64List/runtimeType_A01_t02.dart
index 5b50eee..2d05488 100644
--- a/LibTest/typed_data/Float64List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float64List/setAll_A01_t01.dart b/LibTest/typed_data/Float64List/setAll_A01_t01.dart
index c887026..c25b659 100644
--- a/LibTest/typed_data/Float64List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Float64List/setAll_A02_t01.dart b/LibTest/typed_data/Float64List/setAll_A02_t01.dart
index b5700b0..b3af4d8 100644
--- a/LibTest/typed_data/Float64List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64List/setAll_A03_t01.dart b/LibTest/typed_data/Float64List/setAll_A03_t01.dart
index f1a4af0..f8f5ef6 100644
--- a/LibTest/typed_data/Float64List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64List/setAll_A04_t01.dart b/LibTest/typed_data/Float64List/setAll_A04_t01.dart
index 481dae1..a76b3d3 100644
--- a/LibTest/typed_data/Float64List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64List/setRange_A01_t01.dart b/LibTest/typed_data/Float64List/setRange_A01_t01.dart
index 77fe532..b2fab48 100644
--- a/LibTest/typed_data/Float64List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64List/setRange_A02_t01.dart b/LibTest/typed_data/Float64List/setRange_A02_t01.dart
index 3278277..4e8e5f5 100644
--- a/LibTest/typed_data/Float64List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64List/setRange_A03_t01.dart b/LibTest/typed_data/Float64List/setRange_A03_t01.dart
index 8226f80..23ff6e4 100644
--- a/LibTest/typed_data/Float64List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64List/setRange_A04_t01.dart b/LibTest/typed_data/Float64List/setRange_A04_t01.dart
index ddded1e..b8c5925 100644
--- a/LibTest/typed_data/Float64List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64List/setRange_A05_t01.dart b/LibTest/typed_data/Float64List/setRange_A05_t01.dart
index 29377c6..ac850c1 100644
--- a/LibTest/typed_data/Float64List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Float64List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64List/shuffle_A01_t01.dart b/LibTest/typed_data/Float64List/shuffle_A01_t01.dart
index eb7754e..124daaa 100644
--- a/LibTest/typed_data/Float64List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64List/shuffle_A01_t02.dart b/LibTest/typed_data/Float64List/shuffle_A01_t02.dart
index 922eec5..5f5aeaa 100644
--- a/LibTest/typed_data/Float64List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64List/shuffle_A01_t03.dart b/LibTest/typed_data/Float64List/shuffle_A01_t03.dart
index 5590f51..5e97002 100644
--- a/LibTest/typed_data/Float64List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Float64List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64List/singleWhere_A01_t01.dart b/LibTest/typed_data/Float64List/singleWhere_A01_t01.dart
index 52cb1e2..872fcd5 100644
--- a/LibTest/typed_data/Float64List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Float64List/singleWhere_A02_t01.dart b/LibTest/typed_data/Float64List/singleWhere_A02_t01.dart
index 4058c31..3f90973 100644
--- a/LibTest/typed_data/Float64List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/singleWhere_A02_t02.dart b/LibTest/typed_data/Float64List/singleWhere_A02_t02.dart
index 5657706..ec6c6a9 100644
--- a/LibTest/typed_data/Float64List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Float64List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/single_A01_t01.dart b/LibTest/typed_data/Float64List/single_A01_t01.dart
index 20c04ef..66fb1f4 100644
--- a/LibTest/typed_data/Float64List/single_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float64List/single_A01_t02.dart b/LibTest/typed_data/Float64List/single_A01_t02.dart
index 4504e8a..4bdc091 100644
--- a/LibTest/typed_data/Float64List/single_A01_t02.dart
+++ b/LibTest/typed_data/Float64List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float64List/single_A02_t01.dart b/LibTest/typed_data/Float64List/single_A02_t01.dart
index 9d95490..2879db9 100644
--- a/LibTest/typed_data/Float64List/single_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a [StateError] if [this] is empty or has more than one element.
diff --git a/LibTest/typed_data/Float64List/single_A02_t02.dart b/LibTest/typed_data/Float64List/single_A02_t02.dart
index 83c218e..ce5564a 100644
--- a/LibTest/typed_data/Float64List/single_A02_t02.dart
+++ b/LibTest/typed_data/Float64List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a [StateError] if [this] is empty or has more than one element.
diff --git a/LibTest/typed_data/Float64List/skipWhile_A01_t01.dart b/LibTest/typed_data/Float64List/skipWhile_A01_t01.dart
index a5f4ad3..43c65d3 100644
--- a/LibTest/typed_data/Float64List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Float64List/skipWhile_A02_t01.dart b/LibTest/typed_data/Float64List/skipWhile_A02_t01.dart
index 2afbf73..6e63168 100644
--- a/LibTest/typed_data/Float64List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/skipWhile_A03_t01.dart b/LibTest/typed_data/Float64List/skipWhile_A03_t01.dart
index f4d59ac..2bd495c 100644
--- a/LibTest/typed_data/Float64List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/skipWhile_A04_t01.dart b/LibTest/typed_data/Float64List/skipWhile_A04_t01.dart
index fb4c6c0..2d364f5 100644
--- a/LibTest/typed_data/Float64List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/skipWhile_A04_t02.dart b/LibTest/typed_data/Float64List/skipWhile_A04_t02.dart
index fec49bd..fa6034b 100644
--- a/LibTest/typed_data/Float64List/skipWhile_A04_t02.dart
+++ b/LibTest/typed_data/Float64List/skipWhile_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/skip_A01_t01.dart b/LibTest/typed_data/Float64List/skip_A01_t01.dart
index 25c92c8..6728d16 100644
--- a/LibTest/typed_data/Float64List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Float64List/skip_A02_t01.dart b/LibTest/typed_data/Float64List/skip_A02_t01.dart
index 1fd0291..9471356 100644
--- a/LibTest/typed_data/Float64List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If [this] has fewer than [count] elements, then the resulting [Iterable] is
diff --git a/LibTest/typed_data/Float64List/skip_A03_t01.dart b/LibTest/typed_data/Float64List/skip_A03_t01.dart
index 86f2b36..b485d0e 100644
--- a/LibTest/typed_data/Float64List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/typed_data/Float64List/sort_A01_t01.dart b/LibTest/typed_data/Float64List/sort_A01_t01.dart
index abf7aa7..dbfd721 100644
--- a/LibTest/typed_data/Float64List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Float64List/sort_A02_t01.dart b/LibTest/typed_data/Float64List/sort_A02_t01.dart
index fe61a75..5195bd0 100644
--- a/LibTest/typed_data/Float64List/sort_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/sort_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * ...
diff --git a/LibTest/typed_data/Float64List/sublist_A01_t01.dart b/LibTest/typed_data/Float64List/sublist_A01_t01.dart
index 84cffcf..4f7f4f8 100644
--- a/LibTest/typed_data/Float64List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Float64List/sublist_A02_t01.dart b/LibTest/typed_data/Float64List/sublist_A02_t01.dart
index 7204107..d27945c 100644
--- a/LibTest/typed_data/Float64List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float64List/sublist_A03_t01.dart b/LibTest/typed_data/Float64List/sublist_A03_t01.dart
index f30a5ab..76dd592 100644
--- a/LibTest/typed_data/Float64List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float64List/sublist_A03_t02.dart b/LibTest/typed_data/Float64List/sublist_A03_t02.dart
index a4e7733..643ea77 100644
--- a/LibTest/typed_data/Float64List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Float64List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float64List/takeWhile_A01_t01.dart b/LibTest/typed_data/Float64List/takeWhile_A01_t01.dart
index c32e892..f1867f2 100644
--- a/LibTest/typed_data/Float64List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Float64List/takeWhile_A02_t01.dart b/LibTest/typed_data/Float64List/takeWhile_A02_t01.dart
index d54ecdb..d7eef44 100644
--- a/LibTest/typed_data/Float64List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/takeWhile_A03_t01.dart b/LibTest/typed_data/Float64List/takeWhile_A03_t01.dart
index bd3e983..6af36e6 100644
--- a/LibTest/typed_data/Float64List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/takeWhile_A04_t01.dart b/LibTest/typed_data/Float64List/takeWhile_A04_t01.dart
index 5727f82..c6b9dfd 100644
--- a/LibTest/typed_data/Float64List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float64List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64List/take_A01_t01.dart b/LibTest/typed_data/Float64List/take_A01_t01.dart
index 4439692..395435e 100644
--- a/LibTest/typed_data/Float64List/take_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Float64List/take_A02_t01.dart b/LibTest/typed_data/Float64List/take_A02_t01.dart
index fad685a..287c816 100644
--- a/LibTest/typed_data/Float64List/take_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The returned [Iterable] may contain fewer than [count] elements, if [this]
diff --git a/LibTest/typed_data/Float64List/take_A03_t01.dart b/LibTest/typed_data/Float64List/take_A03_t01.dart
index 2eac20a..4c2c25b 100644
--- a/LibTest/typed_data/Float64List/take_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The [count] must not be negative.
diff --git a/LibTest/typed_data/Float64List/toList_A01_t01.dart b/LibTest/typed_data/Float64List/toList_A01_t01.dart
index f6dbd14..0145d4b 100644
--- a/LibTest/typed_data/Float64List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Float64List/toList_A02_t01.dart b/LibTest/typed_data/Float64List/toList_A02_t01.dart
index 4e40a79..3e9833e 100644
--- a/LibTest/typed_data/Float64List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Float64List/toList_A02_t02.dart b/LibTest/typed_data/Float64List/toList_A02_t02.dart
index 67b2413..48009aa 100644
--- a/LibTest/typed_data/Float64List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Float64List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Float64List/toSet_A01_t01.dart b/LibTest/typed_data/Float64List/toSet_A01_t01.dart
index e16c09b..6083743 100644
--- a/LibTest/typed_data/Float64List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the same elements of this [Iterable].
diff --git a/LibTest/typed_data/Float64List/toString_A01_t01.dart b/LibTest/typed_data/Float64List/toString_A01_t01.dart
index b9d4ab4..c9270be 100644
--- a/LibTest/typed_data/Float64List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Float64List/where_A01_t01.dart b/LibTest/typed_data/Float64List/where_A01_t01.dart
index e166166..0f1c283 100644
--- a/LibTest/typed_data/Float64List/where_A01_t01.dart
+++ b/LibTest/typed_data/Float64List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Float64List/where_A02_t01.dart b/LibTest/typed_data/Float64List/where_A02_t01.dart
index 139a634..e4e71d3 100644
--- a/LibTest/typed_data/Float64List/where_A02_t01.dart
+++ b/LibTest/typed_data/Float64List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64List/where_A03_t01.dart b/LibTest/typed_data/Float64List/where_A03_t01.dart
index 64f1e62..3c181a6 100644
--- a/LibTest/typed_data/Float64List/where_A03_t01.dart
+++ b/LibTest/typed_data/Float64List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2/Float64x2.fromFloat32x4_A01_t01.dart b/LibTest/typed_data/Float64x2/Float64x2.fromFloat32x4_A01_t01.dart
index d50b30c..f8bc160 100644
--- a/LibTest/typed_data/Float64x2/Float64x2.fromFloat32x4_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/Float64x2.fromFloat32x4_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2.fromFloat32x4(Float32x4 v)
  * Creates a new [Float64x2] instance.
diff --git a/LibTest/typed_data/Float64x2/Float64x2.splat_A01_t01.dart b/LibTest/typed_data/Float64x2/Float64x2.splat_A01_t01.dart
index cad0f9f..fe6a93a 100644
--- a/LibTest/typed_data/Float64x2/Float64x2.splat_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/Float64x2.splat_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2.splat(double v)
  * Creates a new [Float64x2] instance.
diff --git a/LibTest/typed_data/Float64x2/Float64x2.zero_A01_t01.dart b/LibTest/typed_data/Float64x2/Float64x2.zero_A01_t01.dart
index 16d436f..5296158 100644
--- a/LibTest/typed_data/Float64x2/Float64x2.zero_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/Float64x2.zero_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2.zero()
  * Creates a new [Float64x2] instance.
diff --git a/LibTest/typed_data/Float64x2/Float64x2_A01_t01.dart b/LibTest/typed_data/Float64x2/Float64x2_A01_t01.dart
index e688aa2..40163a3 100644
--- a/LibTest/typed_data/Float64x2/Float64x2_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/Float64x2_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2(double x, double y)
  * Creates a new [Float64x2] instance.
diff --git a/LibTest/typed_data/Float64x2/abs_A01_t01.dart b/LibTest/typed_data/Float64x2/abs_A01_t01.dart
index 9a12f86..9e8c277 100644
--- a/LibTest/typed_data/Float64x2/abs_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/abs_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 abs()
  * Returns the lane-wise absolute value of this Float64x2.
diff --git a/LibTest/typed_data/Float64x2/clamp_A01_t01.dart b/LibTest/typed_data/Float64x2/clamp_A01_t01.dart
index 00ab84e..26dfcf8 100644
--- a/LibTest/typed_data/Float64x2/clamp_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/clamp_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 clamp(Float64x2 lowerLimit, Float64x2 upperLimit)
  * Lane-wise clamp this to be in the range lowerLimit-upperLimit.
diff --git a/LibTest/typed_data/Float64x2/max_A01_t01.dart b/LibTest/typed_data/Float64x2/max_A01_t01.dart
index ec94d0d..a351b51 100644
--- a/LibTest/typed_data/Float64x2/max_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/max_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 max(Float64x2 other)
  * Returns the lane-wise maximum value in this or other.
diff --git a/LibTest/typed_data/Float64x2/min_A01_t01.dart b/LibTest/typed_data/Float64x2/min_A01_t01.dart
index bd700dc..d07aa91 100644
--- a/LibTest/typed_data/Float64x2/min_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/min_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 min(Float64x2 other)
  * Returns the lane-wise minimum value in this or other.
diff --git a/LibTest/typed_data/Float64x2/operator_addition_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_addition_A01_t01.dart
index a4b37ef..ead2f3d 100644
--- a/LibTest/typed_data/Float64x2/operator_addition_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator +(Float64x2 other)
  * Addition operator.
diff --git a/LibTest/typed_data/Float64x2/operator_division_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_division_A01_t01.dart
index 5268d18..155deb5 100644
--- a/LibTest/typed_data/Float64x2/operator_division_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_division_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator /(Float64x2 other)
  * Division operator.
diff --git a/LibTest/typed_data/Float64x2/operator_equality_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_equality_A01_t01.dart
index 11dcb83..44d1612 100644
--- a/LibTest/typed_data/Float64x2/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator ==(Float64x2 other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float64x2/operator_multiplication_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_multiplication_A01_t01.dart
index bc1b502..06f7f70 100644
--- a/LibTest/typed_data/Float64x2/operator_multiplication_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_multiplication_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator *(Float64x2 other)
  * Multiplication operator.
diff --git a/LibTest/typed_data/Float64x2/operator_subtraction_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_subtraction_A01_t01.dart
index 6bc846c..378a7e9 100644
--- a/LibTest/typed_data/Float64x2/operator_subtraction_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator -(Float64x2 other)
  * Subtraction operator.
diff --git a/LibTest/typed_data/Float64x2/operator_unary_minus_A01_t01.dart b/LibTest/typed_data/Float64x2/operator_unary_minus_A01_t01.dart
index 160be92..34fa331 100644
--- a/LibTest/typed_data/Float64x2/operator_unary_minus_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/operator_unary_minus_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 operator unary-()
  * Negate operator.
diff --git a/LibTest/typed_data/Float64x2/scale_A01_t01.dart b/LibTest/typed_data/Float64x2/scale_A01_t01.dart
index 7af914d..4a0899e 100644
--- a/LibTest/typed_data/Float64x2/scale_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/scale_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 scale(double s)
  * Returns a copy of this each lane being scaled by s. Equivalent to
diff --git a/LibTest/typed_data/Float64x2/scale_A01_t02.dart b/LibTest/typed_data/Float64x2/scale_A01_t02.dart
index 33820ac..19389eb 100644
--- a/LibTest/typed_data/Float64x2/scale_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2/scale_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 scale(double s)
  * Returns a copy of this each lane being scaled by s. Equivalent to
diff --git a/LibTest/typed_data/Float64x2/signMask_A01_t01.dart b/LibTest/typed_data/Float64x2/signMask_A01_t01.dart
index e3ee966..f665b06 100644
--- a/LibTest/typed_data/Float64x2/signMask_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/signMask_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int signMask
  * Extract the sign bits from each lane return them in the first 2 bits. "x"
diff --git a/LibTest/typed_data/Float64x2/signMask_A01_t02.dart b/LibTest/typed_data/Float64x2/signMask_A01_t02.dart
index 8679319..974553d 100644
--- a/LibTest/typed_data/Float64x2/signMask_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2/signMask_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int signMask
  * Extract the sign bits from each lane return them in the first 2 bits. "x"
diff --git a/LibTest/typed_data/Float64x2/sqrt_A01_t01.dart b/LibTest/typed_data/Float64x2/sqrt_A01_t01.dart
index d7e75f0..dd7d09f 100644
--- a/LibTest/typed_data/Float64x2/sqrt_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/sqrt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  Float64x2 sqrt()
  * Returns the lane-wise square root of this.
diff --git a/LibTest/typed_data/Float64x2/withX_A01_t01.dart b/LibTest/typed_data/Float64x2/withX_A01_t01.dart
index a2f98b5..f7f371f 100644
--- a/LibTest/typed_data/Float64x2/withX_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/withX_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 withX(double x)
  * Returns a new Float64x2 copied from this with a new x value.
diff --git a/LibTest/typed_data/Float64x2/withY_A01_t01.dart b/LibTest/typed_data/Float64x2/withY_A01_t01.dart
index 5ca0487..1e9e3a2 100644
--- a/LibTest/typed_data/Float64x2/withY_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/withY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2 withY(double y)
  * Returns a new Float64x2 copied from this with a new y value.
diff --git a/LibTest/typed_data/Float64x2/x_A01_t01.dart b/LibTest/typed_data/Float64x2/x_A01_t01.dart
index 8cc1c51..caef959 100644
--- a/LibTest/typed_data/Float64x2/x_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/x_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double x
  * Extracted x value.
diff --git a/LibTest/typed_data/Float64x2/x_A01_t02.dart b/LibTest/typed_data/Float64x2/x_A01_t02.dart
index 90da6b4..87f9b50 100644
--- a/LibTest/typed_data/Float64x2/x_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2/x_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double x
  * Extracted x value.
diff --git a/LibTest/typed_data/Float64x2/y_A01_t01.dart b/LibTest/typed_data/Float64x2/y_A01_t01.dart
index fb413ef..c7c9d36 100644
--- a/LibTest/typed_data/Float64x2/y_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2/y_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double y
  * Extracted y value.
diff --git a/LibTest/typed_data/Float64x2/y_A01_t02.dart b/LibTest/typed_data/Float64x2/y_A01_t02.dart
index 27fa721..c37d532 100644
--- a/LibTest/typed_data/Float64x2/y_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2/y_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion double y
  * Extracted y value.
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t01.dart
index 22ddeed..e537040 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List.fromList(List<Float64x2> elements)
  * Creates a [Float64x2List] with the same length as the [elements] list and
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t02.dart b/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t02.dart
index fcb62c3..5bcf008 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List.fromList(List<Float64x2> elements)
  * Creates a [Float64x2List] with the same length as the [elements] list and
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t01.dart
index f1d9101..02fe2a2 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t02.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t02.dart
index 2a12511..879f644 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A02_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A02_t01.dart
index 528b83b..3773fde 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A03_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A03_t01.dart
index 7ae462e..53264e5 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A04_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A04_t01.dart
index 764833c..77cc8a7 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t01.dart
index ba4c0ca..df0564c 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t02.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t02.dart
index 5d80b98..b589ad2 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t02.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t03.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t03.dart
index c188cc5..d861e96 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t03.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List.view_A06_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List.view_A06_t01.dart
index dafcc4b..5c16040 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List.view_A06_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Float64x2List.view(
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List_A01_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List_A01_t01.dart
index 7123564..dda6e41 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List(int length)
  * Creates a Float64x2List of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List_A01_t02.dart b/LibTest/typed_data/Float64x2List/Float64x2List_A01_t02.dart
index 9d44a0b..7d8768a 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List(int length)
  * Creates a Float64x2List of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Float64x2List/Float64x2List_A02_t01.dart b/LibTest/typed_data/Float64x2List/Float64x2List_A02_t01.dart
index 26a80b0..295e6a3 100644
--- a/LibTest/typed_data/Float64x2List/Float64x2List_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/Float64x2List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float64x2List(int length)
  * It is an error if length is not a non-negative number.
diff --git a/LibTest/typed_data/Float64x2List/addAll_A01_t01.dart b/LibTest/typed_data/Float64x2List/addAll_A01_t01.dart
index 3b58acd..a9dc000 100644
--- a/LibTest/typed_data/Float64x2List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of iterable to the end of this list.
diff --git a/LibTest/typed_data/Float64x2List/add_A01_t01.dart b/LibTest/typed_data/Float64x2List/add_A01_t01.dart
index 3c59091..867bf85 100644
--- a/LibTest/typed_data/Float64x2List/add_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value to the end of this list, extending the length by one.
diff --git a/LibTest/typed_data/Float64x2List/any_A01_t01.dart b/LibTest/typed_data/Float64x2List/any_A01_t01.dart
index 90bdcba..2b07247 100644
--- a/LibTest/typed_data/Float64x2List/any_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float64x2List/asMap_A01_t01.dart b/LibTest/typed_data/Float64x2List/asMap_A01_t01.dart
index f24b9fe..43260ca 100644
--- a/LibTest/typed_data/Float64x2List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/typed_data/Float64x2List/asMap_A01_t02.dart b/LibTest/typed_data/Float64x2List/asMap_A01_t02.dart
index f5a2f32..9a2a039 100644
--- a/LibTest/typed_data/Float64x2List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/typed_data/Float64x2List/asMap_A02_t01.dart b/LibTest/typed_data/Float64x2List/asMap_A02_t01.dart
index 4847cc3..ba5e787 100644
--- a/LibTest/typed_data/Float64x2List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Float64x2List/buffer_A01_t01.dart b/LibTest/typed_data/Float64x2List/buffer_A01_t01.dart
index 0a149c6..31b5f9a 100644
--- a/LibTest/typed_data/Float64x2List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float64x2List/buffer_A01_t02.dart b/LibTest/typed_data/Float64x2List/buffer_A01_t02.dart
index 9358f05..e9a3b41 100644
--- a/LibTest/typed_data/Float64x2List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Float64x2List/clear_A01_t01.dart b/LibTest/typed_data/Float64x2List/clear_A01_t01.dart
index 012f1be..fbdceb4 100644
--- a/LibTest/typed_data/Float64x2List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Float64x2List/contains_A01_t01.dart b/LibTest/typed_data/Float64x2List/contains_A01_t01.dart
index 4ab2f41..ee2ed68 100644
--- a/LibTest/typed_data/Float64x2List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Float64x2List/elementAt_A01_t01.dart b/LibTest/typed_data/Float64x2List/elementAt_A01_t01.dart
index 7381fce..dbb536a 100644
--- a/LibTest/typed_data/Float64x2List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Float64x2List/elementAt_A02_t01.dart b/LibTest/typed_data/Float64x2List/elementAt_A02_t01.dart
index 3d1f0aa..699100d 100644
--- a/LibTest/typed_data/Float64x2List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t01.dart
index 485fb8f..335b3b7 100644
--- a/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t02.dart
index 5f9ba4f..e6675e4 100644
--- a/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Float64x2List/every_A01_t01.dart b/LibTest/typed_data/Float64x2List/every_A01_t01.dart
index e9ac154..6eea2a0 100644
--- a/LibTest/typed_data/Float64x2List/every_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Float64x2List/expand_A01_t01.dart b/LibTest/typed_data/Float64x2List/expand_A01_t01.dart
index 178af5d..a0df0c3 100644
--- a/LibTest/typed_data/Float64x2List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Float64x2List/expand_A02_t01.dart b/LibTest/typed_data/Float64x2List/expand_A02_t01.dart
index 8922e21..ed608a3 100644
--- a/LibTest/typed_data/Float64x2List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/fillRange_A01_t01.dart b/LibTest/typed_data/Float64x2List/fillRange_A01_t01.dart
index d017987..41053a3 100644
--- a/LibTest/typed_data/Float64x2List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range start inclusive to end exclusive to the given
diff --git a/LibTest/typed_data/Float64x2List/fillRange_A02_t01.dart b/LibTest/typed_data/Float64x2List/fillRange_A02_t01.dart
index 192edd1..d1e5c06 100644
--- a/LibTest/typed_data/Float64x2List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Float64x2List/firstWhere_A01_t01.dart b/LibTest/typed_data/Float64x2List/firstWhere_A01_t01.dart
index 0c17990..7b44de7 100644
--- a/LibTest/typed_data/Float64x2List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/typed_data/Float64x2List/firstWhere_A02_t01.dart b/LibTest/typed_data/Float64x2List/firstWhere_A02_t01.dart
index 5fc66aa..deca48d 100644
--- a/LibTest/typed_data/Float64x2List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/firstWhere_A03_t01.dart b/LibTest/typed_data/Float64x2List/firstWhere_A03_t01.dart
index 63585d2..fb4a622 100644
--- a/LibTest/typed_data/Float64x2List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/first_A01_t01.dart b/LibTest/typed_data/Float64x2List/first_A01_t01.dart
index f7e88a7..b18ded0 100644
--- a/LibTest/typed_data/Float64x2List/first_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float64x2List/first_A01_t02.dart b/LibTest/typed_data/Float64x2List/first_A01_t02.dart
index 74c853b..6004e51 100644
--- a/LibTest/typed_data/Float64x2List/first_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Float64x2List/first_A02_t01.dart b/LibTest/typed_data/Float64x2List/first_A02_t01.dart
index cb48ffe..5016c61 100644
--- a/LibTest/typed_data/Float64x2List/first_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float64x2List/first_A03_t01.dart b/LibTest/typed_data/Float64x2List/first_A03_t01.dart
index a93dc27..cc753c4 100644
--- a/LibTest/typed_data/Float64x2List/first_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Float64x2List/fold_A01_t01.dart b/LibTest/typed_data/Float64x2List/fold_A01_t01.dart
index 58a08ce..9693910 100644
--- a/LibTest/typed_data/Float64x2List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Float64x2List/forEach_A01_t01.dart b/LibTest/typed_data/Float64x2List/forEach_A01_t01.dart
index 7946d2a..f9fbb9b 100644
--- a/LibTest/typed_data/Float64x2List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/typed_data/Float64x2List/getRange_A01_t01.dart b/LibTest/typed_data/Float64x2List/getRange_A01_t01.dart
index ff85353..a31069a 100644
--- a/LibTest/typed_data/Float64x2List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an Iterable that iterates over the objects in the range start
diff --git a/LibTest/typed_data/Float64x2List/getRange_A02_t01.dart b/LibTest/typed_data/Float64x2List/getRange_A02_t01.dart
index 452b32b..d40d057 100644
--- a/LibTest/typed_data/Float64x2List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/hashCode_A01_t01.dart b/LibTest/typed_data/Float64x2List/hashCode_A01_t01.dart
index c26b3a5..884df34 100644
--- a/LibTest/typed_data/Float64x2List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float64x2List/hashCode_A01_t02.dart b/LibTest/typed_data/Float64x2List/hashCode_A01_t02.dart
index 324e322..9edb510 100644
--- a/LibTest/typed_data/Float64x2List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Float64x2List/indexOf_A01_t01.dart b/LibTest/typed_data/Float64x2List/indexOf_A01_t01.dart
index 1659a9e..842b558 100644
--- a/LibTest/typed_data/Float64x2List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [ int start = 0 ])
  * Returns the first index of element in this list.
diff --git a/LibTest/typed_data/Float64x2List/insertAll_A01_t01.dart b/LibTest/typed_data/Float64x2List/insertAll_A01_t01.dart
index b771fb8..f2bad4f 100644
--- a/LibTest/typed_data/Float64x2List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position index in this list.
diff --git a/LibTest/typed_data/Float64x2List/insert_A01_t01.dart b/LibTest/typed_data/Float64x2List/insert_A01_t01.dart
index bc872c3..9739329 100644
--- a/LibTest/typed_data/Float64x2List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position index in this list.
diff --git a/LibTest/typed_data/Float64x2List/isEmpty_A01_t01.dart b/LibTest/typed_data/Float64x2List/isEmpty_A01_t01.dart
index 74a186a..d62694f 100644
--- a/LibTest/typed_data/Float64x2List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Float64x2List/isEmpty_A01_t02.dart b/LibTest/typed_data/Float64x2List/isEmpty_A01_t02.dart
index e26570d..2bbece9 100644
--- a/LibTest/typed_data/Float64x2List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t01.dart
index 80d43c6..3df7219 100644
--- a/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t02.dart
index 1406e9a..75bfb84 100644
--- a/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Float64x2List/iterator_A01_t01.dart b/LibTest/typed_data/Float64x2List/iterator_A01_t01.dart
index e154dc7..697fe10 100644
--- a/LibTest/typed_data/Float64x2List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/typed_data/Float64x2List/iterator_A01_t02.dart b/LibTest/typed_data/Float64x2List/iterator_A01_t02.dart
index c44cc66..1e1e361 100644
--- a/LibTest/typed_data/Float64x2List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/typed_data/Float64x2List/join_A01_t01.dart b/LibTest/typed_data/Float64x2List/join_A01_t01.dart
index 3caa89d..5d97da5 100644
--- a/LibTest/typed_data/Float64x2List/join_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = "" ])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float64x2List/join_A01_t02.dart b/LibTest/typed_data/Float64x2List/join_A01_t02.dart
index 586a73b..1a7b0fd 100644
--- a/LibTest/typed_data/Float64x2List/join_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = "" ])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Float64x2List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Float64x2List/lastIndexOf_A01_t01.dart
index 896a839..dc84392 100644
--- a/LibTest/typed_data/Float64x2List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [ int start ])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Float64x2List/lastWhere_A01_t01.dart b/LibTest/typed_data/Float64x2List/lastWhere_A01_t01.dart
index e46386d..f7973c3 100644
--- a/LibTest/typed_data/Float64x2List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate test.
diff --git a/LibTest/typed_data/Float64x2List/lastWhere_A02_t01.dart b/LibTest/typed_data/Float64x2List/lastWhere_A02_t01.dart
index 0bfcc5d..3cdfec7 100644
--- a/LibTest/typed_data/Float64x2List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/lastWhere_A03_t01.dart b/LibTest/typed_data/Float64x2List/lastWhere_A03_t01.dart
index a1d032b..5b71888 100644
--- a/LibTest/typed_data/Float64x2List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/last_A01_t01.dart b/LibTest/typed_data/Float64x2List/last_A01_t01.dart
index 5f95dad..2186c51 100644
--- a/LibTest/typed_data/Float64x2List/last_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float64x2List/last_A01_t02.dart b/LibTest/typed_data/Float64x2List/last_A01_t02.dart
index 56b9bc6..01cd32f 100644
--- a/LibTest/typed_data/Float64x2List/last_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Float64x2List/last_A02_t01.dart b/LibTest/typed_data/Float64x2List/last_A02_t01.dart
index 91df10e..60b918c 100644
--- a/LibTest/typed_data/Float64x2List/last_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t01.dart
index 128418c..2b68e15 100644
--- a/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t02.dart
index 65f7f03..05cd05e 100644
--- a/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Float64x2List/length_A01_t01.dart b/LibTest/typed_data/Float64x2List/length_A01_t01.dart
index 039f38e..3fcbef5 100644
--- a/LibTest/typed_data/Float64x2List/length_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of objects in this list.
diff --git a/LibTest/typed_data/Float64x2List/length_A02_t01.dart b/LibTest/typed_data/Float64x2List/length_A02_t01.dart
index df57808..541aae8 100644
--- a/LibTest/typed_data/Float64x2List/length_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of this list.
diff --git a/LibTest/typed_data/Float64x2List/map_A01_t01.dart b/LibTest/typed_data/Float64x2List/map_A01_t01.dart
index d0b7f15..7977c9a 100644
--- a/LibTest/typed_data/Float64x2List/map_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on
diff --git a/LibTest/typed_data/Float64x2List/map_A02_t01.dart b/LibTest/typed_data/Float64x2List/map_A02_t01.dart
index 67a9e31..2797149 100644
--- a/LibTest/typed_data/Float64x2List/map_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/map_A03_t01.dart b/LibTest/typed_data/Float64x2List/map_A03_t01.dart
index 7099728..d1f9ff4 100644
--- a/LibTest/typed_data/Float64x2List/map_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t01.dart
index 1c07a93..9ea4a05 100644
--- a/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t02.dart
index a1070b1..cb58e32 100644
--- a/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Float64x2List/operator_equality_A01_t01.dart b/LibTest/typed_data/Float64x2List/operator_equality_A01_t01.dart
index 864c371..7ccca33 100644
--- a/LibTest/typed_data/Float64x2List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Float64x2List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Float64x2List/operator_subscript_A01_t01.dart
index 8fef87a..c1d3a6a 100644
--- a/LibTest/typed_data/Float64x2List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Float64x2List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Float64x2List/operator_subscript_A02_t01.dart
index 7e3d19f..6f1ab04 100644
--- a/LibTest/typed_data/Float64x2List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A01_t01.dart
index a34783a..1b95e21 100644
--- a/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A02_t01.dart
index f630969..e1b6cb0 100644
--- a/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/reduce_A01_t01.dart b/LibTest/typed_data/Float64x2List/reduce_A01_t01.dart
index 8f42bb5..e68799c 100644
--- a/LibTest/typed_data/Float64x2List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Float64x2List/reduce_A02_t01.dart b/LibTest/typed_data/Float64x2List/reduce_A02_t01.dart
index 244bd23..2d77d81 100644
--- a/LibTest/typed_data/Float64x2List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/reduce_A03_t01.dart b/LibTest/typed_data/Float64x2List/reduce_A03_t01.dart
index 07e0c1e..ebfcf6d 100644
--- a/LibTest/typed_data/Float64x2List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/removeAt_A01_t01.dart b/LibTest/typed_data/Float64x2List/removeAt_A01_t01.dart
index 9f007dd..6a27273 100644
--- a/LibTest/typed_data/Float64x2List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Float64x2List/removeLast_A01_t01.dart b/LibTest/typed_data/Float64x2List/removeLast_A01_t01.dart
index 6c24c46..df1b2ce 100644
--- a/LibTest/typed_data/Float64x2List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object in this list.
diff --git a/LibTest/typed_data/Float64x2List/removeRange_A01_t01.dart b/LibTest/typed_data/Float64x2List/removeRange_A01_t01.dart
index bcdde2b..f702748 100644
--- a/LibTest/typed_data/Float64x2List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Float64x2List/removeWhere_A01_t01.dart b/LibTest/typed_data/Float64x2List/removeWhere_A01_t01.dart
index b598d7e..a2095fe 100644
--- a/LibTest/typed_data/Float64x2List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Float64x2List/remove_A01_t01.dart b/LibTest/typed_data/Float64x2List/remove_A01_t01.dart
index 7265a01..02445be 100644
--- a/LibTest/typed_data/Float64x2List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Float64x2List/replaceRange_A01_t01.dart b/LibTest/typed_data/Float64x2List/replaceRange_A01_t01.dart
index d5af109..1bf7ee9 100644
--- a/LibTest/typed_data/Float64x2List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and inserts
diff --git a/LibTest/typed_data/Float64x2List/retainWhere_A01_t01.dart b/LibTest/typed_data/Float64x2List/retainWhere_A01_t01.dart
index 09c50b1..ca3a696 100644
--- a/LibTest/typed_data/Float64x2List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Float64x2List/reversed_A01_t01.dart b/LibTest/typed_data/Float64x2List/reversed_A01_t01.dart
index 87a2605..2ce137f 100644
--- a/LibTest/typed_data/Float64x2List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an Iterable of the objects in this list in reverse order.
diff --git a/LibTest/typed_data/Float64x2List/reversed_A01_t02.dart b/LibTest/typed_data/Float64x2List/reversed_A01_t02.dart
index d72cc6c..3445666 100644
--- a/LibTest/typed_data/Float64x2List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an Iterable of the objects in this list in reverse order.
diff --git a/LibTest/typed_data/Float64x2List/runtimeType_A01_t01.dart b/LibTest/typed_data/Float64x2List/runtimeType_A01_t01.dart
index 3fde98c..18d9ef3 100644
--- a/LibTest/typed_data/Float64x2List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float64x2List/runtimeType_A01_t02.dart b/LibTest/typed_data/Float64x2List/runtimeType_A01_t02.dart
index 4abfff6..b201826 100644
--- a/LibTest/typed_data/Float64x2List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Float64x2List/setAll_A01_t01.dart b/LibTest/typed_data/Float64x2List/setAll_A01_t01.dart
index 1b528b8..0153d20 100644
--- a/LibTest/typed_data/Float64x2List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of iterable, starting at position
diff --git a/LibTest/typed_data/Float64x2List/setAll_A02_t01.dart b/LibTest/typed_data/Float64x2List/setAll_A02_t01.dart
index 8030bbc..53e8261 100644
--- a/LibTest/typed_data/Float64x2List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/setAll_A03_t01.dart b/LibTest/typed_data/Float64x2List/setAll_A03_t01.dart
index 51a9bb3..78f50e3 100644
--- a/LibTest/typed_data/Float64x2List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/setAll_A04_t01.dart b/LibTest/typed_data/Float64x2List/setAll_A04_t01.dart
index 94e722d..54ac4ec 100644
--- a/LibTest/typed_data/Float64x2List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/setRange_A01_t01.dart b/LibTest/typed_data/Float64x2List/setRange_A01_t01.dart
index 324c57f..6df9f93 100644
--- a/LibTest/typed_data/Float64x2List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64x2List/setRange_A02_t01.dart b/LibTest/typed_data/Float64x2List/setRange_A02_t01.dart
index 51f0945..cc56892 100644
--- a/LibTest/typed_data/Float64x2List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64x2List/setRange_A03_t01.dart b/LibTest/typed_data/Float64x2List/setRange_A03_t01.dart
index 71df114..312c427 100644
--- a/LibTest/typed_data/Float64x2List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64x2List/setRange_A04_t01.dart b/LibTest/typed_data/Float64x2List/setRange_A04_t01.dart
index 189b03e..2a722c0 100644
--- a/LibTest/typed_data/Float64x2List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64x2List/setRange_A05_t01.dart b/LibTest/typed_data/Float64x2List/setRange_A05_t01.dart
index d49fbe3..e354c1d 100644
--- a/LibTest/typed_data/Float64x2List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Float64x2List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Float64x2List/shuffle_A01_t01.dart b/LibTest/typed_data/Float64x2List/shuffle_A01_t01.dart
index 51e0bd9..f891a55 100644
--- a/LibTest/typed_data/Float64x2List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64x2List/shuffle_A01_t02.dart b/LibTest/typed_data/Float64x2List/shuffle_A01_t02.dart
index 4e18dd4..1c72246 100644
--- a/LibTest/typed_data/Float64x2List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64x2List/shuffle_A01_t03.dart b/LibTest/typed_data/Float64x2List/shuffle_A01_t03.dart
index b604fe0..8818a86 100644
--- a/LibTest/typed_data/Float64x2List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Float64x2List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Float64x2List/singleWhere_A01_t01.dart b/LibTest/typed_data/Float64x2List/singleWhere_A01_t01.dart
index 5cdfe56..01c9bf7 100644
--- a/LibTest/typed_data/Float64x2List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies test.
diff --git a/LibTest/typed_data/Float64x2List/singleWhere_A02_t01.dart b/LibTest/typed_data/Float64x2List/singleWhere_A02_t01.dart
index b7a3ea3..463ebcc 100644
--- a/LibTest/typed_data/Float64x2List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/single_A01_t01.dart b/LibTest/typed_data/Float64x2List/single_A01_t01.dart
index b81e940..5906b67 100644
--- a/LibTest/typed_data/Float64x2List/single_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float64x2List/single_A01_t02.dart b/LibTest/typed_data/Float64x2List/single_A01_t02.dart
index 9919afd..747aee7 100644
--- a/LibTest/typed_data/Float64x2List/single_A01_t02.dart
+++ b/LibTest/typed_data/Float64x2List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Float64x2List/single_A02_t01.dart b/LibTest/typed_data/Float64x2List/single_A02_t01.dart
index ae2db45..50d3d0d 100644
--- a/LibTest/typed_data/Float64x2List/single_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float64x2List/single_A02_t02.dart b/LibTest/typed_data/Float64x2List/single_A02_t02.dart
index 7303123..eb2ffa0 100644
--- a/LibTest/typed_data/Float64x2List/single_A02_t02.dart
+++ b/LibTest/typed_data/Float64x2List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Float64x2List/skipWhile_A01_t01.dart b/LibTest/typed_data/Float64x2List/skipWhile_A01_t01.dart
index e450fe7..66d86c5 100644
--- a/LibTest/typed_data/Float64x2List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an Iterable that skips leading elements while test is satisfied.
diff --git a/LibTest/typed_data/Float64x2List/skipWhile_A02_t01.dart b/LibTest/typed_data/Float64x2List/skipWhile_A02_t01.dart
index fa268ac..67e9504 100644
--- a/LibTest/typed_data/Float64x2List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/skipWhile_A03_t01.dart b/LibTest/typed_data/Float64x2List/skipWhile_A03_t01.dart
index 081db9e..0026e69 100644
--- a/LibTest/typed_data/Float64x2List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/skipWhile_A04_t01.dart b/LibTest/typed_data/Float64x2List/skipWhile_A04_t01.dart
index a88082a..304bde4 100644
--- a/LibTest/typed_data/Float64x2List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/skip_A01_t01.dart b/LibTest/typed_data/Float64x2List/skip_A01_t01.dart
index 4568cd7..6eba610 100644
--- a/LibTest/typed_data/Float64x2List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an Iterable that provides all but the first count elements.
diff --git a/LibTest/typed_data/Float64x2List/skip_A02_t01.dart b/LibTest/typed_data/Float64x2List/skip_A02_t01.dart
index 643af0c..33ec383 100644
--- a/LibTest/typed_data/Float64x2List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/skip_A03_t01.dart b/LibTest/typed_data/Float64x2List/skip_A03_t01.dart
index 7f87f98..e7c6ab0 100644
--- a/LibTest/typed_data/Float64x2List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/sort_A01_t01.dart b/LibTest/typed_data/Float64x2List/sort_A01_t01.dart
index 8d6c6bc..815800b 100644
--- a/LibTest/typed_data/Float64x2List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b) ])
  * Sorts this list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Float64x2List/sort_A02_t01.dart b/LibTest/typed_data/Float64x2List/sort_A02_t01.dart
index cadbde3..83ac1be 100644
--- a/LibTest/typed_data/Float64x2List/sort_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/sort_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b) ])
  * ...
diff --git a/LibTest/typed_data/Float64x2List/sublist_A01_t01.dart b/LibTest/typed_data/Float64x2List/sublist_A01_t01.dart
index dcc9a35..6c1db08 100644
--- a/LibTest/typed_data/Float64x2List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from start inclusive to end
diff --git a/LibTest/typed_data/Float64x2List/sublist_A02_t01.dart b/LibTest/typed_data/Float64x2List/sublist_A02_t01.dart
index 1608c44..5a30961 100644
--- a/LibTest/typed_data/Float64x2List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float64x2List/sublist_A03_t01.dart b/LibTest/typed_data/Float64x2List/sublist_A03_t01.dart
index d775f12..cf6b654 100644
--- a/LibTest/typed_data/Float64x2List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Float64x2List/takeWhile_A01_t01.dart b/LibTest/typed_data/Float64x2List/takeWhile_A01_t01.dart
index abf12e4..237dfce 100644
--- a/LibTest/typed_data/Float64x2List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Float64x2List/takeWhile_A02_t01.dart b/LibTest/typed_data/Float64x2List/takeWhile_A02_t01.dart
index 9255816..2bad709 100644
--- a/LibTest/typed_data/Float64x2List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/takeWhile_A03_t01.dart b/LibTest/typed_data/Float64x2List/takeWhile_A03_t01.dart
index bfdf968..5a381b4 100644
--- a/LibTest/typed_data/Float64x2List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/takeWhile_A04_t01.dart b/LibTest/typed_data/Float64x2List/takeWhile_A04_t01.dart
index ccd9ab9..ea64e9f 100644
--- a/LibTest/typed_data/Float64x2List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/take_A01_t01.dart b/LibTest/typed_data/Float64x2List/take_A01_t01.dart
index 477d6fa..7481164 100644
--- a/LibTest/typed_data/Float64x2List/take_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the count first elements of this iterable.
diff --git a/LibTest/typed_data/Float64x2List/take_A02_t01.dart b/LibTest/typed_data/Float64x2List/take_A02_t01.dart
index 26a5986..21cf1e3 100644
--- a/LibTest/typed_data/Float64x2List/take_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/take_A03_t01.dart b/LibTest/typed_data/Float64x2List/take_A03_t01.dart
index 82f7707..1523677 100644
--- a/LibTest/typed_data/Float64x2List/take_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/take_A04_t01.dart b/LibTest/typed_data/Float64x2List/take_A04_t01.dart
index b884c5e..9304595 100644
--- a/LibTest/typed_data/Float64x2List/take_A04_t01.dart
+++ b/LibTest/typed_data/Float64x2List/take_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Float64x2List/toList_A01_t01.dart b/LibTest/typed_data/Float64x2List/toList_A01_t01.dart
index 2161f9a..846e540 100644
--- a/LibTest/typed_data/Float64x2List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/typed_data/Float64x2List/toList_A02_t01.dart b/LibTest/typed_data/Float64x2List/toList_A02_t01.dart
index 4675286..4b14e3e 100644
--- a/LibTest/typed_data/Float64x2List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/toList_A02_t02.dart b/LibTest/typed_data/Float64x2List/toList_A02_t02.dart
index c4567b9..d2421a4 100644
--- a/LibTest/typed_data/Float64x2List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Float64x2List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Float64x2List/toSet_A01_t01.dart b/LibTest/typed_data/Float64x2List/toSet_A01_t01.dart
index e701726..cb6e40a 100644
--- a/LibTest/typed_data/Float64x2List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a Set containing the same elements as this iterable.
diff --git a/LibTest/typed_data/Float64x2List/toString_A01_t01.dart b/LibTest/typed_data/Float64x2List/toString_A01_t01.dart
index 75d2fad..a5f9e95 100644
--- a/LibTest/typed_data/Float64x2List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Float64x2List/where_A01_t01.dart b/LibTest/typed_data/Float64x2List/where_A01_t01.dart
index ed7f10d..7bb6795 100644
--- a/LibTest/typed_data/Float64x2List/where_A01_t01.dart
+++ b/LibTest/typed_data/Float64x2List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy Iterable with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Float64x2List/where_A02_t01.dart b/LibTest/typed_data/Float64x2List/where_A02_t01.dart
index b537426..5665bb3 100644
--- a/LibTest/typed_data/Float64x2List/where_A02_t01.dart
+++ b/LibTest/typed_data/Float64x2List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Float64x2List/where_A03_t01.dart b/LibTest/typed_data/Float64x2List/where_A03_t01.dart
index def524c..b4e9343 100644
--- a/LibTest/typed_data/Float64x2List/where_A03_t01.dart
+++ b/LibTest/typed_data/Float64x2List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/Int16List.fromList_A01_t01.dart b/LibTest/typed_data/Int16List/Int16List.fromList_A01_t01.dart
index f476b0f..f86dae2 100644
--- a/LibTest/typed_data/Int16List/Int16List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List.fromList(List<int> elements)
  * Creates a [Int16List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int16List/Int16List.fromList_A01_t02.dart b/LibTest/typed_data/Int16List/Int16List.fromList_A01_t02.dart
index 560ad88..6873b51 100644
--- a/LibTest/typed_data/Int16List/Int16List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/Int16List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List.fromList(List<int> elements)
  * Creates a [Int16List] with the same size as the [elements] list
diff --git a/LibTest/typed_data/Int16List/Int16List.fromList_A02_t01.dart b/LibTest/typed_data/Int16List/Int16List.fromList_A02_t01.dart
index 9d2df37..ef781c4 100644
--- a/LibTest/typed_data/Int16List/Int16List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List.fromList(List<int> elements)
  * ...
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A01_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A01_t01.dart
index 1be1f26..fc6c9f0 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A01_t02.dart b/LibTest/typed_data/Int16List/Int16List.view_A01_t02.dart
index 0dbb09c..fb29605 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A02_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A02_t01.dart
index 1b26651..bcad822 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A03_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A03_t01.dart
index b0a0cbe..0f55d8b 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A04_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A04_t01.dart
index 152e655..8f829bc 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A05_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A05_t01.dart
index d2e9059..fad9022 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A05_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A05_t02.dart b/LibTest/typed_data/Int16List/Int16List.view_A05_t02.dart
index ce5062d..2064aa6 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A05_t02.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A05_t03.dart b/LibTest/typed_data/Int16List/Int16List.view_A05_t03.dart
index fc17b9f..334f869 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A05_t03.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List.view_A06_t01.dart b/LibTest/typed_data/Int16List/Int16List.view_A06_t01.dart
index 9917562..3808021 100644
--- a/LibTest/typed_data/Int16List/Int16List.view_A06_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int16List.view(
diff --git a/LibTest/typed_data/Int16List/Int16List_A01_t01.dart b/LibTest/typed_data/Int16List/Int16List_A01_t01.dart
index 81b9d1d..8c1df5c 100644
--- a/LibTest/typed_data/Int16List/Int16List_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List(int length)
  * Creates an [Int16List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Int16List/Int16List_A01_t02.dart b/LibTest/typed_data/Int16List/Int16List_A01_t02.dart
index 6eef3a7..0c98501 100644
--- a/LibTest/typed_data/Int16List/Int16List_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/Int16List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List(int length)
  * Creates an [Int16List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Int16List/Int16List_A02_t01.dart b/LibTest/typed_data/Int16List/Int16List_A02_t01.dart
index 7145046..2334708 100644
--- a/LibTest/typed_data/Int16List/Int16List_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/Int16List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int16List(int length)
  * ...
diff --git a/LibTest/typed_data/Int16List/addAll_A01_t01.dart b/LibTest/typed_data/Int16List/addAll_A01_t01.dart
index 767cfb1..9e73443 100644
--- a/LibTest/typed_data/Int16List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of iterable to the end of this list.
diff --git a/LibTest/typed_data/Int16List/add_A01_t01.dart b/LibTest/typed_data/Int16List/add_A01_t01.dart
index 172ff76..80b0c60 100644
--- a/LibTest/typed_data/Int16List/add_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Int16List/any_A01_t01.dart b/LibTest/typed_data/Int16List/any_A01_t01.dart
index 2bfd4fd..a49107f 100644
--- a/LibTest/typed_data/Int16List/any_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int16List/asMap_A01_t01.dart b/LibTest/typed_data/Int16List/asMap_A01_t01.dart
index bca4508..9e4ea4b 100644
--- a/LibTest/typed_data/Int16List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int16List/asMap_A01_t02.dart b/LibTest/typed_data/Int16List/asMap_A01_t02.dart
index 03a005c..6c680dd 100644
--- a/LibTest/typed_data/Int16List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int16List/asMap_A02_t01.dart b/LibTest/typed_data/Int16List/asMap_A02_t01.dart
index 0cff44c..22e04d2 100644
--- a/LibTest/typed_data/Int16List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Int16List/buffer_A01_t01.dart b/LibTest/typed_data/Int16List/buffer_A01_t01.dart
index 272497f..4d74e81 100644
--- a/LibTest/typed_data/Int16List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int16List/buffer_A01_t02.dart b/LibTest/typed_data/Int16List/buffer_A01_t02.dart
index 9421df7..c0f1ef1 100644
--- a/LibTest/typed_data/Int16List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int16List/clear_A01_t01.dart b/LibTest/typed_data/Int16List/clear_A01_t01.dart
index 0c1db2d..27c5993 100644
--- a/LibTest/typed_data/Int16List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Int16List/contains_A01_t01.dart b/LibTest/typed_data/Int16List/contains_A01_t01.dart
index 579785f..a4e5c92 100644
--- a/LibTest/typed_data/Int16List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Int16List/elementAt_A01_t01.dart b/LibTest/typed_data/Int16List/elementAt_A01_t01.dart
index df7c137..d837c0d 100644
--- a/LibTest/typed_data/Int16List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Int16List/elementAt_A02_t01.dart b/LibTest/typed_data/Int16List/elementAt_A02_t01.dart
index b7093fa..b93fa79 100644
--- a/LibTest/typed_data/Int16List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t01.dart
index 0105390..b9d5d26 100644
--- a/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t02.dart
index 3cc03b9..a0beb23 100644
--- a/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int16List/every_A01_t01.dart b/LibTest/typed_data/Int16List/every_A01_t01.dart
index e51da2d..fc82f17 100644
--- a/LibTest/typed_data/Int16List/every_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int16List/expand_A01_t01.dart b/LibTest/typed_data/Int16List/expand_A01_t01.dart
index 9113dda..c677c6d 100644
--- a/LibTest/typed_data/Int16List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Int16List/expand_A02_t01.dart b/LibTest/typed_data/Int16List/expand_A02_t01.dart
index b683c20..13e227d 100644
--- a/LibTest/typed_data/Int16List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable expand(Iterable f(E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/fillRange_A01_t01.dart b/LibTest/typed_data/Int16List/fillRange_A01_t01.dart
index 108ed31..280d595 100644
--- a/LibTest/typed_data/Int16List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to the
diff --git a/LibTest/typed_data/Int16List/fillRange_A02_t01.dart b/LibTest/typed_data/Int16List/fillRange_A02_t01.dart
index 9ec1e8a..13a55e0 100644
--- a/LibTest/typed_data/Int16List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Int16List/firstWhere_A01_t01.dart b/LibTest/typed_data/Int16List/firstWhere_A01_t01.dart
index 76bf98e..ae25173 100644
--- a/LibTest/typed_data/Int16List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int16List/firstWhere_A02_t01.dart b/LibTest/typed_data/Int16List/firstWhere_A02_t01.dart
index da7cce4..d9995d8 100644
--- a/LibTest/typed_data/Int16List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Int16List/firstWhere_A03_t01.dart b/LibTest/typed_data/Int16List/firstWhere_A03_t01.dart
index 9fedf0f..780663a 100644
--- a/LibTest/typed_data/Int16List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Int16List/first_A01_t01.dart b/LibTest/typed_data/Int16List/first_A01_t01.dart
index 316e97f..0e9a65c 100644
--- a/LibTest/typed_data/Int16List/first_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int16List/first_A01_t02.dart b/LibTest/typed_data/Int16List/first_A01_t02.dart
index a62f119..206ed09 100644
--- a/LibTest/typed_data/Int16List/first_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int16List/first_A02_t01.dart b/LibTest/typed_data/Int16List/first_A02_t01.dart
index bf6c2e0..15971e5 100644
--- a/LibTest/typed_data/Int16List/first_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int16List/first_A03_t01.dart b/LibTest/typed_data/Int16List/first_A03_t01.dart
index 9a91ba4..6f1b876 100644
--- a/LibTest/typed_data/Int16List/first_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int16List/fold_A01_t01.dart b/LibTest/typed_data/Int16List/fold_A01_t01.dart
index 6982baf..083bae8 100644
--- a/LibTest/typed_data/Int16List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Int16List/forEach_A01_t01.dart b/LibTest/typed_data/Int16List/forEach_A01_t01.dart
index 4514b98..dbf6d7a 100644
--- a/LibTest/typed_data/Int16List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Int16List/getRange_A01_t01.dart b/LibTest/typed_data/Int16List/getRange_A01_t01.dart
index 07b0ead..4686a01 100644
--- a/LibTest/typed_data/Int16List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Int16List/getRange_A02_t01.dart b/LibTest/typed_data/Int16List/getRange_A02_t01.dart
index 63be3d8..be03b96 100644
--- a/LibTest/typed_data/Int16List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Int16List/getRange_A03_t01.dart b/LibTest/typed_data/Int16List/getRange_A03_t01.dart
index 1642305..1f24f56 100644
--- a/LibTest/typed_data/Int16List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int16List/getRange_A04_t01.dart b/LibTest/typed_data/Int16List/getRange_A04_t01.dart
index 85f004c..b60126f 100644
--- a/LibTest/typed_data/Int16List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int16List/hashCode_A01_t01.dart b/LibTest/typed_data/Int16List/hashCode_A01_t01.dart
index e0aac51..6101711 100644
--- a/LibTest/typed_data/Int16List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Int16List/hashCode_A01_t02.dart b/LibTest/typed_data/Int16List/hashCode_A01_t02.dart
index 3d83216..f897652 100644
--- a/LibTest/typed_data/Int16List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Int16List/indexOf_A01_t01.dart b/LibTest/typed_data/Int16List/indexOf_A01_t01.dart
index bce8fbb..f5d5db4 100644
--- a/LibTest/typed_data/Int16List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int16List/indexOf_A01_t02.dart b/LibTest/typed_data/Int16List/indexOf_A01_t02.dart
index cd82f00..cac5e8e 100644
--- a/LibTest/typed_data/Int16List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int16List/indexOf_A02_t01.dart b/LibTest/typed_data/Int16List/indexOf_A02_t01.dart
index 5ecdc06..f042a00 100644
--- a/LibTest/typed_data/Int16List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Int16List/indexOf_A03_t01.dart b/LibTest/typed_data/Int16List/indexOf_A03_t01.dart
index e2bd01d..9f185b1 100644
--- a/LibTest/typed_data/Int16List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds,  it doesn't cause
diff --git a/LibTest/typed_data/Int16List/insertAll_A01_t01.dart b/LibTest/typed_data/Int16List/insertAll_A01_t01.dart
index bd66918..d5badc2 100644
--- a/LibTest/typed_data/Int16List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int at, Iterable<E> iterable)
  * Inserts all ojects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Int16List/insert_A01_t01.dart b/LibTest/typed_data/Int16List/insert_A01_t01.dart
index fcfad69..216ab02 100644
--- a/LibTest/typed_data/Int16List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Int16List/isEmpty_A01_t01.dart b/LibTest/typed_data/Int16List/isEmpty_A01_t01.dart
index c6764c7..23fbe2a 100644
--- a/LibTest/typed_data/Int16List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int16List/isEmpty_A01_t02.dart b/LibTest/typed_data/Int16List/isEmpty_A01_t02.dart
index 36b8730..ea8c2f3 100644
--- a/LibTest/typed_data/Int16List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int16List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Int16List/isNotEmpty_A01_t01.dart
index 0abc161..baf5373 100644
--- a/LibTest/typed_data/Int16List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int16List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Int16List/isNotEmpty_A01_t02.dart
index 905d917..ec508d7 100644
--- a/LibTest/typed_data/Int16List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int16List/iterator_A01_t01.dart b/LibTest/typed_data/Int16List/iterator_A01_t01.dart
index 83764af..930b7be 100644
--- a/LibTest/typed_data/Int16List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Int16List/iterator_A01_t02.dart b/LibTest/typed_data/Int16List/iterator_A01_t02.dart
index 339b2c4..a946b1f 100644
--- a/LibTest/typed_data/Int16List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Int16List/iterator_A02_t01.dart b/LibTest/typed_data/Int16List/iterator_A02_t01.dart
index 3701dc0..12f5aec 100644
--- a/LibTest/typed_data/Int16List/iterator_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/iterator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * ...
diff --git a/LibTest/typed_data/Int16List/iterator_current_A01_t01.dart b/LibTest/typed_data/Int16List/iterator_current_A01_t01.dart
index c1edadc..7c6bfc6 100644
--- a/LibTest/typed_data/Int16List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Int16List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Int16List/iterator_moveNext_A01_t01.dart
index 2795a02..17facb4 100644
--- a/LibTest/typed_data/Int16List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Int16List/join_A01_t01.dart b/LibTest/typed_data/Int16List/join_A01_t01.dart
index 2f74c71..86771f4 100644
--- a/LibTest/typed_data/Int16List/join_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int16List/join_A01_t02.dart b/LibTest/typed_data/Int16List/join_A01_t02.dart
index 2dea42b..29ac5c7 100644
--- a/LibTest/typed_data/Int16List/join_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int16List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Int16List/lastIndexOf_A01_t01.dart
index 7ceb080..48d515b 100644
--- a/LibTest/typed_data/Int16List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int16List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Int16List/lastIndexOf_A01_t02.dart
index 4f10ad5..107fc4d 100644
--- a/LibTest/typed_data/Int16List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int16List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Int16List/lastIndexOf_A02_t01.dart
index e462d51..427264f 100644
--- a/LibTest/typed_data/Int16List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Int16List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Int16List/lastIndexOf_A03_t01.dart
index 7469581..183f76f 100644
--- a/LibTest/typed_data/Int16List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Int16List/lastWhere_A01_t01.dart b/LibTest/typed_data/Int16List/lastWhere_A01_t01.dart
index 3d70a05..8922ec8 100644
--- a/LibTest/typed_data/Int16List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int16List/lastWhere_A02_t01.dart b/LibTest/typed_data/Int16List/lastWhere_A02_t01.dart
index a2e3528..cce22d1 100644
--- a/LibTest/typed_data/Int16List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int16List/lastWhere_A03_t01.dart b/LibTest/typed_data/Int16List/lastWhere_A03_t01.dart
index 8378efa..6818460 100644
--- a/LibTest/typed_data/Int16List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int16List/last_A01_t01.dart b/LibTest/typed_data/Int16List/last_A01_t01.dart
index a31f672..7b8f4d0 100644
--- a/LibTest/typed_data/Int16List/last_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int16List/last_A01_t02.dart b/LibTest/typed_data/Int16List/last_A01_t02.dart
index 5eff7c4..9aa9f76 100644
--- a/LibTest/typed_data/Int16List/last_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int16List/last_A02_t01.dart b/LibTest/typed_data/Int16List/last_A02_t01.dart
index 4a60719..84d7337 100644
--- a/LibTest/typed_data/Int16List/last_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Int16List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Int16List/lengthInBytes_A01_t01.dart
index 1cdabfa..0c06b60 100644
--- a/LibTest/typed_data/Int16List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int16List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Int16List/lengthInBytes_A01_t02.dart
index 736fc30..268d04e 100644
--- a/LibTest/typed_data/Int16List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int16List/length_A01_t01.dart b/LibTest/typed_data/Int16List/length_A01_t01.dart
index 81bfba0..468f80d 100644
--- a/LibTest/typed_data/Int16List/length_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Int16List/length_A02_t01.dart b/LibTest/typed_data/Int16List/length_A02_t01.dart
index 12dfc3f..9190d87 100644
--- a/LibTest/typed_data/Int16List/length_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Int16List/map_A01_t01.dart b/LibTest/typed_data/Int16List/map_A01_t01.dart
index a9fb76e..99eebdd 100644
--- a/LibTest/typed_data/Int16List/map_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on
diff --git a/LibTest/typed_data/Int16List/map_A02_t01.dart b/LibTest/typed_data/Int16List/map_A02_t01.dart
index 9002ac3..5b17857 100644
--- a/LibTest/typed_data/Int16List/map_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int16List/map_A03_t01.dart b/LibTest/typed_data/Int16List/map_A03_t01.dart
index 781c0ed..5521a24 100644
--- a/LibTest/typed_data/Int16List/map_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int16List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Int16List/offsetInBytes_A01_t01.dart
index ebcb925..6d24945 100644
--- a/LibTest/typed_data/Int16List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int16List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Int16List/offsetInBytes_A01_t02.dart
index 8bc04ea..bd27ea2 100644
--- a/LibTest/typed_data/Int16List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int16List/operator_equality_A01_t01.dart b/LibTest/typed_data/Int16List/operator_equality_A01_t01.dart
index 8e43cc4..f4f0b85 100644
--- a/LibTest/typed_data/Int16List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Int16List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Int16List/operator_subscript_A01_t01.dart
index df23a11..eb3bd80 100644
--- a/LibTest/typed_data/Int16List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the element at the given index in the list.
diff --git a/LibTest/typed_data/Int16List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Int16List/operator_subscript_A02_t01.dart
index 73ee7b6..76fb067 100644
--- a/LibTest/typed_data/Int16List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Int16List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Int16List/operator_subscripted_assignment_A01_t01.dart
index 112400b..f43dd01 100644
--- a/LibTest/typed_data/Int16List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Int16List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Int16List/operator_subscripted_assignment_A02_t01.dart
index 234e6dd..d59afb0 100644
--- a/LibTest/typed_data/Int16List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Int16List/reduce_A01_t01.dart b/LibTest/typed_data/Int16List/reduce_A01_t01.dart
index 9c8ed1d..98dd82e 100644
--- a/LibTest/typed_data/Int16List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Int16List/reduce_A02_t01.dart b/LibTest/typed_data/Int16List/reduce_A02_t01.dart
index 78e8f65..88a9e4d 100644
--- a/LibTest/typed_data/Int16List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/reduce_A03_t01.dart b/LibTest/typed_data/Int16List/reduce_A03_t01.dart
index 1749b15..4b2d106 100644
--- a/LibTest/typed_data/Int16List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/removeAt_A01_t01.dart b/LibTest/typed_data/Int16List/removeAt_A01_t01.dart
index 7a8ee71..e537b95 100644
--- a/LibTest/typed_data/Int16List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Int16List/removeLast_A01_t01.dart b/LibTest/typed_data/Int16List/removeLast_A01_t01.dart
index e8cac95..55d831f 100644
--- a/LibTest/typed_data/Int16List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object of the list.
diff --git a/LibTest/typed_data/Int16List/removeRange_A01_t01.dart b/LibTest/typed_data/Int16List/removeRange_A01_t01.dart
index a789153..0db7a45 100644
--- a/LibTest/typed_data/Int16List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Int16List/removeWhere_A01_t01.dart b/LibTest/typed_data/Int16List/removeWhere_A01_t01.dart
index 607054d..4f6ac8d 100644
--- a/LibTest/typed_data/Int16List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Int16List/remove_A01_t01.dart b/LibTest/typed_data/Int16List/remove_A01_t01.dart
index 6482eb2..faff1f2 100644
--- a/LibTest/typed_data/Int16List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Int16List/replaceRange_A01_t01.dart b/LibTest/typed_data/Int16List/replaceRange_A01_t01.dart
index b59fbbe..87ba1c8 100644
--- a/LibTest/typed_data/Int16List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> iterable)
  * Removes the objects in the range start inclusive to end exclusive and inserts
diff --git a/LibTest/typed_data/Int16List/retainWhere_A01_t01.dart b/LibTest/typed_data/Int16List/retainWhere_A01_t01.dart
index 9d59c40..dfe30b0 100644
--- a/LibTest/typed_data/Int16List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Int16List/reversed_A01_t01.dart b/LibTest/typed_data/Int16List/reversed_A01_t01.dart
index 0ffecda..1201e10 100644
--- a/LibTest/typed_data/Int16List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int16List/reversed_A01_t02.dart b/LibTest/typed_data/Int16List/reversed_A01_t02.dart
index e9c1e88..73d1fd8 100644
--- a/LibTest/typed_data/Int16List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int16List/runtimeType_A01_t01.dart b/LibTest/typed_data/Int16List/runtimeType_A01_t01.dart
index e517a96..27aba42 100644
--- a/LibTest/typed_data/Int16List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int16List/runtimeType_A01_t02.dart b/LibTest/typed_data/Int16List/runtimeType_A01_t02.dart
index 1a867c7..4670612 100644
--- a/LibTest/typed_data/Int16List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int16List/setAll_A01_t01.dart b/LibTest/typed_data/Int16List/setAll_A01_t01.dart
index 37b143a..b48aca8 100644
--- a/LibTest/typed_data/Int16List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of iterable, starting at position
diff --git a/LibTest/typed_data/Int16List/setAll_A02_t01.dart b/LibTest/typed_data/Int16List/setAll_A02_t01.dart
index ba2c8e3..a8ce880 100644
--- a/LibTest/typed_data/Int16List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int16List/setAll_A03_t01.dart b/LibTest/typed_data/Int16List/setAll_A03_t01.dart
index d272d87..8668599 100644
--- a/LibTest/typed_data/Int16List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int16List/setAll_A04_t01.dart b/LibTest/typed_data/Int16List/setAll_A04_t01.dart
index ad1c1d2..92728cc 100644
--- a/LibTest/typed_data/Int16List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int16List/setRange_A01_t01.dart b/LibTest/typed_data/Int16List/setRange_A01_t01.dart
index b64236a..2c593a3 100644
--- a/LibTest/typed_data/Int16List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int16List/setRange_A02_t01.dart b/LibTest/typed_data/Int16List/setRange_A02_t01.dart
index b2fda78..8082bde 100644
--- a/LibTest/typed_data/Int16List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int16List/setRange_A03_t01.dart b/LibTest/typed_data/Int16List/setRange_A03_t01.dart
index 4a24a54..58d8adc 100644
--- a/LibTest/typed_data/Int16List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int16List/setRange_A04_t01.dart b/LibTest/typed_data/Int16List/setRange_A04_t01.dart
index 433b659..f7840f6 100644
--- a/LibTest/typed_data/Int16List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int16List/setRange_A05_t01.dart b/LibTest/typed_data/Int16List/setRange_A05_t01.dart
index 28d7e7a..6dba18e 100644
--- a/LibTest/typed_data/Int16List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Int16List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int16List/shuffle_A01_t01.dart b/LibTest/typed_data/Int16List/shuffle_A01_t01.dart
index f7ad288..df29612 100644
--- a/LibTest/typed_data/Int16List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int16List/shuffle_A01_t02.dart b/LibTest/typed_data/Int16List/shuffle_A01_t02.dart
index d79f31e..c7bee5b 100644
--- a/LibTest/typed_data/Int16List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int16List/shuffle_A01_t03.dart b/LibTest/typed_data/Int16List/shuffle_A01_t03.dart
index bae2c24..b8196d6 100644
--- a/LibTest/typed_data/Int16List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Int16List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int16List/singleWhere_A01_t01.dart b/LibTest/typed_data/Int16List/singleWhere_A01_t01.dart
index 2af7af8..183369a 100644
--- a/LibTest/typed_data/Int16List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Int16List/singleWhere_A02_t01.dart b/LibTest/typed_data/Int16List/singleWhere_A02_t01.dart
index 899455b..54225e7 100644
--- a/LibTest/typed_data/Int16List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/singleWhere_A02_t02.dart b/LibTest/typed_data/Int16List/singleWhere_A02_t02.dart
index 63899dc..e6d5f33 100644
--- a/LibTest/typed_data/Int16List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Int16List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/single_A01_t01.dart b/LibTest/typed_data/Int16List/single_A01_t01.dart
index 5f24aee..bccdd80 100644
--- a/LibTest/typed_data/Int16List/single_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int16List/single_A01_t02.dart b/LibTest/typed_data/Int16List/single_A01_t02.dart
index 767ff36..814609c 100644
--- a/LibTest/typed_data/Int16List/single_A01_t02.dart
+++ b/LibTest/typed_data/Int16List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int16List/single_A02_t01.dart b/LibTest/typed_data/Int16List/single_A02_t01.dart
index 843c229..0733969 100644
--- a/LibTest/typed_data/Int16List/single_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int16List/single_A02_t02.dart b/LibTest/typed_data/Int16List/single_A02_t02.dart
index fe385e3..0140409 100644
--- a/LibTest/typed_data/Int16List/single_A02_t02.dart
+++ b/LibTest/typed_data/Int16List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int16List/skipWhile_A01_t01.dart b/LibTest/typed_data/Int16List/skipWhile_A01_t01.dart
index 07762b8..3ea6e06 100644
--- a/LibTest/typed_data/Int16List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an Iterable that skips leading elements while test is satisfied.
diff --git a/LibTest/typed_data/Int16List/skipWhile_A02_t01.dart b/LibTest/typed_data/Int16List/skipWhile_A02_t01.dart
index 771210b..6f498d0 100644
--- a/LibTest/typed_data/Int16List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/skipWhile_A03_t01.dart b/LibTest/typed_data/Int16List/skipWhile_A03_t01.dart
index 56c56dc..9fc9eea 100644
--- a/LibTest/typed_data/Int16List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/skipWhile_A04_t01.dart b/LibTest/typed_data/Int16List/skipWhile_A04_t01.dart
index a94a547..235853d 100644
--- a/LibTest/typed_data/Int16List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/skipWhile_A04_t02.dart b/LibTest/typed_data/Int16List/skipWhile_A04_t02.dart
index 5954640..3165d1c 100644
--- a/LibTest/typed_data/Int16List/skipWhile_A04_t02.dart
+++ b/LibTest/typed_data/Int16List/skipWhile_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/skip_A01_t01.dart b/LibTest/typed_data/Int16List/skip_A01_t01.dart
index fc67160..a9527a9 100644
--- a/LibTest/typed_data/Int16List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an Iterable that provides all but the first count elements.
diff --git a/LibTest/typed_data/Int16List/skip_A02_t01.dart b/LibTest/typed_data/Int16List/skip_A02_t01.dart
index 1704d12..d6f0974 100644
--- a/LibTest/typed_data/Int16List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int16List/skip_A03_t01.dart b/LibTest/typed_data/Int16List/skip_A03_t01.dart
index f7b2574..1a6f817 100644
--- a/LibTest/typed_data/Int16List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int16List/sort_A01_t01.dart b/LibTest/typed_data/Int16List/sort_A01_t01.dart
index 9e1fa06..c6a55fd 100644
--- a/LibTest/typed_data/Int16List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Int16List/sublist_A01_t01.dart b/LibTest/typed_data/Int16List/sublist_A01_t01.dart
index 7259a1e..e066975 100644
--- a/LibTest/typed_data/Int16List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Int16List/sublist_A02_t01.dart b/LibTest/typed_data/Int16List/sublist_A02_t01.dart
index f95e7e2..ecc76ef 100644
--- a/LibTest/typed_data/Int16List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int16List/sublist_A03_t01.dart b/LibTest/typed_data/Int16List/sublist_A03_t01.dart
index 921e763..e92ad3f 100644
--- a/LibTest/typed_data/Int16List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int16List/sublist_A03_t02.dart b/LibTest/typed_data/Int16List/sublist_A03_t02.dart
index 49b3716..9233d37 100644
--- a/LibTest/typed_data/Int16List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Int16List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int16List/takeWhile_A01_t01.dart b/LibTest/typed_data/Int16List/takeWhile_A01_t01.dart
index 38fed19..1880c40 100644
--- a/LibTest/typed_data/Int16List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Int16List/takeWhile_A02_t01.dart b/LibTest/typed_data/Int16List/takeWhile_A02_t01.dart
index b212a33..c3110e7 100644
--- a/LibTest/typed_data/Int16List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/takeWhile_A03_t01.dart b/LibTest/typed_data/Int16List/takeWhile_A03_t01.dart
index 82b06ef..6bcb7f3 100644
--- a/LibTest/typed_data/Int16List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/takeWhile_A04_t01.dart b/LibTest/typed_data/Int16List/takeWhile_A04_t01.dart
index 9051309..510647c 100644
--- a/LibTest/typed_data/Int16List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int16List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int16List/take_A01_t01.dart b/LibTest/typed_data/Int16List/take_A01_t01.dart
index 522370f..0b3ff18 100644
--- a/LibTest/typed_data/Int16List/take_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the count first elements of this iterable.
diff --git a/LibTest/typed_data/Int16List/take_A02_t01.dart b/LibTest/typed_data/Int16List/take_A02_t01.dart
index eb4e2dc..c70d560 100644
--- a/LibTest/typed_data/Int16List/take_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int16List/take_A03_t01.dart b/LibTest/typed_data/Int16List/take_A03_t01.dart
index 4058c5e..0f0995b 100644
--- a/LibTest/typed_data/Int16List/take_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * It is an error if [count] is negative.
diff --git a/LibTest/typed_data/Int16List/toList_A01_t01.dart b/LibTest/typed_data/Int16List/toList_A01_t01.dart
index eb49c1b..bbe93e2 100644
--- a/LibTest/typed_data/Int16List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int16List/toList_A02_t01.dart b/LibTest/typed_data/Int16List/toList_A02_t01.dart
index 86b2145..593a695 100644
--- a/LibTest/typed_data/Int16List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int16List/toList_A02_t02.dart b/LibTest/typed_data/Int16List/toList_A02_t02.dart
index d105c96..7193fb3 100644
--- a/LibTest/typed_data/Int16List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Int16List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int16List/toSet_A01_t01.dart b/LibTest/typed_data/Int16List/toSet_A01_t01.dart
index 754f714..6bcf8dd 100644
--- a/LibTest/typed_data/Int16List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [iterable].
diff --git a/LibTest/typed_data/Int16List/toString_A01_t01.dart b/LibTest/typed_data/Int16List/toString_A01_t01.dart
index 7856ad8..d9f48df 100644
--- a/LibTest/typed_data/Int16List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Int16List/where_A01_t01.dart b/LibTest/typed_data/Int16List/where_A01_t01.dart
index d7ae7b3..5697c79 100644
--- a/LibTest/typed_data/Int16List/where_A01_t01.dart
+++ b/LibTest/typed_data/Int16List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Int16List/where_A02_t01.dart b/LibTest/typed_data/Int16List/where_A02_t01.dart
index 39489ee..dc05ed0 100644
--- a/LibTest/typed_data/Int16List/where_A02_t01.dart
+++ b/LibTest/typed_data/Int16List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int16List/where_A03_t01.dart b/LibTest/typed_data/Int16List/where_A03_t01.dart
index 14958dd..7d82132 100644
--- a/LibTest/typed_data/Int16List/where_A03_t01.dart
+++ b/LibTest/typed_data/Int16List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/Int32List.fromList_A01_t01.dart b/LibTest/typed_data/Int32List/Int32List.fromList_A01_t01.dart
index c769667..a049837 100644
--- a/LibTest/typed_data/Int32List/Int32List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List.fromList(List<int> elements)
  * Creates a [Int32List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int32List/Int32List.fromList_A01_t02.dart b/LibTest/typed_data/Int32List/Int32List.fromList_A01_t02.dart
index b5e6101..ae983e6 100644
--- a/LibTest/typed_data/Int32List/Int32List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/Int32List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List.fromList(List<int> elements)
  * Creates a [Int32List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int32List/Int32List.fromList_A02_t01.dart b/LibTest/typed_data/Int32List/Int32List.fromList_A02_t01.dart
index 1f3a6b2..8e9bdcf 100644
--- a/LibTest/typed_data/Int32List/Int32List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List.fromList(List<int> elements)
  * ...
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A01_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A01_t01.dart
index cf33ecd..29007f1 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A01_t02.dart b/LibTest/typed_data/Int32List/Int32List.view_A01_t02.dart
index 8be669f..185cdc0 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A02_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A02_t01.dart
index 416b1e7..a882703 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A03_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A03_t01.dart
index fcee105..9b8d49f 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A04_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A04_t01.dart
index 43617b5..bda490f 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A05_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A05_t01.dart
index c16071c..d45561e 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A05_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A05_t02.dart b/LibTest/typed_data/Int32List/Int32List.view_A05_t02.dart
index 45387a9..70bf5e9 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A05_t02.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A05_t03.dart b/LibTest/typed_data/Int32List/Int32List.view_A05_t03.dart
index fde1551..0b68544 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A05_t03.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List.view_A06_t01.dart b/LibTest/typed_data/Int32List/Int32List.view_A06_t01.dart
index b65ac49..93a2b98 100644
--- a/LibTest/typed_data/Int32List/Int32List.view_A06_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32List.view(
diff --git a/LibTest/typed_data/Int32List/Int32List_A01_t01.dart b/LibTest/typed_data/Int32List/Int32List_A01_t01.dart
index 09b792f..bdc2909 100644
--- a/LibTest/typed_data/Int32List/Int32List_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List(int length)
  * Creates an [Int32List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int32List/Int32List_A01_t02.dart b/LibTest/typed_data/Int32List/Int32List_A01_t02.dart
index 8ae484f..a9dc89c 100644
--- a/LibTest/typed_data/Int32List/Int32List_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/Int32List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List(int length)
  * Creates an [Int32List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int32List/Int32List_A02_t01.dart b/LibTest/typed_data/Int32List/Int32List_A02_t01.dart
index 8567c8b..247121b 100644
--- a/LibTest/typed_data/Int32List/Int32List_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/Int32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Int32List/addAll_A01_t01.dart b/LibTest/typed_data/Int32List/addAll_A01_t01.dart
index 6d30025..11b2984 100644
--- a/LibTest/typed_data/Int32List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of iterable to the end of this list.
diff --git a/LibTest/typed_data/Int32List/add_A01_t01.dart b/LibTest/typed_data/Int32List/add_A01_t01.dart
index c15ee57..a04f2a0 100644
--- a/LibTest/typed_data/Int32List/add_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Int32List/any_A01_t01.dart b/LibTest/typed_data/Int32List/any_A01_t01.dart
index e4f0adc..acdb332 100644
--- a/LibTest/typed_data/Int32List/any_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int32List/asMap_A01_t01.dart b/LibTest/typed_data/Int32List/asMap_A01_t01.dart
index a050da0..0ed69a5 100644
--- a/LibTest/typed_data/Int32List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int32List/asMap_A01_t02.dart b/LibTest/typed_data/Int32List/asMap_A01_t02.dart
index 04290c8..ea11e00 100644
--- a/LibTest/typed_data/Int32List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int32List/asMap_A02_t01.dart b/LibTest/typed_data/Int32List/asMap_A02_t01.dart
index 7681fec..8c7a08c 100644
--- a/LibTest/typed_data/Int32List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Int32List/buffer_A01_t01.dart b/LibTest/typed_data/Int32List/buffer_A01_t01.dart
index e872fa7..387c807 100644
--- a/LibTest/typed_data/Int32List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int32List/buffer_A01_t02.dart b/LibTest/typed_data/Int32List/buffer_A01_t02.dart
index 320b4a5..9fe76f4 100644
--- a/LibTest/typed_data/Int32List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int32List/clear_A01_t01.dart b/LibTest/typed_data/Int32List/clear_A01_t01.dart
index fe68d4f..5c8ebc6 100644
--- a/LibTest/typed_data/Int32List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Int32List/contains_A01_t01.dart b/LibTest/typed_data/Int32List/contains_A01_t01.dart
index 0eae27f..cb94232 100644
--- a/LibTest/typed_data/Int32List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Int32List/elementAt_A01_t01.dart b/LibTest/typed_data/Int32List/elementAt_A01_t01.dart
index f12230e..6c1e7c4 100644
--- a/LibTest/typed_data/Int32List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Int32List/elementAt_A02_t01.dart b/LibTest/typed_data/Int32List/elementAt_A02_t01.dart
index 71952c3..246ee84 100644
--- a/LibTest/typed_data/Int32List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t01.dart
index f780389..36c6bd9 100644
--- a/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t02.dart
index 03ae818..0d70711 100644
--- a/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int32List/every_A01_t01.dart b/LibTest/typed_data/Int32List/every_A01_t01.dart
index 0d75925..99cf07b 100644
--- a/LibTest/typed_data/Int32List/every_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int32List/expand_A01_t01.dart b/LibTest/typed_data/Int32List/expand_A01_t01.dart
index 393b23f..c55acd4 100644
--- a/LibTest/typed_data/Int32List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Int32List/expand_A02_t01.dart b/LibTest/typed_data/Int32List/expand_A02_t01.dart
index fa23aa2..76f6a23 100644
--- a/LibTest/typed_data/Int32List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/fillRange_A01_t01.dart b/LibTest/typed_data/Int32List/fillRange_A01_t01.dart
index be48815..1d402e0 100644
--- a/LibTest/typed_data/Int32List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to the
diff --git a/LibTest/typed_data/Int32List/fillRange_A02_t01.dart b/LibTest/typed_data/Int32List/fillRange_A02_t01.dart
index 2d5378e..dc71cc2 100644
--- a/LibTest/typed_data/Int32List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Int32List/firstWhere_A01_t01.dart b/LibTest/typed_data/Int32List/firstWhere_A01_t01.dart
index 29ada17..fb6b61c 100644
--- a/LibTest/typed_data/Int32List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int32List/firstWhere_A02_t01.dart b/LibTest/typed_data/Int32List/firstWhere_A02_t01.dart
index ce4d662..9e08bc1 100644
--- a/LibTest/typed_data/Int32List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32List/firstWhere_A03_t01.dart b/LibTest/typed_data/Int32List/firstWhere_A03_t01.dart
index 310fa32..a200fe7 100644
--- a/LibTest/typed_data/Int32List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32List/first_A01_t01.dart b/LibTest/typed_data/Int32List/first_A01_t01.dart
index f53eae9..9c99158 100644
--- a/LibTest/typed_data/Int32List/first_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int32List/first_A01_t02.dart b/LibTest/typed_data/Int32List/first_A01_t02.dart
index d0bf367..444eeb6 100644
--- a/LibTest/typed_data/Int32List/first_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int32List/first_A02_t01.dart b/LibTest/typed_data/Int32List/first_A02_t01.dart
index 41464b8..619d2ef 100644
--- a/LibTest/typed_data/Int32List/first_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int32List/first_A03_t01.dart b/LibTest/typed_data/Int32List/first_A03_t01.dart
index 441a7b9..993f392 100644
--- a/LibTest/typed_data/Int32List/first_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int32List/fold_A01_t01.dart b/LibTest/typed_data/Int32List/fold_A01_t01.dart
index 3dd9b1f..8efa53d 100644
--- a/LibTest/typed_data/Int32List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Int32List/forEach_A01_t01.dart b/LibTest/typed_data/Int32List/forEach_A01_t01.dart
index 23624b4..9a2ef08 100644
--- a/LibTest/typed_data/Int32List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection.
diff --git a/LibTest/typed_data/Int32List/getRange_A01_t01.dart b/LibTest/typed_data/Int32List/getRange_A01_t01.dart
index b4a976d..dd11fb9 100644
--- a/LibTest/typed_data/Int32List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Int32List/getRange_A02_t01.dart b/LibTest/typed_data/Int32List/getRange_A02_t01.dart
index 3145d5e..3fef483 100644
--- a/LibTest/typed_data/Int32List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Int32List/getRange_A03_t01.dart b/LibTest/typed_data/Int32List/getRange_A03_t01.dart
index ac3be89..32d30d4 100644
--- a/LibTest/typed_data/Int32List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int32List/getRange_A04_t01.dart b/LibTest/typed_data/Int32List/getRange_A04_t01.dart
index c42509c..7a465ec 100644
--- a/LibTest/typed_data/Int32List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int32List/hashCode_A01_t01.dart b/LibTest/typed_data/Int32List/hashCode_A01_t01.dart
index d1c8ae7..9ad2336 100644
--- a/LibTest/typed_data/Int32List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Int32List/hashCode_A01_t02.dart b/LibTest/typed_data/Int32List/hashCode_A01_t02.dart
index b73078b..8806a69 100644
--- a/LibTest/typed_data/Int32List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Int32List/indexOf_A01_t01.dart b/LibTest/typed_data/Int32List/indexOf_A01_t01.dart
index ff0efc5..4a9bf72 100644
--- a/LibTest/typed_data/Int32List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int32List/indexOf_A01_t02.dart b/LibTest/typed_data/Int32List/indexOf_A01_t02.dart
index 0d13a89..e834d7f 100644
--- a/LibTest/typed_data/Int32List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int32List/indexOf_A02_t01.dart b/LibTest/typed_data/Int32List/indexOf_A02_t01.dart
index 7c4cd87..64ca67d 100644
--- a/LibTest/typed_data/Int32List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Int32List/indexOf_A03_t01.dart b/LibTest/typed_data/Int32List/indexOf_A03_t01.dart
index 3b5b587..7d84019 100644
--- a/LibTest/typed_data/Int32List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Int32List/insertAll_A01_t01.dart b/LibTest/typed_data/Int32List/insertAll_A01_t01.dart
index e7d5ed3..c57517a 100644
--- a/LibTest/typed_data/Int32List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Int32List/insert_A01_t01.dart b/LibTest/typed_data/Int32List/insert_A01_t01.dart
index c9b97ad..b11e301 100644
--- a/LibTest/typed_data/Int32List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Int32List/isEmpty_A01_t01.dart b/LibTest/typed_data/Int32List/isEmpty_A01_t01.dart
index e19e90e..a6c9fc5 100644
--- a/LibTest/typed_data/Int32List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int32List/isEmpty_A01_t02.dart b/LibTest/typed_data/Int32List/isEmpty_A01_t02.dart
index 06e8f35..48a10ab 100644
--- a/LibTest/typed_data/Int32List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int32List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Int32List/isNotEmpty_A01_t01.dart
index 7b5b7fd..65188e3 100644
--- a/LibTest/typed_data/Int32List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int32List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Int32List/isNotEmpty_A01_t02.dart
index 0798902..dfbc843 100644
--- a/LibTest/typed_data/Int32List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int32List/iterator_A01_t01.dart b/LibTest/typed_data/Int32List/iterator_A01_t01.dart
index 6eec719..2f5570c 100644
--- a/LibTest/typed_data/Int32List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns an [Iterator] that allows iterating the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int32List/iterator_A01_t02.dart b/LibTest/typed_data/Int32List/iterator_A01_t02.dart
index d239dad..ccad9ad 100644
--- a/LibTest/typed_data/Int32List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns an [Iterator] that allows iterating the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int32List/iterator_current_A01_t01.dart b/LibTest/typed_data/Int32List/iterator_current_A01_t01.dart
index eaf3f5c..23ad360 100644
--- a/LibTest/typed_data/Int32List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Int32List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Int32List/iterator_moveNext_A01_t01.dart
index bcdc6b2..5c5f2b1 100644
--- a/LibTest/typed_data/Int32List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Int32List/join_A01_t01.dart b/LibTest/typed_data/Int32List/join_A01_t01.dart
index 8f0de3e..b045def 100644
--- a/LibTest/typed_data/Int32List/join_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int32List/join_A01_t02.dart b/LibTest/typed_data/Int32List/join_A01_t02.dart
index 999daec..e2d69b3 100644
--- a/LibTest/typed_data/Int32List/join_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int32List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Int32List/lastIndexOf_A01_t01.dart
index a66a8c3..25b16f3 100644
--- a/LibTest/typed_data/Int32List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int32List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Int32List/lastIndexOf_A01_t02.dart
index 3d6880d..9df4f6c 100644
--- a/LibTest/typed_data/Int32List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int32List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Int32List/lastIndexOf_A02_t01.dart
index 04c9c0b..07e417c 100644
--- a/LibTest/typed_data/Int32List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Int32List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Int32List/lastIndexOf_A03_t01.dart
index 2669e44..bd5546d 100644
--- a/LibTest/typed_data/Int32List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [start] is out of bounds, it doesn't cause any
diff --git a/LibTest/typed_data/Int32List/lastWhere_A01_t01.dart b/LibTest/typed_data/Int32List/lastWhere_A01_t01.dart
index 9efb66d..f31aa7d 100644
--- a/LibTest/typed_data/Int32List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int32List/lastWhere_A02_t01.dart b/LibTest/typed_data/Int32List/lastWhere_A02_t01.dart
index 314374a..4de2b7a 100644
--- a/LibTest/typed_data/Int32List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32List/lastWhere_A03_t01.dart b/LibTest/typed_data/Int32List/lastWhere_A03_t01.dart
index 7f2618b..914d68f 100644
--- a/LibTest/typed_data/Int32List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32List/last_A01_t01.dart b/LibTest/typed_data/Int32List/last_A01_t01.dart
index ba2523e..e8c4f49 100644
--- a/LibTest/typed_data/Int32List/last_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int32List/last_A01_t02.dart b/LibTest/typed_data/Int32List/last_A01_t02.dart
index 6ca205a..438f411 100644
--- a/LibTest/typed_data/Int32List/last_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int32List/last_A02_t01.dart b/LibTest/typed_data/Int32List/last_A02_t01.dart
index d885c4f..1993fe8 100644
--- a/LibTest/typed_data/Int32List/last_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Int32List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Int32List/lengthInBytes_A01_t01.dart
index 2bd2ee9..33e5050 100644
--- a/LibTest/typed_data/Int32List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int32List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Int32List/lengthInBytes_A01_t02.dart
index 8c1f578..483c56f 100644
--- a/LibTest/typed_data/Int32List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int32List/length_A01_t01.dart b/LibTest/typed_data/Int32List/length_A01_t01.dart
index 68ae7f0..f727ec5 100644
--- a/LibTest/typed_data/Int32List/length_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of objects in this list.
diff --git a/LibTest/typed_data/Int32List/length_A02_t01.dart b/LibTest/typed_data/Int32List/length_A02_t01.dart
index 77b106f..d6cff18 100644
--- a/LibTest/typed_data/Int32List/length_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of this list.
diff --git a/LibTest/typed_data/Int32List/map_A01_t01.dart b/LibTest/typed_data/Int32List/map_A01_t01.dart
index b7eb831..e01f72f 100644
--- a/LibTest/typed_data/Int32List/map_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on
diff --git a/LibTest/typed_data/Int32List/map_A02_t01.dart b/LibTest/typed_data/Int32List/map_A02_t01.dart
index d9e041b..fdfc169 100644
--- a/LibTest/typed_data/Int32List/map_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int32List/map_A03_t01.dart b/LibTest/typed_data/Int32List/map_A03_t01.dart
index ebeb911..e27ba86 100644
--- a/LibTest/typed_data/Int32List/map_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int32List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Int32List/offsetInBytes_A01_t01.dart
index 9e246f7..89f4c69 100644
--- a/LibTest/typed_data/Int32List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int32List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Int32List/offsetInBytes_A01_t02.dart
index fef42f2..82f7834 100644
--- a/LibTest/typed_data/Int32List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int32List/operator_equality_A01_t01.dart b/LibTest/typed_data/Int32List/operator_equality_A01_t01.dart
index b6084ce..1060f24 100644
--- a/LibTest/typed_data/Int32List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Int32List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Int32List/operator_subscript_A01_t01.dart
index 494eb1e..d83865b 100644
--- a/LibTest/typed_data/Int32List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list ...
diff --git a/LibTest/typed_data/Int32List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Int32List/operator_subscript_A02_t01.dart
index b27db0a..c21d9e1 100644
--- a/LibTest/typed_data/Int32List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Int32List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Int32List/operator_subscripted_assignment_A01_t01.dart
index 2fbf0ad..087bda1 100644
--- a/LibTest/typed_data/Int32List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value ...
diff --git a/LibTest/typed_data/Int32List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Int32List/operator_subscripted_assignment_A02_t01.dart
index b763d64..9be1775 100644
--- a/LibTest/typed_data/Int32List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Int32List/reduce_A01_t01.dart b/LibTest/typed_data/Int32List/reduce_A01_t01.dart
index f1ceb52..c6c982c 100644
--- a/LibTest/typed_data/Int32List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Int32List/reduce_A02_t01.dart b/LibTest/typed_data/Int32List/reduce_A02_t01.dart
index fe86849..d649b7d 100644
--- a/LibTest/typed_data/Int32List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/reduce_A03_t01.dart b/LibTest/typed_data/Int32List/reduce_A03_t01.dart
index b280639..d7e5480 100644
--- a/LibTest/typed_data/Int32List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/removeAt_A01_t01.dart b/LibTest/typed_data/Int32List/removeAt_A01_t01.dart
index 7184023..57d1879 100644
--- a/LibTest/typed_data/Int32List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Int32List/removeLast_A01_t01.dart b/LibTest/typed_data/Int32List/removeLast_A01_t01.dart
index b1ba145..06d89ed 100644
--- a/LibTest/typed_data/Int32List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object of the list.
diff --git a/LibTest/typed_data/Int32List/removeRange_A01_t01.dart b/LibTest/typed_data/Int32List/removeRange_A01_t01.dart
index b1dace7..97e793c 100644
--- a/LibTest/typed_data/Int32List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the elements in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Int32List/removeWhere_A01_t01.dart b/LibTest/typed_data/Int32List/removeWhere_A01_t01.dart
index 68b3354..a185924 100644
--- a/LibTest/typed_data/Int32List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects of this list that satisfy test.
diff --git a/LibTest/typed_data/Int32List/remove_A01_t01.dart b/LibTest/typed_data/Int32List/remove_A01_t01.dart
index 75d53d6..d1d61d9 100644
--- a/LibTest/typed_data/Int32List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Int32List/replaceRange_A01_t01.dart b/LibTest/typed_data/Int32List/replaceRange_A01_t01.dart
index ffcf96e..56621be 100644
--- a/LibTest/typed_data/Int32List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Int32List/retainWhere_A01_t01.dart b/LibTest/typed_data/Int32List/retainWhere_A01_t01.dart
index f425ea3..a10cef3 100644
--- a/LibTest/typed_data/Int32List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects of this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Int32List/reversed_A01_t01.dart b/LibTest/typed_data/Int32List/reversed_A01_t01.dart
index 0cc1420..59c160a 100644
--- a/LibTest/typed_data/Int32List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int32List/reversed_A01_t02.dart b/LibTest/typed_data/Int32List/reversed_A01_t02.dart
index bcc14ff..d2b94b5 100644
--- a/LibTest/typed_data/Int32List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int32List/runtimeType_A01_t01.dart b/LibTest/typed_data/Int32List/runtimeType_A01_t01.dart
index 95df7cf..d652876 100644
--- a/LibTest/typed_data/Int32List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int32List/runtimeType_A01_t02.dart b/LibTest/typed_data/Int32List/runtimeType_A01_t02.dart
index 82444da..65e6554 100644
--- a/LibTest/typed_data/Int32List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int32List/setAll_A01_t01.dart b/LibTest/typed_data/Int32List/setAll_A01_t01.dart
index 6cecb01..ce22cdf 100644
--- a/LibTest/typed_data/Int32List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the elemenst of [iterable], starting at
diff --git a/LibTest/typed_data/Int32List/setAll_A02_t01.dart b/LibTest/typed_data/Int32List/setAll_A02_t01.dart
index 376d1e5..a06d206 100644
--- a/LibTest/typed_data/Int32List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32List/setAll_A03_t01.dart b/LibTest/typed_data/Int32List/setAll_A03_t01.dart
index c0dcef6..f2bfcf5 100644
--- a/LibTest/typed_data/Int32List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32List/setAll_A04_t01.dart b/LibTest/typed_data/Int32List/setAll_A04_t01.dart
index bc6732b..736b3ce 100644
--- a/LibTest/typed_data/Int32List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32List/setRange_A01_t01.dart b/LibTest/typed_data/Int32List/setRange_A01_t01.dart
index 62123b7..7fb1969 100644
--- a/LibTest/typed_data/Int32List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32List/setRange_A02_t01.dart b/LibTest/typed_data/Int32List/setRange_A02_t01.dart
index d9d2412..bf116d4 100644
--- a/LibTest/typed_data/Int32List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32List/setRange_A03_t01.dart b/LibTest/typed_data/Int32List/setRange_A03_t01.dart
index 28052b4..a2dd0ea 100644
--- a/LibTest/typed_data/Int32List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32List/setRange_A04_t01.dart b/LibTest/typed_data/Int32List/setRange_A04_t01.dart
index a5e9964..c9d4f61 100644
--- a/LibTest/typed_data/Int32List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32List/setRange_A05_t01.dart b/LibTest/typed_data/Int32List/setRange_A05_t01.dart
index 757ece2..7156844 100644
--- a/LibTest/typed_data/Int32List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Int32List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32List/shuffle_A01_t01.dart b/LibTest/typed_data/Int32List/shuffle_A01_t01.dart
index bd394d8..493f14c 100644
--- a/LibTest/typed_data/Int32List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32List/shuffle_A01_t02.dart b/LibTest/typed_data/Int32List/shuffle_A01_t02.dart
index 7a6c344..a6b7937 100644
--- a/LibTest/typed_data/Int32List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32List/shuffle_A01_t03.dart b/LibTest/typed_data/Int32List/shuffle_A01_t03.dart
index 3f777dd..9afd8d9 100644
--- a/LibTest/typed_data/Int32List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Int32List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32List/singleWhere_A01_t01.dart b/LibTest/typed_data/Int32List/singleWhere_A01_t01.dart
index 0e91603..ddb62a8 100644
--- a/LibTest/typed_data/Int32List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Int32List/singleWhere_A02_t01.dart b/LibTest/typed_data/Int32List/singleWhere_A02_t01.dart
index a02e67b..ee1761a 100644
--- a/LibTest/typed_data/Int32List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/singleWhere_A02_t02.dart b/LibTest/typed_data/Int32List/singleWhere_A02_t02.dart
index d123137..8bb58d6 100644
--- a/LibTest/typed_data/Int32List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Int32List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/single_A01_t01.dart b/LibTest/typed_data/Int32List/single_A01_t01.dart
index 494408b..4516e8d 100644
--- a/LibTest/typed_data/Int32List/single_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int32List/single_A01_t02.dart b/LibTest/typed_data/Int32List/single_A01_t02.dart
index 92d1f0e..53520a7 100644
--- a/LibTest/typed_data/Int32List/single_A01_t02.dart
+++ b/LibTest/typed_data/Int32List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int32List/single_A02_t01.dart b/LibTest/typed_data/Int32List/single_A02_t01.dart
index a58f030..f45c692 100644
--- a/LibTest/typed_data/Int32List/single_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a StateError if this is empty or has more than one element.
diff --git a/LibTest/typed_data/Int32List/single_A02_t02.dart b/LibTest/typed_data/Int32List/single_A02_t02.dart
index 7335a67..530bbcc 100644
--- a/LibTest/typed_data/Int32List/single_A02_t02.dart
+++ b/LibTest/typed_data/Int32List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a StateError if this is empty or has more than one element.
diff --git a/LibTest/typed_data/Int32List/skipWhile_A01_t01.dart b/LibTest/typed_data/Int32List/skipWhile_A01_t01.dart
index 230d154..8969b70 100644
--- a/LibTest/typed_data/Int32List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Int32List/skipWhile_A02_t01.dart b/LibTest/typed_data/Int32List/skipWhile_A02_t01.dart
index 3c9c100..07634ce 100644
--- a/LibTest/typed_data/Int32List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/skipWhile_A03_t01.dart b/LibTest/typed_data/Int32List/skipWhile_A03_t01.dart
index a9e2299..3468d3a 100644
--- a/LibTest/typed_data/Int32List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/skipWhile_A04_t01.dart b/LibTest/typed_data/Int32List/skipWhile_A04_t01.dart
index f9cfcee..34274e6 100644
--- a/LibTest/typed_data/Int32List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/skipWhile_A04_t02.dart b/LibTest/typed_data/Int32List/skipWhile_A04_t02.dart
index afabff5..486f350 100644
--- a/LibTest/typed_data/Int32List/skipWhile_A04_t02.dart
+++ b/LibTest/typed_data/Int32List/skipWhile_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/skip_A01_t01.dart b/LibTest/typed_data/Int32List/skip_A01_t01.dart
index abd90ba..5e23baf 100644
--- a/LibTest/typed_data/Int32List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first count elements.
diff --git a/LibTest/typed_data/Int32List/skip_A02_t01.dart b/LibTest/typed_data/Int32List/skip_A02_t01.dart
index 57a5f69..a8967fb 100644
--- a/LibTest/typed_data/Int32List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int32List/skip_A03_t01.dart b/LibTest/typed_data/Int32List/skip_A03_t01.dart
index 8881a55..678d686 100644
--- a/LibTest/typed_data/Int32List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int32List/sort_A01_t01.dart b/LibTest/typed_data/Int32List/sort_A01_t01.dart
index 8973f10..34930ec 100644
--- a/LibTest/typed_data/Int32List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts this list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Int32List/sublist_A01_t01.dart b/LibTest/typed_data/Int32List/sublist_A01_t01.dart
index c455de2..cd1e65e 100644
--- a/LibTest/typed_data/Int32List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Int32List/sublist_A02_t01.dart b/LibTest/typed_data/Int32List/sublist_A02_t01.dart
index 909423f..546c559 100644
--- a/LibTest/typed_data/Int32List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32List/sublist_A03_t01.dart b/LibTest/typed_data/Int32List/sublist_A03_t01.dart
index e5f8d2d..d7e24f2 100644
--- a/LibTest/typed_data/Int32List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32List/sublist_A03_t02.dart b/LibTest/typed_data/Int32List/sublist_A03_t02.dart
index ca8d2cc..9f43b1c 100644
--- a/LibTest/typed_data/Int32List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Int32List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32List/takeWhile_A01_t01.dart b/LibTest/typed_data/Int32List/takeWhile_A01_t01.dart
index 6a732da..b3aa733 100644
--- a/LibTest/typed_data/Int32List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Int32List/takeWhile_A02_t01.dart b/LibTest/typed_data/Int32List/takeWhile_A02_t01.dart
index 529823f..3dfa1fd 100644
--- a/LibTest/typed_data/Int32List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/takeWhile_A03_t01.dart b/LibTest/typed_data/Int32List/takeWhile_A03_t01.dart
index 96c399b..b04f493 100644
--- a/LibTest/typed_data/Int32List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/takeWhile_A04_t01.dart b/LibTest/typed_data/Int32List/takeWhile_A04_t01.dart
index be2c35e..52ba73e 100644
--- a/LibTest/typed_data/Int32List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int32List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32List/take_A01_t01.dart b/LibTest/typed_data/Int32List/take_A01_t01.dart
index dcf3f34..667f589 100644
--- a/LibTest/typed_data/Int32List/take_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Int32List/take_A02_t01.dart b/LibTest/typed_data/Int32List/take_A02_t01.dart
index f3d0daa..262cb73 100644
--- a/LibTest/typed_data/Int32List/take_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int32List/take_A03_t01.dart b/LibTest/typed_data/Int32List/take_A03_t01.dart
index b2f9527..b4bfe89 100644
--- a/LibTest/typed_data/Int32List/take_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int32List/toList_A01_t01.dart b/LibTest/typed_data/Int32List/toList_A01_t01.dart
index ac86e5b..11176e2 100644
--- a/LibTest/typed_data/Int32List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int32List/toList_A02_t01.dart b/LibTest/typed_data/Int32List/toList_A02_t01.dart
index c26a510..32ee95b 100644
--- a/LibTest/typed_data/Int32List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int32List/toList_A02_t02.dart b/LibTest/typed_data/Int32List/toList_A02_t02.dart
index 50cdda3..ed0cc00 100644
--- a/LibTest/typed_data/Int32List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Int32List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int32List/toSet_A01_t01.dart b/LibTest/typed_data/Int32List/toSet_A01_t01.dart
index 6260399..4345f32 100644
--- a/LibTest/typed_data/Int32List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements as this iterable.
diff --git a/LibTest/typed_data/Int32List/toString_A01_t01.dart b/LibTest/typed_data/Int32List/toString_A01_t01.dart
index ab95f01..92a3a63 100644
--- a/LibTest/typed_data/Int32List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Int32List/where_A01_t01.dart b/LibTest/typed_data/Int32List/where_A01_t01.dart
index b37266d..e72720d 100644
--- a/LibTest/typed_data/Int32List/where_A01_t01.dart
+++ b/LibTest/typed_data/Int32List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Int32List/where_A02_t01.dart b/LibTest/typed_data/Int32List/where_A02_t01.dart
index a26af80..f070ca9 100644
--- a/LibTest/typed_data/Int32List/where_A02_t01.dart
+++ b/LibTest/typed_data/Int32List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32List/where_A03_t01.dart b/LibTest/typed_data/Int32List/where_A03_t01.dart
index b2e8ddf..d023a34 100644
--- a/LibTest/typed_data/Int32List/where_A03_t01.dart
+++ b/LibTest/typed_data/Int32List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4/Int32x4.bool_A01_t01.dart b/LibTest/typed_data/Int32x4/Int32x4.bool_A01_t01.dart
index 489e2d8..5d20522 100644
--- a/LibTest/typed_data/Int32x4/Int32x4.bool_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/Int32x4.bool_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4.bool(bool x, bool y, bool z, bool w)
  * Creates a new [Int32x4] instance.
diff --git a/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t01.dart b/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t01.dart
index 1d56944..37fa5b6 100644
--- a/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4.fromFloat32x4Bits(Float32x4 x)
  * Returns a bit-wise copy of x as a Int32x4.
diff --git a/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t02.dart b/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t02.dart
index ce79b56..fdd6940 100644
--- a/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/Int32x4.fromFloat32x4Bits_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4.fromFloat32x4Bits(Float32x4 x)
  * Returns a bit-wise copy of x as a Int32x4.
diff --git a/LibTest/typed_data/Int32x4/Int32x4_A01_t01.dart b/LibTest/typed_data/Int32x4/Int32x4_A01_t01.dart
index c701ec2..fe7e8be 100644
--- a/LibTest/typed_data/Int32x4/Int32x4_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/Int32x4_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4(int x, int y, int z, int w)
  * Creates a new [Int32x4] instance.
diff --git a/LibTest/typed_data/Int32x4/flagW_A01_t01.dart b/LibTest/typed_data/Int32x4/flagW_A01_t01.dart
index 65007c7..883560b 100644
--- a/LibTest/typed_data/Int32x4/flagW_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/flagW_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagW
  * Extracted [w] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagW_A01_t02.dart b/LibTest/typed_data/Int32x4/flagW_A01_t02.dart
index 6c6e71f..c85a088 100644
--- a/LibTest/typed_data/Int32x4/flagW_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/flagW_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagW
  * Extracted [w] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagW_A01_t03.dart b/LibTest/typed_data/Int32x4/flagW_A01_t03.dart
index 1da8eaf..d155b81 100644
--- a/LibTest/typed_data/Int32x4/flagW_A01_t03.dart
+++ b/LibTest/typed_data/Int32x4/flagW_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagW
  * Extracted [w] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagX_A01_t01.dart b/LibTest/typed_data/Int32x4/flagX_A01_t01.dart
index e7b9d37..068209c 100644
--- a/LibTest/typed_data/Int32x4/flagX_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/flagX_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagX
  * Extracted [x] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagX_A01_t02.dart b/LibTest/typed_data/Int32x4/flagX_A01_t02.dart
index 4593e6f..90b3593 100644
--- a/LibTest/typed_data/Int32x4/flagX_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/flagX_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagX
  * Extracted [x] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagX_A01_t03.dart b/LibTest/typed_data/Int32x4/flagX_A01_t03.dart
index ecaaa44..0d26789 100644
--- a/LibTest/typed_data/Int32x4/flagX_A01_t03.dart
+++ b/LibTest/typed_data/Int32x4/flagX_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagX
  * Extracted [x] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagY_A01_t01.dart b/LibTest/typed_data/Int32x4/flagY_A01_t01.dart
index daf910c..0652e4d 100644
--- a/LibTest/typed_data/Int32x4/flagY_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/flagY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagY
  * Extracted [y] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagY_A01_t02.dart b/LibTest/typed_data/Int32x4/flagY_A01_t02.dart
index 075d145..4307127 100644
--- a/LibTest/typed_data/Int32x4/flagY_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/flagY_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagY
  * Extracted [y] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagY_A01_t03.dart b/LibTest/typed_data/Int32x4/flagY_A01_t03.dart
index c7dec41..3e1e8ff 100644
--- a/LibTest/typed_data/Int32x4/flagY_A01_t03.dart
+++ b/LibTest/typed_data/Int32x4/flagY_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagY
  * Extracted [y] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagZ_A01_t01.dart b/LibTest/typed_data/Int32x4/flagZ_A01_t01.dart
index 96f8aa7..75b2f18 100644
--- a/LibTest/typed_data/Int32x4/flagZ_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/flagZ_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagZ
  * Extracted [z] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagZ_A01_t02.dart b/LibTest/typed_data/Int32x4/flagZ_A01_t02.dart
index 064f038..53fe50c 100644
--- a/LibTest/typed_data/Int32x4/flagZ_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/flagZ_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagZ
  * Extracted [z] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/flagZ_A01_t03.dart b/LibTest/typed_data/Int32x4/flagZ_A01_t03.dart
index 11b7830..36eddf1 100644
--- a/LibTest/typed_data/Int32x4/flagZ_A01_t03.dart
+++ b/LibTest/typed_data/Int32x4/flagZ_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool flagZ
  * Extracted [z] value. Returns false for 0, true for any other value.
diff --git a/LibTest/typed_data/Int32x4/operator_AND_A01_t01.dart b/LibTest/typed_data/Int32x4/operator_AND_A01_t01.dart
index 34a0e83..7ad60c8 100644
--- a/LibTest/typed_data/Int32x4/operator_AND_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/operator_AND_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 operator &(Int32x4 other)
  * The bit-wise and operator.
diff --git a/LibTest/typed_data/Int32x4/operator_OR_A01_t01.dart b/LibTest/typed_data/Int32x4/operator_OR_A01_t01.dart
index f0068e9..af46b72 100644
--- a/LibTest/typed_data/Int32x4/operator_OR_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/operator_OR_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 operator |(Int32x4 other)
  * The bit-wise or operator.
diff --git a/LibTest/typed_data/Int32x4/operator_XOR_A01_t01.dart b/LibTest/typed_data/Int32x4/operator_XOR_A01_t01.dart
index 7f245d9..0d3f926 100644
--- a/LibTest/typed_data/Int32x4/operator_XOR_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/operator_XOR_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 operator ^(Int32x4 other)
  * The bit-wise xor operator.
diff --git a/LibTest/typed_data/Int32x4/operator_addition_A01_t01.dart b/LibTest/typed_data/Int32x4/operator_addition_A01_t01.dart
index 15aba45..1970d5d 100644
--- a/LibTest/typed_data/Int32x4/operator_addition_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/operator_addition_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 operator +(Int32x4 other)
  * Addition operator.
diff --git a/LibTest/typed_data/Int32x4/operator_subtraction_A01_t01.dart b/LibTest/typed_data/Int32x4/operator_subtraction_A01_t01.dart
index f80ee07..e603830 100644
--- a/LibTest/typed_data/Int32x4/operator_subtraction_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/operator_subtraction_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 operator -(Int32x4 other)
  * Subtraction operator.
diff --git a/LibTest/typed_data/Int32x4/select_A01_t01.dart b/LibTest/typed_data/Int32x4/select_A01_t01.dart
index ad4fe5d..d533390 100644
--- a/LibTest/typed_data/Int32x4/select_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/select_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Float32x4 select(Float32x4 trueValue, Float32x4 falseValue)
  * Merge [trueValue] and [falseValue] based on [this]' bit mask:
diff --git a/LibTest/typed_data/Int32x4/shuffleMix_A01_t01.dart b/LibTest/typed_data/Int32x4/shuffleMix_A01_t01.dart
index eff4ebb..2c2ec0c 100644
--- a/LibTest/typed_data/Int32x4/shuffleMix_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/shuffleMix_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 shuffleMix(Int32x4 other, int mask)
  * Shuffle the lane values in this and other. The returned Int32x4 will have XY
diff --git a/LibTest/typed_data/Int32x4/shuffle_A01_t01.dart b/LibTest/typed_data/Int32x4/shuffle_A01_t01.dart
index a03a125..e221862 100644
--- a/LibTest/typed_data/Int32x4/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 shuffle(int mask)
  * Shuffle the lane values. [mask] must be one of the 256 shuffle constants.
diff --git a/LibTest/typed_data/Int32x4/signMask_A01_t01.dart b/LibTest/typed_data/Int32x4/signMask_A01_t01.dart
index fda646f..944149d 100644
--- a/LibTest/typed_data/Int32x4/signMask_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/signMask_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int signMask
  * Extract the top bit from each lane return them in the first 4 bits. "x" lane
diff --git a/LibTest/typed_data/Int32x4/signMask_A01_t02.dart b/LibTest/typed_data/Int32x4/signMask_A01_t02.dart
index 7acfe0b..3febfd6 100644
--- a/LibTest/typed_data/Int32x4/signMask_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/signMask_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int signMask
  * Extract the top bit from each lane return them in the first 4 bits. "x" lane
diff --git a/LibTest/typed_data/Int32x4/w_A01_t01.dart b/LibTest/typed_data/Int32x4/w_A01_t01.dart
index 028914c..14ad1ca 100644
--- a/LibTest/typed_data/Int32x4/w_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/w_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int w
  * Extracts 32-bit mask from w lane.
diff --git a/LibTest/typed_data/Int32x4/w_A01_t02.dart b/LibTest/typed_data/Int32x4/w_A01_t02.dart
index 9f362d5..6174510 100644
--- a/LibTest/typed_data/Int32x4/w_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/w_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int w
  * Extracts 32-bit mask from w lane.
diff --git a/LibTest/typed_data/Int32x4/withFlagW_A01_t01.dart b/LibTest/typed_data/Int32x4/withFlagW_A01_t01.dart
index 0c1333b..6e104c8 100644
--- a/LibTest/typed_data/Int32x4/withFlagW_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withFlagW_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withFlagW(bool w)
  * Returns a new [Int32x4] copied from [this] with a new [w] value.
diff --git a/LibTest/typed_data/Int32x4/withFlagX_A01_t01.dart b/LibTest/typed_data/Int32x4/withFlagX_A01_t01.dart
index 5c40cb0..6cefa05 100644
--- a/LibTest/typed_data/Int32x4/withFlagX_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withFlagX_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withFlagX(bool x)
  * Returns a new [Int32x4] copied from [this] with a new [x] value.
diff --git a/LibTest/typed_data/Int32x4/withFlagY_A01_t01.dart b/LibTest/typed_data/Int32x4/withFlagY_A01_t01.dart
index b1cd431..367429c 100644
--- a/LibTest/typed_data/Int32x4/withFlagY_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withFlagY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withFlagY(bool y)
  * Returns a new [Int32x4] copied from [this] with a new [y] value.
diff --git a/LibTest/typed_data/Int32x4/withFlagZ_A01_t01.dart b/LibTest/typed_data/Int32x4/withFlagZ_A01_t01.dart
index 443e996..0ed1917 100644
--- a/LibTest/typed_data/Int32x4/withFlagZ_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withFlagZ_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withFlagZ(bool z)
  * Returns a new [Int32x4] copied from [this] with a new [z] value.
diff --git a/LibTest/typed_data/Int32x4/withW_A01_t01.dart b/LibTest/typed_data/Int32x4/withW_A01_t01.dart
index a1769e9..af22997 100644
--- a/LibTest/typed_data/Int32x4/withW_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withW_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withW(int w)
  * Returns a new [Int32x4] copied from [this] with a new [w] value.
diff --git a/LibTest/typed_data/Int32x4/withX_A01_t01.dart b/LibTest/typed_data/Int32x4/withX_A01_t01.dart
index afaca3f..d4c114b 100644
--- a/LibTest/typed_data/Int32x4/withX_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withX_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withX(int x)
  * Returns a new [Int32x4] copied from [this] with a new [x] value.
diff --git a/LibTest/typed_data/Int32x4/withY_A01_t01.dart b/LibTest/typed_data/Int32x4/withY_A01_t01.dart
index ed75dc0..cd9f11f 100644
--- a/LibTest/typed_data/Int32x4/withY_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withY_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withY(int y)
  * Returns a new [Int32x4] copied from [this] with a new [y] value.
diff --git a/LibTest/typed_data/Int32x4/withZ_A01_t01.dart b/LibTest/typed_data/Int32x4/withZ_A01_t01.dart
index 4937c0e..f5bdfcf 100644
--- a/LibTest/typed_data/Int32x4/withZ_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/withZ_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4 withZ(int z)
  * Returns a new [Int32x4] copied from [this] with a new [z] value.
diff --git a/LibTest/typed_data/Int32x4/x_A01_t01.dart b/LibTest/typed_data/Int32x4/x_A01_t01.dart
index 84ed6c2..e28a957 100644
--- a/LibTest/typed_data/Int32x4/x_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/x_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int x
  * Extracts 32-bit mask from x lane.
diff --git a/LibTest/typed_data/Int32x4/x_A01_t02.dart b/LibTest/typed_data/Int32x4/x_A01_t02.dart
index 7af8687..7c7e35a 100644
--- a/LibTest/typed_data/Int32x4/x_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/x_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int x
  * Extracts 32-bit mask from x lane.
diff --git a/LibTest/typed_data/Int32x4/y_A01_t01.dart b/LibTest/typed_data/Int32x4/y_A01_t01.dart
index 8db88d4..cc4522f 100644
--- a/LibTest/typed_data/Int32x4/y_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/y_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int y
  * Extracts 32-bit mask from y lane.
diff --git a/LibTest/typed_data/Int32x4/y_A01_t02.dart b/LibTest/typed_data/Int32x4/y_A01_t02.dart
index 0b6fe38..739a81c 100644
--- a/LibTest/typed_data/Int32x4/y_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/y_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int y
  * Extracts 32-bit mask from y lane.
diff --git a/LibTest/typed_data/Int32x4/z_A01_t01.dart b/LibTest/typed_data/Int32x4/z_A01_t01.dart
index 49983fd..e05df28 100644
--- a/LibTest/typed_data/Int32x4/z_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4/z_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int z
  * Extracts 32-bit mask from z lane.
diff --git a/LibTest/typed_data/Int32x4/z_A01_t02.dart b/LibTest/typed_data/Int32x4/z_A01_t02.dart
index cd8d6b3..0478f4f 100644
--- a/LibTest/typed_data/Int32x4/z_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4/z_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int z
  * Extracts 32-bit mask from z lane.
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t01.dart
index c2df751..1b61cba 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List.fromList(List<Int32x4> elements)
  * Creates a Int32x4List with the same length as the elements list and copies
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t02.dart b/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t02.dart
index 7f58283..e1bff1a 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List.fromList(List<Int32x4> elements)
  * Creates a Int32x4List with the same length as the elements list and copies
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A01_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A01_t01.dart
index 3248f62..2dabba6 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A02_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A02_t01.dart
index 9faeb89..6ada382 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A03_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A03_t01.dart
index 26129dc..90e336c 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A04_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A04_t01.dart
index 8d265da..426f971 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t01.dart
index e8e5e89..1133f1e 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t02.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t02.dart
index b32d953..f4e9120 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t02.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t03.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t03.dart
index 3a2f225..0e75a77 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t03.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List.view_A06_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List.view_A06_t01.dart
index b1670d5..f92a2c8 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List.view_A06_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int32x4List.view(
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List_A01_t01.dart b/LibTest/typed_data/Int32x4List/Int32x4List_A01_t01.dart
index ccec9b6..5726153 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List(int length)
  * Creates a Int32x4List of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int32x4List/Int32x4List_A01_t02.dart b/LibTest/typed_data/Int32x4List/Int32x4List_A01_t02.dart
index 589067a..11ce65d 100644
--- a/LibTest/typed_data/Int32x4List/Int32x4List_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/Int32x4List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int32x4List(int length)
  * Creates a Int32x4List of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int32x4List/addAll_A01_t01.dart b/LibTest/typed_data/Int32x4List/addAll_A01_t01.dart
index 05d0778..4602ef0 100644
--- a/LibTest/typed_data/Int32x4List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of iterable to the end of this list.
diff --git a/LibTest/typed_data/Int32x4List/add_A01_t01.dart b/LibTest/typed_data/Int32x4List/add_A01_t01.dart
index d4d872f..267513c 100644
--- a/LibTest/typed_data/Int32x4List/add_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value to the end of this list, extending the length by one.
diff --git a/LibTest/typed_data/Int32x4List/any_A01_t01.dart b/LibTest/typed_data/Int32x4List/any_A01_t01.dart
index 067d147..abab04e 100644
--- a/LibTest/typed_data/Int32x4List/any_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int32x4List/asMap_A01_t01.dart b/LibTest/typed_data/Int32x4List/asMap_A01_t01.dart
index 976c9c8..cc21543 100644
--- a/LibTest/typed_data/Int32x4List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/typed_data/Int32x4List/asMap_A01_t02.dart b/LibTest/typed_data/Int32x4List/asMap_A01_t02.dart
index 340d740..5ab8abc 100644
--- a/LibTest/typed_data/Int32x4List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable Map view of this.
diff --git a/LibTest/typed_data/Int32x4List/asMap_A02_t01.dart b/LibTest/typed_data/Int32x4List/asMap_A02_t01.dart
index b5c5d73..32e2dee 100644
--- a/LibTest/typed_data/Int32x4List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Int32x4List/buffer_A01_t01.dart b/LibTest/typed_data/Int32x4List/buffer_A01_t01.dart
index 38c3e37..09613e5 100644
--- a/LibTest/typed_data/Int32x4List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int32x4List/buffer_A01_t02.dart b/LibTest/typed_data/Int32x4List/buffer_A01_t02.dart
index 5022c2e..631241c 100644
--- a/LibTest/typed_data/Int32x4List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int32x4List/clear_A01_t01.dart b/LibTest/typed_data/Int32x4List/clear_A01_t01.dart
index be98098..26720dc 100644
--- a/LibTest/typed_data/Int32x4List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Int32x4List/contains_A01_t01.dart b/LibTest/typed_data/Int32x4List/contains_A01_t01.dart
index f623e51..8966737 100644
--- a/LibTest/typed_data/Int32x4List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Int32x4List/elementAt_A01_t01.dart b/LibTest/typed_data/Int32x4List/elementAt_A01_t01.dart
index d5cce06..5d3d00f 100644
--- a/LibTest/typed_data/Int32x4List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Int32x4List/elementAt_A02_t01.dart b/LibTest/typed_data/Int32x4List/elementAt_A02_t01.dart
index f37b9c0..6cd4fd3 100644
--- a/LibTest/typed_data/Int32x4List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t01.dart
index 91a4b4b..1427b98 100644
--- a/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t02.dart
index b3ba69a..6711264 100644
--- a/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int32x4List/every_A01_t01.dart b/LibTest/typed_data/Int32x4List/every_A01_t01.dart
index 09d784f..81aaa69 100644
--- a/LibTest/typed_data/Int32x4List/every_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int32x4List/expand_A01_t01.dart b/LibTest/typed_data/Int32x4List/expand_A01_t01.dart
index a06eda0..32cf680 100644
--- a/LibTest/typed_data/Int32x4List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Int32x4List/expand_A02_t01.dart b/LibTest/typed_data/Int32x4List/expand_A02_t01.dart
index 09c8e4c..9aaa441 100644
--- a/LibTest/typed_data/Int32x4List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/fillRange_A01_t01.dart b/LibTest/typed_data/Int32x4List/fillRange_A01_t01.dart
index eea03f8..423372b 100644
--- a/LibTest/typed_data/Int32x4List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range start inclusive to end exclusive to the given
diff --git a/LibTest/typed_data/Int32x4List/fillRange_A02_t01.dart b/LibTest/typed_data/Int32x4List/fillRange_A02_t01.dart
index 17180ef..e5d5d2c 100644
--- a/LibTest/typed_data/Int32x4List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Int32x4List/firstWhere_A01_t01.dart b/LibTest/typed_data/Int32x4List/firstWhere_A01_t01.dart
index 6593229..0e294e1 100644
--- a/LibTest/typed_data/Int32x4List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/typed_data/Int32x4List/firstWhere_A02_t01.dart b/LibTest/typed_data/Int32x4List/firstWhere_A02_t01.dart
index 0ffb62d..d4516b4 100644
--- a/LibTest/typed_data/Int32x4List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/firstWhere_A03_t01.dart b/LibTest/typed_data/Int32x4List/firstWhere_A03_t01.dart
index 4477c8e..28e3c21 100644
--- a/LibTest/typed_data/Int32x4List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/firstWhere_A04_t01.dart b/LibTest/typed_data/Int32x4List/firstWhere_A04_t01.dart
index 8e0f58b..045e02b 100644
--- a/LibTest/typed_data/Int32x4List/firstWhere_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/firstWhere_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/first_A01_t01.dart b/LibTest/typed_data/Int32x4List/first_A01_t01.dart
index efa4944..4b1bd67 100644
--- a/LibTest/typed_data/Int32x4List/first_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int32x4List/first_A01_t02.dart b/LibTest/typed_data/Int32x4List/first_A01_t02.dart
index d00bae2..6d69f55 100644
--- a/LibTest/typed_data/Int32x4List/first_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int32x4List/first_A02_t01.dart b/LibTest/typed_data/Int32x4List/first_A02_t01.dart
index 5a936a7..69600c8 100644
--- a/LibTest/typed_data/Int32x4List/first_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int32x4List/first_A03_t01.dart b/LibTest/typed_data/Int32x4List/first_A03_t01.dart
index dc3f941..0d55890 100644
--- a/LibTest/typed_data/Int32x4List/first_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int32x4List/fold_A01_t01.dart b/LibTest/typed_data/Int32x4List/fold_A01_t01.dart
index 203e75e..5925f0b 100644
--- a/LibTest/typed_data/Int32x4List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Int32x4List/forEach_A01_t01.dart b/LibTest/typed_data/Int32x4List/forEach_A01_t01.dart
index e36c483..b93d6a9 100644
--- a/LibTest/typed_data/Int32x4List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function f to each element of this collection in iteration order.
diff --git a/LibTest/typed_data/Int32x4List/getRange_A01_t01.dart b/LibTest/typed_data/Int32x4List/getRange_A01_t01.dart
index f6b82af..9e5994a 100644
--- a/LibTest/typed_data/Int32x4List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an Iterable that iterates over the objects in the range start
diff --git a/LibTest/typed_data/Int32x4List/getRange_A02_t01.dart b/LibTest/typed_data/Int32x4List/getRange_A02_t01.dart
index d6001d8..03c5f7b 100644
--- a/LibTest/typed_data/Int32x4List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/indexOf_A01_t01.dart b/LibTest/typed_data/Int32x4List/indexOf_A01_t01.dart
index cfa4936..781cdd6 100644
--- a/LibTest/typed_data/Int32x4List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in this list.
diff --git a/LibTest/typed_data/Int32x4List/insertAll_A01_t01.dart b/LibTest/typed_data/Int32x4List/insertAll_A01_t01.dart
index 3ee63e1..273e807 100644
--- a/LibTest/typed_data/Int32x4List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position index in this list.
diff --git a/LibTest/typed_data/Int32x4List/insert_A01_t01.dart b/LibTest/typed_data/Int32x4List/insert_A01_t01.dart
index 0c93d24..c2426f1 100644
--- a/LibTest/typed_data/Int32x4List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position index in this list.
diff --git a/LibTest/typed_data/Int32x4List/isEmpty_A01_t01.dart b/LibTest/typed_data/Int32x4List/isEmpty_A01_t01.dart
index d12fcae..4ae1dd5 100644
--- a/LibTest/typed_data/Int32x4List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Int32x4List/isEmpty_A01_t02.dart b/LibTest/typed_data/Int32x4List/isEmpty_A01_t02.dart
index 5b9302f..ecdd004 100644
--- a/LibTest/typed_data/Int32x4List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t01.dart
index 6610dd7..3851238 100644
--- a/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t02.dart
index cb7ecf8..71aa9c1 100644
--- a/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int32x4List/iterator_A01_t01.dart b/LibTest/typed_data/Int32x4List/iterator_A01_t01.dart
index f1461e2..2823246 100644
--- a/LibTest/typed_data/Int32x4List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/typed_data/Int32x4List/iterator_A01_t02.dart b/LibTest/typed_data/Int32x4List/iterator_A01_t02.dart
index ed7045e..19b6dd4 100644
--- a/LibTest/typed_data/Int32x4List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new Iterator that allows iterating the elements of this Iterable.
diff --git a/LibTest/typed_data/Int32x4List/iterator_A02_t01.dart b/LibTest/typed_data/Int32x4List/iterator_A02_t01.dart
index 85a9865..615f4eb 100644
--- a/LibTest/typed_data/Int32x4List/iterator_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/iterator_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * ...
diff --git a/LibTest/typed_data/Int32x4List/iterator_A03_t01.dart b/LibTest/typed_data/Int32x4List/iterator_A03_t01.dart
index a3de660..9c3210a 100644
--- a/LibTest/typed_data/Int32x4List/iterator_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/iterator_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * ...
diff --git a/LibTest/typed_data/Int32x4List/iterator_A04_t01.dart b/LibTest/typed_data/Int32x4List/iterator_A04_t01.dart
index ef32d10..48b8c46 100644
--- a/LibTest/typed_data/Int32x4List/iterator_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/iterator_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * ...
diff --git a/LibTest/typed_data/Int32x4List/join_A01_t01.dart b/LibTest/typed_data/Int32x4List/join_A01_t01.dart
index aae6c74..884cea4 100644
--- a/LibTest/typed_data/Int32x4List/join_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = "" ])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int32x4List/join_A01_t02.dart b/LibTest/typed_data/Int32x4List/join_A01_t02.dart
index 4685ae3..9a38e53 100644
--- a/LibTest/typed_data/Int32x4List/join_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = "" ])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int32x4List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Int32x4List/lastIndexOf_A01_t01.dart
index 3908027..804a7b5 100644
--- a/LibTest/typed_data/Int32x4List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [ int start ])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int32x4List/lastWhere_A01_t01.dart b/LibTest/typed_data/Int32x4List/lastWhere_A01_t01.dart
index c37cf4c..92528d8 100644
--- a/LibTest/typed_data/Int32x4List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate test.
diff --git a/LibTest/typed_data/Int32x4List/lastWhere_A02_t01.dart b/LibTest/typed_data/Int32x4List/lastWhere_A02_t01.dart
index 9a67128..83641b3 100644
--- a/LibTest/typed_data/Int32x4List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/lastWhere_A03_t01.dart b/LibTest/typed_data/Int32x4List/lastWhere_A03_t01.dart
index 4ed3652..94686cc 100644
--- a/LibTest/typed_data/Int32x4List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), { E orElse() })
  * ...
diff --git a/LibTest/typed_data/Int32x4List/lastWhere_A04_t01.dart b/LibTest/typed_data/Int32x4List/lastWhere_A04_t01.dart
index f776743..b44022a 100644
--- a/LibTest/typed_data/Int32x4List/lastWhere_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lastWhere_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/last_A01_t01.dart b/LibTest/typed_data/Int32x4List/last_A01_t01.dart
index ec5aff6..c9b6763 100644
--- a/LibTest/typed_data/Int32x4List/last_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int32x4List/last_A01_t02.dart b/LibTest/typed_data/Int32x4List/last_A01_t02.dart
index 553390f..0084a3b 100644
--- a/LibTest/typed_data/Int32x4List/last_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int32x4List/last_A02_t01.dart b/LibTest/typed_data/Int32x4List/last_A02_t01.dart
index 893c1f4..4652ce1 100644
--- a/LibTest/typed_data/Int32x4List/last_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t01.dart
index 2d925bb..777da14 100644
--- a/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t02.dart
index 2b979bc..24fde45 100644
--- a/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int32x4List/length_A01_t01.dart b/LibTest/typed_data/Int32x4List/length_A01_t01.dart
index 142e837..efff3b3 100644
--- a/LibTest/typed_data/Int32x4List/length_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of objects in this list.
diff --git a/LibTest/typed_data/Int32x4List/length_A02_t01.dart b/LibTest/typed_data/Int32x4List/length_A02_t01.dart
index 464bab0..c500b9c 100644
--- a/LibTest/typed_data/Int32x4List/length_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of this list.
diff --git a/LibTest/typed_data/Int32x4List/map_A01_t01.dart b/LibTest/typed_data/Int32x4List/map_A01_t01.dart
index 4787d33..728522e 100644
--- a/LibTest/typed_data/Int32x4List/map_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy Iterable with elements that are created by calling f on
diff --git a/LibTest/typed_data/Int32x4List/map_A02_t01.dart b/LibTest/typed_data/Int32x4List/map_A02_t01.dart
index 813fb94..1cecb0e 100644
--- a/LibTest/typed_data/Int32x4List/map_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/map_A03_t01.dart b/LibTest/typed_data/Int32x4List/map_A03_t01.dart
index 15162be..98c0072 100644
--- a/LibTest/typed_data/Int32x4List/map_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t01.dart
index 731bdb7..7657433 100644
--- a/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t02.dart
index 5ace6b4..84740b6 100644
--- a/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int32x4List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Int32x4List/operator_subscript_A01_t01.dart
index 0e0a256..df3f326 100644
--- a/LibTest/typed_data/Int32x4List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * Returns the object at the given index in the list
diff --git a/LibTest/typed_data/Int32x4List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Int32x4List/operator_subscript_A02_t01.dart
index cc8025c..911d0b0 100644
--- a/LibTest/typed_data/Int32x4List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * ... or throws a RangeError if index is out of bounds.
diff --git a/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A01_t01.dart
index e50afe8..fe6d3c6 100644
--- a/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Sets the value at the given index in the list to value...
diff --git a/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A02_t01.dart
index 73b8650..6b81750 100644
--- a/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * ... or throws a RangeError if index is out of bounds.
diff --git a/LibTest/typed_data/Int32x4List/reduce_A01_t01.dart b/LibTest/typed_data/Int32x4List/reduce_A01_t01.dart
index 089227d..b6fb9ff 100644
--- a/LibTest/typed_data/Int32x4List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Int32x4List/reduce_A02_t01.dart b/LibTest/typed_data/Int32x4List/reduce_A02_t01.dart
index 78ba3fc..1927865 100644
--- a/LibTest/typed_data/Int32x4List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/removeAt_A01_t01.dart b/LibTest/typed_data/Int32x4List/removeAt_A01_t01.dart
index 4cac40e..85401d8 100644
--- a/LibTest/typed_data/Int32x4List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Int32x4List/removeLast_A01_t01.dart b/LibTest/typed_data/Int32x4List/removeLast_A01_t01.dart
index dd2bc7b..06fb0da 100644
--- a/LibTest/typed_data/Int32x4List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object in this list.
diff --git a/LibTest/typed_data/Int32x4List/removeRange_A01_t01.dart b/LibTest/typed_data/Int32x4List/removeRange_A01_t01.dart
index f475ae8..23f88cf 100644
--- a/LibTest/typed_data/Int32x4List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Int32x4List/removeWhere_A01_t01.dart b/LibTest/typed_data/Int32x4List/removeWhere_A01_t01.dart
index 87c2cd5..d178ae7 100644
--- a/LibTest/typed_data/Int32x4List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Int32x4List/remove_A01_t01.dart b/LibTest/typed_data/Int32x4List/remove_A01_t01.dart
index f711dd1..6f57943 100644
--- a/LibTest/typed_data/Int32x4List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Int32x4List/replaceRange_A01_t01.dart b/LibTest/typed_data/Int32x4List/replaceRange_A01_t01.dart
index 615cdf3..8e7225f 100644
--- a/LibTest/typed_data/Int32x4List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and inserts
diff --git a/LibTest/typed_data/Int32x4List/retainWhere_A01_t01.dart b/LibTest/typed_data/Int32x4List/retainWhere_A01_t01.dart
index 6909b8c..fd54181 100644
--- a/LibTest/typed_data/Int32x4List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Int32x4List/reversed_A01_t01.dart b/LibTest/typed_data/Int32x4List/reversed_A01_t01.dart
index 3ff6aa7..7cba57d 100644
--- a/LibTest/typed_data/Int32x4List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an Iterable of the objects in this list in reverse order.
diff --git a/LibTest/typed_data/Int32x4List/reversed_A01_t02.dart b/LibTest/typed_data/Int32x4List/reversed_A01_t02.dart
index 6220fcb..db14614 100644
--- a/LibTest/typed_data/Int32x4List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an Iterable of the objects in this list in reverse order.
diff --git a/LibTest/typed_data/Int32x4List/setAll_A01_t01.dart b/LibTest/typed_data/Int32x4List/setAll_A01_t01.dart
index 924457d..3589170 100644
--- a/LibTest/typed_data/Int32x4List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of iterable, starting at position
diff --git a/LibTest/typed_data/Int32x4List/setAll_A02_t01.dart b/LibTest/typed_data/Int32x4List/setAll_A02_t01.dart
index 4d91184..e9f9c36 100644
--- a/LibTest/typed_data/Int32x4List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/setAll_A03_t01.dart b/LibTest/typed_data/Int32x4List/setAll_A03_t01.dart
index b8de674..0f0288a 100644
--- a/LibTest/typed_data/Int32x4List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/setAll_A04_t01.dart b/LibTest/typed_data/Int32x4List/setAll_A04_t01.dart
index d08dd4d..7203a7e 100644
--- a/LibTest/typed_data/Int32x4List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/setRange_A01_t01.dart b/LibTest/typed_data/Int32x4List/setRange_A01_t01.dart
index 6d3e27b..58ee370 100644
--- a/LibTest/typed_data/Int32x4List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32x4List/setRange_A02_t01.dart b/LibTest/typed_data/Int32x4List/setRange_A02_t01.dart
index a07c889..dc3bbcf 100644
--- a/LibTest/typed_data/Int32x4List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32x4List/setRange_A03_t01.dart b/LibTest/typed_data/Int32x4List/setRange_A03_t01.dart
index 8e9bc54..3927237 100644
--- a/LibTest/typed_data/Int32x4List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32x4List/setRange_A04_t01.dart b/LibTest/typed_data/Int32x4List/setRange_A04_t01.dart
index 36a1f3f..186aef8 100644
--- a/LibTest/typed_data/Int32x4List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int32x4List/shuffle_A01_t01.dart b/LibTest/typed_data/Int32x4List/shuffle_A01_t01.dart
index 9bb74df..5d44df2 100644
--- a/LibTest/typed_data/Int32x4List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32x4List/shuffle_A01_t02.dart b/LibTest/typed_data/Int32x4List/shuffle_A01_t02.dart
index f425aa8..50f46c7 100644
--- a/LibTest/typed_data/Int32x4List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32x4List/shuffle_A01_t03.dart b/LibTest/typed_data/Int32x4List/shuffle_A01_t03.dart
index aae5547..5be03ef 100644
--- a/LibTest/typed_data/Int32x4List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Int32x4List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int32x4List/singleWhere_A01_t01.dart b/LibTest/typed_data/Int32x4List/singleWhere_A01_t01.dart
index 65d431c..4c3daf1 100644
--- a/LibTest/typed_data/Int32x4List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies test.
diff --git a/LibTest/typed_data/Int32x4List/singleWhere_A02_t01.dart b/LibTest/typed_data/Int32x4List/singleWhere_A02_t01.dart
index da37ff8..f9b5965 100644
--- a/LibTest/typed_data/Int32x4List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/singleWhere_A02_t02.dart b/LibTest/typed_data/Int32x4List/singleWhere_A02_t02.dart
index 8eb762b..fb4f5e9 100644
--- a/LibTest/typed_data/Int32x4List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Int32x4List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/single_A01_t01.dart b/LibTest/typed_data/Int32x4List/single_A01_t01.dart
index e94e1ef..860bbfb 100644
--- a/LibTest/typed_data/Int32x4List/single_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int32x4List/single_A01_t02.dart b/LibTest/typed_data/Int32x4List/single_A01_t02.dart
index e0ad122..d2846cd 100644
--- a/LibTest/typed_data/Int32x4List/single_A01_t02.dart
+++ b/LibTest/typed_data/Int32x4List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int32x4List/single_A02_t01.dart b/LibTest/typed_data/Int32x4List/single_A02_t01.dart
index 728b8f9..ad1ac21 100644
--- a/LibTest/typed_data/Int32x4List/single_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int32x4List/single_A02_t02.dart b/LibTest/typed_data/Int32x4List/single_A02_t02.dart
index 517cc2b..6680f9f 100644
--- a/LibTest/typed_data/Int32x4List/single_A02_t02.dart
+++ b/LibTest/typed_data/Int32x4List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int32x4List/skipWhile_A01_t01.dart b/LibTest/typed_data/Int32x4List/skipWhile_A01_t01.dart
index b1010c6..f549cd1 100644
--- a/LibTest/typed_data/Int32x4List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an Iterable that skips leading elements while test is satisfied.
diff --git a/LibTest/typed_data/Int32x4List/skipWhile_A02_t01.dart b/LibTest/typed_data/Int32x4List/skipWhile_A02_t01.dart
index 78fb489..f43aed2 100644
--- a/LibTest/typed_data/Int32x4List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/skipWhile_A03_t01.dart b/LibTest/typed_data/Int32x4List/skipWhile_A03_t01.dart
index b1fb156..7d966ee 100644
--- a/LibTest/typed_data/Int32x4List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/skipWhile_A04_t01.dart b/LibTest/typed_data/Int32x4List/skipWhile_A04_t01.dart
index 6561d11..7564119 100644
--- a/LibTest/typed_data/Int32x4List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/skip_A01_t01.dart b/LibTest/typed_data/Int32x4List/skip_A01_t01.dart
index 7f9350e..362cde3 100644
--- a/LibTest/typed_data/Int32x4List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an Iterable that provides all but the first count elements.
diff --git a/LibTest/typed_data/Int32x4List/skip_A02_t01.dart b/LibTest/typed_data/Int32x4List/skip_A02_t01.dart
index dcbebad..80a9b82 100644
--- a/LibTest/typed_data/Int32x4List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/skip_A03_t01.dart b/LibTest/typed_data/Int32x4List/skip_A03_t01.dart
index 782980f..75d8454 100644
--- a/LibTest/typed_data/Int32x4List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/sort_A01_t01.dart b/LibTest/typed_data/Int32x4List/sort_A01_t01.dart
index 80e3e90..d5bf01d 100644
--- a/LibTest/typed_data/Int32x4List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Int32x4List/sublist_A01_t01.dart b/LibTest/typed_data/Int32x4List/sublist_A01_t01.dart
index 9dbd19a..08bae7d 100644
--- a/LibTest/typed_data/Int32x4List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from start inclusive to end
diff --git a/LibTest/typed_data/Int32x4List/sublist_A02_t01.dart b/LibTest/typed_data/Int32x4List/sublist_A02_t01.dart
index 1276f50..1b9de4b 100644
--- a/LibTest/typed_data/Int32x4List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32x4List/sublist_A03_t01.dart b/LibTest/typed_data/Int32x4List/sublist_A03_t01.dart
index 8ed78f7..5afbc78 100644
--- a/LibTest/typed_data/Int32x4List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32x4List/sublist_A03_t02.dart b/LibTest/typed_data/Int32x4List/sublist_A03_t02.dart
index 6991399..0786773 100644
--- a/LibTest/typed_data/Int32x4List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Int32x4List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int32x4List/takeWhile_A01_t01.dart b/LibTest/typed_data/Int32x4List/takeWhile_A01_t01.dart
index 8da8c4a..777121a 100644
--- a/LibTest/typed_data/Int32x4List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Int32x4List/takeWhile_A02_t01.dart b/LibTest/typed_data/Int32x4List/takeWhile_A02_t01.dart
index ba7171d..94d3b14 100644
--- a/LibTest/typed_data/Int32x4List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/takeWhile_A03_t01.dart b/LibTest/typed_data/Int32x4List/takeWhile_A03_t01.dart
index f910fd4..f63edbe 100644
--- a/LibTest/typed_data/Int32x4List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/takeWhile_A04_t01.dart b/LibTest/typed_data/Int32x4List/takeWhile_A04_t01.dart
index 74f2870..8efe89b 100644
--- a/LibTest/typed_data/Int32x4List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int32x4List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/take_A01_t01.dart b/LibTest/typed_data/Int32x4List/take_A01_t01.dart
index 41c3ffd..9a7caf7 100644
--- a/LibTest/typed_data/Int32x4List/take_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the count first elements of this iterable.
diff --git a/LibTest/typed_data/Int32x4List/take_A02_t01.dart b/LibTest/typed_data/Int32x4List/take_A02_t01.dart
index 1210c32..b264b88 100644
--- a/LibTest/typed_data/Int32x4List/take_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/take_A03_t01.dart b/LibTest/typed_data/Int32x4List/take_A03_t01.dart
index d07d017..57b1cce 100644
--- a/LibTest/typed_data/Int32x4List/take_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int32x4List/toList_A01_t01.dart b/LibTest/typed_data/Int32x4List/toList_A01_t01.dart
index 62d49fb..b775922 100644
--- a/LibTest/typed_data/Int32x4List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a List containing the elements of this Iterable.
diff --git a/LibTest/typed_data/Int32x4List/toList_A02_t01.dart b/LibTest/typed_data/Int32x4List/toList_A02_t01.dart
index ce41e34..e56553f 100644
--- a/LibTest/typed_data/Int32x4List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/toList_A02_t02.dart b/LibTest/typed_data/Int32x4List/toList_A02_t02.dart
index 3274617..65ab190 100644
--- a/LibTest/typed_data/Int32x4List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Int32x4List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int32x4List/toSet_A01_t01.dart b/LibTest/typed_data/Int32x4List/toSet_A01_t01.dart
index c7104c6..7d1c69b 100644
--- a/LibTest/typed_data/Int32x4List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a Set containing the same elements as this iterable.
diff --git a/LibTest/typed_data/Int32x4List/toString_A01_t01.dart b/LibTest/typed_data/Int32x4List/toString_A01_t01.dart
index df86eb8..5bf0b1d 100644
--- a/LibTest/typed_data/Int32x4List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Int32x4List/where_A01_t01.dart b/LibTest/typed_data/Int32x4List/where_A01_t01.dart
index 7b3217e..d055cc1 100644
--- a/LibTest/typed_data/Int32x4List/where_A01_t01.dart
+++ b/LibTest/typed_data/Int32x4List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy Iterable with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Int32x4List/where_A02_t01.dart b/LibTest/typed_data/Int32x4List/where_A02_t01.dart
index 240ff96..3c0b2c5 100644
--- a/LibTest/typed_data/Int32x4List/where_A02_t01.dart
+++ b/LibTest/typed_data/Int32x4List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int32x4List/where_A03_t01.dart b/LibTest/typed_data/Int32x4List/where_A03_t01.dart
index 5596eb6..2c654ac 100644
--- a/LibTest/typed_data/Int32x4List/where_A03_t01.dart
+++ b/LibTest/typed_data/Int32x4List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/Int64List.fromList_A01_t01.dart b/LibTest/typed_data/Int64List/Int64List.fromList_A01_t01.dart
index 89a8db9..2bdd49e 100644
--- a/LibTest/typed_data/Int64List/Int64List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List.fromList(List<int> list)
  * Creates a [Int64List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int64List/Int64List.fromList_A01_t02.dart b/LibTest/typed_data/Int64List/Int64List.fromList_A01_t02.dart
index d2f79b7..a50ff7e 100644
--- a/LibTest/typed_data/Int64List/Int64List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/Int64List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List.fromList(List<int> list)
  * Creates a [Int64List] with the same size as the [elements] list
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A01_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A01_t01.dart
index 930c14c..23a2480 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A01_t02.dart b/LibTest/typed_data/Int64List/Int64List.view_A01_t02.dart
index e2758cc..5a3df35 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A02_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A02_t01.dart
index dc99962..ee96f14 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A03_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A03_t01.dart
index 2d4b9c3..d8949bc 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A04_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A04_t01.dart
index daf8b96..8ecc477 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A05_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A05_t01.dart
index 9400833..5ecde77 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A05_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A05_t02.dart b/LibTest/typed_data/Int64List/Int64List.view_A05_t02.dart
index 82e10cd..31ba8f9 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A05_t02.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A05_t03.dart b/LibTest/typed_data/Int64List/Int64List.view_A05_t03.dart
index 313af61..319ff5f 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A05_t03.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List.view_A06_t01.dart b/LibTest/typed_data/Int64List/Int64List.view_A06_t01.dart
index 9f3eeaa..3214162 100644
--- a/LibTest/typed_data/Int64List/Int64List.view_A06_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Int64List.view(
diff --git a/LibTest/typed_data/Int64List/Int64List_A01_t01.dart b/LibTest/typed_data/Int64List/Int64List_A01_t01.dart
index a78ae27..af68bca 100644
--- a/LibTest/typed_data/Int64List/Int64List_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List(int length)
  * Creates an [Int64List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int64List/Int64List_A01_t02.dart b/LibTest/typed_data/Int64List/Int64List_A01_t02.dart
index 5e42ebf..e7ee397 100644
--- a/LibTest/typed_data/Int64List/Int64List_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/Int64List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List(int length)
  * Creates an [Int64List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Int64List/Int64List_A02_t01.dart b/LibTest/typed_data/Int64List/Int64List_A02_t01.dart
index f5f6ac5..655f4a4 100644
--- a/LibTest/typed_data/Int64List/Int64List_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/Int64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int64List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Int64List/addAll_A01_t01.dart b/LibTest/typed_data/Int64List/addAll_A01_t01.dart
index 397f120..b7e9d77 100644
--- a/LibTest/typed_data/Int64List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Int64List/add_A01_t01.dart b/LibTest/typed_data/Int64List/add_A01_t01.dart
index b55a7db..d76fa6e 100644
--- a/LibTest/typed_data/Int64List/add_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Int64List/any_A01_t01.dart b/LibTest/typed_data/Int64List/any_A01_t01.dart
index 86e2d1c..ddefd97 100644
--- a/LibTest/typed_data/Int64List/any_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int64List/asMap_A01_t01.dart b/LibTest/typed_data/Int64List/asMap_A01_t01.dart
index b026ad2..f9ef8f3 100644
--- a/LibTest/typed_data/Int64List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int64List/asMap_A01_t02.dart b/LibTest/typed_data/Int64List/asMap_A01_t02.dart
index 609b29a..41bede2 100644
--- a/LibTest/typed_data/Int64List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int64List/asMap_A02_t01.dart b/LibTest/typed_data/Int64List/asMap_A02_t01.dart
index 03740f9..4f28d03 100644
--- a/LibTest/typed_data/Int64List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Int64List/buffer_A01_t01.dart b/LibTest/typed_data/Int64List/buffer_A01_t01.dart
index 30fadc6..4a507d4 100644
--- a/LibTest/typed_data/Int64List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int64List/buffer_A01_t02.dart b/LibTest/typed_data/Int64List/buffer_A01_t02.dart
index 731f363..3d8cdff 100644
--- a/LibTest/typed_data/Int64List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int64List/clear_A01_t01.dart b/LibTest/typed_data/Int64List/clear_A01_t01.dart
index dc63e7b..6fb2f79 100644
--- a/LibTest/typed_data/Int64List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Int64List/contains_A01_t01.dart b/LibTest/typed_data/Int64List/contains_A01_t01.dart
index c491776..109502b 100644
--- a/LibTest/typed_data/Int64List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Int64List/elementAt_A01_t01.dart b/LibTest/typed_data/Int64List/elementAt_A01_t01.dart
index 33b49eb..d0f7cf8 100644
--- a/LibTest/typed_data/Int64List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Int64List/elementAt_A02_t01.dart b/LibTest/typed_data/Int64List/elementAt_A02_t01.dart
index 19352cc..c1ab78b 100644
--- a/LibTest/typed_data/Int64List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t01.dart
index 5907419..c476cf5 100644
--- a/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t02.dart
index 8e3257f..71e7ddb 100644
--- a/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int64List/every_A01_t01.dart b/LibTest/typed_data/Int64List/every_A01_t01.dart
index 9da9851..fb760a9 100644
--- a/LibTest/typed_data/Int64List/every_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool test(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int64List/expand_A01_t01.dart b/LibTest/typed_data/Int64List/expand_A01_t01.dart
index b96d5fa..8ee117b 100644
--- a/LibTest/typed_data/Int64List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Int64List/expand_A02_t01.dart b/LibTest/typed_data/Int64List/expand_A02_t01.dart
index 7d54def..499c089 100644
--- a/LibTest/typed_data/Int64List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable f(E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/fillRange_A01_t01.dart b/LibTest/typed_data/Int64List/fillRange_A01_t01.dart
index 449deea..16255ac 100644
--- a/LibTest/typed_data/Int64List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to the
diff --git a/LibTest/typed_data/Int64List/fillRange_A02_t01.dart b/LibTest/typed_data/Int64List/fillRange_A02_t01.dart
index 93ca284..757e458 100644
--- a/LibTest/typed_data/Int64List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Int64List/firstWhere_A01_t01.dart b/LibTest/typed_data/Int64List/firstWhere_A01_t01.dart
index 520c033..e9d8ec7 100644
--- a/LibTest/typed_data/Int64List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int64List/firstWhere_A02_t01.dart b/LibTest/typed_data/Int64List/firstWhere_A02_t01.dart
index b62b77c..2c432aa 100644
--- a/LibTest/typed_data/Int64List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int64List/firstWhere_A03_t01.dart b/LibTest/typed_data/Int64List/firstWhere_A03_t01.dart
index 7739784..82227a2 100644
--- a/LibTest/typed_data/Int64List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int64List/first_A01_t01.dart b/LibTest/typed_data/Int64List/first_A01_t01.dart
index 04ae946..3acf9ed 100644
--- a/LibTest/typed_data/Int64List/first_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int64List/first_A01_t02.dart b/LibTest/typed_data/Int64List/first_A01_t02.dart
index 5116639..f721eec 100644
--- a/LibTest/typed_data/Int64List/first_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int64List/first_A02_t01.dart b/LibTest/typed_data/Int64List/first_A02_t01.dart
index 584a13e..3650a1f 100644
--- a/LibTest/typed_data/Int64List/first_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Throws a StateError if this is empty.
diff --git a/LibTest/typed_data/Int64List/first_A03_t01.dart b/LibTest/typed_data/Int64List/first_A03_t01.dart
index ad8a0e7..7287948 100644
--- a/LibTest/typed_data/Int64List/first_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int64List/fold_A01_t01.dart b/LibTest/typed_data/Int64List/fold_A01_t01.dart
index 558be48..8f10a78 100644
--- a/LibTest/typed_data/Int64List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/typed_data/Int64List/forEach_A01_t01.dart b/LibTest/typed_data/Int64List/forEach_A01_t01.dart
index 40f728f..65e0cbb 100644
--- a/LibTest/typed_data/Int64List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Int64List/getRange_A01_t01.dart b/LibTest/typed_data/Int64List/getRange_A01_t01.dart
index 762d5b1..4d79606 100644
--- a/LibTest/typed_data/Int64List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Int64List/getRange_A02_t01.dart b/LibTest/typed_data/Int64List/getRange_A02_t01.dart
index 2274bd7..185ddce 100644
--- a/LibTest/typed_data/Int64List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Int64List/getRange_A03_t01.dart b/LibTest/typed_data/Int64List/getRange_A03_t01.dart
index e864afd..8ce8cca 100644
--- a/LibTest/typed_data/Int64List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int64List/getRange_A04_t01.dart b/LibTest/typed_data/Int64List/getRange_A04_t01.dart
index 23390d6..d4630b2 100644
--- a/LibTest/typed_data/Int64List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int64List/hashCode_A01_t01.dart b/LibTest/typed_data/Int64List/hashCode_A01_t01.dart
index 5c8a79b..293053e 100644
--- a/LibTest/typed_data/Int64List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/typed_data/Int64List/hashCode_A01_t02.dart b/LibTest/typed_data/Int64List/hashCode_A01_t02.dart
index 925b5a7..bf7273b 100644
--- a/LibTest/typed_data/Int64List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/typed_data/Int64List/indexOf_A01_t01.dart b/LibTest/typed_data/Int64List/indexOf_A01_t01.dart
index 81a43b3..d57f041 100644
--- a/LibTest/typed_data/Int64List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int64List/indexOf_A01_t02.dart b/LibTest/typed_data/Int64List/indexOf_A01_t02.dart
index a68132c..5a9800d 100644
--- a/LibTest/typed_data/Int64List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int64List/indexOf_A02_t01.dart b/LibTest/typed_data/Int64List/indexOf_A02_t01.dart
index 579fbba..9848527 100644
--- a/LibTest/typed_data/Int64List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int start = 0])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Int64List/indexOf_A03_t01.dart b/LibTest/typed_data/Int64List/indexOf_A03_t01.dart
index db1a732..4fd4fa5 100644
--- a/LibTest/typed_data/Int64List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(Object element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Int64List/insertAll_A01_t01.dart b/LibTest/typed_data/Int64List/insertAll_A01_t01.dart
index 1ee8a61..fdff45e 100644
--- a/LibTest/typed_data/Int64List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in this list.
diff --git a/LibTest/typed_data/Int64List/insert_A01_t01.dart b/LibTest/typed_data/Int64List/insert_A01_t01.dart
index ec89a4f..62ce61d 100644
--- a/LibTest/typed_data/Int64List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E value)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Int64List/isEmpty_A01_t01.dart b/LibTest/typed_data/Int64List/isEmpty_A01_t01.dart
index d0c9aa4..07747c2 100644
--- a/LibTest/typed_data/Int64List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int64List/isEmpty_A01_t02.dart b/LibTest/typed_data/Int64List/isEmpty_A01_t02.dart
index e591b11..d81f855 100644
--- a/LibTest/typed_data/Int64List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int64List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Int64List/isNotEmpty_A01_t01.dart
index d910572..b0d1881 100644
--- a/LibTest/typed_data/Int64List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int64List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Int64List/isNotEmpty_A01_t02.dart
index fe6729a..070bdcc 100644
--- a/LibTest/typed_data/Int64List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int64List/iterator_A01_t01.dart b/LibTest/typed_data/Int64List/iterator_A01_t01.dart
index 8639e2b..86c5abf 100644
--- a/LibTest/typed_data/Int64List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] tthat allows iterating the elements of this
diff --git a/LibTest/typed_data/Int64List/iterator_A01_t02.dart b/LibTest/typed_data/Int64List/iterator_A01_t02.dart
index cd8019c..dd591e4 100644
--- a/LibTest/typed_data/Int64List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] tthat allows iterating the elements of this
diff --git a/LibTest/typed_data/Int64List/iterator_current_A01_t01.dart b/LibTest/typed_data/Int64List/iterator_current_A01_t01.dart
index 5e28a30..d28b2d5 100644
--- a/LibTest/typed_data/Int64List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Int64List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Int64List/iterator_moveNext_A01_t01.dart
index 6f9611b..c4dfbb5 100644
--- a/LibTest/typed_data/Int64List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Int64List/join_A01_t01.dart b/LibTest/typed_data/Int64List/join_A01_t01.dart
index a61a210..af75df5 100644
--- a/LibTest/typed_data/Int64List/join_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int64List/join_A01_t02.dart b/LibTest/typed_data/Int64List/join_A01_t02.dart
index ad85c24..e8db57e 100644
--- a/LibTest/typed_data/Int64List/join_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Int64List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Int64List/lastIndexOf_A01_t01.dart
index da006e4..fde87fb 100644
--- a/LibTest/typed_data/Int64List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Int64List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Int64List/lastIndexOf_A01_t02.dart
index 389e102..3160414 100644
--- a/LibTest/typed_data/Int64List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Int64List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Int64List/lastIndexOf_A02_t01.dart
index 734ab36..ee08988 100644
--- a/LibTest/typed_data/Int64List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Int64List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Int64List/lastIndexOf_A03_t01.dart
index 58e14b2..9c14984 100644
--- a/LibTest/typed_data/Int64List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * @description Checks that if [startIndex] is out of bounds,
diff --git a/LibTest/typed_data/Int64List/lastWhere_A01_t01.dart b/LibTest/typed_data/Int64List/lastWhere_A01_t01.dart
index d7c475a..7c19a08 100644
--- a/LibTest/typed_data/Int64List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int64List/lastWhere_A02_t01.dart b/LibTest/typed_data/Int64List/lastWhere_A02_t01.dart
index b118f0e..c6ff8bc 100644
--- a/LibTest/typed_data/Int64List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int64List/lastWhere_A03_t01.dart b/LibTest/typed_data/Int64List/lastWhere_A03_t01.dart
index 4fada65..54b99e9 100644
--- a/LibTest/typed_data/Int64List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int64List/last_A01_t01.dart b/LibTest/typed_data/Int64List/last_A01_t01.dart
index ad00a7b..b5217df 100644
--- a/LibTest/typed_data/Int64List/last_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int64List/last_A01_t02.dart b/LibTest/typed_data/Int64List/last_A01_t02.dart
index a6f0dc0..f6401f2 100644
--- a/LibTest/typed_data/Int64List/last_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int64List/last_A02_t01.dart b/LibTest/typed_data/Int64List/last_A02_t01.dart
index 94a6bf4..259befd 100644
--- a/LibTest/typed_data/Int64List/last_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Int64List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Int64List/lengthInBytes_A01_t01.dart
index 30f459a..82103dc 100644
--- a/LibTest/typed_data/Int64List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int64List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Int64List/lengthInBytes_A01_t02.dart
index 97bb8e2..d6c6573 100644
--- a/LibTest/typed_data/Int64List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int64List/length_A01_t01.dart b/LibTest/typed_data/Int64List/length_A01_t01.dart
index 4eec068..5be30fb 100644
--- a/LibTest/typed_data/Int64List/length_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of objects in this list.
diff --git a/LibTest/typed_data/Int64List/length_A02_t01.dart b/LibTest/typed_data/Int64List/length_A02_t01.dart
index c19576b..bff9ad7 100644
--- a/LibTest/typed_data/Int64List/length_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  void length=(int newLength)
  * Changes the length of this list.
diff --git a/LibTest/typed_data/Int64List/map_A01_t01.dart b/LibTest/typed_data/Int64List/map_A01_t01.dart
index 9ac1dd1..41f7728 100644
--- a/LibTest/typed_data/Int64List/map_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Int64List/map_A02_t01.dart b/LibTest/typed_data/Int64List/map_A02_t01.dart
index 062cb20..541b960 100644
--- a/LibTest/typed_data/Int64List/map_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int64List/map_A03_t01.dart b/LibTest/typed_data/Int64List/map_A03_t01.dart
index afab0c3..b171be5 100644
--- a/LibTest/typed_data/Int64List/map_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int64List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Int64List/offsetInBytes_A01_t01.dart
index fba53cc..e116b94 100644
--- a/LibTest/typed_data/Int64List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int64List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Int64List/offsetInBytes_A01_t02.dart
index 3ed9af2..c7ddb9b 100644
--- a/LibTest/typed_data/Int64List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int64List/operator_equality_A01_t01.dart b/LibTest/typed_data/Int64List/operator_equality_A01_t01.dart
index 67cbfc2..b3a3038 100644
--- a/LibTest/typed_data/Int64List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Int64List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Int64List/operator_subscript_A01_t01.dart
index 7511f97..40e3d8b 100644
--- a/LibTest/typed_data/Int64List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Int64List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Int64List/operator_subscript_A02_t01.dart
index 0c63e6e..16d5a84 100644
--- a/LibTest/typed_data/Int64List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Int64List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Int64List/operator_subscripted_assignment_A01_t01.dart
index bab8f31..5996f16 100644
--- a/LibTest/typed_data/Int64List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Int64List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Int64List/operator_subscripted_assignment_A02_t01.dart
index b17269f..5764d01 100644
--- a/LibTest/typed_data/Int64List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Int64List/reduce_A01_t01.dart b/LibTest/typed_data/Int64List/reduce_A01_t01.dart
index 4013390..d2ac6e9 100644
--- a/LibTest/typed_data/Int64List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Int64List/reduce_A02_t01.dart b/LibTest/typed_data/Int64List/reduce_A02_t01.dart
index 425bb9f..6e6d81d 100644
--- a/LibTest/typed_data/Int64List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/removeAt_A01_t01.dart b/LibTest/typed_data/Int64List/removeAt_A01_t01.dart
index 77e08f8..0f6791a 100644
--- a/LibTest/typed_data/Int64List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Int64List/removeLast_A01_t01.dart b/LibTest/typed_data/Int64List/removeLast_A01_t01.dart
index 1c2a1f4..0de614c 100644
--- a/LibTest/typed_data/Int64List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/typed_data/Int64List/removeRange_A01_t01.dart b/LibTest/typed_data/Int64List/removeRange_A01_t01.dart
index e7182c4..2529460 100644
--- a/LibTest/typed_data/Int64List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Int64List/removeWhere_A01_t01.dart b/LibTest/typed_data/Int64List/removeWhere_A01_t01.dart
index 1b1a751..85bf175 100644
--- a/LibTest/typed_data/Int64List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements from this list that satisfy test.
diff --git a/LibTest/typed_data/Int64List/remove_A01_t01.dart b/LibTest/typed_data/Int64List/remove_A01_t01.dart
index b7c6fe4..b977f04 100644
--- a/LibTest/typed_data/Int64List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Int64List/replaceRange_A01_t01.dart b/LibTest/typed_data/Int64List/replaceRange_A01_t01.dart
index 91b9a7a..7ba9ac1 100644
--- a/LibTest/typed_data/Int64List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E>  replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Int64List/retainWhere_A01_t01.dart b/LibTest/typed_data/Int64List/retainWhere_A01_t01.dart
index a3af899..f3ea5b6 100644
--- a/LibTest/typed_data/Int64List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Int64List/reversed_A01_t01.dart b/LibTest/typed_data/Int64List/reversed_A01_t01.dart
index 0d769be..b3ca669 100644
--- a/LibTest/typed_data/Int64List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int64List/reversed_A01_t02.dart b/LibTest/typed_data/Int64List/reversed_A01_t02.dart
index 41dd63d..9c1766e 100644
--- a/LibTest/typed_data/Int64List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Int64List/runtimeType_A01_t01.dart b/LibTest/typed_data/Int64List/runtimeType_A01_t01.dart
index 3f66bde..a8994f2 100644
--- a/LibTest/typed_data/Int64List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int64List/runtimeType_A01_t02.dart b/LibTest/typed_data/Int64List/runtimeType_A01_t02.dart
index c143b5d..5cf710b 100644
--- a/LibTest/typed_data/Int64List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int64List/setAll_A01_t01.dart b/LibTest/typed_data/Int64List/setAll_A01_t01.dart
index d3e893b..1a69327 100644
--- a/LibTest/typed_data/Int64List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Int64List/setAll_A02_t01.dart b/LibTest/typed_data/Int64List/setAll_A02_t01.dart
index d282b25..5588ba7 100644
--- a/LibTest/typed_data/Int64List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int64List/setAll_A03_t01.dart b/LibTest/typed_data/Int64List/setAll_A03_t01.dart
index e9aa84a..f369c28 100644
--- a/LibTest/typed_data/Int64List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int64List/setAll_A04_t01.dart b/LibTest/typed_data/Int64List/setAll_A04_t01.dart
index 7fad4b8..db971d6 100644
--- a/LibTest/typed_data/Int64List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int64List/setRange_A01_t01.dart b/LibTest/typed_data/Int64List/setRange_A01_t01.dart
index 04d09a7..3d0ebea 100644
--- a/LibTest/typed_data/Int64List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int64List/setRange_A02_t01.dart b/LibTest/typed_data/Int64List/setRange_A02_t01.dart
index 474fb3f..0f24b09 100644
--- a/LibTest/typed_data/Int64List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int64List/setRange_A03_t01.dart b/LibTest/typed_data/Int64List/setRange_A03_t01.dart
index f9218cb..a228ff1 100644
--- a/LibTest/typed_data/Int64List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int64List/setRange_A04_t01.dart b/LibTest/typed_data/Int64List/setRange_A04_t01.dart
index 5538627..74715b7 100644
--- a/LibTest/typed_data/Int64List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int64List/setRange_A05_t01.dart b/LibTest/typed_data/Int64List/setRange_A05_t01.dart
index bdde8e1..c99ad86 100644
--- a/LibTest/typed_data/Int64List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Int64List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int64List/shuffle_A01_t01.dart b/LibTest/typed_data/Int64List/shuffle_A01_t01.dart
index 7d6a0f6..8fb265c 100644
--- a/LibTest/typed_data/Int64List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int64List/shuffle_A01_t02.dart b/LibTest/typed_data/Int64List/shuffle_A01_t02.dart
index a002728..3b31c5e 100644
--- a/LibTest/typed_data/Int64List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int64List/shuffle_A01_t03.dart b/LibTest/typed_data/Int64List/shuffle_A01_t03.dart
index 720e8c6..1208561 100644
--- a/LibTest/typed_data/Int64List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Int64List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int64List/singleWhere_A01_t01.dart b/LibTest/typed_data/Int64List/singleWhere_A01_t01.dart
index 9b8eb4d..5d397ff 100644
--- a/LibTest/typed_data/Int64List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Int64List/singleWhere_A02_t01.dart b/LibTest/typed_data/Int64List/singleWhere_A02_t01.dart
index ef90510..61a0b20 100644
--- a/LibTest/typed_data/Int64List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/singleWhere_A02_t02.dart b/LibTest/typed_data/Int64List/singleWhere_A02_t02.dart
index da49159..2915c3e 100644
--- a/LibTest/typed_data/Int64List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Int64List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/single_A01_t01.dart b/LibTest/typed_data/Int64List/single_A01_t01.dart
index 4b00209..cddf1d5 100644
--- a/LibTest/typed_data/Int64List/single_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int64List/single_A01_t02.dart b/LibTest/typed_data/Int64List/single_A01_t02.dart
index 15ccc0e..0c10b44 100644
--- a/LibTest/typed_data/Int64List/single_A01_t02.dart
+++ b/LibTest/typed_data/Int64List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int64List/single_A02_t01.dart b/LibTest/typed_data/Int64List/single_A02_t01.dart
index fd8568c..2f81b16 100644
--- a/LibTest/typed_data/Int64List/single_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a [StateError] if [this] is empty or has more than one element.
diff --git a/LibTest/typed_data/Int64List/single_A02_t02.dart b/LibTest/typed_data/Int64List/single_A02_t02.dart
index 62e65f8..217f864 100644
--- a/LibTest/typed_data/Int64List/single_A02_t02.dart
+++ b/LibTest/typed_data/Int64List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Throws a [StateError] if [this] is empty or has more than one element.
diff --git a/LibTest/typed_data/Int64List/skipWhile_A01_t01.dart b/LibTest/typed_data/Int64List/skipWhile_A01_t01.dart
index d207c1d..c2242ef 100644
--- a/LibTest/typed_data/Int64List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Int64List/skipWhile_A02_t01.dart b/LibTest/typed_data/Int64List/skipWhile_A02_t01.dart
index 2a920e5..cef5cc7 100644
--- a/LibTest/typed_data/Int64List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/skipWhile_A03_t01.dart b/LibTest/typed_data/Int64List/skipWhile_A03_t01.dart
index ff7dc91..3c03a1b 100644
--- a/LibTest/typed_data/Int64List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/skipWhile_A04_t01.dart b/LibTest/typed_data/Int64List/skipWhile_A04_t01.dart
index 1b9336f..0033a2a 100644
--- a/LibTest/typed_data/Int64List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/skip_A01_t01.dart b/LibTest/typed_data/Int64List/skip_A01_t01.dart
index b09dcaf..18fd84a 100644
--- a/LibTest/typed_data/Int64List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Int64List/skip_A02_t01.dart b/LibTest/typed_data/Int64List/skip_A02_t01.dart
index d8d8dc1..84be132 100644
--- a/LibTest/typed_data/Int64List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int64List/skip_A03_t01.dart b/LibTest/typed_data/Int64List/skip_A03_t01.dart
index c01add9..d82da0d 100644
--- a/LibTest/typed_data/Int64List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int64List/sort_A01_t01.dart b/LibTest/typed_data/Int64List/sort_A01_t01.dart
index 212971c..362decf 100644
--- a/LibTest/typed_data/Int64List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts this list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Int64List/sublist_A01_t01.dart b/LibTest/typed_data/Int64List/sublist_A01_t01.dart
index b7bbce6..47f31fe 100644
--- a/LibTest/typed_data/Int64List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Int64List/sublist_A02_t01.dart b/LibTest/typed_data/Int64List/sublist_A02_t01.dart
index f2ed16c..a2d7eff 100644
--- a/LibTest/typed_data/Int64List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int64List/sublist_A03_t01.dart b/LibTest/typed_data/Int64List/sublist_A03_t01.dart
index f176435..ea59a4c 100644
--- a/LibTest/typed_data/Int64List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int64List/sublist_A03_t02.dart b/LibTest/typed_data/Int64List/sublist_A03_t02.dart
index faa6793..afc502a 100644
--- a/LibTest/typed_data/Int64List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Int64List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int64List/takeWhile_A01_t01.dart b/LibTest/typed_data/Int64List/takeWhile_A01_t01.dart
index f8efad5..dbdc81a 100644
--- a/LibTest/typed_data/Int64List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy [Iterable]  of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Int64List/takeWhile_A02_t01.dart b/LibTest/typed_data/Int64List/takeWhile_A02_t01.dart
index 68d52ac..02e227e 100644
--- a/LibTest/typed_data/Int64List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/takeWhile_A03_t01.dart b/LibTest/typed_data/Int64List/takeWhile_A03_t01.dart
index e728428..891944f 100644
--- a/LibTest/typed_data/Int64List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/takeWhile_A04_t01.dart b/LibTest/typed_data/Int64List/takeWhile_A04_t01.dart
index a42bcd0..04dd72e 100644
--- a/LibTest/typed_data/Int64List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int64List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int64List/take_A01_t01.dart b/LibTest/typed_data/Int64List/take_A01_t01.dart
index 1b4b3b1..d92b466 100644
--- a/LibTest/typed_data/Int64List/take_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy [Iterable] of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Int64List/take_A02_t01.dart b/LibTest/typed_data/Int64List/take_A02_t01.dart
index 35ec880..ba49d90 100644
--- a/LibTest/typed_data/Int64List/take_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int64List/take_A03_t01.dart b/LibTest/typed_data/Int64List/take_A03_t01.dart
index fcdbe5a..2d6017a 100644
--- a/LibTest/typed_data/Int64List/take_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int64List/toList_A01_t01.dart b/LibTest/typed_data/Int64List/toList_A01_t01.dart
index df9727b..85a53d6 100644
--- a/LibTest/typed_data/Int64List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int64List/toList_A02_t01.dart b/LibTest/typed_data/Int64List/toList_A02_t01.dart
index 826b481..ef2e4a4 100644
--- a/LibTest/typed_data/Int64List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int64List/toList_A02_t02.dart b/LibTest/typed_data/Int64List/toList_A02_t02.dart
index f3e2c46..5059c4e 100644
--- a/LibTest/typed_data/Int64List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Int64List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int64List/toSet_A01_t01.dart b/LibTest/typed_data/Int64List/toSet_A01_t01.dart
index 0343a82..df83008 100644
--- a/LibTest/typed_data/Int64List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int64List/toString_A01_t01.dart b/LibTest/typed_data/Int64List/toString_A01_t01.dart
index 5fb65b2..036407a 100644
--- a/LibTest/typed_data/Int64List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Int64List/where_A01_t01.dart b/LibTest/typed_data/Int64List/where_A01_t01.dart
index 5d097fb..0aa723e 100644
--- a/LibTest/typed_data/Int64List/where_A01_t01.dart
+++ b/LibTest/typed_data/Int64List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Int64List/where_A02_t01.dart b/LibTest/typed_data/Int64List/where_A02_t01.dart
index db362bc..96edfe5 100644
--- a/LibTest/typed_data/Int64List/where_A02_t01.dart
+++ b/LibTest/typed_data/Int64List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int64List/where_A03_t01.dart b/LibTest/typed_data/Int64List/where_A03_t01.dart
index ebe5129..b473b93 100644
--- a/LibTest/typed_data/Int64List/where_A03_t01.dart
+++ b/LibTest/typed_data/Int64List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.fromList_A01_t01.dart b/LibTest/typed_data/Int8List/Int8List.fromList_A01_t01.dart
index eb2ec2c..aeca0e7 100644
--- a/LibTest/typed_data/Int8List/Int8List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.fromList(List<int> elements)
  * Creates a [Int8List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int8List/Int8List.fromList_A01_t02.dart b/LibTest/typed_data/Int8List/Int8List.fromList_A01_t02.dart
index 6443b11..80c1dfb 100644
--- a/LibTest/typed_data/Int8List/Int8List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/Int8List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.fromList(List<int> elements)
  * Creates a [Int8List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Int8List/Int8List.fromList_A02_t01.dart b/LibTest/typed_data/Int8List/Int8List.fromList_A02_t01.dart
index 63ce2f4..bb51e87 100644
--- a/LibTest/typed_data/Int8List/Int8List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.fromList(List<int> elements)
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A01_t01.dart b/LibTest/typed_data/Int8List/Int8List.view_A01_t01.dart
index 0974e98..1b76c78 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * Creates an [Int8List] view of the specified region in buffer.
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A01_t02.dart b/LibTest/typed_data/Int8List/Int8List.view_A01_t02.dart
index d29883e..83c2462 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * Creates an [Int8List] view of the specified region in buffer.
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A02_t01.dart b/LibTest/typed_data/Int8List/Int8List.view_A02_t01.dart
index 066640f..423ba03 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A03_t01.dart b/LibTest/typed_data/Int8List/Int8List.view_A03_t01.dart
index 34a78db..b6be050 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A04_t01.dart b/LibTest/typed_data/Int8List/Int8List.view_A04_t01.dart
index b62bf22..7a6ec1d 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A05_t01.dart b/LibTest/typed_data/Int8List/Int8List.view_A05_t01.dart
index c869f58..9d949b0 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A05_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A05_t02.dart b/LibTest/typed_data/Int8List/Int8List.view_A05_t02.dart
index 882a460..f3e454a 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A05_t02.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List.view_A05_t03.dart b/LibTest/typed_data/Int8List/Int8List.view_A05_t03.dart
index 0a55a99..d706332 100644
--- a/LibTest/typed_data/Int8List/Int8List.view_A05_t03.dart
+++ b/LibTest/typed_data/Int8List/Int8List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List.view(ByteBuffer buffer, [int byteOffset = 0, int length])
  * ...
diff --git a/LibTest/typed_data/Int8List/Int8List_A01_t01.dart b/LibTest/typed_data/Int8List/Int8List_A01_t01.dart
index a57e732..52c8f78 100644
--- a/LibTest/typed_data/Int8List/Int8List_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List(int length)
  * Creates an [Int8List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Int8List/Int8List_A01_t02.dart b/LibTest/typed_data/Int8List/Int8List_A01_t02.dart
index 7e7f78e..388e3dd 100644
--- a/LibTest/typed_data/Int8List/Int8List_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/Int8List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List(int length)
  * Creates an [Int8List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Int8List/Int8List_A02_t01.dart b/LibTest/typed_data/Int8List/Int8List_A02_t01.dart
index 778ff15..6813fcd 100644
--- a/LibTest/typed_data/Int8List/Int8List_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/Int8List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Int8List(int length)
  * ...
diff --git a/LibTest/typed_data/Int8List/addAll_A01_t01.dart b/LibTest/typed_data/Int8List/addAll_A01_t01.dart
index e3f2e66..b746e4b 100644
--- a/LibTest/typed_data/Int8List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Int8List/add_A01_t01.dart b/LibTest/typed_data/Int8List/add_A01_t01.dart
index b02c389..8fda990 100644
--- a/LibTest/typed_data/Int8List/add_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Int8List/any_A01_t01.dart b/LibTest/typed_data/Int8List/any_A01_t01.dart
index c000656..564bf43 100644
--- a/LibTest/typed_data/Int8List/any_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int8List/asMap_A01_t01.dart b/LibTest/typed_data/Int8List/asMap_A01_t01.dart
index a81dded..732c1bb 100644
--- a/LibTest/typed_data/Int8List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int8List/asMap_A01_t02.dart b/LibTest/typed_data/Int8List/asMap_A01_t02.dart
index 1f7cfd2..d785f2d 100644
--- a/LibTest/typed_data/Int8List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Int8List/asMap_A02_t01.dart b/LibTest/typed_data/Int8List/asMap_A02_t01.dart
index 917ae30..7c1bf72 100644
--- a/LibTest/typed_data/Int8List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Int8List/buffer_A01_t01.dart b/LibTest/typed_data/Int8List/buffer_A01_t01.dart
index cc78e36..57314f1 100644
--- a/LibTest/typed_data/Int8List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int8List/buffer_A01_t02.dart b/LibTest/typed_data/Int8List/buffer_A01_t02.dart
index 9702e0a..f8b6ace 100644
--- a/LibTest/typed_data/Int8List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Int8List/clear_A01_t01.dart b/LibTest/typed_data/Int8List/clear_A01_t01.dart
index cd7c6a3..fec6ab5 100644
--- a/LibTest/typed_data/Int8List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Int8List/contains_A01_t01.dart b/LibTest/typed_data/Int8List/contains_A01_t01.dart
index 96b68d6..0ccc29c 100644
--- a/LibTest/typed_data/Int8List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Int8List/elementAt_A01_t01.dart b/LibTest/typed_data/Int8List/elementAt_A01_t01.dart
index 28d9df5..c6b7c04 100644
--- a/LibTest/typed_data/Int8List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Int8List/elementAt_A02_t01.dart b/LibTest/typed_data/Int8List/elementAt_A02_t01.dart
index 5f7b4d2..bf3aaf2 100644
--- a/LibTest/typed_data/Int8List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t01.dart
index 40b7f14..cd1ea58 100644
--- a/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t02.dart
index 28becb3..96c3520 100644
--- a/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Int8List/every_A01_t01.dart b/LibTest/typed_data/Int8List/every_A01_t01.dart
index 2bd508a..c3d8483 100644
--- a/LibTest/typed_data/Int8List/every_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Int8List/expand_A01_t01.dart b/LibTest/typed_data/Int8List/expand_A01_t01.dart
index 0ea9d5b..28e7b08 100644
--- a/LibTest/typed_data/Int8List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Int8List/expand_A02_t01.dart b/LibTest/typed_data/Int8List/expand_A02_t01.dart
index deb56ee..edbf463 100644
--- a/LibTest/typed_data/Int8List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/fillRange_A01_t01.dart b/LibTest/typed_data/Int8List/fillRange_A01_t01.dart
index 7efd2dd..fe669a9 100644
--- a/LibTest/typed_data/Int8List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Int8List/fillRange_A02_t01.dart b/LibTest/typed_data/Int8List/fillRange_A02_t01.dart
index 8c22d18..3d52a62 100644
--- a/LibTest/typed_data/Int8List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Int8List/firstWhere_A01_t01.dart b/LibTest/typed_data/Int8List/firstWhere_A01_t01.dart
index fa5b0e2..6c3e568 100644
--- a/LibTest/typed_data/Int8List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int8List/firstWhere_A02_t01.dart b/LibTest/typed_data/Int8List/firstWhere_A02_t01.dart
index 3b42630..9180c04 100644
--- a/LibTest/typed_data/Int8List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int8List/firstWhere_A03_t01.dart b/LibTest/typed_data/Int8List/firstWhere_A03_t01.dart
index b67df03..c7adf4a 100644
--- a/LibTest/typed_data/Int8List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Int8List/first_A01_t01.dart b/LibTest/typed_data/Int8List/first_A01_t01.dart
index 9f67572..e32ce2b 100644
--- a/LibTest/typed_data/Int8List/first_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int8List/first_A01_t02.dart b/LibTest/typed_data/Int8List/first_A01_t02.dart
index fbde0b8..3f5a8db 100644
--- a/LibTest/typed_data/Int8List/first_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion first
  * Returns the first element.
diff --git a/LibTest/typed_data/Int8List/first_A02_t01.dart b/LibTest/typed_data/Int8List/first_A02_t01.dart
index 95f486e..15e1f6c 100644
--- a/LibTest/typed_data/Int8List/first_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int8List/first_A03_t01.dart b/LibTest/typed_data/Int8List/first_A03_t01.dart
index 04d6558..76f20763 100644
--- a/LibTest/typed_data/Int8List/first_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Int8List/fold_A01_t01.dart b/LibTest/typed_data/Int8List/fold_A01_t01.dart
index 4bf7b67..6e48f4e 100644
--- a/LibTest/typed_data/Int8List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Int8List/forEach_A01_t01.dart b/LibTest/typed_data/Int8List/forEach_A01_t01.dart
index aef4d87..bf428c3 100644
--- a/LibTest/typed_data/Int8List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Int8List/getRange_A01_t01.dart b/LibTest/typed_data/Int8List/getRange_A01_t01.dart
index 74297e5..c4c53f5 100644
--- a/LibTest/typed_data/Int8List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Int8List/getRange_A02_t01.dart b/LibTest/typed_data/Int8List/getRange_A02_t01.dart
index e79f81a..cc437c8 100644
--- a/LibTest/typed_data/Int8List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Int8List/getRange_A03_t01.dart b/LibTest/typed_data/Int8List/getRange_A03_t01.dart
index 77a433a..ab9a50c 100644
--- a/LibTest/typed_data/Int8List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int8List/getRange_A04_t01.dart b/LibTest/typed_data/Int8List/getRange_A04_t01.dart
index afdc18f..e49f04f 100644
--- a/LibTest/typed_data/Int8List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Int8List/hashCode_A01_t01.dart b/LibTest/typed_data/Int8List/hashCode_A01_t01.dart
index bd7b627..9ca94af 100644
--- a/LibTest/typed_data/Int8List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. Hash codes are guaranteed to be the same
diff --git a/LibTest/typed_data/Int8List/hashCode_A01_t02.dart b/LibTest/typed_data/Int8List/hashCode_A01_t02.dart
index c1d257d..7b5c802 100644
--- a/LibTest/typed_data/Int8List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. Hash codes are guaranteed to be the same
diff --git a/LibTest/typed_data/Int8List/indexOf_A01_t01.dart b/LibTest/typed_data/Int8List/indexOf_A01_t01.dart
index 4b672d1..7acf49a 100644
--- a/LibTest/typed_data/Int8List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int startIndex = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int8List/indexOf_A01_t02.dart b/LibTest/typed_data/Int8List/indexOf_A01_t02.dart
index 488b1d6..b1f5d4c 100644
--- a/LibTest/typed_data/Int8List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int startIndex = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Int8List/indexOf_A02_t01.dart b/LibTest/typed_data/Int8List/indexOf_A02_t01.dart
index 402c657..c6520f7 100644
--- a/LibTest/typed_data/Int8List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int startIndex = 0])
  * ...
diff --git a/LibTest/typed_data/Int8List/indexOf_A03_t01.dart b/LibTest/typed_data/Int8List/indexOf_A03_t01.dart
index b82fe61..223240e 100644
--- a/LibTest/typed_data/Int8List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int startIndex = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Int8List/insertAll_A01_t01.dart b/LibTest/typed_data/Int8List/insertAll_A01_t01.dart
index 319c096..71ce7ea 100644
--- a/LibTest/typed_data/Int8List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all elements of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Int8List/insert_A01_t01.dart b/LibTest/typed_data/Int8List/insert_A01_t01.dart
index 2136a41..59ec97c 100644
--- a/LibTest/typed_data/Int8List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Int8List/isEmpty_A01_t01.dart b/LibTest/typed_data/Int8List/isEmpty_A01_t01.dart
index 7c20db3..416c188 100644
--- a/LibTest/typed_data/Int8List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int8List/isEmpty_A01_t02.dart b/LibTest/typed_data/Int8List/isEmpty_A01_t02.dart
index 134b76f..03d42ba 100644
--- a/LibTest/typed_data/Int8List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Int8List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Int8List/isNotEmpty_A01_t01.dart
index 63742a9..1f8383d 100644
--- a/LibTest/typed_data/Int8List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int8List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Int8List/isNotEmpty_A01_t02.dart
index 1e2efa7..7bd9055 100644
--- a/LibTest/typed_data/Int8List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Int8List/iterator_A01_t01.dart b/LibTest/typed_data/Int8List/iterator_A01_t01.dart
index 1ee5bb7..7fd4012 100644
--- a/LibTest/typed_data/Int8List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns an [Iterator] that allows iterating the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int8List/iterator_A01_t02.dart b/LibTest/typed_data/Int8List/iterator_A01_t02.dart
index 52219c6..1d74b2b 100644
--- a/LibTest/typed_data/Int8List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns an [Iterator] that allows iterating the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int8List/iterator_current_A01_t01.dart b/LibTest/typed_data/Int8List/iterator_current_A01_t01.dart
index 24453dc..d1216e2 100644
--- a/LibTest/typed_data/Int8List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Int8List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Int8List/iterator_moveNext_A01_t01.dart
index 12acf56..bc34a83 100644
--- a/LibTest/typed_data/Int8List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Int8List/join_A01_t01.dart b/LibTest/typed_data/Int8List/join_A01_t01.dart
index 7c81122..5d3105e 100644
--- a/LibTest/typed_data/Int8List/join_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Int8List/join_A01_t02.dart b/LibTest/typed_data/Int8List/join_A01_t02.dart
index 00dd5e9..3391eb0 100644
--- a/LibTest/typed_data/Int8List/join_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Int8List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Int8List/lastIndexOf_A01_t01.dart
index cf09187..7adfcba 100644
--- a/LibTest/typed_data/Int8List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int8List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Int8List/lastIndexOf_A01_t02.dart
index fbbe972..755830a 100644
--- a/LibTest/typed_data/Int8List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of element in this list.
diff --git a/LibTest/typed_data/Int8List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Int8List/lastIndexOf_A02_t01.dart
index 6bb85d5..4d0e90d 100644
--- a/LibTest/typed_data/Int8List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Int8List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Int8List/lastIndexOf_A03_t01.dart
index 20bd2be..3bd627b 100644
--- a/LibTest/typed_data/Int8List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Int8List/lastWhere_A01_t01.dart b/LibTest/typed_data/Int8List/lastWhere_A01_t01.dart
index 934b785..8c6f942 100644
--- a/LibTest/typed_data/Int8List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Int8List/lastWhere_A02_t01.dart b/LibTest/typed_data/Int8List/lastWhere_A02_t01.dart
index 6abe05f..3972e8b 100644
--- a/LibTest/typed_data/Int8List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * If no element satisfies test, the result of invoking the orElse function is
diff --git a/LibTest/typed_data/Int8List/lastWhere_A03_t01.dart b/LibTest/typed_data/Int8List/lastWhere_A03_t01.dart
index d66d8aab..c926299 100644
--- a/LibTest/typed_data/Int8List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * If orElse is omitted, it defaults to throwing a [StateError].
diff --git a/LibTest/typed_data/Int8List/last_A01_t01.dart b/LibTest/typed_data/Int8List/last_A01_t01.dart
index 1b44a5d..4503371 100644
--- a/LibTest/typed_data/Int8List/last_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int8List/last_A01_t02.dart b/LibTest/typed_data/Int8List/last_A01_t02.dart
index 48a65ca..6ff570e 100644
--- a/LibTest/typed_data/Int8List/last_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Int8List/last_A02_t01.dart b/LibTest/typed_data/Int8List/last_A02_t01.dart
index 98b9a95..ab16f6d 100644
--- a/LibTest/typed_data/Int8List/last_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Int8List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Int8List/lengthInBytes_A01_t01.dart
index 793bacb..6a47a7d 100644
--- a/LibTest/typed_data/Int8List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int8List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Int8List/lengthInBytes_A01_t02.dart
index 56319f2..23f9350 100644
--- a/LibTest/typed_data/Int8List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Int8List/length_A01_t01.dart b/LibTest/typed_data/Int8List/length_A01_t01.dart
index 8dc3620..b18a71b 100644
--- a/LibTest/typed_data/Int8List/length_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in this list.
diff --git a/LibTest/typed_data/Int8List/length_A02_t01.dart b/LibTest/typed_data/Int8List/length_A02_t01.dart
index bbdfa3e..aa9a883 100644
--- a/LibTest/typed_data/Int8List/length_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Int8List/map_A01_t01.dart b/LibTest/typed_data/Int8List/map_A01_t01.dart
index f0cb905..494929a 100644
--- a/LibTest/typed_data/Int8List/map_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Int8List/map_A02_t01.dart b/LibTest/typed_data/Int8List/map_A02_t01.dart
index 2959a69..fba276d 100644
--- a/LibTest/typed_data/Int8List/map_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int8List/map_A03_t01.dart b/LibTest/typed_data/Int8List/map_A03_t01.dart
index 7c7b4d1..b6c4392 100644
--- a/LibTest/typed_data/Int8List/map_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Int8List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Int8List/offsetInBytes_A01_t01.dart
index c1590b4..3b39c82 100644
--- a/LibTest/typed_data/Int8List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int8List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Int8List/offsetInBytes_A01_t02.dart
index bfae653..b39f6c6 100644
--- a/LibTest/typed_data/Int8List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Int8List/operator_equality_A01_t01.dart b/LibTest/typed_data/Int8List/operator_equality_A01_t01.dart
index 34bfe00..6c058f4 100644
--- a/LibTest/typed_data/Int8List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Int8List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Int8List/operator_subscript_A01_t01.dart
index 97832d0..9d8e6ff 100644
--- a/LibTest/typed_data/Int8List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Int8List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Int8List/operator_subscript_A02_t01.dart
index e06dca0..0071ad9 100644
--- a/LibTest/typed_data/Int8List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Int8List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Int8List/operator_subscripted_assignment_A01_t01.dart
index c39f6b6..6c8d28e 100644
--- a/LibTest/typed_data/Int8List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Int8List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Int8List/operator_subscripted_assignment_A02_t01.dart
index 379b2b4..50efea2 100644
--- a/LibTest/typed_data/Int8List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Throws a [RangeError] if index is out of bounds.
diff --git a/LibTest/typed_data/Int8List/reduce_A01_t01.dart b/LibTest/typed_data/Int8List/reduce_A01_t01.dart
index b6c9930..9ecaaf3 100644
--- a/LibTest/typed_data/Int8List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Int8List/reduce_A02_t01.dart b/LibTest/typed_data/Int8List/reduce_A02_t01.dart
index d4e01d3..1842c0c 100644
--- a/LibTest/typed_data/Int8List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/reduce_A03_t01.dart b/LibTest/typed_data/Int8List/reduce_A03_t01.dart
index e8db942..65d280f 100644
--- a/LibTest/typed_data/Int8List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/removeAt_A01_t01.dart b/LibTest/typed_data/Int8List/removeAt_A01_t01.dart
index a9ab9c3..ed3a744 100644
--- a/LibTest/typed_data/Int8List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Int8List/removeLast_A01_t01.dart b/LibTest/typed_data/Int8List/removeLast_A01_t01.dart
index df31e6e..43a7935 100644
--- a/LibTest/typed_data/Int8List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object of the list.
diff --git a/LibTest/typed_data/Int8List/removeRange_A01_t01.dart b/LibTest/typed_data/Int8List/removeRange_A01_t01.dart
index 22e3f4f..081082b 100644
--- a/LibTest/typed_data/Int8List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Int8List/removeWhere_A01_t01.dart b/LibTest/typed_data/Int8List/removeWhere_A01_t01.dart
index 95c8054..03dc645 100644
--- a/LibTest/typed_data/Int8List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Int8List/remove_A01_t01.dart b/LibTest/typed_data/Int8List/remove_A01_t01.dart
index 559a029..4169790 100644
--- a/LibTest/typed_data/Int8List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Int8List/replaceRange_A01_t01.dart b/LibTest/typed_data/Int8List/replaceRange_A01_t01.dart
index 42aeacf..c172554 100644
--- a/LibTest/typed_data/Int8List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and inserts
diff --git a/LibTest/typed_data/Int8List/retainWhere_A01_t01.dart b/LibTest/typed_data/Int8List/retainWhere_A01_t01.dart
index bb08431..bbaec3a 100644
--- a/LibTest/typed_data/Int8List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Int8List/reversed_A01_t01.dart b/LibTest/typed_data/Int8List/reversed_A01_t01.dart
index e1792a5..c457f6e 100644
--- a/LibTest/typed_data/Int8List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objecs of this list in reverse order.
diff --git a/LibTest/typed_data/Int8List/reversed_A01_t02.dart b/LibTest/typed_data/Int8List/reversed_A01_t02.dart
index fd5a96e..d23acfa 100644
--- a/LibTest/typed_data/Int8List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objecs of this list in reverse order.
diff --git a/LibTest/typed_data/Int8List/runtimeType_A01_t01.dart b/LibTest/typed_data/Int8List/runtimeType_A01_t01.dart
index 56156ab..59063f5 100644
--- a/LibTest/typed_data/Int8List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int8List/runtimeType_A01_t02.dart b/LibTest/typed_data/Int8List/runtimeType_A01_t02.dart
index cb8f1d2..708ac59 100644
--- a/LibTest/typed_data/Int8List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Int8List/setAll_A01_t01.dart b/LibTest/typed_data/Int8List/setAll_A01_t01.dart
index 89706dc..7c824e5 100644
--- a/LibTest/typed_data/Int8List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the elemenst of [iterable], starting at
diff --git a/LibTest/typed_data/Int8List/setAll_A02_t01.dart b/LibTest/typed_data/Int8List/setAll_A02_t01.dart
index 58959a4..68cff3f 100644
--- a/LibTest/typed_data/Int8List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int8List/setAll_A03_t01.dart b/LibTest/typed_data/Int8List/setAll_A03_t01.dart
index 0bbe23c..47dc557 100644
--- a/LibTest/typed_data/Int8List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int8List/setAll_A04_t01.dart b/LibTest/typed_data/Int8List/setAll_A04_t01.dart
index c5f7af6..867448b 100644
--- a/LibTest/typed_data/Int8List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Int8List/setRange_A01_t01.dart b/LibTest/typed_data/Int8List/setRange_A01_t01.dart
index a2db5ba..77aa1ea 100644
--- a/LibTest/typed_data/Int8List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int8List/setRange_A02_t01.dart b/LibTest/typed_data/Int8List/setRange_A02_t01.dart
index f1a0c2a..af212c7 100644
--- a/LibTest/typed_data/Int8List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int8List/setRange_A03_t01.dart b/LibTest/typed_data/Int8List/setRange_A03_t01.dart
index 6025384..8c792a2 100644
--- a/LibTest/typed_data/Int8List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int8List/setRange_A04_t01.dart b/LibTest/typed_data/Int8List/setRange_A04_t01.dart
index bfd2187..f488ee5 100644
--- a/LibTest/typed_data/Int8List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int8List/setRange_A05_t01.dart b/LibTest/typed_data/Int8List/setRange_A05_t01.dart
index 1216c83..0db4e5b 100644
--- a/LibTest/typed_data/Int8List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Int8List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Int8List/shuffle_A01_t01.dart b/LibTest/typed_data/Int8List/shuffle_A01_t01.dart
index 1369330..8a2743f 100644
--- a/LibTest/typed_data/Int8List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int8List/shuffle_A01_t02.dart b/LibTest/typed_data/Int8List/shuffle_A01_t02.dart
index e9dda78..c5326ed 100644
--- a/LibTest/typed_data/Int8List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int8List/shuffle_A01_t03.dart b/LibTest/typed_data/Int8List/shuffle_A01_t03.dart
index c5f78bd..87d1d0d 100644
--- a/LibTest/typed_data/Int8List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Int8List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Int8List/singleWhere_A01_t01.dart b/LibTest/typed_data/Int8List/singleWhere_A01_t01.dart
index d5f69e7..aa5f87e 100644
--- a/LibTest/typed_data/Int8List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Int8List/singleWhere_A02_t01.dart b/LibTest/typed_data/Int8List/singleWhere_A02_t01.dart
index aecbfe4..498c6cd 100644
--- a/LibTest/typed_data/Int8List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/singleWhere_A02_t02.dart b/LibTest/typed_data/Int8List/singleWhere_A02_t02.dart
index 8d57c42..a677c98 100644
--- a/LibTest/typed_data/Int8List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Int8List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Otherwise, if there are no matching elements, or if there is more than one
diff --git a/LibTest/typed_data/Int8List/single_A01_t01.dart b/LibTest/typed_data/Int8List/single_A01_t01.dart
index 5d86e47..e9f5c7c 100644
--- a/LibTest/typed_data/Int8List/single_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int8List/single_A01_t02.dart b/LibTest/typed_data/Int8List/single_A01_t02.dart
index a723251..1b5a4c3 100644
--- a/LibTest/typed_data/Int8List/single_A01_t02.dart
+++ b/LibTest/typed_data/Int8List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Int8List/single_A02_t01.dart b/LibTest/typed_data/Int8List/single_A02_t01.dart
index e24cea5..cef99de 100644
--- a/LibTest/typed_data/Int8List/single_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int8List/single_A02_t02.dart b/LibTest/typed_data/Int8List/single_A02_t02.dart
index 72fcfd1..33e6b29 100644
--- a/LibTest/typed_data/Int8List/single_A02_t02.dart
+++ b/LibTest/typed_data/Int8List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Int8List/skipWhile_A01_t01.dart b/LibTest/typed_data/Int8List/skipWhile_A01_t01.dart
index 954bbb3..0bd0cf4 100644
--- a/LibTest/typed_data/Int8List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Int8List/skipWhile_A02_t01.dart b/LibTest/typed_data/Int8List/skipWhile_A02_t01.dart
index b766e90..1ba12fc 100644
--- a/LibTest/typed_data/Int8List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/skipWhile_A03_t01.dart b/LibTest/typed_data/Int8List/skipWhile_A03_t01.dart
index ce41f53..f77d11b 100644
--- a/LibTest/typed_data/Int8List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/skipWhile_A04_t01.dart b/LibTest/typed_data/Int8List/skipWhile_A04_t01.dart
index 3157b90..667b052 100644
--- a/LibTest/typed_data/Int8List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/skipWhile_A04_t02.dart b/LibTest/typed_data/Int8List/skipWhile_A04_t02.dart
index e556848..68b9fb6 100644
--- a/LibTest/typed_data/Int8List/skipWhile_A04_t02.dart
+++ b/LibTest/typed_data/Int8List/skipWhile_A04_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/skip_A01_t01.dart b/LibTest/typed_data/Int8List/skip_A01_t01.dart
index d0ff4ca..6f20483 100644
--- a/LibTest/typed_data/Int8List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first count elements.
diff --git a/LibTest/typed_data/Int8List/skip_A02_t01.dart b/LibTest/typed_data/Int8List/skip_A02_t01.dart
index d79e19f..6c6b97d 100644
--- a/LibTest/typed_data/Int8List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int8List/skip_A03_t01.dart b/LibTest/typed_data/Int8List/skip_A03_t01.dart
index 5cf8f90..184070b 100644
--- a/LibTest/typed_data/Int8List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Int8List/sort_A01_t01.dart b/LibTest/typed_data/Int8List/sort_A01_t01.dart
index ba99b55..0f4aca7 100644
--- a/LibTest/typed_data/Int8List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Int8List/sort_A02_t01.dart b/LibTest/typed_data/Int8List/sort_A02_t01.dart
index a878b20..7a2b7a9 100644
--- a/LibTest/typed_data/Int8List/sort_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/sort_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * ...
diff --git a/LibTest/typed_data/Int8List/sublist_A01_t01.dart b/LibTest/typed_data/Int8List/sublist_A01_t01.dart
index 37818d8..bfdfc2a 100644
--- a/LibTest/typed_data/Int8List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Int8List/sublist_A02_t01.dart b/LibTest/typed_data/Int8List/sublist_A02_t01.dart
index d355e5e..5193a54 100644
--- a/LibTest/typed_data/Int8List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int8List/sublist_A03_t01.dart b/LibTest/typed_data/Int8List/sublist_A03_t01.dart
index 1b0231b..04c55b1 100644
--- a/LibTest/typed_data/Int8List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int8List/sublist_A03_t02.dart b/LibTest/typed_data/Int8List/sublist_A03_t02.dart
index 5dec7b6..0ccba62 100644
--- a/LibTest/typed_data/Int8List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Int8List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Int8List/takeWhile_A01_t01.dart b/LibTest/typed_data/Int8List/takeWhile_A01_t01.dart
index 47d1138..0cfc4b8 100644
--- a/LibTest/typed_data/Int8List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Int8List/takeWhile_A02_t01.dart b/LibTest/typed_data/Int8List/takeWhile_A02_t01.dart
index 9cfbbbd..055667b 100644
--- a/LibTest/typed_data/Int8List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int8List/takeWhile_A03_t01.dart b/LibTest/typed_data/Int8List/takeWhile_A03_t01.dart
index a2e4773..4c74519 100644
--- a/LibTest/typed_data/Int8List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int8List/takeWhile_A04_t01.dart b/LibTest/typed_data/Int8List/takeWhile_A04_t01.dart
index f17f7a7..dc5f60a 100644
--- a/LibTest/typed_data/Int8List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Int8List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Int8List/take_A01_t01.dart b/LibTest/typed_data/Int8List/take_A01_t01.dart
index 854fba9..f7a4b17 100644
--- a/LibTest/typed_data/Int8List/take_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the count first elements of this iterable.
diff --git a/LibTest/typed_data/Int8List/take_A02_t01.dart b/LibTest/typed_data/Int8List/take_A02_t01.dart
index 0273c94..91c4dda 100644
--- a/LibTest/typed_data/Int8List/take_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int8List/take_A03_t01.dart b/LibTest/typed_data/Int8List/take_A03_t01.dart
index b228340..84c51c8 100644
--- a/LibTest/typed_data/Int8List/take_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Int8List/toList_A01_t01.dart b/LibTest/typed_data/Int8List/toList_A01_t01.dart
index 8e09a94..2cdef4d 100644
--- a/LibTest/typed_data/Int8List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int8List/toList_A02_t01.dart b/LibTest/typed_data/Int8List/toList_A02_t01.dart
index 010bd0b..1704c1c 100644
--- a/LibTest/typed_data/Int8List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int8List/toList_A02_t02.dart b/LibTest/typed_data/Int8List/toList_A02_t02.dart
index b0b5411..59e69cc 100644
--- a/LibTest/typed_data/Int8List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Int8List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Int8List/toSet_A01_t01.dart b/LibTest/typed_data/Int8List/toSet_A01_t01.dart
index c9ca57e..8f0507d 100644
--- a/LibTest/typed_data/Int8List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Int8List/toString_A01_t01.dart b/LibTest/typed_data/Int8List/toString_A01_t01.dart
index b1039c5..2ab272e 100644
--- a/LibTest/typed_data/Int8List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Int8List/where_A01_t01.dart b/LibTest/typed_data/Int8List/where_A01_t01.dart
index b1b9531..d8e1d7b 100644
--- a/LibTest/typed_data/Int8List/where_A01_t01.dart
+++ b/LibTest/typed_data/Int8List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Int8List/where_A02_t01.dart b/LibTest/typed_data/Int8List/where_A02_t01.dart
index 4ba8045..2f51bc6 100644
--- a/LibTest/typed_data/Int8List/where_A02_t01.dart
+++ b/LibTest/typed_data/Int8List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Int8List/where_A03_t01.dart b/LibTest/typed_data/Int8List/where_A03_t01.dart
index d605a29..576275c 100644
--- a/LibTest/typed_data/Int8List/where_A03_t01.dart
+++ b/LibTest/typed_data/Int8List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Iterating will not cache results, and thus iterating multiple times over the
diff --git a/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t01.dart
index 7ee9522..8104e0e 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List.fromList(List<int> list)
  * Creates a [Uint16List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t02.dart b/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t02.dart
index 323ebe9..21f1b6a 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List.fromList(List<int> list)
  * Creates a [Uint16List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint16List/Uint16List.fromList_A02_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.fromList_A02_t01.dart
index 1ac9247..291735b 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List.fromList(List<int> list)
  * ...
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A01_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A01_t01.dart
index ef353d3..b190748 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A01_t02.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A01_t02.dart
index 0a1f624..d98a515 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A02_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A02_t01.dart
index c96ffac..750894b 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A03_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A03_t01.dart
index 1858b68..42cc11f 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A04_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A04_t01.dart
index 871d55d..f8ec9bf 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t01.dart
index 3b4fb05..bfeb806 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t02.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t02.dart
index 7ffedaa..2a76aab 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t02.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t03.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t03.dart
index 773de54..4583aad 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A05_t03.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List.view_A06_t01.dart b/LibTest/typed_data/Uint16List/Uint16List.view_A06_t01.dart
index 2245af8..a457c8c 100644
--- a/LibTest/typed_data/Uint16List/Uint16List.view_A06_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint16List.view(
diff --git a/LibTest/typed_data/Uint16List/Uint16List_A01_t01.dart b/LibTest/typed_data/Uint16List/Uint16List_A01_t01.dart
index b81161d..5fb6cea 100644
--- a/LibTest/typed_data/Uint16List/Uint16List_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List(int length)
  * Creates a [Uint16List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint16List/Uint16List_A01_t02.dart b/LibTest/typed_data/Uint16List/Uint16List_A01_t02.dart
index 58ef93d..32e0068 100644
--- a/LibTest/typed_data/Uint16List/Uint16List_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List(int length)
  * Creates a [Uint16List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint16List/Uint16List_A02_t01.dart b/LibTest/typed_data/Uint16List/Uint16List_A02_t01.dart
index 3b3e142..ea2a4b6 100644
--- a/LibTest/typed_data/Uint16List/Uint16List_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/Uint16List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint16List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Uint16List/addAll_A01_t01.dart b/LibTest/typed_data/Uint16List/addAll_A01_t01.dart
index a460b6b..19b1eed 100644
--- a/LibTest/typed_data/Uint16List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all elements of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Uint16List/add_A01_t01.dart b/LibTest/typed_data/Uint16List/add_A01_t01.dart
index 4e04e84..d9d6460 100644
--- a/LibTest/typed_data/Uint16List/add_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Uint16List/any_A01_t01.dart b/LibTest/typed_data/Uint16List/any_A01_t01.dart
index 7f538ce..f7c5e56 100644
--- a/LibTest/typed_data/Uint16List/any_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint16List/asMap_A01_t01.dart b/LibTest/typed_data/Uint16List/asMap_A01_t01.dart
index 0d8250f..ea4c12f 100644
--- a/LibTest/typed_data/Uint16List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint16List/asMap_A01_t02.dart b/LibTest/typed_data/Uint16List/asMap_A01_t02.dart
index a37cd22..b5395e8 100644
--- a/LibTest/typed_data/Uint16List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint16List/asMap_A02_t01.dart b/LibTest/typed_data/Uint16List/asMap_A02_t01.dart
index c65a7b4..735151b 100644
--- a/LibTest/typed_data/Uint16List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Uint16List/buffer_A01_t01.dart b/LibTest/typed_data/Uint16List/buffer_A01_t01.dart
index c66dc91..eec10fa 100644
--- a/LibTest/typed_data/Uint16List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint16List/buffer_A01_t02.dart b/LibTest/typed_data/Uint16List/buffer_A01_t02.dart
index 349882b..0393a0b 100644
--- a/LibTest/typed_data/Uint16List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint16List/clear_A01_t01.dart b/LibTest/typed_data/Uint16List/clear_A01_t01.dart
index 8853c60..2582e7a 100644
--- a/LibTest/typed_data/Uint16List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Uint16List/contains_A01_t01.dart b/LibTest/typed_data/Uint16List/contains_A01_t01.dart
index 6430241..ce6f3e1 100644
--- a/LibTest/typed_data/Uint16List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Uint16List/elementAt_A01_t01.dart b/LibTest/typed_data/Uint16List/elementAt_A01_t01.dart
index 71c201e..a91eb60 100644
--- a/LibTest/typed_data/Uint16List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Uint16List/elementAt_A02_t01.dart b/LibTest/typed_data/Uint16List/elementAt_A02_t01.dart
index 078a9eb..95f6c3b 100644
--- a/LibTest/typed_data/Uint16List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t01.dart
index d0a9019..61eeeaf 100644
--- a/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t02.dart
index fcf6c25..4c3065b 100644
--- a/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint16List/every_A01_t01.dart b/LibTest/typed_data/Uint16List/every_A01_t01.dart
index 0836566..6b33f23 100644
--- a/LibTest/typed_data/Uint16List/every_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool test(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint16List/expand_A01_t01.dart b/LibTest/typed_data/Uint16List/expand_A01_t01.dart
index b826d86..5447053 100644
--- a/LibTest/typed_data/Uint16List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Uint16List/fillRange_A01_t01.dart b/LibTest/typed_data/Uint16List/fillRange_A01_t01.dart
index 0bb9102..06c69b0 100644
--- a/LibTest/typed_data/Uint16List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the elements in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Uint16List/fillRange_A02_t01.dart b/LibTest/typed_data/Uint16List/fillRange_A02_t01.dart
index 80f8fdf..959930b 100644
--- a/LibTest/typed_data/Uint16List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Uint16List/firstWhere_A01_t01.dart b/LibTest/typed_data/Uint16List/firstWhere_A01_t01.dart
index be271e8..c60f60d 100644
--- a/LibTest/typed_data/Uint16List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint16List/firstWhere_A02_t01.dart b/LibTest/typed_data/Uint16List/firstWhere_A02_t01.dart
index d2198b7..1fbf595 100644
--- a/LibTest/typed_data/Uint16List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint16List/firstWhere_A03_t01.dart b/LibTest/typed_data/Uint16List/firstWhere_A03_t01.dart
index db6429d..4257b00 100644
--- a/LibTest/typed_data/Uint16List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint16List/first_A01_t01.dart b/LibTest/typed_data/Uint16List/first_A01_t01.dart
index 56aef09..53c23f9 100644
--- a/LibTest/typed_data/Uint16List/first_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint16List/first_A01_t02.dart b/LibTest/typed_data/Uint16List/first_A01_t02.dart
index bc09a46..b11ac0b 100644
--- a/LibTest/typed_data/Uint16List/first_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint16List/first_A02_t01.dart b/LibTest/typed_data/Uint16List/first_A02_t01.dart
index e14e7db..812909e 100644
--- a/LibTest/typed_data/Uint16List/first_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint16List/first_A03_t01.dart b/LibTest/typed_data/Uint16List/first_A03_t01.dart
index d1800d6..96e1543 100644
--- a/LibTest/typed_data/Uint16List/first_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint16List/fold_A01_t01.dart b/LibTest/typed_data/Uint16List/fold_A01_t01.dart
index b38a580..be998e0 100644
--- a/LibTest/typed_data/Uint16List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Uint16List/forEach_A01_t01.dart b/LibTest/typed_data/Uint16List/forEach_A01_t01.dart
index b5b4357..275c332 100644
--- a/LibTest/typed_data/Uint16List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Uint16List/getRange_A01_t01.dart b/LibTest/typed_data/Uint16List/getRange_A01_t01.dart
index f54ad39..cf425c3 100644
--- a/LibTest/typed_data/Uint16List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Uint16List/getRange_A02_t01.dart b/LibTest/typed_data/Uint16List/getRange_A02_t01.dart
index 85c1bb0..e8b9333 100644
--- a/LibTest/typed_data/Uint16List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Uint16List/getRange_A03_t01.dart b/LibTest/typed_data/Uint16List/getRange_A03_t01.dart
index 4c0ad2e..733b43c 100644
--- a/LibTest/typed_data/Uint16List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint16List/getRange_A04_t01.dart b/LibTest/typed_data/Uint16List/getRange_A04_t01.dart
index 0bcbbe3..74e42d6 100644
--- a/LibTest/typed_data/Uint16List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint16List/hashCode_A01_t01.dart b/LibTest/typed_data/Uint16List/hashCode_A01_t01.dart
index f2633dc..4a3e844 100644
--- a/LibTest/typed_data/Uint16List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. All objects have hash codes. Hash codes are
diff --git a/LibTest/typed_data/Uint16List/hashCode_A01_t02.dart b/LibTest/typed_data/Uint16List/hashCode_A01_t02.dart
index 31359c6..47cbcb8 100644
--- a/LibTest/typed_data/Uint16List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object. All objects have hash codes. Hash codes are
diff --git a/LibTest/typed_data/Uint16List/indexOf_A01_t01.dart b/LibTest/typed_data/Uint16List/indexOf_A01_t01.dart
index fdd46b8..ec77511 100644
--- a/LibTest/typed_data/Uint16List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint16List/indexOf_A01_t02.dart b/LibTest/typed_data/Uint16List/indexOf_A01_t02.dart
index 5e6889d..676dc65 100644
--- a/LibTest/typed_data/Uint16List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint16List/indexOf_A02_t01.dart b/LibTest/typed_data/Uint16List/indexOf_A02_t01.dart
index ea657fc..d49b58e 100644
--- a/LibTest/typed_data/Uint16List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Uint16List/indexOf_A03_t01.dart b/LibTest/typed_data/Uint16List/indexOf_A03_t01.dart
index 5be31f9..fb7d81f 100644
--- a/LibTest/typed_data/Uint16List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint16List/insertAll_A01_t01.dart b/LibTest/typed_data/Uint16List/insertAll_A01_t01.dart
index 2cbc89e..839c8a2 100644
--- a/LibTest/typed_data/Uint16List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Uint16List/insert_A01_t01.dart b/LibTest/typed_data/Uint16List/insert_A01_t01.dart
index 824c65a..a5a07d7 100644
--- a/LibTest/typed_data/Uint16List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Uint16List/isEmpty_A01_t01.dart b/LibTest/typed_data/Uint16List/isEmpty_A01_t01.dart
index 003ac53..e2b483f 100644
--- a/LibTest/typed_data/Uint16List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint16List/isEmpty_A01_t02.dart b/LibTest/typed_data/Uint16List/isEmpty_A01_t02.dart
index 83cbee4..32eb11e 100644
--- a/LibTest/typed_data/Uint16List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint16List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Uint16List/isNotEmpty_A01_t01.dart
index a8ea7bc..98f9c06 100644
--- a/LibTest/typed_data/Uint16List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint16List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Uint16List/isNotEmpty_A01_t02.dart
index edc0f65..e9dcf9a 100644
--- a/LibTest/typed_data/Uint16List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint16List/iterator_A01_t01.dart b/LibTest/typed_data/Uint16List/iterator_A01_t01.dart
index d07804b..336bf8b 100644
--- a/LibTest/typed_data/Uint16List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint16List/iterator_A01_t02.dart b/LibTest/typed_data/Uint16List/iterator_A01_t02.dart
index 9f1ca4d..2a3461f 100644
--- a/LibTest/typed_data/Uint16List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint16List/iterator_current_A01_t01.dart b/LibTest/typed_data/Uint16List/iterator_current_A01_t01.dart
index 279594f..4486280 100644
--- a/LibTest/typed_data/Uint16List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Uint16List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Uint16List/iterator_moveNext_A01_t01.dart
index ab23a76..7757ef5 100644
--- a/LibTest/typed_data/Uint16List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Uint16List/join_A01_t01.dart b/LibTest/typed_data/Uint16List/join_A01_t01.dart
index d7c2a8e..78a7b05 100644
--- a/LibTest/typed_data/Uint16List/join_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint16List/join_A01_t02.dart b/LibTest/typed_data/Uint16List/join_A01_t02.dart
index 9937004..c2562c0 100644
--- a/LibTest/typed_data/Uint16List/join_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint16List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Uint16List/lastIndexOf_A01_t01.dart
index a6aa512..90f5a5e 100644
--- a/LibTest/typed_data/Uint16List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Uint16List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Uint16List/lastIndexOf_A01_t02.dart
index 790e94b..4d42b62 100644
--- a/LibTest/typed_data/Uint16List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint16List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Uint16List/lastIndexOf_A02_t01.dart
index e130b6f..6c01953 100644
--- a/LibTest/typed_data/Uint16List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Uint16List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Uint16List/lastIndexOf_A03_t01.dart
index 06fa25b..b7af438 100644
--- a/LibTest/typed_data/Uint16List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [start] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint16List/lastWhere_A01_t01.dart b/LibTest/typed_data/Uint16List/lastWhere_A01_t01.dart
index ef99e50..3077b48 100644
--- a/LibTest/typed_data/Uint16List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint16List/lastWhere_A02_t01.dart b/LibTest/typed_data/Uint16List/lastWhere_A02_t01.dart
index 3b47837..1d26c10 100644
--- a/LibTest/typed_data/Uint16List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint16List/lastWhere_A03_t01.dart b/LibTest/typed_data/Uint16List/lastWhere_A03_t01.dart
index 719c0fa..e0a4c92 100644
--- a/LibTest/typed_data/Uint16List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint16List/last_A01_t01.dart b/LibTest/typed_data/Uint16List/last_A01_t01.dart
index 698db7b..53612b6 100644
--- a/LibTest/typed_data/Uint16List/last_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint16List/last_A01_t02.dart b/LibTest/typed_data/Uint16List/last_A01_t02.dart
index db3f46e..f058c87 100644
--- a/LibTest/typed_data/Uint16List/last_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint16List/last_A02_t01.dart b/LibTest/typed_data/Uint16List/last_A02_t01.dart
index 6258f18..94ad45a 100644
--- a/LibTest/typed_data/Uint16List/last_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Uint16List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Uint16List/lengthInBytes_A01_t01.dart
index 6ab06bf..854fec8 100644
--- a/LibTest/typed_data/Uint16List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint16List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Uint16List/lengthInBytes_A01_t02.dart
index f2b18ac..d3466d0 100644
--- a/LibTest/typed_data/Uint16List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint16List/length_A01_t01.dart b/LibTest/typed_data/Uint16List/length_A01_t01.dart
index dbd9fff..c12a5e6 100644
--- a/LibTest/typed_data/Uint16List/length_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Uint16List/length_A02_t01.dart b/LibTest/typed_data/Uint16List/length_A02_t01.dart
index ff66a81..36b58d8 100644
--- a/LibTest/typed_data/Uint16List/length_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Uint16List/map_A01_t01.dart b/LibTest/typed_data/Uint16List/map_A01_t01.dart
index 83a0f11..740b772 100644
--- a/LibTest/typed_data/Uint16List/map_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Uint16List/map_A02_t01.dart b/LibTest/typed_data/Uint16List/map_A02_t01.dart
index 7de6d18..5e47c54 100644
--- a/LibTest/typed_data/Uint16List/map_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Uint16List/map_A03_t01.dart b/LibTest/typed_data/Uint16List/map_A03_t01.dart
index 28d4c8d..6ecc776 100644
--- a/LibTest/typed_data/Uint16List/map_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Uint16List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Uint16List/offsetInBytes_A01_t01.dart
index 176c9cf..b8cdf4d 100644
--- a/LibTest/typed_data/Uint16List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint16List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Uint16List/offsetInBytes_A01_t02.dart
index 2560720..cd5dcd5 100644
--- a/LibTest/typed_data/Uint16List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint16List/operator_equality_A01_t01.dart b/LibTest/typed_data/Uint16List/operator_equality_A01_t01.dart
index 7e260c2..5b3e24c 100644
--- a/LibTest/typed_data/Uint16List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Uint16List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Uint16List/operator_subscript_A01_t01.dart
index 127d016..bda743a 100644
--- a/LibTest/typed_data/Uint16List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * Returns the element at the given index in the list.
diff --git a/LibTest/typed_data/Uint16List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Uint16List/operator_subscript_A02_t01.dart
index 42fe303..69dc256 100644
--- a/LibTest/typed_data/Uint16List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E operator [](int index)
  * Throws an [RangeError] if index is out of bounds.
diff --git a/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A01_t01.dart
index 3b3eacf..3eb089a 100644
--- a/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Sets the value at the given index in the list to [value].
diff --git a/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A02_t01.dart
index fe2a3d7..bf470d2 100644
--- a/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Throws an [RangeError] if index is out of bounds.
diff --git a/LibTest/typed_data/Uint16List/reduce_A01_t01.dart b/LibTest/typed_data/Uint16List/reduce_A01_t01.dart
index 6422b1d..818038b 100644
--- a/LibTest/typed_data/Uint16List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Uint16List/reduce_A02_t01.dart b/LibTest/typed_data/Uint16List/reduce_A02_t01.dart
index 7a5661c..cb18af2 100644
--- a/LibTest/typed_data/Uint16List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/reduce_A03_t01.dart b/LibTest/typed_data/Uint16List/reduce_A03_t01.dart
index a3b80cd..0da3469 100644
--- a/LibTest/typed_data/Uint16List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/removeAt_A01_t01.dart b/LibTest/typed_data/Uint16List/removeAt_A01_t01.dart
index d581186..7ad6a99 100644
--- a/LibTest/typed_data/Uint16List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Uint16List/removeLast_A01_t01.dart b/LibTest/typed_data/Uint16List/removeLast_A01_t01.dart
index a538f92..4b819aa 100644
--- a/LibTest/typed_data/Uint16List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/typed_data/Uint16List/removeRange_A01_t01.dart b/LibTest/typed_data/Uint16List/removeRange_A01_t01.dart
index 800fdc7..f45d0a6 100644
--- a/LibTest/typed_data/Uint16List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the elements in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Uint16List/removeWhere_A01_t01.dart b/LibTest/typed_data/Uint16List/removeWhere_A01_t01.dart
index 3a0a70e..4d4b7b5 100644
--- a/LibTest/typed_data/Uint16List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Uint16List/remove_A01_t01.dart b/LibTest/typed_data/Uint16List/remove_A01_t01.dart
index c129bcf..fe89daf 100644
--- a/LibTest/typed_data/Uint16List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Uint16List/replaceRange_A01_t01.dart b/LibTest/typed_data/Uint16List/replaceRange_A01_t01.dart
index 90ddb42..3a4ded9 100644
--- a/LibTest/typed_data/Uint16List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Uint16List/retainWhere_A01_t01.dart b/LibTest/typed_data/Uint16List/retainWhere_A01_t01.dart
index ccce34f..80b78eb 100644
--- a/LibTest/typed_data/Uint16List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects of this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Uint16List/reversed_A01_t01.dart b/LibTest/typed_data/Uint16List/reversed_A01_t01.dart
index 2abbf6e..5d57440 100644
--- a/LibTest/typed_data/Uint16List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint16List/reversed_A01_t02.dart b/LibTest/typed_data/Uint16List/reversed_A01_t02.dart
index 69c5e4c..6e9d516 100644
--- a/LibTest/typed_data/Uint16List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint16List/runtimeType_A01_t01.dart b/LibTest/typed_data/Uint16List/runtimeType_A01_t01.dart
index 45a43ae..7c52697 100644
--- a/LibTest/typed_data/Uint16List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint16List/runtimeType_A01_t02.dart b/LibTest/typed_data/Uint16List/runtimeType_A01_t02.dart
index f3b6c09..762e441 100644
--- a/LibTest/typed_data/Uint16List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint16List/setAll_A01_t01.dart b/LibTest/typed_data/Uint16List/setAll_A01_t01.dart
index 960a1a3..7d0a4e9 100644
--- a/LibTest/typed_data/Uint16List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Uint16List/setAll_A02_t01.dart b/LibTest/typed_data/Uint16List/setAll_A02_t01.dart
index 56bc186..41845a2 100644
--- a/LibTest/typed_data/Uint16List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint16List/setAll_A03_t01.dart b/LibTest/typed_data/Uint16List/setAll_A03_t01.dart
index 49b6baa..831cfd0 100644
--- a/LibTest/typed_data/Uint16List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint16List/setAll_A04_t01.dart b/LibTest/typed_data/Uint16List/setAll_A04_t01.dart
index 9d29bb8..b8599a0 100644
--- a/LibTest/typed_data/Uint16List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint16List/setRange_A01_t01.dart b/LibTest/typed_data/Uint16List/setRange_A01_t01.dart
index 3df4469..ac61020 100644
--- a/LibTest/typed_data/Uint16List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint16List/setRange_A02_t01.dart b/LibTest/typed_data/Uint16List/setRange_A02_t01.dart
index 8dc36d6..e4f29ec 100644
--- a/LibTest/typed_data/Uint16List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint16List/setRange_A03_t01.dart b/LibTest/typed_data/Uint16List/setRange_A03_t01.dart
index 03509f5..fb45443 100644
--- a/LibTest/typed_data/Uint16List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint16List/setRange_A04_t01.dart b/LibTest/typed_data/Uint16List/setRange_A04_t01.dart
index 83d39d3..d3f2c86 100644
--- a/LibTest/typed_data/Uint16List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint16List/setRange_A05_t01.dart b/LibTest/typed_data/Uint16List/setRange_A05_t01.dart
index 3832df2..c80bf84 100644
--- a/LibTest/typed_data/Uint16List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Uint16List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint16List/shuffle_A01_t01.dart b/LibTest/typed_data/Uint16List/shuffle_A01_t01.dart
index 660e861..4585b6f 100644
--- a/LibTest/typed_data/Uint16List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint16List/shuffle_A01_t02.dart b/LibTest/typed_data/Uint16List/shuffle_A01_t02.dart
index fb41e1e..0044b67 100644
--- a/LibTest/typed_data/Uint16List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint16List/shuffle_A01_t03.dart b/LibTest/typed_data/Uint16List/shuffle_A01_t03.dart
index 239168d..ff51eaa 100644
--- a/LibTest/typed_data/Uint16List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Uint16List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint16List/singleWhere_A01_t01.dart b/LibTest/typed_data/Uint16List/singleWhere_A01_t01.dart
index fd06c25..9719828 100644
--- a/LibTest/typed_data/Uint16List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Uint16List/singleWhere_A02_t01.dart b/LibTest/typed_data/Uint16List/singleWhere_A02_t01.dart
index aaae94c..d9eedb6 100644
--- a/LibTest/typed_data/Uint16List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/singleWhere_A02_t02.dart b/LibTest/typed_data/Uint16List/singleWhere_A02_t02.dart
index 2363bea..5705295 100644
--- a/LibTest/typed_data/Uint16List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Uint16List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/single_A01_t01.dart b/LibTest/typed_data/Uint16List/single_A01_t01.dart
index ef13c24..8651917 100644
--- a/LibTest/typed_data/Uint16List/single_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint16List/single_A01_t02.dart b/LibTest/typed_data/Uint16List/single_A01_t02.dart
index 22a1864..b76ddac 100644
--- a/LibTest/typed_data/Uint16List/single_A01_t02.dart
+++ b/LibTest/typed_data/Uint16List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint16List/single_A02_t01.dart b/LibTest/typed_data/Uint16List/single_A02_t01.dart
index 2f52e0f..6b686b5 100644
--- a/LibTest/typed_data/Uint16List/single_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint16List/single_A02_t02.dart b/LibTest/typed_data/Uint16List/single_A02_t02.dart
index ed1a6c2..2f3c7cd 100644
--- a/LibTest/typed_data/Uint16List/single_A02_t02.dart
+++ b/LibTest/typed_data/Uint16List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint16List/skipWhile_A01_t01.dart b/LibTest/typed_data/Uint16List/skipWhile_A01_t01.dart
index 37338cd..547549f 100644
--- a/LibTest/typed_data/Uint16List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Uint16List/skipWhile_A02_t01.dart b/LibTest/typed_data/Uint16List/skipWhile_A02_t01.dart
index 6690d27..6bb69d3 100644
--- a/LibTest/typed_data/Uint16List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/skipWhile_A03_t01.dart b/LibTest/typed_data/Uint16List/skipWhile_A03_t01.dart
index caafd8c..06396cf 100644
--- a/LibTest/typed_data/Uint16List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/skipWhile_A04_t01.dart b/LibTest/typed_data/Uint16List/skipWhile_A04_t01.dart
index 5674697..12958b6 100644
--- a/LibTest/typed_data/Uint16List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/skip_A01_t01.dart b/LibTest/typed_data/Uint16List/skip_A01_t01.dart
index b9834f0..2406490 100644
--- a/LibTest/typed_data/Uint16List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Uint16List/skip_A02_t01.dart b/LibTest/typed_data/Uint16List/skip_A02_t01.dart
index 2e9c003..c6d2433 100644
--- a/LibTest/typed_data/Uint16List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint16List/skip_A03_t01.dart b/LibTest/typed_data/Uint16List/skip_A03_t01.dart
index 5e434a2..417f583 100644
--- a/LibTest/typed_data/Uint16List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint16List/sort_A01_t01.dart b/LibTest/typed_data/Uint16List/sort_A01_t01.dart
index 41c94dd..1e7d217 100644
--- a/LibTest/typed_data/Uint16List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts this list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Uint16List/sublist_A01_t01.dart b/LibTest/typed_data/Uint16List/sublist_A01_t01.dart
index bde13a8..98dab9a 100644
--- a/LibTest/typed_data/Uint16List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Uint16List/sublist_A02_t01.dart b/LibTest/typed_data/Uint16List/sublist_A02_t01.dart
index 2c31a73..0b41a85 100644
--- a/LibTest/typed_data/Uint16List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint16List/sublist_A03_t01.dart b/LibTest/typed_data/Uint16List/sublist_A03_t01.dart
index f9c0089..6b37cd2 100644
--- a/LibTest/typed_data/Uint16List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint16List/sublist_A03_t02.dart b/LibTest/typed_data/Uint16List/sublist_A03_t02.dart
index 110a3ea..7415c79 100644
--- a/LibTest/typed_data/Uint16List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Uint16List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint16List/takeWhile_A01_t01.dart b/LibTest/typed_data/Uint16List/takeWhile_A01_t01.dart
index 91ea4ea..b7fd3d5 100644
--- a/LibTest/typed_data/Uint16List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Uint16List/takeWhile_A02_t01.dart b/LibTest/typed_data/Uint16List/takeWhile_A02_t01.dart
index f6e6f80..e3325ab 100644
--- a/LibTest/typed_data/Uint16List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint16List/takeWhile_A03_t01.dart b/LibTest/typed_data/Uint16List/takeWhile_A03_t01.dart
index 8689cf4..3bd7623 100644
--- a/LibTest/typed_data/Uint16List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint16List/takeWhile_A04_t01.dart b/LibTest/typed_data/Uint16List/takeWhile_A04_t01.dart
index 3b20c67..73292d9 100644
--- a/LibTest/typed_data/Uint16List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint16List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint16List/take_A01_t01.dart b/LibTest/typed_data/Uint16List/take_A01_t01.dart
index 50e2cbb..2e87303 100644
--- a/LibTest/typed_data/Uint16List/take_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Uint16List/take_A02_t01.dart b/LibTest/typed_data/Uint16List/take_A02_t01.dart
index e58a194..5303ffc 100644
--- a/LibTest/typed_data/Uint16List/take_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint16List/take_A03_t01.dart b/LibTest/typed_data/Uint16List/take_A03_t01.dart
index 3547385..1b0626d 100644
--- a/LibTest/typed_data/Uint16List/take_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint16List/toList_A01_t01.dart b/LibTest/typed_data/Uint16List/toList_A01_t01.dart
index 1346e39..46dd74a 100644
--- a/LibTest/typed_data/Uint16List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint16List/toList_A02_t01.dart b/LibTest/typed_data/Uint16List/toList_A02_t01.dart
index 87c7abf..0950477 100644
--- a/LibTest/typed_data/Uint16List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint16List/toList_A02_t02.dart b/LibTest/typed_data/Uint16List/toList_A02_t02.dart
index 5def543..48f2e3e 100644
--- a/LibTest/typed_data/Uint16List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Uint16List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint16List/toSet_A01_t01.dart b/LibTest/typed_data/Uint16List/toSet_A01_t01.dart
index b37e9f8..192a7e0 100644
--- a/LibTest/typed_data/Uint16List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint16List/toSet_A02_t01.dart b/LibTest/typed_data/Uint16List/toSet_A02_t01.dart
index 6eb8fe6..32751b4 100644
--- a/LibTest/typed_data/Uint16List/toSet_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/toSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * ...
diff --git a/LibTest/typed_data/Uint16List/toString_A01_t01.dart b/LibTest/typed_data/Uint16List/toString_A01_t01.dart
index 94337dd..91dc018 100644
--- a/LibTest/typed_data/Uint16List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Uint16List/where_A01_t01.dart b/LibTest/typed_data/Uint16List/where_A01_t01.dart
index 66e4515..2703dbb 100644
--- a/LibTest/typed_data/Uint16List/where_A01_t01.dart
+++ b/LibTest/typed_data/Uint16List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Uint16List/where_A02_t01.dart b/LibTest/typed_data/Uint16List/where_A02_t01.dart
index b85325d..9fc3609 100644
--- a/LibTest/typed_data/Uint16List/where_A02_t01.dart
+++ b/LibTest/typed_data/Uint16List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint16List/where_A03_t01.dart b/LibTest/typed_data/Uint16List/where_A03_t01.dart
index e5c43a1..66392c2 100644
--- a/LibTest/typed_data/Uint16List/where_A03_t01.dart
+++ b/LibTest/typed_data/Uint16List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t01.dart
index 9940e9e..0a9d09c 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List.fromList(List<int> list)
  * Creates a [Uint32List] with the same size as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t02.dart b/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t02.dart
index 00ae594..08da631 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List.fromList(List<int> list)
  * Creates a [Uint32List] with the same size as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint32List/Uint32List.fromList_A02_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.fromList_A02_t01.dart
index 8453f54..4fe820d 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List.fromList(List<int> list)
  * ...
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A01_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A01_t01.dart
index 092c67a..36f1d30 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A01_t02.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A01_t02.dart
index 47fc027..f4b51d2 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A02_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A02_t01.dart
index 217bdce..4486ec0 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A03_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A03_t01.dart
index f9eac78..0a3c533 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A04_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A04_t01.dart
index e8a79fc..769e1da 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t01.dart
index a30d527..d92a6ea 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t02.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t02.dart
index 4e56fb9..04acf1b 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t02.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t03.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t03.dart
index e1714fd..44dada7 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A05_t03.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List.view_A06_t01.dart b/LibTest/typed_data/Uint32List/Uint32List.view_A06_t01.dart
index 011f795..1ec1f68 100644
--- a/LibTest/typed_data/Uint32List/Uint32List.view_A06_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint32List.view(
diff --git a/LibTest/typed_data/Uint32List/Uint32List_A01_t01.dart b/LibTest/typed_data/Uint32List/Uint32List_A01_t01.dart
index cb8a1ac..3253951 100644
--- a/LibTest/typed_data/Uint32List/Uint32List_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List(int length)
  * Creates an [Uint32List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Uint32List/Uint32List_A01_t02.dart b/LibTest/typed_data/Uint32List/Uint32List_A01_t02.dart
index 891ed4f..5616661 100644
--- a/LibTest/typed_data/Uint32List/Uint32List_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List(int length)
  * Creates an [Uint32List] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Uint32List/Uint32List_A02_t01.dart b/LibTest/typed_data/Uint32List/Uint32List_A02_t01.dart
index 6e4b04d..07e1c3f 100644
--- a/LibTest/typed_data/Uint32List/Uint32List_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/Uint32List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint32List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Uint32List/addAll_A01_t01.dart b/LibTest/typed_data/Uint32List/addAll_A01_t01.dart
index 0eae83c..299f9b3 100644
--- a/LibTest/typed_data/Uint32List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Uint32List/add_A01_t01.dart b/LibTest/typed_data/Uint32List/add_A01_t01.dart
index e3cb86f..354e8a2 100644
--- a/LibTest/typed_data/Uint32List/add_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Uint32List/any_A01_t01.dart b/LibTest/typed_data/Uint32List/any_A01_t01.dart
index 3ada5b2..ee025b8 100644
--- a/LibTest/typed_data/Uint32List/any_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint32List/asMap_A01_t01.dart b/LibTest/typed_data/Uint32List/asMap_A01_t01.dart
index 981daec..0e90dcb 100644
--- a/LibTest/typed_data/Uint32List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint32List/asMap_A01_t02.dart b/LibTest/typed_data/Uint32List/asMap_A01_t02.dart
index 994ab60..28dc7ea 100644
--- a/LibTest/typed_data/Uint32List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint32List/asMap_A02_t01.dart b/LibTest/typed_data/Uint32List/asMap_A02_t01.dart
index 1d22d5e..b8a9bb8 100644
--- a/LibTest/typed_data/Uint32List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Uint32List/buffer_A01_t01.dart b/LibTest/typed_data/Uint32List/buffer_A01_t01.dart
index 9757ecb..bc7723b 100644
--- a/LibTest/typed_data/Uint32List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint32List/buffer_A01_t02.dart b/LibTest/typed_data/Uint32List/buffer_A01_t02.dart
index 137ecc2..35e42ee 100644
--- a/LibTest/typed_data/Uint32List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint32List/clear_A01_t01.dart b/LibTest/typed_data/Uint32List/clear_A01_t01.dart
index 48de997..e5ba57d 100644
--- a/LibTest/typed_data/Uint32List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Uint32List/contains_A01_t01.dart b/LibTest/typed_data/Uint32List/contains_A01_t01.dart
index 40f7273..c90f4f4 100644
--- a/LibTest/typed_data/Uint32List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Uint32List/elementAt_A01_t01.dart b/LibTest/typed_data/Uint32List/elementAt_A01_t01.dart
index 2586e9a..dc02d28 100644
--- a/LibTest/typed_data/Uint32List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Uint32List/elementAt_A02_t01.dart b/LibTest/typed_data/Uint32List/elementAt_A02_t01.dart
index e813992..4a725dd 100644
--- a/LibTest/typed_data/Uint32List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t01.dart
index 61072b3..414cafb 100644
--- a/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t02.dart
index b50d7c7..b3d18f3 100644
--- a/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint32List/every_A01_t01.dart b/LibTest/typed_data/Uint32List/every_A01_t01.dart
index a82e996..b535c0c 100644
--- a/LibTest/typed_data/Uint32List/every_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool test(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint32List/expand_A01_t01.dart b/LibTest/typed_data/Uint32List/expand_A01_t01.dart
index 761f815..2e130e5 100644
--- a/LibTest/typed_data/Uint32List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Uint32List/fillRange_A01_t01.dart b/LibTest/typed_data/Uint32List/fillRange_A01_t01.dart
index 4bf0b06..1da7b78 100644
--- a/LibTest/typed_data/Uint32List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the elements in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Uint32List/fillRange_A02_t01.dart b/LibTest/typed_data/Uint32List/fillRange_A02_t01.dart
index d06518d..bf66ecf 100644
--- a/LibTest/typed_data/Uint32List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Uint32List/firstWhere_A01_t01.dart b/LibTest/typed_data/Uint32List/firstWhere_A01_t01.dart
index 2649ef6..0b6c721 100644
--- a/LibTest/typed_data/Uint32List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint32List/firstWhere_A02_t01.dart b/LibTest/typed_data/Uint32List/firstWhere_A02_t01.dart
index 0e40447..2311244 100644
--- a/LibTest/typed_data/Uint32List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint32List/firstWhere_A03_t01.dart b/LibTest/typed_data/Uint32List/firstWhere_A03_t01.dart
index 6bf20ae..ba4e949 100644
--- a/LibTest/typed_data/Uint32List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint32List/first_A01_t01.dart b/LibTest/typed_data/Uint32List/first_A01_t01.dart
index ddee9b0..6795c3b 100644
--- a/LibTest/typed_data/Uint32List/first_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint32List/first_A01_t02.dart b/LibTest/typed_data/Uint32List/first_A01_t02.dart
index 856182a..7878d02 100644
--- a/LibTest/typed_data/Uint32List/first_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint32List/first_A02_t01.dart b/LibTest/typed_data/Uint32List/first_A02_t01.dart
index 74b917e..d426450 100644
--- a/LibTest/typed_data/Uint32List/first_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint32List/first_A03_t01.dart b/LibTest/typed_data/Uint32List/first_A03_t01.dart
index 61f98c6..756651f 100644
--- a/LibTest/typed_data/Uint32List/first_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint32List/fold_A01_t01.dart b/LibTest/typed_data/Uint32List/fold_A01_t01.dart
index cdec7ce..9b5a618 100644
--- a/LibTest/typed_data/Uint32List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/typed_data/Uint32List/forEach_A01_t01.dart b/LibTest/typed_data/Uint32List/forEach_A01_t01.dart
index 7dc729a..cb832c0 100644
--- a/LibTest/typed_data/Uint32List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Uint32List/getRange_A01_t01.dart b/LibTest/typed_data/Uint32List/getRange_A01_t01.dart
index 2558e02..63ca62c 100644
--- a/LibTest/typed_data/Uint32List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the elements in the range [start]
diff --git a/LibTest/typed_data/Uint32List/getRange_A02_t01.dart b/LibTest/typed_data/Uint32List/getRange_A02_t01.dart
index ca581d7..27e0fda 100644
--- a/LibTest/typed_data/Uint32List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Uint32List/getRange_A03_t01.dart b/LibTest/typed_data/Uint32List/getRange_A03_t01.dart
index 9084f18..adc98a4 100644
--- a/LibTest/typed_data/Uint32List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint32List/getRange_A04_t01.dart b/LibTest/typed_data/Uint32List/getRange_A04_t01.dart
index 5e0e417..ac8eed6 100644
--- a/LibTest/typed_data/Uint32List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * * ...
diff --git a/LibTest/typed_data/Uint32List/hashCode_A01_t01.dart b/LibTest/typed_data/Uint32List/hashCode_A01_t01.dart
index ac31519..463ba2b 100644
--- a/LibTest/typed_data/Uint32List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint32List/hashCode_A01_t02.dart b/LibTest/typed_data/Uint32List/hashCode_A01_t02.dart
index 7ea9a47..a924e2c 100644
--- a/LibTest/typed_data/Uint32List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint32List/indexOf_A01_t01.dart b/LibTest/typed_data/Uint32List/indexOf_A01_t01.dart
index 272ec92..7419df2 100644
--- a/LibTest/typed_data/Uint32List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint32List/indexOf_A01_t02.dart b/LibTest/typed_data/Uint32List/indexOf_A01_t02.dart
index b6f436f..a7425f7 100644
--- a/LibTest/typed_data/Uint32List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint32List/indexOf_A02_t01.dart b/LibTest/typed_data/Uint32List/indexOf_A02_t01.dart
index 1a9e645..82048b8 100644
--- a/LibTest/typed_data/Uint32List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Uint32List/indexOf_A03_t01.dart b/LibTest/typed_data/Uint32List/indexOf_A03_t01.dart
index e1476c8..cee0087 100644
--- a/LibTest/typed_data/Uint32List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint32List/insertAll_A01_t01.dart b/LibTest/typed_data/Uint32List/insertAll_A01_t01.dart
index e351b5c..7e260a8 100644
--- a/LibTest/typed_data/Uint32List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all elements of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Uint32List/insert_A01_t01.dart b/LibTest/typed_data/Uint32List/insert_A01_t01.dart
index aec3985..a58b4e6 100644
--- a/LibTest/typed_data/Uint32List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E value)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Uint32List/isEmpty_A01_t01.dart b/LibTest/typed_data/Uint32List/isEmpty_A01_t01.dart
index a6cbca6..80916ab 100644
--- a/LibTest/typed_data/Uint32List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint32List/isEmpty_A01_t02.dart b/LibTest/typed_data/Uint32List/isEmpty_A01_t02.dart
index 8855762..ce1dc97 100644
--- a/LibTest/typed_data/Uint32List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint32List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Uint32List/isNotEmpty_A01_t01.dart
index 8760d2c..5abb69d 100644
--- a/LibTest/typed_data/Uint32List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint32List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Uint32List/isNotEmpty_A01_t02.dart
index 51ca24c..6da40e7 100644
--- a/LibTest/typed_data/Uint32List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint32List/iterator_A01_t01.dart b/LibTest/typed_data/Uint32List/iterator_A01_t01.dart
index fb92a7a..c895d6d 100644
--- a/LibTest/typed_data/Uint32List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint32List/iterator_A01_t02.dart b/LibTest/typed_data/Uint32List/iterator_A01_t02.dart
index 9aef938..51cd55c 100644
--- a/LibTest/typed_data/Uint32List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint32List/iterator_current_A01_t01.dart b/LibTest/typed_data/Uint32List/iterator_current_A01_t01.dart
index c45c29f..0f6585e 100644
--- a/LibTest/typed_data/Uint32List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Uint32List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Uint32List/iterator_moveNext_A01_t01.dart
index 1821089..0806cd6 100644
--- a/LibTest/typed_data/Uint32List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Uint32List/join_A01_t01.dart b/LibTest/typed_data/Uint32List/join_A01_t01.dart
index 404cc27..b9e4829 100644
--- a/LibTest/typed_data/Uint32List/join_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Uint32List/join_A01_t02.dart b/LibTest/typed_data/Uint32List/join_A01_t02.dart
index 984be61..92abaed 100644
--- a/LibTest/typed_data/Uint32List/join_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Uint32List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Uint32List/lastIndexOf_A01_t01.dart
index ac95b3b..9404985 100644
--- a/LibTest/typed_data/Uint32List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index in this list.
diff --git a/LibTest/typed_data/Uint32List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Uint32List/lastIndexOf_A01_t02.dart
index 73a5a7f..71a6ea9 100644
--- a/LibTest/typed_data/Uint32List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint32List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Uint32List/lastIndexOf_A02_t01.dart
index ff86003..535aa7b 100644
--- a/LibTest/typed_data/Uint32List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns -1 if element is not found.
diff --git a/LibTest/typed_data/Uint32List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Uint32List/lastIndexOf_A03_t01.dart
index e61f623..1deed74 100644
--- a/LibTest/typed_data/Uint32List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint32List/lastWhere_A01_t01.dart b/LibTest/typed_data/Uint32List/lastWhere_A01_t01.dart
index 210aeb3..76f1dea 100644
--- a/LibTest/typed_data/Uint32List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint32List/lastWhere_A02_t01.dart b/LibTest/typed_data/Uint32List/lastWhere_A02_t01.dart
index 2c99bc8..13986c7 100644
--- a/LibTest/typed_data/Uint32List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint32List/lastWhere_A03_t01.dart b/LibTest/typed_data/Uint32List/lastWhere_A03_t01.dart
index 5c5c4fa..dba45d6 100644
--- a/LibTest/typed_data/Uint32List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint32List/last_A01_t01.dart b/LibTest/typed_data/Uint32List/last_A01_t01.dart
index d9e3433..e6549ad 100644
--- a/LibTest/typed_data/Uint32List/last_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint32List/last_A01_t02.dart b/LibTest/typed_data/Uint32List/last_A01_t02.dart
index 636ac89..16d0262 100644
--- a/LibTest/typed_data/Uint32List/last_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint32List/last_A02_t01.dart b/LibTest/typed_data/Uint32List/last_A02_t01.dart
index 8d6ecaa..10b8122 100644
--- a/LibTest/typed_data/Uint32List/last_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Uint32List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Uint32List/lengthInBytes_A01_t01.dart
index 689f43c..a9a94f2 100644
--- a/LibTest/typed_data/Uint32List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint32List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Uint32List/lengthInBytes_A01_t02.dart
index 37c627d..dfe86cb 100644
--- a/LibTest/typed_data/Uint32List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint32List/length_A01_t01.dart b/LibTest/typed_data/Uint32List/length_A01_t01.dart
index 5aee456..ec6f6d3 100644
--- a/LibTest/typed_data/Uint32List/length_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Uint32List/length_A02_t01.dart b/LibTest/typed_data/Uint32List/length_A02_t01.dart
index 7e4e953..24a726b 100644
--- a/LibTest/typed_data/Uint32List/length_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Uint32List/map_A01_t01.dart b/LibTest/typed_data/Uint32List/map_A01_t01.dart
index 14e32e2..9c54cd1 100644
--- a/LibTest/typed_data/Uint32List/map_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling [f]
diff --git a/LibTest/typed_data/Uint32List/map_A02_t01.dart b/LibTest/typed_data/Uint32List/map_A02_t01.dart
index e689bc4..3666789 100644
--- a/LibTest/typed_data/Uint32List/map_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/map_A03_t01.dart b/LibTest/typed_data/Uint32List/map_A03_t01.dart
index ae8792f..2a3681f 100644
--- a/LibTest/typed_data/Uint32List/map_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Uint32List/offsetInBytes_A01_t01.dart
index eb0f0f4..839b3f2 100644
--- a/LibTest/typed_data/Uint32List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint32List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Uint32List/offsetInBytes_A01_t02.dart
index 3b10a7e..7d50f9b 100644
--- a/LibTest/typed_data/Uint32List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint32List/operator_equality_A01_t01.dart b/LibTest/typed_data/Uint32List/operator_equality_A01_t01.dart
index 0b78eff..9a77abc 100644
--- a/LibTest/typed_data/Uint32List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Uint32List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Uint32List/operator_subscript_A01_t01.dart
index 45ef561..7f9b2f2 100644
--- a/LibTest/typed_data/Uint32List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Uint32List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Uint32List/operator_subscript_A02_t01.dart
index 45618a0..5e4d857 100644
--- a/LibTest/typed_data/Uint32List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A01_t01.dart
index 0387a99..0651ef4 100644
--- a/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A02_t01.dart
index 635dd42..f5f41b5 100644
--- a/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Uint32List/reduce_A01_t01.dart b/LibTest/typed_data/Uint32List/reduce_A01_t01.dart
index e509110..4de33f8 100644
--- a/LibTest/typed_data/Uint32List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Uint32List/reduce_A02_t01.dart b/LibTest/typed_data/Uint32List/reduce_A02_t01.dart
index 34f8db0..3d965f9 100644
--- a/LibTest/typed_data/Uint32List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/reduce_A03_t01.dart b/LibTest/typed_data/Uint32List/reduce_A03_t01.dart
index 770d84d..536fa9b 100644
--- a/LibTest/typed_data/Uint32List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/removeAt_A01_t01.dart b/LibTest/typed_data/Uint32List/removeAt_A01_t01.dart
index 749028e..d9832a4 100644
--- a/LibTest/typed_data/Uint32List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Uint32List/removeLast_A01_t01.dart b/LibTest/typed_data/Uint32List/removeLast_A01_t01.dart
index 43cfe9e..95c411a 100644
--- a/LibTest/typed_data/Uint32List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last object in the list.
diff --git a/LibTest/typed_data/Uint32List/removeRange_A01_t01.dart b/LibTest/typed_data/Uint32List/removeRange_A01_t01.dart
index a0fdb49..59992af 100644
--- a/LibTest/typed_data/Uint32List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Uint32List/removeWhere_A01_t01.dart b/LibTest/typed_data/Uint32List/removeWhere_A01_t01.dart
index 32aee57..1a76f02 100644
--- a/LibTest/typed_data/Uint32List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects from this list that satisfy test.
diff --git a/LibTest/typed_data/Uint32List/remove_A01_t01.dart b/LibTest/typed_data/Uint32List/remove_A01_t01.dart
index b3be1a8..5e85c65 100644
--- a/LibTest/typed_data/Uint32List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Uint32List/replaceRange_A01_t01.dart b/LibTest/typed_data/Uint32List/replaceRange_A01_t01.dart
index ac32cd7..503882e 100644
--- a/LibTest/typed_data/Uint32List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Uint32List/retainWhere_A01_t01.dart b/LibTest/typed_data/Uint32List/retainWhere_A01_t01.dart
index 440d7ea..e4a2163 100644
--- a/LibTest/typed_data/Uint32List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects from this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Uint32List/reversed_A01_t01.dart b/LibTest/typed_data/Uint32List/reversed_A01_t01.dart
index 441d9b9..00a3a20 100644
--- a/LibTest/typed_data/Uint32List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint32List/reversed_A01_t02.dart b/LibTest/typed_data/Uint32List/reversed_A01_t02.dart
index d60b56b..80da44d 100644
--- a/LibTest/typed_data/Uint32List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint32List/runtimeType_A01_t01.dart b/LibTest/typed_data/Uint32List/runtimeType_A01_t01.dart
index c19f539..0d49aee 100644
--- a/LibTest/typed_data/Uint32List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint32List/runtimeType_A01_t02.dart b/LibTest/typed_data/Uint32List/runtimeType_A01_t02.dart
index c53f811..f13e5e4 100644
--- a/LibTest/typed_data/Uint32List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint32List/setAll_A01_t01.dart b/LibTest/typed_data/Uint32List/setAll_A01_t01.dart
index ac6b328..dce4d0f 100644
--- a/LibTest/typed_data/Uint32List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Uint32List/setAll_A02_t01.dart b/LibTest/typed_data/Uint32List/setAll_A02_t01.dart
index 60e96ab..91bbce4 100644
--- a/LibTest/typed_data/Uint32List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint32List/setAll_A03_t01.dart b/LibTest/typed_data/Uint32List/setAll_A03_t01.dart
index b504fdf..e48b54f 100644
--- a/LibTest/typed_data/Uint32List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint32List/setAll_A04_t01.dart b/LibTest/typed_data/Uint32List/setAll_A04_t01.dart
index dd0ee06..dc2a8b5 100644
--- a/LibTest/typed_data/Uint32List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint32List/setRange_A01_t01.dart b/LibTest/typed_data/Uint32List/setRange_A01_t01.dart
index 58da086..4b22d9d 100644
--- a/LibTest/typed_data/Uint32List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint32List/setRange_A02_t01.dart b/LibTest/typed_data/Uint32List/setRange_A02_t01.dart
index d81b487..5ac8d1c 100644
--- a/LibTest/typed_data/Uint32List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint32List/setRange_A03_t01.dart b/LibTest/typed_data/Uint32List/setRange_A03_t01.dart
index 54b19b4..32a89ee 100644
--- a/LibTest/typed_data/Uint32List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint32List/setRange_A04_t01.dart b/LibTest/typed_data/Uint32List/setRange_A04_t01.dart
index 7e7a68b..10163b8 100644
--- a/LibTest/typed_data/Uint32List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint32List/setRange_A05_t01.dart b/LibTest/typed_data/Uint32List/setRange_A05_t01.dart
index 9cab79f..a41189b 100644
--- a/LibTest/typed_data/Uint32List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Uint32List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint32List/shuffle_A01_t01.dart b/LibTest/typed_data/Uint32List/shuffle_A01_t01.dart
index 9726a58..1683067 100644
--- a/LibTest/typed_data/Uint32List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint32List/shuffle_A01_t02.dart b/LibTest/typed_data/Uint32List/shuffle_A01_t02.dart
index fa26964..5528019 100644
--- a/LibTest/typed_data/Uint32List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint32List/shuffle_A01_t03.dart b/LibTest/typed_data/Uint32List/shuffle_A01_t03.dart
index dc1e64d..f1fd569 100644
--- a/LibTest/typed_data/Uint32List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Uint32List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint32List/singleWhere_A01_t01.dart b/LibTest/typed_data/Uint32List/singleWhere_A01_t01.dart
index ee7c6c2..bd28644 100644
--- a/LibTest/typed_data/Uint32List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Uint32List/singleWhere_A02_t01.dart b/LibTest/typed_data/Uint32List/singleWhere_A02_t01.dart
index e1200d3..3214dd5 100644
--- a/LibTest/typed_data/Uint32List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/singleWhere_A02_t02.dart b/LibTest/typed_data/Uint32List/singleWhere_A02_t02.dart
index 616b278..6f03550 100644
--- a/LibTest/typed_data/Uint32List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Uint32List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/single_A01_t01.dart b/LibTest/typed_data/Uint32List/single_A01_t01.dart
index 2336a1f..1ce2bfa 100644
--- a/LibTest/typed_data/Uint32List/single_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Returns the single element in this.
diff --git a/LibTest/typed_data/Uint32List/single_A01_t02.dart b/LibTest/typed_data/Uint32List/single_A01_t02.dart
index 897d8bb..710fb84 100644
--- a/LibTest/typed_data/Uint32List/single_A01_t02.dart
+++ b/LibTest/typed_data/Uint32List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Returns the single element in this.
diff --git a/LibTest/typed_data/Uint32List/single_A02_t01.dart b/LibTest/typed_data/Uint32List/single_A02_t01.dart
index 317084b..2dece50 100644
--- a/LibTest/typed_data/Uint32List/single_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint32List/single_A02_t02.dart b/LibTest/typed_data/Uint32List/single_A02_t02.dart
index 2cce3dc..7824bcd 100644
--- a/LibTest/typed_data/Uint32List/single_A02_t02.dart
+++ b/LibTest/typed_data/Uint32List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint32List/skipWhile_A01_t01.dart b/LibTest/typed_data/Uint32List/skipWhile_A01_t01.dart
index f455622..8ac7910 100644
--- a/LibTest/typed_data/Uint32List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Uint32List/skipWhile_A02_t01.dart b/LibTest/typed_data/Uint32List/skipWhile_A02_t01.dart
index c2bdcbb..c08dd35 100644
--- a/LibTest/typed_data/Uint32List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/skipWhile_A03_t01.dart b/LibTest/typed_data/Uint32List/skipWhile_A03_t01.dart
index 1a9f51a..c0fcd30 100644
--- a/LibTest/typed_data/Uint32List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/skipWhile_A04_t01.dart b/LibTest/typed_data/Uint32List/skipWhile_A04_t01.dart
index 576353e..49dc9fb 100644
--- a/LibTest/typed_data/Uint32List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/skip_A01_t01.dart b/LibTest/typed_data/Uint32List/skip_A01_t01.dart
index db063b4..b873b38 100644
--- a/LibTest/typed_data/Uint32List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that  provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Uint32List/skip_A02_t01.dart b/LibTest/typed_data/Uint32List/skip_A02_t01.dart
index 6f0ff53..cd268d7 100644
--- a/LibTest/typed_data/Uint32List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint32List/skip_A03_t01.dart b/LibTest/typed_data/Uint32List/skip_A03_t01.dart
index 79aa2bf..f8edab0 100644
--- a/LibTest/typed_data/Uint32List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint32List/sort_A01_t01.dart b/LibTest/typed_data/Uint32List/sort_A01_t01.dart
index 97656b9..4908f13 100644
--- a/LibTest/typed_data/Uint32List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Uint32List/sublist_A01_t01.dart b/LibTest/typed_data/Uint32List/sublist_A01_t01.dart
index f827ef6..99929a9 100644
--- a/LibTest/typed_data/Uint32List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Uint32List/sublist_A02_t01.dart b/LibTest/typed_data/Uint32List/sublist_A02_t01.dart
index e965064..04c1cad 100644
--- a/LibTest/typed_data/Uint32List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint32List/sublist_A03_t01.dart b/LibTest/typed_data/Uint32List/sublist_A03_t01.dart
index c0c9ad3..8861cfc 100644
--- a/LibTest/typed_data/Uint32List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint32List/sublist_A03_t02.dart b/LibTest/typed_data/Uint32List/sublist_A03_t02.dart
index 02e4d26..c53a32c 100644
--- a/LibTest/typed_data/Uint32List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Uint32List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint32List/takeWhile_A01_t01.dart b/LibTest/typed_data/Uint32List/takeWhile_A01_t01.dart
index d8c987b..1599cb1 100644
--- a/LibTest/typed_data/Uint32List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Uint32List/takeWhile_A02_t01.dart b/LibTest/typed_data/Uint32List/takeWhile_A02_t01.dart
index 3a40904..8992a18 100644
--- a/LibTest/typed_data/Uint32List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/takeWhile_A03_t01.dart b/LibTest/typed_data/Uint32List/takeWhile_A03_t01.dart
index 33cfa60..4b33b26 100644
--- a/LibTest/typed_data/Uint32List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/takeWhile_A04_t01.dart b/LibTest/typed_data/Uint32List/takeWhile_A04_t01.dart
index 38cb81b..fcb4901 100644
--- a/LibTest/typed_data/Uint32List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint32List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint32List/take_A01_t01.dart b/LibTest/typed_data/Uint32List/take_A01_t01.dart
index e8c03cf..94909d4 100644
--- a/LibTest/typed_data/Uint32List/take_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy [Iterable] of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Uint32List/take_A02_t01.dart b/LibTest/typed_data/Uint32List/take_A02_t01.dart
index d4e4d74..f9ad737 100644
--- a/LibTest/typed_data/Uint32List/take_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint32List/take_A03_t01.dart b/LibTest/typed_data/Uint32List/take_A03_t01.dart
index f496859..d498d84 100644
--- a/LibTest/typed_data/Uint32List/take_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint32List/toList_A01_t01.dart b/LibTest/typed_data/Uint32List/toList_A01_t01.dart
index a0d778c..56fea96 100644
--- a/LibTest/typed_data/Uint32List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint32List/toList_A02_t01.dart b/LibTest/typed_data/Uint32List/toList_A02_t01.dart
index e57a457..01a1f55 100644
--- a/LibTest/typed_data/Uint32List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Uint32List/toList_A02_t02.dart b/LibTest/typed_data/Uint32List/toList_A02_t02.dart
index 0632403..02c62ed 100644
--- a/LibTest/typed_data/Uint32List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Uint32List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Uint32List/toSet_A01_t01.dart b/LibTest/typed_data/Uint32List/toSet_A01_t01.dart
index 94b8179..cf40205 100644
--- a/LibTest/typed_data/Uint32List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the same elements of this iterable.
diff --git a/LibTest/typed_data/Uint32List/toSet_A02_t01.dart b/LibTest/typed_data/Uint32List/toSet_A02_t01.dart
index dd550ce..3011454 100644
--- a/LibTest/typed_data/Uint32List/toSet_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/toSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * ...
diff --git a/LibTest/typed_data/Uint32List/toString_A01_t01.dart b/LibTest/typed_data/Uint32List/toString_A01_t01.dart
index b864432..ce9c649 100644
--- a/LibTest/typed_data/Uint32List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Uint32List/where_A01_t01.dart b/LibTest/typed_data/Uint32List/where_A01_t01.dart
index 876ed50..41b788e 100644
--- a/LibTest/typed_data/Uint32List/where_A01_t01.dart
+++ b/LibTest/typed_data/Uint32List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Uint32List/where_A02_t01.dart b/LibTest/typed_data/Uint32List/where_A02_t01.dart
index e2b1599..7250f39 100644
--- a/LibTest/typed_data/Uint32List/where_A02_t01.dart
+++ b/LibTest/typed_data/Uint32List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint32List/where_A03_t01.dart b/LibTest/typed_data/Uint32List/where_A03_t01.dart
index c102ae9..5485499 100644
--- a/LibTest/typed_data/Uint32List/where_A03_t01.dart
+++ b/LibTest/typed_data/Uint32List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t01.dart
index 99336b2..3a057e1 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List.fromList(List<int> list)
  * Creates a [Uint64List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t02.dart b/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t02.dart
index 83a29c4..822263a 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List.fromList(List<num> list)
  * Creates a [Uint64List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint64List/Uint64List.fromList_A02_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.fromList_A02_t01.dart
index f67d1d4..4f0a1ad 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List.fromList(List<int> list)
  * ...
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A01_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A01_t01.dart
index b26d848..ebe15d1 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A01_t02.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A01_t02.dart
index 9d6c919..24bdeed 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A02_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A02_t01.dart
index 25e4e0d..d5d1376 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A03_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A03_t01.dart
index e6f0b4c..96ec840 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A04_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A04_t01.dart
index f4ae178..5a0a0d6 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t01.dart
index a1fd905..6d0080b 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t02.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t02.dart
index f4882ef..321f165 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t02.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t03.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t03.dart
index a1ac2b7..5f705c0 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A05_t03.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List.view_A06_t01.dart b/LibTest/typed_data/Uint64List/Uint64List.view_A06_t01.dart
index 1ed77b9..91fa98b 100644
--- a/LibTest/typed_data/Uint64List/Uint64List.view_A06_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List.view_A06_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint64List.view(
diff --git a/LibTest/typed_data/Uint64List/Uint64List_A01_t01.dart b/LibTest/typed_data/Uint64List/Uint64List_A01_t01.dart
index 63dac49..9716532 100644
--- a/LibTest/typed_data/Uint64List/Uint64List_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List(int length)
  * Creates an [Uint64List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint64List/Uint64List_A01_t02.dart b/LibTest/typed_data/Uint64List/Uint64List_A01_t02.dart
index 94af076..5e34c41 100644
--- a/LibTest/typed_data/Uint64List/Uint64List_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List(int length)
  * Creates an [Uint64List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint64List/Uint64List_A02_t01.dart b/LibTest/typed_data/Uint64List/Uint64List_A02_t01.dart
index 47f98f9..df6d1cc 100644
--- a/LibTest/typed_data/Uint64List/Uint64List_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/Uint64List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint64List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Uint64List/addAll_A01_t01.dart b/LibTest/typed_data/Uint64List/addAll_A01_t01.dart
index 5803e36..4303e19 100644
--- a/LibTest/typed_data/Uint64List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Uint64List/add_A01_t01.dart b/LibTest/typed_data/Uint64List/add_A01_t01.dart
index 3012bb4..1911c94 100644
--- a/LibTest/typed_data/Uint64List/add_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Uint64List/any_A01_t01.dart b/LibTest/typed_data/Uint64List/any_A01_t01.dart
index 931befc..d9eebf4 100644
--- a/LibTest/typed_data/Uint64List/any_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint64List/asMap_A01_t01.dart b/LibTest/typed_data/Uint64List/asMap_A01_t01.dart
index 2566b95..fc9b748 100644
--- a/LibTest/typed_data/Uint64List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint64List/asMap_A01_t02.dart b/LibTest/typed_data/Uint64List/asMap_A01_t02.dart
index 6b7e984..90d5f7d 100644
--- a/LibTest/typed_data/Uint64List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint64List/asMap_A02_t01.dart b/LibTest/typed_data/Uint64List/asMap_A02_t01.dart
index 19ba8dc..783d666 100644
--- a/LibTest/typed_data/Uint64List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * The [Map.keys] [Iterable] iterates the indices of this list in numerical
diff --git a/LibTest/typed_data/Uint64List/buffer_A01_t01.dart b/LibTest/typed_data/Uint64List/buffer_A01_t01.dart
index 6a7ac67..7916d2f 100644
--- a/LibTest/typed_data/Uint64List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint64List/buffer_A01_t02.dart b/LibTest/typed_data/Uint64List/buffer_A01_t02.dart
index 0b3ccc3..c0fb95d 100644
--- a/LibTest/typed_data/Uint64List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint64List/clear_A01_t01.dart b/LibTest/typed_data/Uint64List/clear_A01_t01.dart
index e6d266c..d191d52 100644
--- a/LibTest/typed_data/Uint64List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects in the list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Uint64List/contains_A01_t01.dart b/LibTest/typed_data/Uint64List/contains_A01_t01.dart
index cdaacbd..9c2ece4 100644
--- a/LibTest/typed_data/Uint64List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Uint64List/elementAt_A01_t01.dart b/LibTest/typed_data/Uint64List/elementAt_A01_t01.dart
index 0df5c16..7847add 100644
--- a/LibTest/typed_data/Uint64List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Uint64List/elementAt_A02_t01.dart b/LibTest/typed_data/Uint64List/elementAt_A02_t01.dart
index f08b7f7..a6c5f42 100644
--- a/LibTest/typed_data/Uint64List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t01.dart
index 1b6e434..55fb0b0 100644
--- a/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t02.dart
index 6780458..72f8670 100644
--- a/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint64List/every_A01_t01.dart b/LibTest/typed_data/Uint64List/every_A01_t01.dart
index 2b80689..3719638 100644
--- a/LibTest/typed_data/Uint64List/every_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint64List/expand_A01_t01.dart b/LibTest/typed_data/Uint64List/expand_A01_t01.dart
index 7b4af17..063b1ca 100644
--- a/LibTest/typed_data/Uint64List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Uint64List/expand_A02_t01.dart b/LibTest/typed_data/Uint64List/expand_A02_t01.dart
index 2a6c51a..d280638 100644
--- a/LibTest/typed_data/Uint64List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/fillRange_A01_t01.dart b/LibTest/typed_data/Uint64List/fillRange_A01_t01.dart
index 2f1a49b..80a313f 100644
--- a/LibTest/typed_data/Uint64List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Uint64List/fillRange_A02_t01.dart b/LibTest/typed_data/Uint64List/fillRange_A02_t01.dart
index 5d58a23..fcfd522 100644
--- a/LibTest/typed_data/Uint64List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Uint64List/firstWhere_A01_t01.dart b/LibTest/typed_data/Uint64List/firstWhere_A01_t01.dart
index 133fe61..fa17e84 100644
--- a/LibTest/typed_data/Uint64List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint64List/firstWhere_A02_t01.dart b/LibTest/typed_data/Uint64List/firstWhere_A02_t01.dart
index 2b3eed0..49aac46 100644
--- a/LibTest/typed_data/Uint64List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint64List/firstWhere_A03_t01.dart b/LibTest/typed_data/Uint64List/firstWhere_A03_t01.dart
index e66b173..edb4f2f 100644
--- a/LibTest/typed_data/Uint64List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint64List/first_A01_t01.dart b/LibTest/typed_data/Uint64List/first_A01_t01.dart
index 87a68d2..d5ec22c 100644
--- a/LibTest/typed_data/Uint64List/first_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint64List/first_A01_t02.dart b/LibTest/typed_data/Uint64List/first_A01_t02.dart
index c0540e1..7104fc3 100644
--- a/LibTest/typed_data/Uint64List/first_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint64List/first_A02_t01.dart b/LibTest/typed_data/Uint64List/first_A02_t01.dart
index 0259b90..a624dc8 100644
--- a/LibTest/typed_data/Uint64List/first_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint64List/first_A03_t01.dart b/LibTest/typed_data/Uint64List/first_A03_t01.dart
index d091bf1..3d91ef4 100644
--- a/LibTest/typed_data/Uint64List/first_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  E first
  * ...
diff --git a/LibTest/typed_data/Uint64List/fold_A01_t01.dart b/LibTest/typed_data/Uint64List/fold_A01_t01.dart
index 9eea663..b00ebd6 100644
--- a/LibTest/typed_data/Uint64List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Uint64List/forEach_A01_t01.dart b/LibTest/typed_data/Uint64List/forEach_A01_t01.dart
index 47eb268..c9f331a 100644
--- a/LibTest/typed_data/Uint64List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Uint64List/getRange_A01_t01.dart b/LibTest/typed_data/Uint64List/getRange_A01_t01.dart
index 471d84f..58c5d4e 100644
--- a/LibTest/typed_data/Uint64List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Uint64List/getRange_A02_t01.dart b/LibTest/typed_data/Uint64List/getRange_A02_t01.dart
index 5435843..bc8c757 100644
--- a/LibTest/typed_data/Uint64List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Uint64List/getRange_A03_t01.dart b/LibTest/typed_data/Uint64List/getRange_A03_t01.dart
index bbabda1..352195f 100644
--- a/LibTest/typed_data/Uint64List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint64List/getRange_A04_t01.dart b/LibTest/typed_data/Uint64List/getRange_A04_t01.dart
index 1cc7f7e..fc0b9eb 100644
--- a/LibTest/typed_data/Uint64List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint64List/hashCode_A01_t01.dart b/LibTest/typed_data/Uint64List/hashCode_A01_t01.dart
index 145f1ae..d6284d5 100644
--- a/LibTest/typed_data/Uint64List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint64List/hashCode_A01_t02.dart b/LibTest/typed_data/Uint64List/hashCode_A01_t02.dart
index 0ed5812..c43991b 100644
--- a/LibTest/typed_data/Uint64List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint64List/indexOf_A01_t01.dart b/LibTest/typed_data/Uint64List/indexOf_A01_t01.dart
index 675c0a8..045161b 100644
--- a/LibTest/typed_data/Uint64List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint64List/indexOf_A01_t02.dart b/LibTest/typed_data/Uint64List/indexOf_A01_t02.dart
index a95f686..c7eac1c 100644
--- a/LibTest/typed_data/Uint64List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint64List/indexOf_A02_t01.dart b/LibTest/typed_data/Uint64List/indexOf_A02_t01.dart
index 8315bbc..86026b3 100644
--- a/LibTest/typed_data/Uint64List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Uint64List/indexOf_A03_t01.dart b/LibTest/typed_data/Uint64List/indexOf_A03_t01.dart
index aae738e..1f08712 100644
--- a/LibTest/typed_data/Uint64List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [star] is out of bounds, it doesn't cause any
diff --git a/LibTest/typed_data/Uint64List/insertAll_A01_t01.dart b/LibTest/typed_data/Uint64List/insertAll_A01_t01.dart
index 988ffe0..c221a3a 100644
--- a/LibTest/typed_data/Uint64List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Uint64List/insert_A01_t01.dart b/LibTest/typed_data/Uint64List/insert_A01_t01.dart
index 0e4dfbb..a8fad46 100644
--- a/LibTest/typed_data/Uint64List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the object at position [index] in the list.
diff --git a/LibTest/typed_data/Uint64List/isEmpty_A01_t01.dart b/LibTest/typed_data/Uint64List/isEmpty_A01_t01.dart
index e2cea6e..2e05290 100644
--- a/LibTest/typed_data/Uint64List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint64List/isEmpty_A01_t02.dart b/LibTest/typed_data/Uint64List/isEmpty_A01_t02.dart
index 81ef00d..6ccad49 100644
--- a/LibTest/typed_data/Uint64List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint64List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Uint64List/isNotEmpty_A01_t01.dart
index d987d27..0fa5454 100644
--- a/LibTest/typed_data/Uint64List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint64List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Uint64List/isNotEmpty_A01_t02.dart
index 75a8930..82efad8 100644
--- a/LibTest/typed_data/Uint64List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint64List/iterator_A01_t01.dart b/LibTest/typed_data/Uint64List/iterator_A01_t01.dart
index 1c57bef..8215de4 100644
--- a/LibTest/typed_data/Uint64List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint64List/iterator_A01_t02.dart b/LibTest/typed_data/Uint64List/iterator_A01_t02.dart
index 67bcf45..e9b5ad0 100644
--- a/LibTest/typed_data/Uint64List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint64List/iterator_current_A01_t01.dart b/LibTest/typed_data/Uint64List/iterator_current_A01_t01.dart
index 8cb9991..7e75ce1 100644
--- a/LibTest/typed_data/Uint64List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Uint64List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Uint64List/iterator_moveNext_A01_t01.dart
index 4880f15..664dc16 100644
--- a/LibTest/typed_data/Uint64List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Uint64List/join_A01_t01.dart b/LibTest/typed_data/Uint64List/join_A01_t01.dart
index 4e7bc26..364c51f 100644
--- a/LibTest/typed_data/Uint64List/join_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Uint64List/join_A01_t02.dart b/LibTest/typed_data/Uint64List/join_A01_t02.dart
index b4ef2aa..2e58564 100644
--- a/LibTest/typed_data/Uint64List/join_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a String and concatenates the strings.
diff --git a/LibTest/typed_data/Uint64List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Uint64List/lastIndexOf_A01_t01.dart
index f91cc62..3944e62 100644
--- a/LibTest/typed_data/Uint64List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Uint64List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Uint64List/lastIndexOf_A01_t02.dart
index a2e04bd..b360151 100644
--- a/LibTest/typed_data/Uint64List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint64List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Uint64List/lastIndexOf_A02_t01.dart
index b9e64d6..ab9ca86 100644
--- a/LibTest/typed_data/Uint64List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint64List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Uint64List/lastIndexOf_A03_t01.dart
index 07e33ee..eefae90 100644
--- a/LibTest/typed_data/Uint64List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [start] is out of bounds, it doesn't cause any
diff --git a/LibTest/typed_data/Uint64List/lastWhere_A01_t01.dart b/LibTest/typed_data/Uint64List/lastWhere_A01_t01.dart
index 092fdcd..c83ae28 100644
--- a/LibTest/typed_data/Uint64List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint64List/lastWhere_A02_t01.dart b/LibTest/typed_data/Uint64List/lastWhere_A02_t01.dart
index d2815c1..b6b170d 100644
--- a/LibTest/typed_data/Uint64List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint64List/lastWhere_A03_t01.dart b/LibTest/typed_data/Uint64List/lastWhere_A03_t01.dart
index 664cf61..854959f 100644
--- a/LibTest/typed_data/Uint64List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint64List/last_A01_t01.dart b/LibTest/typed_data/Uint64List/last_A01_t01.dart
index c74d86a..1651c45 100644
--- a/LibTest/typed_data/Uint64List/last_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint64List/last_A01_t02.dart b/LibTest/typed_data/Uint64List/last_A01_t02.dart
index 53def3a..001f430 100644
--- a/LibTest/typed_data/Uint64List/last_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint64List/last_A02_t01.dart b/LibTest/typed_data/Uint64List/last_A02_t01.dart
index 1159eef..11cc125 100644
--- a/LibTest/typed_data/Uint64List/last_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Uint64List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Uint64List/lengthInBytes_A01_t01.dart
index 5499e6f..2be2699 100644
--- a/LibTest/typed_data/Uint64List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint64List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Uint64List/lengthInBytes_A01_t02.dart
index 0d2203a..7ba1624 100644
--- a/LibTest/typed_data/Uint64List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint64List/length_A01_t01.dart b/LibTest/typed_data/Uint64List/length_A01_t01.dart
index 0f23c5b..c0d3cdb 100644
--- a/LibTest/typed_data/Uint64List/length_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Uint64List/length_A02_t01.dart b/LibTest/typed_data/Uint64List/length_A02_t01.dart
index 7632ce0..a8fb3e7 100644
--- a/LibTest/typed_data/Uint64List/length_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void length=(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Uint64List/map_A01_t01.dart b/LibTest/typed_data/Uint64List/map_A01_t01.dart
index 6b3d561..5904b2e 100644
--- a/LibTest/typed_data/Uint64List/map_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Uint64List/map_A02_t01.dart b/LibTest/typed_data/Uint64List/map_A02_t01.dart
index 7fe6b3e..4197281 100644
--- a/LibTest/typed_data/Uint64List/map_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/map_A03_t01.dart b/LibTest/typed_data/Uint64List/map_A03_t01.dart
index c01a51f..91d6426 100644
--- a/LibTest/typed_data/Uint64List/map_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Uint64List/offsetInBytes_A01_t01.dart
index df79fc5..ae9036c 100644
--- a/LibTest/typed_data/Uint64List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint64List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Uint64List/offsetInBytes_A01_t02.dart
index 485ccb7..e7cf3e1 100644
--- a/LibTest/typed_data/Uint64List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint64List/operator_equality_A01_t01.dart b/LibTest/typed_data/Uint64List/operator_equality_A01_t01.dart
index 7b79088..31ec87e 100644
--- a/LibTest/typed_data/Uint64List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Uint64List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Uint64List/operator_subscript_A01_t01.dart
index 679846c..dca54ae 100644
--- a/LibTest/typed_data/Uint64List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the element at the given index in the list.
diff --git a/LibTest/typed_data/Uint64List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Uint64List/operator_subscript_A02_t01.dart
index b52a0ef..933af73 100644
--- a/LibTest/typed_data/Uint64List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A01_t01.dart
index 042bf76..c725449 100644
--- a/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A02_t01.dart
index ae5bbbe..3526d67 100644
--- a/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, E value)
  * ...
diff --git a/LibTest/typed_data/Uint64List/reduce_A01_t01.dart b/LibTest/typed_data/Uint64List/reduce_A01_t01.dart
index 69a7baa..a3e8e84 100644
--- a/LibTest/typed_data/Uint64List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Uint64List/reduce_A02_t01.dart b/LibTest/typed_data/Uint64List/reduce_A02_t01.dart
index 202518d..90d0520 100644
--- a/LibTest/typed_data/Uint64List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/reduce_A03_t01.dart b/LibTest/typed_data/Uint64List/reduce_A03_t01.dart
index 5f65857..975c379 100644
--- a/LibTest/typed_data/Uint64List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E previousValue, E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/removeAt_A01_t01.dart b/LibTest/typed_data/Uint64List/removeAt_A01_t01.dart
index 9cae7c4..bc8eed4 100644
--- a/LibTest/typed_data/Uint64List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Uint64List/removeLast_A01_t01.dart b/LibTest/typed_data/Uint64List/removeLast_A01_t01.dart
index 8f5645b..07594c5 100644
--- a/LibTest/typed_data/Uint64List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/typed_data/Uint64List/removeRange_A01_t01.dart b/LibTest/typed_data/Uint64List/removeRange_A01_t01.dart
index 60dcfcf..bd518cf 100644
--- a/LibTest/typed_data/Uint64List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Uint64List/removeWhere_A01_t01.dart b/LibTest/typed_data/Uint64List/removeWhere_A01_t01.dart
index d4e6619..f69e35d 100644
--- a/LibTest/typed_data/Uint64List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements of this list that satisfy test.
diff --git a/LibTest/typed_data/Uint64List/remove_A01_t01.dart b/LibTest/typed_data/Uint64List/remove_A01_t01.dart
index 7add83f..a069fef 100644
--- a/LibTest/typed_data/Uint64List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Uint64List/replaceRange_A01_t01.dart b/LibTest/typed_data/Uint64List/replaceRange_A01_t01.dart
index c91fcdf..d32ef89 100644
--- a/LibTest/typed_data/Uint64List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> iterable)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Uint64List/retainWhere_A01_t01.dart b/LibTest/typed_data/Uint64List/retainWhere_A01_t01.dart
index 0a9b2f8..e05669d 100644
--- a/LibTest/typed_data/Uint64List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all objects of this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Uint64List/reversed_A01_t01.dart b/LibTest/typed_data/Uint64List/reversed_A01_t01.dart
index 4b5f607..14a279f 100644
--- a/LibTest/typed_data/Uint64List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint64List/reversed_A01_t02.dart b/LibTest/typed_data/Uint64List/reversed_A01_t02.dart
index 0b75d40..54eb40c 100644
--- a/LibTest/typed_data/Uint64List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint64List/runtimeType_A01_t01.dart b/LibTest/typed_data/Uint64List/runtimeType_A01_t01.dart
index 3888f90..4cc49bd 100644
--- a/LibTest/typed_data/Uint64List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint64List/runtimeType_A01_t02.dart b/LibTest/typed_data/Uint64List/runtimeType_A01_t02.dart
index 0427472..717d9d8 100644
--- a/LibTest/typed_data/Uint64List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint64List/setAll_A01_t01.dart b/LibTest/typed_data/Uint64List/setAll_A01_t01.dart
index a0dc2e0..0a9d477 100644
--- a/LibTest/typed_data/Uint64List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Uint64List/setAll_A02_t01.dart b/LibTest/typed_data/Uint64List/setAll_A02_t01.dart
index e3a78b2..4cb9157 100644
--- a/LibTest/typed_data/Uint64List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint64List/setAll_A03_t01.dart b/LibTest/typed_data/Uint64List/setAll_A03_t01.dart
index c7ed3bc..3894a3e 100644
--- a/LibTest/typed_data/Uint64List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint64List/setAll_A04_t01.dart b/LibTest/typed_data/Uint64List/setAll_A04_t01.dart
index 6e21d55..815f73b 100644
--- a/LibTest/typed_data/Uint64List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint64List/setRange_A01_t01.dart b/LibTest/typed_data/Uint64List/setRange_A01_t01.dart
index c9421be..c7e8325 100644
--- a/LibTest/typed_data/Uint64List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint64List/setRange_A02_t01.dart b/LibTest/typed_data/Uint64List/setRange_A02_t01.dart
index 1c57ac0..088a428 100644
--- a/LibTest/typed_data/Uint64List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint64List/setRange_A03_t01.dart b/LibTest/typed_data/Uint64List/setRange_A03_t01.dart
index cfff7bc..fef6b4b 100644
--- a/LibTest/typed_data/Uint64List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint64List/setRange_A04_t01.dart b/LibTest/typed_data/Uint64List/setRange_A04_t01.dart
index 21ee36a..31cf29b 100644
--- a/LibTest/typed_data/Uint64List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint64List/setRange_A05_t01.dart b/LibTest/typed_data/Uint64List/setRange_A05_t01.dart
index 5e771be..4f48479 100644
--- a/LibTest/typed_data/Uint64List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Uint64List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint64List/shuffle_A01_t01.dart b/LibTest/typed_data/Uint64List/shuffle_A01_t01.dart
index 7df5ee0..3b516a2 100644
--- a/LibTest/typed_data/Uint64List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint64List/shuffle_A01_t02.dart b/LibTest/typed_data/Uint64List/shuffle_A01_t02.dart
index 27ee5d9..3be9cfd 100644
--- a/LibTest/typed_data/Uint64List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint64List/shuffle_A01_t03.dart b/LibTest/typed_data/Uint64List/shuffle_A01_t03.dart
index 7a6be8f..9aad7d2 100644
--- a/LibTest/typed_data/Uint64List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Uint64List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint64List/singleWhere_A01_t01.dart b/LibTest/typed_data/Uint64List/singleWhere_A01_t01.dart
index ea812a0..ec8fca8 100644
--- a/LibTest/typed_data/Uint64List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Uint64List/singleWhere_A02_t01.dart b/LibTest/typed_data/Uint64List/singleWhere_A02_t01.dart
index 89bcb11..fee8d31 100644
--- a/LibTest/typed_data/Uint64List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/singleWhere_A02_t02.dart b/LibTest/typed_data/Uint64List/singleWhere_A02_t02.dart
index bb1ad94..c63f3a5 100644
--- a/LibTest/typed_data/Uint64List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Uint64List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/single_A01_t01.dart b/LibTest/typed_data/Uint64List/single_A01_t01.dart
index 2143148..2c9fea1 100644
--- a/LibTest/typed_data/Uint64List/single_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint64List/single_A01_t02.dart b/LibTest/typed_data/Uint64List/single_A01_t02.dart
index f499fa2..b499b27 100644
--- a/LibTest/typed_data/Uint64List/single_A01_t02.dart
+++ b/LibTest/typed_data/Uint64List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint64List/single_A02_t01.dart b/LibTest/typed_data/Uint64List/single_A02_t01.dart
index 6f54ad0..e2d3532 100644
--- a/LibTest/typed_data/Uint64List/single_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint64List/single_A02_t02.dart b/LibTest/typed_data/Uint64List/single_A02_t02.dart
index a7c3cbf..41ad760 100644
--- a/LibTest/typed_data/Uint64List/single_A02_t02.dart
+++ b/LibTest/typed_data/Uint64List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  E single
  * ...
diff --git a/LibTest/typed_data/Uint64List/skipWhile_A01_t01.dart b/LibTest/typed_data/Uint64List/skipWhile_A01_t01.dart
index baf48dc..4853502 100644
--- a/LibTest/typed_data/Uint64List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips leading elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Uint64List/skipWhile_A02_t01.dart b/LibTest/typed_data/Uint64List/skipWhile_A02_t01.dart
index 8ae49f0..ad32880 100644
--- a/LibTest/typed_data/Uint64List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/skipWhile_A03_t01.dart b/LibTest/typed_data/Uint64List/skipWhile_A03_t01.dart
index 30bf790..74e170f 100644
--- a/LibTest/typed_data/Uint64List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/skipWhile_A04_t01.dart b/LibTest/typed_data/Uint64List/skipWhile_A04_t01.dart
index bbfc06c..0160e7b 100644
--- a/LibTest/typed_data/Uint64List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/skip_A01_t01.dart b/LibTest/typed_data/Uint64List/skip_A01_t01.dart
index aea41b3..388f3c2 100644
--- a/LibTest/typed_data/Uint64List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Uint64List/skip_A02_t01.dart b/LibTest/typed_data/Uint64List/skip_A02_t01.dart
index 439852f..0f2c54e 100644
--- a/LibTest/typed_data/Uint64List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint64List/skip_A03_t01.dart b/LibTest/typed_data/Uint64List/skip_A03_t01.dart
index 65a5d89..c2de2ce 100644
--- a/LibTest/typed_data/Uint64List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint64List/sort_A01_t01.dart b/LibTest/typed_data/Uint64List/sort_A01_t01.dart
index 4274822..8154d38 100644
--- a/LibTest/typed_data/Uint64List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Uint64List/sublist_A01_t01.dart b/LibTest/typed_data/Uint64List/sublist_A01_t01.dart
index 4402e43..252983c 100644
--- a/LibTest/typed_data/Uint64List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the objects from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Uint64List/sublist_A02_t01.dart b/LibTest/typed_data/Uint64List/sublist_A02_t01.dart
index ac0bf48..a2f3a76 100644
--- a/LibTest/typed_data/Uint64List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint64List/sublist_A03_t01.dart b/LibTest/typed_data/Uint64List/sublist_A03_t01.dart
index 9cd4416..c539df8 100644
--- a/LibTest/typed_data/Uint64List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint64List/sublist_A03_t02.dart b/LibTest/typed_data/Uint64List/sublist_A03_t02.dart
index 04f844a..7728b6a 100644
--- a/LibTest/typed_data/Uint64List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Uint64List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint64List/takeWhile_A01_t01.dart b/LibTest/typed_data/Uint64List/takeWhile_A01_t01.dart
index f7fd99c..fcb273d 100644
--- a/LibTest/typed_data/Uint64List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E vaue))
  * Returns a lazy [Iterable] of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Uint64List/takeWhile_A02_t01.dart b/LibTest/typed_data/Uint64List/takeWhile_A02_t01.dart
index 5464b22..cab1190 100644
--- a/LibTest/typed_data/Uint64List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/takeWhile_A03_t01.dart b/LibTest/typed_data/Uint64List/takeWhile_A03_t01.dart
index 0dce648..cbca53a 100644
--- a/LibTest/typed_data/Uint64List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/takeWhile_A04_t01.dart b/LibTest/typed_data/Uint64List/takeWhile_A04_t01.dart
index 44aee98..8a70ab7 100644
--- a/LibTest/typed_data/Uint64List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint64List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint64List/take_A01_t01.dart b/LibTest/typed_data/Uint64List/take_A01_t01.dart
index c0f5a86..d3b2e4f 100644
--- a/LibTest/typed_data/Uint64List/take_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy [Iterable] of [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Uint64List/take_A02_t01.dart b/LibTest/typed_data/Uint64List/take_A02_t01.dart
index fe006ae..f1864dd 100644
--- a/LibTest/typed_data/Uint64List/take_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint64List/take_A03_t01.dart b/LibTest/typed_data/Uint64List/take_A03_t01.dart
index e52630b..bc17c59 100644
--- a/LibTest/typed_data/Uint64List/take_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint64List/toList_A01_t01.dart b/LibTest/typed_data/Uint64List/toList_A01_t01.dart
index 76a4aa7..8f473b1 100644
--- a/LibTest/typed_data/Uint64List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint64List/toList_A02_t01.dart b/LibTest/typed_data/Uint64List/toList_A02_t01.dart
index b351658..05b63b9 100644
--- a/LibTest/typed_data/Uint64List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint64List/toList_A02_t02.dart b/LibTest/typed_data/Uint64List/toList_A02_t02.dart
index b694b1f..3957a52 100644
--- a/LibTest/typed_data/Uint64List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Uint64List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint64List/toSet_A01_t01.dart b/LibTest/typed_data/Uint64List/toSet_A01_t01.dart
index 1cf86ad..ed8ff76 100644
--- a/LibTest/typed_data/Uint64List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the same elements as this [Iterable].
diff --git a/LibTest/typed_data/Uint64List/toSet_A02_t01.dart b/LibTest/typed_data/Uint64List/toSet_A02_t01.dart
index f351de2..01e3dfd 100644
--- a/LibTest/typed_data/Uint64List/toSet_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/toSet_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * ...
diff --git a/LibTest/typed_data/Uint64List/toString_A01_t01.dart b/LibTest/typed_data/Uint64List/toString_A01_t01.dart
index 14c31c7..ac303f6 100644
--- a/LibTest/typed_data/Uint64List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Uint64List/where_A01_t01.dart b/LibTest/typed_data/Uint64List/where_A01_t01.dart
index 44d9acd..80a2d2f 100644
--- a/LibTest/typed_data/Uint64List/where_A01_t01.dart
+++ b/LibTest/typed_data/Uint64List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Uint64List/where_A02_t01.dart b/LibTest/typed_data/Uint64List/where_A02_t01.dart
index eea3d49..ecb3ecb 100644
--- a/LibTest/typed_data/Uint64List/where_A02_t01.dart
+++ b/LibTest/typed_data/Uint64List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint64List/where_A03_t01.dart b/LibTest/typed_data/Uint64List/where_A03_t01.dart
index 1a76f8c..c81fc72 100644
--- a/LibTest/typed_data/Uint64List/where_A03_t01.dart
+++ b/LibTest/typed_data/Uint64List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t01.dart
index 545390d..099ef80 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8ClampedList.fromList(List<num> list)
  * Creates a [Uint8ClampedList] with the same size as the [elements] list
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t02.dart
index 63f4a5f..975d64c 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8ClampedList.fromList(List<num> list)
  * Creates a [Uint8ClampedList] with the same size as the [elements] list
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t01.dart
index 6a9d177..0579c51 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t02.dart
index 236ec00..2a4b0bc 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A02_t01.dart
index 53955c4..3aa6ecf 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A03_t01.dart
index e5491f3..8a1722c 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A04_t01.dart
index a7c793c..84a4dc1 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01.dart
index 01c003f..6ef9391 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02.dart
index a0e13aa..7cebc8c 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03.dart
index 2aac98e..ebad0d3 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8ClampedList.view(
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t01.dart
index 5b69f0c..bc0d27c 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8ClampedList(int length)
  * Creates an [Uint8ClampedList] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t02.dart
index ec08011..6bc76fc 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8ClampedList(int length)
  * Creates an [Uint8ClampedList] of the specified length (in elements), all of
diff --git a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01.dart
index 24664cd..5ad5c5e 100644
--- a/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8ClampedList(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Uint8ClampedList/addAll_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/addAll_A01_t01.dart
index 0fb7c7d..7bc1ba1 100644
--- a/LibTest/typed_data/Uint8ClampedList/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Uint8ClampedList/add_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/add_A01_t01.dart
index d1d5830..cbef3f4 100644
--- a/LibTest/typed_data/Uint8ClampedList/add_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Uint8ClampedList/any_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/any_A01_t01.dart
index f8c74f1..4ae615a 100644
--- a/LibTest/typed_data/Uint8ClampedList/any_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool f(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint8ClampedList/asMap_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/asMap_A01_t01.dart
index e067bc1..1353b58 100644
--- a/LibTest/typed_data/Uint8ClampedList/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint8ClampedList/asMap_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/asMap_A01_t02.dart
index 47979f2..83da8c9 100644
--- a/LibTest/typed_data/Uint8ClampedList/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint8ClampedList/asMap_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/asMap_A02_t01.dart
index 1292384..81f2fe7 100644
--- a/LibTest/typed_data/Uint8ClampedList/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * The [Map.keys] [Iterable] iterates the indices of this list in numerical
diff --git a/LibTest/typed_data/Uint8ClampedList/buffer_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/buffer_A01_t01.dart
index b677de1..5c660f2 100644
--- a/LibTest/typed_data/Uint8ClampedList/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint8ClampedList/buffer_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/buffer_A01_t02.dart
index 2fcc010..f05a279 100644
--- a/LibTest/typed_data/Uint8ClampedList/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint8ClampedList/clear_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/clear_A01_t01.dart
index 708e00f..4ca8959 100644
--- a/LibTest/typed_data/Uint8ClampedList/clear_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects from this list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Uint8ClampedList/contains_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/contains_A01_t01.dart
index ec7cce0..764f8e4 100644
--- a/LibTest/typed_data/Uint8ClampedList/contains_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Uint8ClampedList/elementAt_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/elementAt_A01_t01.dart
index f6d1df5..77d098d 100644
--- a/LibTest/typed_data/Uint8ClampedList/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Uint8ClampedList/elementAt_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/elementAt_A02_t01.dart
index 5954acb..991dc07 100644
--- a/LibTest/typed_data/Uint8ClampedList/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t01.dart
index ad8b6ae..74fa079 100644
--- a/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t02.dart
index de24930..5725b5f 100644
--- a/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint8ClampedList/every_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/every_A01_t01.dart
index 746e2f2..9d3a61b 100644
--- a/LibTest/typed_data/Uint8ClampedList/every_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool f(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint8ClampedList/expand_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/expand_A01_t01.dart
index 909fa10..03986a6 100644
--- a/LibTest/typed_data/Uint8ClampedList/expand_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expands each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Uint8ClampedList/fillRange_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/fillRange_A01_t01.dart
index 291de27..eef0d28 100644
--- a/LibTest/typed_data/Uint8ClampedList/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Uint8ClampedList/fillRange_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/fillRange_A02_t01.dart
index 1fd1b9a..db11b3d 100644
--- a/LibTest/typed_data/Uint8ClampedList/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/firstWhere_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/firstWhere_A01_t01.dart
index 1ad6c01..98e3f75 100644
--- a/LibTest/typed_data/Uint8ClampedList/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint8ClampedList/firstWhere_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/firstWhere_A02_t01.dart
index 42e3b86..765e56b 100644
--- a/LibTest/typed_data/Uint8ClampedList/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/firstWhere_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/firstWhere_A03_t01.dart
index b5781f7..6be0700 100644
--- a/LibTest/typed_data/Uint8ClampedList/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {Object orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/first_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/first_A01_t01.dart
index 8d9e45c..d534ecb 100644
--- a/LibTest/typed_data/Uint8ClampedList/first_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint8ClampedList/first_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/first_A01_t02.dart
index 7bf2498..8740607 100644
--- a/LibTest/typed_data/Uint8ClampedList/first_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint8ClampedList/first_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/first_A02_t01.dart
index 6442bd5..652fee2 100644
--- a/LibTest/typed_data/Uint8ClampedList/first_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/first_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/first_A03_t01.dart
index 93a3664..7dc52b0 100644
--- a/LibTest/typed_data/Uint8ClampedList/first_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/fold_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/fold_A01_t01.dart
index 675b491..5124d74 100644
--- a/LibTest/typed_data/Uint8ClampedList/fold_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold(T initialValue, T combine(previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each element
diff --git a/LibTest/typed_data/Uint8ClampedList/forEach_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/forEach_A01_t01.dart
index 21f7595..f2b470a 100644
--- a/LibTest/typed_data/Uint8ClampedList/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection.
diff --git a/LibTest/typed_data/Uint8ClampedList/getRange_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/getRange_A01_t01.dart
index 5aef374..0ae8fca 100644
--- a/LibTest/typed_data/Uint8ClampedList/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Uint8ClampedList/getRange_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/getRange_A02_t01.dart
index f458202..5ec5cc1 100644
--- a/LibTest/typed_data/Uint8ClampedList/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Uint8ClampedList/getRange_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/getRange_A03_t01.dart
index e87fe2e..bdfb64f 100644
--- a/LibTest/typed_data/Uint8ClampedList/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/getRange_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/getRange_A04_t01.dart
index 5877e34..1c42785 100644
--- a/LibTest/typed_data/Uint8ClampedList/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01.dart
index 17cb364..d8c2c22 100644
--- a/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t02.dart
index 435b0b6..387a6a7 100644
--- a/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * The hash code for this object.
diff --git a/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t01.dart
index 183482f..524a8cc 100644
--- a/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t02.dart
index 1894bce..6e0e644 100644
--- a/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/indexOf_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/indexOf_A02_t01.dart
index 6298a0e..f6a5540 100644
--- a/LibTest/typed_data/Uint8ClampedList/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/indexOf_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/indexOf_A03_t01.dart
index 420384b..398754a 100644
--- a/LibTest/typed_data/Uint8ClampedList/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint8ClampedList/insertAll_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/insertAll_A01_t01.dart
index b689189..12c0df3 100644
--- a/LibTest/typed_data/Uint8ClampedList/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/insert_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/insert_A01_t01.dart
index f4e83f0..e19cb74 100644
--- a/LibTest/typed_data/Uint8ClampedList/insert_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E element)
  * Inserts the element at position [index] in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t01.dart
index af59ce8..19f4df1 100644
--- a/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t02.dart
index c327be8..43aea70 100644
--- a/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there is no element in this collection.
diff --git a/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t01.dart
index 442aacd..1f6b09f 100644
--- a/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t02.dart
index 8abed55..d91fcc8 100644
--- a/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint8ClampedList/iterator_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/iterator_A01_t01.dart
index 84ec54b..0b4a053 100644
--- a/LibTest/typed_data/Uint8ClampedList/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint8ClampedList/iterator_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/iterator_A01_t02.dart
index 41c50a1..0d51f56 100644
--- a/LibTest/typed_data/Uint8ClampedList/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint8ClampedList/iterator_current_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/iterator_current_A01_t01.dart
index 18a627c..7cf2df3 100644
--- a/LibTest/typed_data/Uint8ClampedList/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Uint8ClampedList/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/iterator_moveNext_A01_t01.dart
index fd959d4..18ef753 100644
--- a/LibTest/typed_data/Uint8ClampedList/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Uint8ClampedList/join_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/join_A01_t01.dart
index e0b0fc6..9001329 100644
--- a/LibTest/typed_data/Uint8ClampedList/join_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint8ClampedList/join_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/join_A01_t02.dart
index d158892..adcbe8e 100644
--- a/LibTest/typed_data/Uint8ClampedList/join_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t01.dart
index 28f08d9..f4554b4 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * Returns the last index of [element] in this list.
diff --git a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t02.dart
index 03885eb..78ea105 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A02_t01.dart
index 35e5016..7bf4bf1 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A03_t01.dart
index 5fe6538..da6a7af 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(E element, [int start])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint8ClampedList/lastWhere_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastWhere_A01_t01.dart
index 556295c..45a63ad 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()}))
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint8ClampedList/lastWhere_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastWhere_A02_t01.dart
index dc8a75c..9b4ea94 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/lastWhere_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/lastWhere_A03_t01.dart
index b4df561..662be1f 100644
--- a/LibTest/typed_data/Uint8ClampedList/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/last_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/last_A01_t01.dart
index a15bfa3..d1bf557 100644
--- a/LibTest/typed_data/Uint8ClampedList/last_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint8ClampedList/last_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/last_A01_t02.dart
index cbbc334..6e9e922 100644
--- a/LibTest/typed_data/Uint8ClampedList/last_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint8ClampedList/last_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/last_A02_t01.dart
index 1db6227..66fe283 100644
--- a/LibTest/typed_data/Uint8ClampedList/last_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t01.dart
index bb3d8f5..97428e7 100644
--- a/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t02.dart
index a38e072..09af625 100644
--- a/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint8ClampedList/length_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/length_A01_t01.dart
index 3de53d1..eb6329a 100644
--- a/LibTest/typed_data/Uint8ClampedList/length_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int get length
  * Returns the number of objectss in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/length_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/length_A02_t01.dart
index 57c7acc..ae7abc4 100644
--- a/LibTest/typed_data/Uint8ClampedList/length_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/map_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/map_A01_t01.dart
index 7216f21..f412135 100644
--- a/LibTest/typed_data/Uint8ClampedList/map_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Uint8ClampedList/map_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/map_A02_t01.dart
index 61f3f9b..a2170e8 100644
--- a/LibTest/typed_data/Uint8ClampedList/map_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * As long as the returned [Iterable] is not iterated over, the supplied
diff --git a/LibTest/typed_data/Uint8ClampedList/map_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/map_A03_t01.dart
index 10b8509..1ea2660 100644
--- a/LibTest/typed_data/Uint8ClampedList/map_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * The transformed elements will not be cached. Iterating multiple times over
diff --git a/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t01.dart
index 2e466e6..f528a02 100644
--- a/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t02.dart
index c0bf293..8964c8b 100644
--- a/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint8ClampedList/operator_equality_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/operator_equality_A01_t01.dart
index edc73b3..8356eb1 100644
--- a/LibTest/typed_data/Uint8ClampedList/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Uint8ClampedList/operator_subscript_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/operator_subscript_A01_t01.dart
index 68e8834..9d1b436 100644
--- a/LibTest/typed_data/Uint8ClampedList/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/operator_subscript_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/operator_subscript_A02_t01.dart
index db306a8..d7d8404 100644
--- a/LibTest/typed_data/Uint8ClampedList/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A01_t01.dart
index 8a77326..535be3a 100644
--- a/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A02_t01.dart
index 11f8839..b3cb326 100644
--- a/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/reduce_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/reduce_A01_t01.dart
index 4798d3b..67dfcbb 100644
--- a/LibTest/typed_data/Uint8ClampedList/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Uint8ClampedList/reduce_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/reduce_A02_t01.dart
index c774264..0e04a07 100644
--- a/LibTest/typed_data/Uint8ClampedList/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/reduce_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/reduce_A03_t01.dart
index b6dea5d..a9dbd7e 100644
--- a/LibTest/typed_data/Uint8ClampedList/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/removeAt_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/removeAt_A01_t01.dart
index 6402fe2..9528dc7 100644
--- a/LibTest/typed_data/Uint8ClampedList/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from this list.
diff --git a/LibTest/typed_data/Uint8ClampedList/removeLast_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/removeLast_A01_t01.dart
index b7b7e60..a433826 100644
--- a/LibTest/typed_data/Uint8ClampedList/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of the list.
diff --git a/LibTest/typed_data/Uint8ClampedList/removeRange_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/removeRange_A01_t01.dart
index 706025a..ef68aaa 100644
--- a/LibTest/typed_data/Uint8ClampedList/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the elements in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Uint8ClampedList/removeWhere_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/removeWhere_A01_t01.dart
index 77efb01..e36e23a 100644
--- a/LibTest/typed_data/Uint8ClampedList/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all elements of this list that satisfy test.
diff --git a/LibTest/typed_data/Uint8ClampedList/remove_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/remove_A01_t01.dart
index 40138f3..c715e90 100644
--- a/LibTest/typed_data/Uint8ClampedList/remove_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object value)
  * Removes the first occurrence of value from this list.
diff --git a/LibTest/typed_data/Uint8ClampedList/replaceRange_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/replaceRange_A01_t01.dart
index e9515f9..0347d70 100644
--- a/LibTest/typed_data/Uint8ClampedList/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the elements in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Uint8ClampedList/retainWhere_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/retainWhere_A01_t01.dart
index 51cd8d3..9e12a49 100644
--- a/LibTest/typed_data/Uint8ClampedList/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all elements of this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Uint8ClampedList/reversed_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/reversed_A01_t01.dart
index 8c34ed6..ef536bc 100644
--- a/LibTest/typed_data/Uint8ClampedList/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint8ClampedList/reversed_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/reversed_A01_t02.dart
index 4ca0350..fe8330d 100644
--- a/LibTest/typed_data/Uint8ClampedList/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the objects of this [List] in reverse order.
diff --git a/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01.dart
index a2f425a..6381113 100644
--- a/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t02.dart
index e8a2761..470b9bc 100644
--- a/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint8ClampedList/setAll_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/setAll_A01_t01.dart
index 8299e7d..be40962 100644
--- a/LibTest/typed_data/Uint8ClampedList/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of this with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Uint8ClampedList/setAll_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/setAll_A02_t01.dart
index 447834e..9a5223b 100644
--- a/LibTest/typed_data/Uint8ClampedList/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/setAll_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/setAll_A03_t01.dart
index 60e05be..78f4d87 100644
--- a/LibTest/typed_data/Uint8ClampedList/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/setAll_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/setAll_A04_t01.dart
index 87431e8..1d554e3 100644
--- a/LibTest/typed_data/Uint8ClampedList/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/setRange_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/setRange_A01_t01.dart
index b5dd1c7..d1fd0b1 100644
--- a/LibTest/typed_data/Uint8ClampedList/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8ClampedList/setRange_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/setRange_A02_t01.dart
index 0a2db34..a6a7d67 100644
--- a/LibTest/typed_data/Uint8ClampedList/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8ClampedList/setRange_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/setRange_A03_t01.dart
index 9b252a0..b748edb 100644
--- a/LibTest/typed_data/Uint8ClampedList/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8ClampedList/setRange_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/setRange_A04_t01.dart
index 3e7a7d8..8afeed6 100644
--- a/LibTest/typed_data/Uint8ClampedList/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8ClampedList/setRange_A05_t01.dart b/LibTest/typed_data/Uint8ClampedList/setRange_A05_t01.dart
index f56a04f..eebee38 100644
--- a/LibTest/typed_data/Uint8ClampedList/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t01.dart
index 00ca336..9446025 100644
--- a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t02.dart
index dc2f19e..6fbe7ea 100644
--- a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t03.dart b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t03.dart
index 4a88efa..36b6fe5 100644
--- a/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Uint8ClampedList/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8ClampedList/singleWhere_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/singleWhere_A01_t01.dart
index 245296b..16b4fd8 100644
--- a/LibTest/typed_data/Uint8ClampedList/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t01.dart
index 9947410..80a84e4 100644
--- a/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t02.dart b/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t02.dart
index 06bb520..d8429e6 100644
--- a/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  *  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/single_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/single_A01_t01.dart
index a5e06bc..33fb684 100644
--- a/LibTest/typed_data/Uint8ClampedList/single_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint8ClampedList/single_A01_t02.dart b/LibTest/typed_data/Uint8ClampedList/single_A01_t02.dart
index 241df4b..ee4d4df 100644
--- a/LibTest/typed_data/Uint8ClampedList/single_A01_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint8ClampedList/single_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/single_A02_t01.dart
index a1eb1df..206b581 100644
--- a/LibTest/typed_data/Uint8ClampedList/single_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/single_A02_t02.dart b/LibTest/typed_data/Uint8ClampedList/single_A02_t02.dart
index 35a2be9..e4d6f63 100644
--- a/LibTest/typed_data/Uint8ClampedList/single_A02_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  *  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/skipWhile_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/skipWhile_A01_t01.dart
index e4dc118..59dc228 100644
--- a/LibTest/typed_data/Uint8ClampedList/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Uint8ClampedList/skipWhile_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/skipWhile_A02_t01.dart
index 52eed6e..a8568a7 100644
--- a/LibTest/typed_data/Uint8ClampedList/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/skipWhile_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/skipWhile_A03_t01.dart
index a3f54da..efb0fa6 100644
--- a/LibTest/typed_data/Uint8ClampedList/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/skipWhile_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/skipWhile_A04_t01.dart
index aefe9c6..3741357 100644
--- a/LibTest/typed_data/Uint8ClampedList/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E value))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/skip_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/skip_A01_t01.dart
index 4da6d83..189ff4e 100644
--- a/LibTest/typed_data/Uint8ClampedList/skip_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that skips the first [count] elements.
diff --git a/LibTest/typed_data/Uint8ClampedList/skip_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/skip_A02_t01.dart
index a8caa00..04814b6 100644
--- a/LibTest/typed_data/Uint8ClampedList/skip_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If [this] has fewer than [count] elements, then the resulting [Iterable] is
diff --git a/LibTest/typed_data/Uint8ClampedList/skip_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/skip_A03_t01.dart
index ad3035b..822dfc5 100644
--- a/LibTest/typed_data/Uint8ClampedList/skip_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * The [count] must not be negative.
diff --git a/LibTest/typed_data/Uint8ClampedList/sort_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/sort_A01_t01.dart
index db5bdf2..720be8b 100644
--- a/LibTest/typed_data/Uint8ClampedList/sort_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts the list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Uint8ClampedList/sublist_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/sublist_A01_t01.dart
index b5f67f7..bd18a86 100644
--- a/LibTest/typed_data/Uint8ClampedList/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Uint8ClampedList/sublist_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/sublist_A02_t01.dart
index acf04fe..c89c485 100644
--- a/LibTest/typed_data/Uint8ClampedList/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/sublist_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/sublist_A03_t01.dart
index 2dab278..384fc9c 100644
--- a/LibTest/typed_data/Uint8ClampedList/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/sublist_A03_t02.dart b/LibTest/typed_data/Uint8ClampedList/sublist_A03_t02.dart
index 8362f5f..546bf61 100644
--- a/LibTest/typed_data/Uint8ClampedList/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<int> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/takeWhile_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/takeWhile_A01_t01.dart
index 3671db4..51bc299 100644
--- a/LibTest/typed_data/Uint8ClampedList/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * Returns a lazy iterable of the leading elements satisfying [test].
diff --git a/LibTest/typed_data/Uint8ClampedList/takeWhile_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/takeWhile_A02_t01.dart
index 8ca34ad..91e31d1 100644
--- a/LibTest/typed_data/Uint8ClampedList/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/takeWhile_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/takeWhile_A03_t01.dart
index 6555f9f..12cd75b 100644
--- a/LibTest/typed_data/Uint8ClampedList/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/takeWhile_A04_t01.dart b/LibTest/typed_data/Uint8ClampedList/takeWhile_A04_t01.dart
index 331830e..e1faa27 100644
--- a/LibTest/typed_data/Uint8ClampedList/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/take_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/take_A01_t01.dart
index ad5793e..0d87c24 100644
--- a/LibTest/typed_data/Uint8ClampedList/take_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy iterable of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Uint8ClampedList/take_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/take_A02_t01.dart
index b80590f..9b9c6e7 100644
--- a/LibTest/typed_data/Uint8ClampedList/take_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/take_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/take_A03_t01.dart
index f0dd11f..19ba866 100644
--- a/LibTest/typed_data/Uint8ClampedList/take_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/toList_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/toList_A01_t01.dart
index c23ef33..eed5581 100644
--- a/LibTest/typed_data/Uint8ClampedList/toList_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint8ClampedList/toList_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/toList_A02_t01.dart
index af61bb5..ddbaba8 100644
--- a/LibTest/typed_data/Uint8ClampedList/toList_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/toList_A02_t02.dart b/LibTest/typed_data/Uint8ClampedList/toList_A02_t02.dart
index fc8e6a4..49e1d06 100644
--- a/LibTest/typed_data/Uint8ClampedList/toList_A02_t02.dart
+++ b/LibTest/typed_data/Uint8ClampedList/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/toSet_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/toSet_A01_t01.dart
index e598ff8..31c2445 100644
--- a/LibTest/typed_data/Uint8ClampedList/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint8ClampedList/toString_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/toString_A01_t01.dart
index f6afde2..864a563 100644
--- a/LibTest/typed_data/Uint8ClampedList/toString_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Uint8ClampedList/where_A01_t01.dart b/LibTest/typed_data/Uint8ClampedList/where_A01_t01.dart
index 93188fe..5cc944f 100644
--- a/LibTest/typed_data/Uint8ClampedList/where_A01_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Uint8ClampedList/where_A02_t01.dart b/LibTest/typed_data/Uint8ClampedList/where_A02_t01.dart
index 0af47fa..b902599 100644
--- a/LibTest/typed_data/Uint8ClampedList/where_A02_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8ClampedList/where_A03_t01.dart b/LibTest/typed_data/Uint8ClampedList/where_A03_t01.dart
index 7ae979e..4b5d0ef 100644
--- a/LibTest/typed_data/Uint8ClampedList/where_A03_t01.dart
+++ b/LibTest/typed_data/Uint8ClampedList/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t01.dart
index 3ec32df..ed92e17 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List.fromList(List<int> list)
  * Creates a [Uint8List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t02.dart b/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t02.dart
index f8da937..d8b5f64 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.fromList_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List.fromList(List<int> list)
  * Creates a [Uint8List] with the same length as the [elements] list and copies
diff --git a/LibTest/typed_data/Uint8List/Uint8List.fromList_A02_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.fromList_A02_t01.dart
index a2ec4d1..e67c36d 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.fromList_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.fromList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List.fromList(List<int> list)
  * ...
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A01_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A01_t01.dart
index 738f62c..835d06c 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A01_t02.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A01_t02.dart
index d723eeb..b6efcc6 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A02_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A02_t01.dart
index 0c23473..1932bcb 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A03_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A03_t01.dart
index 80b2b09..f519e1a 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A04_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A04_t01.dart
index 43c5dcc..1c69946 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t01.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t01.dart
index 729acf8..9685c6d 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t02.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t02.dart
index 172805c..4f39a4f 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t02.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t03.dart b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t03.dart
index 6600993..23719fd 100644
--- a/LibTest/typed_data/Uint8List/Uint8List.view_A05_t03.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List.view_A05_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * Uint8List.view(
diff --git a/LibTest/typed_data/Uint8List/Uint8List_A01_t01.dart b/LibTest/typed_data/Uint8List/Uint8List_A01_t01.dart
index 2f28a4b..631999f 100644
--- a/LibTest/typed_data/Uint8List/Uint8List_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List(int length)
  * Creates an [Uint8List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint8List/Uint8List_A01_t02.dart b/LibTest/typed_data/Uint8List/Uint8List_A01_t02.dart
index 56c8d8f..aacfae0 100644
--- a/LibTest/typed_data/Uint8List/Uint8List_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List(int length)
  * Creates an [Uint8List] of the specified length (in elements), all of whose
diff --git a/LibTest/typed_data/Uint8List/Uint8List_A02_t01.dart b/LibTest/typed_data/Uint8List/Uint8List_A02_t01.dart
index 27ab589..89fd3cf 100644
--- a/LibTest/typed_data/Uint8List/Uint8List_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/Uint8List_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Uint8List(int length)
  * It is an error if [length] is not a non-negative integer.
diff --git a/LibTest/typed_data/Uint8List/addAll_A01_t01.dart b/LibTest/typed_data/Uint8List/addAll_A01_t01.dart
index 1ffab83..24f3e36 100644
--- a/LibTest/typed_data/Uint8List/addAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/addAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void addAll(Iterable<E> iterable)
  * Appends all objects of the iterable to the end of this list.
diff --git a/LibTest/typed_data/Uint8List/add_A01_t01.dart b/LibTest/typed_data/Uint8List/add_A01_t01.dart
index af9f42e..14bfb1a 100644
--- a/LibTest/typed_data/Uint8List/add_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/add_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void add(E value)
  * Adds value at the end of the list, extending the length by one.
diff --git a/LibTest/typed_data/Uint8List/any_A01_t01.dart b/LibTest/typed_data/Uint8List/any_A01_t01.dart
index beaaf5e..c2eabe6 100644
--- a/LibTest/typed_data/Uint8List/any_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/any_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool any(bool test(E element))
  * Checks whether any element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint8List/asMap_A01_t01.dart b/LibTest/typed_data/Uint8List/asMap_A01_t01.dart
index 9e2ca9a..de3e99b 100644
--- a/LibTest/typed_data/Uint8List/asMap_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/asMap_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint8List/asMap_A01_t02.dart b/LibTest/typed_data/Uint8List/asMap_A01_t02.dart
index 3c394b2..dc820e3 100644
--- a/LibTest/typed_data/Uint8List/asMap_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/asMap_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * Returns an unmodifiable [Map] view of this.
diff --git a/LibTest/typed_data/Uint8List/asMap_A02_t01.dart b/LibTest/typed_data/Uint8List/asMap_A02_t01.dart
index 36e4d07..1fecaa9 100644
--- a/LibTest/typed_data/Uint8List/asMap_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/asMap_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Map<int, E> asMap()
  * ...
diff --git a/LibTest/typed_data/Uint8List/buffer_A01_t01.dart b/LibTest/typed_data/Uint8List/buffer_A01_t01.dart
index c50ae63..10cd094 100644
--- a/LibTest/typed_data/Uint8List/buffer_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/buffer_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint8List/buffer_A01_t02.dart b/LibTest/typed_data/Uint8List/buffer_A01_t02.dart
index 1c3b1de..143d6a2 100644
--- a/LibTest/typed_data/Uint8List/buffer_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/buffer_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion ByteBuffer buffer
  * Returns the byte buffer associated with this object.
diff --git a/LibTest/typed_data/Uint8List/clear_A01_t01.dart b/LibTest/typed_data/Uint8List/clear_A01_t01.dart
index fdb7470..5b01215 100644
--- a/LibTest/typed_data/Uint8List/clear_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/clear_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void clear()
  * Removes all objects in the list; the length of the list becomes zero.
diff --git a/LibTest/typed_data/Uint8List/contains_A01_t01.dart b/LibTest/typed_data/Uint8List/contains_A01_t01.dart
index c10e44c..5bec2a0 100644
--- a/LibTest/typed_data/Uint8List/contains_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/contains_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool contains(Object element)
  * Returns true if the collection contains an element equal to element.
diff --git a/LibTest/typed_data/Uint8List/elementAt_A01_t01.dart b/LibTest/typed_data/Uint8List/elementAt_A01_t01.dart
index 1498de6..bc96ac7 100644
--- a/LibTest/typed_data/Uint8List/elementAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/elementAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * Returns the indexth element.
diff --git a/LibTest/typed_data/Uint8List/elementAt_A02_t01.dart b/LibTest/typed_data/Uint8List/elementAt_A02_t01.dart
index 285ef7c..9f3988d 100644
--- a/LibTest/typed_data/Uint8List/elementAt_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/elementAt_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E elementAt(int index)
  * ...
diff --git a/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t01.dart b/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t01.dart
index c52725b..123973c 100644
--- a/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t02.dart b/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t02.dart
index c17a0d0..bb76dab 100644
--- a/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/elementSizeInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int elementSizeInBytes
  * Returns the number of bytes in the representation of each element in this
diff --git a/LibTest/typed_data/Uint8List/every_A01_t01.dart b/LibTest/typed_data/Uint8List/every_A01_t01.dart
index f222ed5..7818140 100644
--- a/LibTest/typed_data/Uint8List/every_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/every_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool every(bool test(E element))
  * Checks whether every element of this iterable satisfies test.
diff --git a/LibTest/typed_data/Uint8List/expand_A01_t01.dart b/LibTest/typed_data/Uint8List/expand_A01_t01.dart
index 4311d23..6cfe856 100644
--- a/LibTest/typed_data/Uint8List/expand_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/expand_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * Expand each element of this Iterable into zero or more elements.
diff --git a/LibTest/typed_data/Uint8List/expand_A02_t01.dart b/LibTest/typed_data/Uint8List/expand_A02_t01.dart
index 94e7b4d..040ca4e 100644
--- a/LibTest/typed_data/Uint8List/expand_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/expand_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> expand<T>(Iterable<T> f(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/fillRange_A01_t01.dart b/LibTest/typed_data/Uint8List/fillRange_A01_t01.dart
index ded0468..b833c84 100644
--- a/LibTest/typed_data/Uint8List/fillRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/fillRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * Sets the objects in the range [start] inclusive to [end] exclusive to
diff --git a/LibTest/typed_data/Uint8List/fillRange_A02_t01.dart b/LibTest/typed_data/Uint8List/fillRange_A02_t01.dart
index 6a214fc..c045b83 100644
--- a/LibTest/typed_data/Uint8List/fillRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/fillRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void fillRange(int start, int end, [E fillValue])
  * ...
diff --git a/LibTest/typed_data/Uint8List/firstWhere_A01_t01.dart b/LibTest/typed_data/Uint8List/firstWhere_A01_t01.dart
index 038062d..b1a7b4d 100644
--- a/LibTest/typed_data/Uint8List/firstWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/firstWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * Returns the first element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint8List/firstWhere_A02_t01.dart b/LibTest/typed_data/Uint8List/firstWhere_A02_t01.dart
index 5143d70..6f5de7a 100644
--- a/LibTest/typed_data/Uint8List/firstWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/firstWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8List/firstWhere_A03_t01.dart b/LibTest/typed_data/Uint8List/firstWhere_A03_t01.dart
index f2ce7c0..cb3459c 100644
--- a/LibTest/typed_data/Uint8List/firstWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/firstWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E firstWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8List/first_A01_t01.dart b/LibTest/typed_data/Uint8List/first_A01_t01.dart
index 0eb253b..17ccff5 100644
--- a/LibTest/typed_data/Uint8List/first_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/first_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint8List/first_A01_t02.dart b/LibTest/typed_data/Uint8List/first_A01_t02.dart
index f964087..b0ed9f7 100644
--- a/LibTest/typed_data/Uint8List/first_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/first_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * Returns the first element.
diff --git a/LibTest/typed_data/Uint8List/first_A02_t01.dart b/LibTest/typed_data/Uint8List/first_A02_t01.dart
index c5c1754..357c967 100644
--- a/LibTest/typed_data/Uint8List/first_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/first_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint8List/first_A03_t01.dart b/LibTest/typed_data/Uint8List/first_A03_t01.dart
index 6ee91da..2bb0579 100644
--- a/LibTest/typed_data/Uint8List/first_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/first_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E first
  * ...
diff --git a/LibTest/typed_data/Uint8List/fold_A01_t01.dart b/LibTest/typed_data/Uint8List/fold_A01_t01.dart
index 9ebe4e1..4ab2db1 100644
--- a/LibTest/typed_data/Uint8List/fold_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/fold_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion T fold<T>(T initialValue, T combine(T previousValue, E element))
  * Reduces a collection to a single value by iteratively combining each
diff --git a/LibTest/typed_data/Uint8List/forEach_A01_t01.dart b/LibTest/typed_data/Uint8List/forEach_A01_t01.dart
index db5f85a..01c88a5 100644
--- a/LibTest/typed_data/Uint8List/forEach_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/forEach_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void forEach(void f(E element))
  * Applies the function [f] to each element of this collection in iteration
diff --git a/LibTest/typed_data/Uint8List/getRange_A01_t01.dart b/LibTest/typed_data/Uint8List/getRange_A01_t01.dart
index 428174e..f87498d 100644
--- a/LibTest/typed_data/Uint8List/getRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/getRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * Returns an [Iterable] that iterates over the objects in the range [start]
diff --git a/LibTest/typed_data/Uint8List/getRange_A02_t01.dart b/LibTest/typed_data/Uint8List/getRange_A02_t01.dart
index 5e0da39..bd0c7e2 100644
--- a/LibTest/typed_data/Uint8List/getRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/getRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * The result of this function is backed by [this].
diff --git a/LibTest/typed_data/Uint8List/getRange_A03_t01.dart b/LibTest/typed_data/Uint8List/getRange_A03_t01.dart
index 32730f8..83be84f 100644
--- a/LibTest/typed_data/Uint8List/getRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/getRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint8List/getRange_A04_t01.dart b/LibTest/typed_data/Uint8List/getRange_A04_t01.dart
index e316e6f..4a3a9bf 100644
--- a/LibTest/typed_data/Uint8List/getRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/getRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> getRange(int start, int end)
  * ...
diff --git a/LibTest/typed_data/Uint8List/hashCode_A01_t01.dart b/LibTest/typed_data/Uint8List/hashCode_A01_t01.dart
index f9f8481..74ed5af 100644
--- a/LibTest/typed_data/Uint8List/hashCode_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/hashCode_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint8List/hashCode_A01_t02.dart b/LibTest/typed_data/Uint8List/hashCode_A01_t02.dart
index fedaae6..7f68250 100644
--- a/LibTest/typed_data/Uint8List/hashCode_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/hashCode_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int hashCode
  * Get a hash code for this object.
diff --git a/LibTest/typed_data/Uint8List/indexOf_A01_t01.dart b/LibTest/typed_data/Uint8List/indexOf_A01_t01.dart
index 4a6c9c2..753c717 100644
--- a/LibTest/typed_data/Uint8List/indexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/indexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint8List/indexOf_A01_t02.dart b/LibTest/typed_data/Uint8List/indexOf_A01_t02.dart
index e83df21..2717a42 100644
--- a/LibTest/typed_data/Uint8List/indexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/indexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * Returns the first index of element in the list.
diff --git a/LibTest/typed_data/Uint8List/indexOf_A02_t01.dart b/LibTest/typed_data/Uint8List/indexOf_A02_t01.dart
index 56f4af9..ee54d1c 100644
--- a/LibTest/typed_data/Uint8List/indexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/indexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * ...
diff --git a/LibTest/typed_data/Uint8List/indexOf_A03_t01.dart b/LibTest/typed_data/Uint8List/indexOf_A03_t01.dart
index f26afb4..87f46a5 100644
--- a/LibTest/typed_data/Uint8List/indexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/indexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int indexOf(E element, [int start = 0])
  * @description Checks that if [start] is out of bounds, it doesn't cause any
diff --git a/LibTest/typed_data/Uint8List/insertAll_A01_t01.dart b/LibTest/typed_data/Uint8List/insertAll_A01_t01.dart
index 5f0fc0e..07d7236 100644
--- a/LibTest/typed_data/Uint8List/insertAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/insertAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insertAll(int index, Iterable<E> iterable)
  * Inserts all objects of iterable at position [index] in the list.
diff --git a/LibTest/typed_data/Uint8List/insert_A01_t01.dart b/LibTest/typed_data/Uint8List/insert_A01_t01.dart
index 82e33d6..8348661 100644
--- a/LibTest/typed_data/Uint8List/insert_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/insert_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void insert(int index, E value)
  * Inserts the element at position [index] in the list.
diff --git a/LibTest/typed_data/Uint8List/isEmpty_A01_t01.dart b/LibTest/typed_data/Uint8List/isEmpty_A01_t01.dart
index a757672..96011e0 100644
--- a/LibTest/typed_data/Uint8List/isEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/isEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Uint8List/isEmpty_A01_t02.dart b/LibTest/typed_data/Uint8List/isEmpty_A01_t02.dart
index 8ad9147..4e65664 100644
--- a/LibTest/typed_data/Uint8List/isEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/isEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isEmpty
  * Returns true if there are no elements in this collection.
diff --git a/LibTest/typed_data/Uint8List/isNotEmpty_A01_t01.dart b/LibTest/typed_data/Uint8List/isNotEmpty_A01_t01.dart
index f112e7d..b8c4e91 100644
--- a/LibTest/typed_data/Uint8List/isNotEmpty_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/isNotEmpty_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion  bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint8List/isNotEmpty_A01_t02.dart b/LibTest/typed_data/Uint8List/isNotEmpty_A01_t02.dart
index fd66630..41a4709 100644
--- a/LibTest/typed_data/Uint8List/isNotEmpty_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/isNotEmpty_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool isNotEmpty
  * Returns true if there is at least one element in this collection.
diff --git a/LibTest/typed_data/Uint8List/iterator_A01_t01.dart b/LibTest/typed_data/Uint8List/iterator_A01_t01.dart
index 118f348..5f08b51 100644
--- a/LibTest/typed_data/Uint8List/iterator_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/iterator_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint8List/iterator_A01_t02.dart b/LibTest/typed_data/Uint8List/iterator_A01_t02.dart
index 5b6ecb8..0f62d93 100644
--- a/LibTest/typed_data/Uint8List/iterator_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/iterator_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterator<E> iterator
  * Returns a new [Iterator] that allows iterating the elements of this
diff --git a/LibTest/typed_data/Uint8List/iterator_current_A01_t01.dart b/LibTest/typed_data/Uint8List/iterator_current_A01_t01.dart
index 068a1a9..1ec6037 100644
--- a/LibTest/typed_data/Uint8List/iterator_current_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/iterator_current_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E current
  * Gets the current element in the iteration.
diff --git a/LibTest/typed_data/Uint8List/iterator_moveNext_A01_t01.dart b/LibTest/typed_data/Uint8List/iterator_moveNext_A01_t01.dart
index b3c0fc2..e517168 100644
--- a/LibTest/typed_data/Uint8List/iterator_moveNext_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/iterator_moveNext_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool moveNext()
  * Returns whether the [Iterator] has elements left.
diff --git a/LibTest/typed_data/Uint8List/join_A01_t01.dart b/LibTest/typed_data/Uint8List/join_A01_t01.dart
index a401fcb..0320f0f 100644
--- a/LibTest/typed_data/Uint8List/join_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/join_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint8List/join_A01_t02.dart b/LibTest/typed_data/Uint8List/join_A01_t02.dart
index ed585ef..2ce2656 100644
--- a/LibTest/typed_data/Uint8List/join_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/join_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String join([String separator = ""])
  * Converts each element to a [String] and concatenates the strings.
diff --git a/LibTest/typed_data/Uint8List/lastIndexOf_A01_t01.dart b/LibTest/typed_data/Uint8List/lastIndexOf_A01_t01.dart
index 696cc38..9a0e428 100644
--- a/LibTest/typed_data/Uint8List/lastIndexOf_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastIndexOf_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * Returns the last index of [element] in the list.
diff --git a/LibTest/typed_data/Uint8List/lastIndexOf_A01_t02.dart b/LibTest/typed_data/Uint8List/lastIndexOf_A01_t02.dart
index ab038af..6868892 100644
--- a/LibTest/typed_data/Uint8List/lastIndexOf_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/lastIndexOf_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint8List/lastIndexOf_A02_t01.dart b/LibTest/typed_data/Uint8List/lastIndexOf_A02_t01.dart
index 123d900..4d1d138 100644
--- a/LibTest/typed_data/Uint8List/lastIndexOf_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastIndexOf_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * ...
diff --git a/LibTest/typed_data/Uint8List/lastIndexOf_A03_t01.dart b/LibTest/typed_data/Uint8List/lastIndexOf_A03_t01.dart
index f4dee3f..c4d0180 100644
--- a/LibTest/typed_data/Uint8List/lastIndexOf_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastIndexOf_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lastIndexOf(Object element, [int start])
  * @description Checks that if [startIndex] is out of bounds, it doesn't cause
diff --git a/LibTest/typed_data/Uint8List/lastWhere_A01_t01.dart b/LibTest/typed_data/Uint8List/lastWhere_A01_t01.dart
index 06067cf..c61ccea 100644
--- a/LibTest/typed_data/Uint8List/lastWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * Returns the last element that satisfies the given predicate [test].
diff --git a/LibTest/typed_data/Uint8List/lastWhere_A02_t01.dart b/LibTest/typed_data/Uint8List/lastWhere_A02_t01.dart
index 2c291ec..580376f 100644
--- a/LibTest/typed_data/Uint8List/lastWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8List/lastWhere_A03_t01.dart b/LibTest/typed_data/Uint8List/lastWhere_A03_t01.dart
index 9520062..75561fd 100644
--- a/LibTest/typed_data/Uint8List/lastWhere_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/lastWhere_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E lastWhere(bool test(E element), {E orElse()})
  * ...
diff --git a/LibTest/typed_data/Uint8List/last_A01_t01.dart b/LibTest/typed_data/Uint8List/last_A01_t01.dart
index fb22f28..7292862 100644
--- a/LibTest/typed_data/Uint8List/last_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/last_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint8List/last_A01_t02.dart b/LibTest/typed_data/Uint8List/last_A01_t02.dart
index d575461..624e9b6 100644
--- a/LibTest/typed_data/Uint8List/last_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/last_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * Returns the last element.
diff --git a/LibTest/typed_data/Uint8List/last_A02_t01.dart b/LibTest/typed_data/Uint8List/last_A02_t01.dart
index 7814a0a..b6c4895 100644
--- a/LibTest/typed_data/Uint8List/last_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/last_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E last
  * ...
diff --git a/LibTest/typed_data/Uint8List/lengthInBytes_A01_t01.dart b/LibTest/typed_data/Uint8List/lengthInBytes_A01_t01.dart
index 15367b4..9d83331 100644
--- a/LibTest/typed_data/Uint8List/lengthInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/lengthInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint8List/lengthInBytes_A01_t02.dart b/LibTest/typed_data/Uint8List/lengthInBytes_A01_t02.dart
index 08aeacb..874d73f 100644
--- a/LibTest/typed_data/Uint8List/lengthInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/lengthInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int lengthInBytes
  * Returns the length of this view, in bytes.
diff --git a/LibTest/typed_data/Uint8List/length_A01_t01.dart b/LibTest/typed_data/Uint8List/length_A01_t01.dart
index ce59ef8..de93166 100644
--- a/LibTest/typed_data/Uint8List/length_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/length_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int length
  * Returns the number of elements in the list.
diff --git a/LibTest/typed_data/Uint8List/length_A02_t01.dart b/LibTest/typed_data/Uint8List/length_A02_t01.dart
index 1e9e370..947a661 100644
--- a/LibTest/typed_data/Uint8List/length_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/length_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void set length(int newLength)
  * Changes the length of the list.
diff --git a/LibTest/typed_data/Uint8List/map_A01_t01.dart b/LibTest/typed_data/Uint8List/map_A01_t01.dart
index 5bd0489..66c1cde 100644
--- a/LibTest/typed_data/Uint8List/map_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/map_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * Returns a new lazy [Iterable] with elements that are created by calling f on
diff --git a/LibTest/typed_data/Uint8List/map_A02_t01.dart b/LibTest/typed_data/Uint8List/map_A02_t01.dart
index 7340dc6..93c802c 100644
--- a/LibTest/typed_data/Uint8List/map_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/map_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * ...
diff --git a/LibTest/typed_data/Uint8List/map_A03_t01.dart b/LibTest/typed_data/Uint8List/map_A03_t01.dart
index 760759a..6697aad 100644
--- a/LibTest/typed_data/Uint8List/map_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/map_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<T> map<T>(T f(E e))
  * The transformed elements will not be cached. Iterating multiple times
diff --git a/LibTest/typed_data/Uint8List/offsetInBytes_A01_t01.dart b/LibTest/typed_data/Uint8List/offsetInBytes_A01_t01.dart
index 8d2b720..54d5dcb 100644
--- a/LibTest/typed_data/Uint8List/offsetInBytes_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/offsetInBytes_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint8List/offsetInBytes_A01_t02.dart b/LibTest/typed_data/Uint8List/offsetInBytes_A01_t02.dart
index 1ca09f4..67aeee1 100644
--- a/LibTest/typed_data/Uint8List/offsetInBytes_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/offsetInBytes_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int offsetInBytes
  * Returns the offset in bytes into the underlying byte buffer of this view.
diff --git a/LibTest/typed_data/Uint8List/operator_equality_A01_t01.dart b/LibTest/typed_data/Uint8List/operator_equality_A01_t01.dart
index 4a880d8..3a15bf6 100644
--- a/LibTest/typed_data/Uint8List/operator_equality_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/operator_equality_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool operator ==(other)
  * The equality operator.
diff --git a/LibTest/typed_data/Uint8List/operator_subscript_A01_t01.dart b/LibTest/typed_data/Uint8List/operator_subscript_A01_t01.dart
index 9cb712e..0524794 100644
--- a/LibTest/typed_data/Uint8List/operator_subscript_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/operator_subscript_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * Returns the object at the given index in the list.
diff --git a/LibTest/typed_data/Uint8List/operator_subscript_A02_t01.dart b/LibTest/typed_data/Uint8List/operator_subscript_A02_t01.dart
index 9e1bfef..af767f1 100644
--- a/LibTest/typed_data/Uint8List/operator_subscript_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/operator_subscript_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion int operator [](int index)
  * ...
diff --git a/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A01_t01.dart b/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A01_t01.dart
index c745842..27861d0 100644
--- a/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * Sets the value at the given index in the list to value.
diff --git a/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A02_t01.dart b/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A02_t01.dart
index 0dbd540..be7729e 100644
--- a/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/operator_subscripted_assignment_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void operator []=(int index, int value)
  * ...
diff --git a/LibTest/typed_data/Uint8List/reduce_A01_t01.dart b/LibTest/typed_data/Uint8List/reduce_A01_t01.dart
index cf9f180..66da0a6 100644
--- a/LibTest/typed_data/Uint8List/reduce_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/reduce_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * Reduces a collection to a single value by iteratively combining elements of
diff --git a/LibTest/typed_data/Uint8List/reduce_A02_t01.dart b/LibTest/typed_data/Uint8List/reduce_A02_t01.dart
index 034d826..30c5724 100644
--- a/LibTest/typed_data/Uint8List/reduce_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/reduce_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/reduce_A03_t01.dart b/LibTest/typed_data/Uint8List/reduce_A03_t01.dart
index 77048d8..5e6ae1f 100644
--- a/LibTest/typed_data/Uint8List/reduce_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/reduce_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E reduce(E combine(E value, E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/removeAt_A01_t01.dart b/LibTest/typed_data/Uint8List/removeAt_A01_t01.dart
index c964d4e..5352881 100644
--- a/LibTest/typed_data/Uint8List/removeAt_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/removeAt_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeAt(int index)
  * Removes the object at position index from the list.
diff --git a/LibTest/typed_data/Uint8List/removeLast_A01_t01.dart b/LibTest/typed_data/Uint8List/removeLast_A01_t01.dart
index 3f7512a..f451fcf 100644
--- a/LibTest/typed_data/Uint8List/removeLast_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/removeLast_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E removeLast()
  * Pops and returns the last element of this list.
diff --git a/LibTest/typed_data/Uint8List/removeRange_A01_t01.dart b/LibTest/typed_data/Uint8List/removeRange_A01_t01.dart
index dab15d4..685f356 100644
--- a/LibTest/typed_data/Uint8List/removeRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/removeRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeRange(int start, int end)
  * Removes the objects in the range start inclusive to end exclusive.
diff --git a/LibTest/typed_data/Uint8List/removeWhere_A01_t01.dart b/LibTest/typed_data/Uint8List/removeWhere_A01_t01.dart
index 7cb2132..f051ae3 100644
--- a/LibTest/typed_data/Uint8List/removeWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/removeWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void removeWhere(bool test(E element))
  * Removes all objects of this list that satisfy test.
diff --git a/LibTest/typed_data/Uint8List/remove_A01_t01.dart b/LibTest/typed_data/Uint8List/remove_A01_t01.dart
index 43aa2d9..fcdc264 100644
--- a/LibTest/typed_data/Uint8List/remove_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/remove_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion bool remove(Object element)
  * Removes value from the list. Returns true if value was in the list, false
diff --git a/LibTest/typed_data/Uint8List/replaceRange_A01_t01.dart b/LibTest/typed_data/Uint8List/replaceRange_A01_t01.dart
index cd8ad14..9879930 100644
--- a/LibTest/typed_data/Uint8List/replaceRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/replaceRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void replaceRange(int start, int end, Iterable<E> replacement)
  * Removes the objects in the range start inclusive to end exclusive and
diff --git a/LibTest/typed_data/Uint8List/retainWhere_A01_t01.dart b/LibTest/typed_data/Uint8List/retainWhere_A01_t01.dart
index 9fb5b45..09dc41c 100644
--- a/LibTest/typed_data/Uint8List/retainWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/retainWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void retainWhere(bool test(E element))
  * Removes all elements of this list that fail to satisfy test.
diff --git a/LibTest/typed_data/Uint8List/reversed_A01_t01.dart b/LibTest/typed_data/Uint8List/reversed_A01_t01.dart
index 74c2239..54b9269 100644
--- a/LibTest/typed_data/Uint8List/reversed_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/reversed_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this list in reverse order.
diff --git a/LibTest/typed_data/Uint8List/reversed_A01_t02.dart b/LibTest/typed_data/Uint8List/reversed_A01_t02.dart
index b314957..264f5ad 100644
--- a/LibTest/typed_data/Uint8List/reversed_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/reversed_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> reversed
  * Returns an [Iterable] of the elements of this list in reverse order.
diff --git a/LibTest/typed_data/Uint8List/runtimeType_A01_t01.dart b/LibTest/typed_data/Uint8List/runtimeType_A01_t01.dart
index a002c37..2e9d109 100644
--- a/LibTest/typed_data/Uint8List/runtimeType_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/runtimeType_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint8List/runtimeType_A01_t02.dart b/LibTest/typed_data/Uint8List/runtimeType_A01_t02.dart
index ef9fd74..457a8f4 100644
--- a/LibTest/typed_data/Uint8List/runtimeType_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/runtimeType_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Type runtimeType
  * A representation of the runtime type of the object.
diff --git a/LibTest/typed_data/Uint8List/setAll_A01_t01.dart b/LibTest/typed_data/Uint8List/setAll_A01_t01.dart
index 4dedaee..59cf955 100644
--- a/LibTest/typed_data/Uint8List/setAll_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/setAll_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * Overwrites objects of [this] with the objects of [iterable], starting at
diff --git a/LibTest/typed_data/Uint8List/setAll_A02_t01.dart b/LibTest/typed_data/Uint8List/setAll_A02_t01.dart
index a82ee24..a59c1b5 100644
--- a/LibTest/typed_data/Uint8List/setAll_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/setAll_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8List/setAll_A03_t01.dart b/LibTest/typed_data/Uint8List/setAll_A03_t01.dart
index 7163314..2b348ab 100644
--- a/LibTest/typed_data/Uint8List/setAll_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/setAll_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8List/setAll_A04_t01.dart b/LibTest/typed_data/Uint8List/setAll_A04_t01.dart
index 6f6215f..5329790 100644
--- a/LibTest/typed_data/Uint8List/setAll_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/setAll_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void setAll(int index, Iterable<E> iterable)
  * ...
diff --git a/LibTest/typed_data/Uint8List/setRange_A01_t01.dart b/LibTest/typed_data/Uint8List/setRange_A01_t01.dart
index f8978aa..9fb80be 100644
--- a/LibTest/typed_data/Uint8List/setRange_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/setRange_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8List/setRange_A02_t01.dart b/LibTest/typed_data/Uint8List/setRange_A02_t01.dart
index f094c56..e50a8e9 100644
--- a/LibTest/typed_data/Uint8List/setRange_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/setRange_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * void setRange(
  *     int start,
diff --git a/LibTest/typed_data/Uint8List/setRange_A03_t01.dart b/LibTest/typed_data/Uint8List/setRange_A03_t01.dart
index 5bb1f55..cd332cd 100644
--- a/LibTest/typed_data/Uint8List/setRange_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/setRange_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8List/setRange_A04_t01.dart b/LibTest/typed_data/Uint8List/setRange_A04_t01.dart
index 6d40505..bb00d89 100644
--- a/LibTest/typed_data/Uint8List/setRange_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/setRange_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8List/setRange_A05_t01.dart b/LibTest/typed_data/Uint8List/setRange_A05_t01.dart
index d32c90c..43ebe31 100644
--- a/LibTest/typed_data/Uint8List/setRange_A05_t01.dart
+++ b/LibTest/typed_data/Uint8List/setRange_A05_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion
  * void setRange(
diff --git a/LibTest/typed_data/Uint8List/shuffle_A01_t01.dart b/LibTest/typed_data/Uint8List/shuffle_A01_t01.dart
index 00d2a60..f8354d6 100644
--- a/LibTest/typed_data/Uint8List/shuffle_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/shuffle_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8List/shuffle_A01_t02.dart b/LibTest/typed_data/Uint8List/shuffle_A01_t02.dart
index d80ad15..481fbef 100644
--- a/LibTest/typed_data/Uint8List/shuffle_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/shuffle_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8List/shuffle_A01_t03.dart b/LibTest/typed_data/Uint8List/shuffle_A01_t03.dart
index 00dab2a..339441a 100644
--- a/LibTest/typed_data/Uint8List/shuffle_A01_t03.dart
+++ b/LibTest/typed_data/Uint8List/shuffle_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void shuffle([Random random])
  * Shuffles the elements of this list randomly.
diff --git a/LibTest/typed_data/Uint8List/singleWhere_A01_t01.dart b/LibTest/typed_data/Uint8List/singleWhere_A01_t01.dart
index 78d1d8b..27010e7 100644
--- a/LibTest/typed_data/Uint8List/singleWhere_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/singleWhere_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * Returns the single element that satisfies [test].
diff --git a/LibTest/typed_data/Uint8List/singleWhere_A02_t01.dart b/LibTest/typed_data/Uint8List/singleWhere_A02_t01.dart
index 2f0d30b..fd63b9a 100644
--- a/LibTest/typed_data/Uint8List/singleWhere_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/singleWhere_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/singleWhere_A02_t02.dart b/LibTest/typed_data/Uint8List/singleWhere_A02_t02.dart
index 79663e9..73ec395 100644
--- a/LibTest/typed_data/Uint8List/singleWhere_A02_t02.dart
+++ b/LibTest/typed_data/Uint8List/singleWhere_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E singleWhere(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/single_A01_t01.dart b/LibTest/typed_data/Uint8List/single_A01_t01.dart
index b8125aa..87e2c37 100644
--- a/LibTest/typed_data/Uint8List/single_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/single_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint8List/single_A01_t02.dart b/LibTest/typed_data/Uint8List/single_A01_t02.dart
index 31107ef..34c8e6f 100644
--- a/LibTest/typed_data/Uint8List/single_A01_t02.dart
+++ b/LibTest/typed_data/Uint8List/single_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * Checks that this iterable has only one element, and returns that element.
diff --git a/LibTest/typed_data/Uint8List/single_A02_t01.dart b/LibTest/typed_data/Uint8List/single_A02_t01.dart
index 874ed60..2762236 100644
--- a/LibTest/typed_data/Uint8List/single_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/single_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint8List/single_A02_t02.dart b/LibTest/typed_data/Uint8List/single_A02_t02.dart
index 815029a..ab1b058 100644
--- a/LibTest/typed_data/Uint8List/single_A02_t02.dart
+++ b/LibTest/typed_data/Uint8List/single_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion E single
  * ...
diff --git a/LibTest/typed_data/Uint8List/skipWhile_A01_t01.dart b/LibTest/typed_data/Uint8List/skipWhile_A01_t01.dart
index 188eba7..d3a4050 100644
--- a/LibTest/typed_data/Uint8List/skipWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/skipWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * Returns an [Iterable] that skips elements while [test] is satisfied.
diff --git a/LibTest/typed_data/Uint8List/skipWhile_A02_t01.dart b/LibTest/typed_data/Uint8List/skipWhile_A02_t01.dart
index ed2e9c4..562ecc4 100644
--- a/LibTest/typed_data/Uint8List/skipWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/skipWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/skipWhile_A03_t01.dart b/LibTest/typed_data/Uint8List/skipWhile_A03_t01.dart
index 02b8fd3..53562ab 100644
--- a/LibTest/typed_data/Uint8List/skipWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/skipWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/skipWhile_A04_t01.dart b/LibTest/typed_data/Uint8List/skipWhile_A04_t01.dart
index 06f8fb7..bbec9b5 100644
--- a/LibTest/typed_data/Uint8List/skipWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/skipWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skipWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/skip_A01_t01.dart b/LibTest/typed_data/Uint8List/skip_A01_t01.dart
index 610c4ce..ebee7c9 100644
--- a/LibTest/typed_data/Uint8List/skip_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/skip_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * Returns an [Iterable] that provides all but the first [count] elements.
diff --git a/LibTest/typed_data/Uint8List/skip_A02_t01.dart b/LibTest/typed_data/Uint8List/skip_A02_t01.dart
index 309cf38..cd00df6 100644
--- a/LibTest/typed_data/Uint8List/skip_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/skip_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * If [this] has fewer than [count] elements, then the resulting [Iterable] is
diff --git a/LibTest/typed_data/Uint8List/skip_A03_t01.dart b/LibTest/typed_data/Uint8List/skip_A03_t01.dart
index 44e9abe..4924ee9 100644
--- a/LibTest/typed_data/Uint8List/skip_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/skip_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> skip(int count)
  * ...
diff --git a/LibTest/typed_data/Uint8List/sort_A01_t01.dart b/LibTest/typed_data/Uint8List/sort_A01_t01.dart
index 46a47ab..272d5cc 100644
--- a/LibTest/typed_data/Uint8List/sort_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/sort_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion void sort([int compare(E a, E b)])
  * Sorts this list according to the order specified by the compare function.
diff --git a/LibTest/typed_data/Uint8List/sublist_A01_t01.dart b/LibTest/typed_data/Uint8List/sublist_A01_t01.dart
index de4c58e..058a56a 100644
--- a/LibTest/typed_data/Uint8List/sublist_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/sublist_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * Returns a new list containing the elements from [start] inclusive to [end]
diff --git a/LibTest/typed_data/Uint8List/sublist_A02_t01.dart b/LibTest/typed_data/Uint8List/sublist_A02_t01.dart
index 1f9e4d1..b7443b2 100644
--- a/LibTest/typed_data/Uint8List/sublist_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/sublist_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8List/sublist_A03_t01.dart b/LibTest/typed_data/Uint8List/sublist_A03_t01.dart
index 1658cd5..de37e70 100644
--- a/LibTest/typed_data/Uint8List/sublist_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/sublist_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8List/sublist_A03_t02.dart b/LibTest/typed_data/Uint8List/sublist_A03_t02.dart
index d7c4704..1074ebc 100644
--- a/LibTest/typed_data/Uint8List/sublist_A03_t02.dart
+++ b/LibTest/typed_data/Uint8List/sublist_A03_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> sublist(int start, [int end])
  * ...
diff --git a/LibTest/typed_data/Uint8List/takeWhile_A01_t01.dart b/LibTest/typed_data/Uint8List/takeWhile_A01_t01.dart
index fed5d52..1e07285 100644
--- a/LibTest/typed_data/Uint8List/takeWhile_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/takeWhile_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * Returns a lazy [iterable] of the leading elements satisfying test.
diff --git a/LibTest/typed_data/Uint8List/takeWhile_A02_t01.dart b/LibTest/typed_data/Uint8List/takeWhile_A02_t01.dart
index b35abfe..9c0b67e 100644
--- a/LibTest/typed_data/Uint8List/takeWhile_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/takeWhile_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/takeWhile_A03_t01.dart b/LibTest/typed_data/Uint8List/takeWhile_A03_t01.dart
index 9141c35..24db915 100644
--- a/LibTest/typed_data/Uint8List/takeWhile_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/takeWhile_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/takeWhile_A04_t01.dart b/LibTest/typed_data/Uint8List/takeWhile_A04_t01.dart
index ee23b32..3796ef9 100644
--- a/LibTest/typed_data/Uint8List/takeWhile_A04_t01.dart
+++ b/LibTest/typed_data/Uint8List/takeWhile_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> takeWhile(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/take_A01_t01.dart b/LibTest/typed_data/Uint8List/take_A01_t01.dart
index 99525fc..8714901 100644
--- a/LibTest/typed_data/Uint8List/take_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/take_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * Returns a lazy [iterable] of the [count] first elements of this iterable.
diff --git a/LibTest/typed_data/Uint8List/take_A02_t01.dart b/LibTest/typed_data/Uint8List/take_A02_t01.dart
index ef04bdd..2f45b89 100644
--- a/LibTest/typed_data/Uint8List/take_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/take_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * ...
diff --git a/LibTest/typed_data/Uint8List/take_A03_t01.dart b/LibTest/typed_data/Uint8List/take_A03_t01.dart
index 93490e7..74e1134 100644
--- a/LibTest/typed_data/Uint8List/take_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/take_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> take(int count)
  * The [count] must not be negative.
diff --git a/LibTest/typed_data/Uint8List/toList_A01_t01.dart b/LibTest/typed_data/Uint8List/toList_A01_t01.dart
index e0829c6..cec63bc 100644
--- a/LibTest/typed_data/Uint8List/toList_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/toList_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * Creates a [List] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint8List/toList_A02_t01.dart b/LibTest/typed_data/Uint8List/toList_A02_t01.dart
index c6fef86..7adaedf 100644
--- a/LibTest/typed_data/Uint8List/toList_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/toList_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Uint8List/toList_A02_t02.dart b/LibTest/typed_data/Uint8List/toList_A02_t02.dart
index 1ac29fe..355c7a3 100644
--- a/LibTest/typed_data/Uint8List/toList_A02_t02.dart
+++ b/LibTest/typed_data/Uint8List/toList_A02_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion List<E> toList({bool growable: true})
  * The list is fixed-length if [growable] is false.
diff --git a/LibTest/typed_data/Uint8List/toSet_A01_t01.dart b/LibTest/typed_data/Uint8List/toSet_A01_t01.dart
index 3f6ebde..d0ec7a5 100644
--- a/LibTest/typed_data/Uint8List/toSet_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/toSet_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Set<E> toSet()
  * Creates a [Set] containing the elements of this [Iterable].
diff --git a/LibTest/typed_data/Uint8List/toString_A01_t01.dart b/LibTest/typed_data/Uint8List/toString_A01_t01.dart
index 5b1b967..3624f49 100644
--- a/LibTest/typed_data/Uint8List/toString_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion String toString()
  * Returns a string representation of this object.
diff --git a/LibTest/typed_data/Uint8List/where_A01_t01.dart b/LibTest/typed_data/Uint8List/where_A01_t01.dart
index a707d10..b044030 100644
--- a/LibTest/typed_data/Uint8List/where_A01_t01.dart
+++ b/LibTest/typed_data/Uint8List/where_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * Returns a new lazy [Iterable] with all elements that satisfy the predicate
diff --git a/LibTest/typed_data/Uint8List/where_A02_t01.dart b/LibTest/typed_data/Uint8List/where_A02_t01.dart
index b893d76..8e81620 100644
--- a/LibTest/typed_data/Uint8List/where_A02_t01.dart
+++ b/LibTest/typed_data/Uint8List/where_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/Uint8List/where_A03_t01.dart b/LibTest/typed_data/Uint8List/where_A03_t01.dart
index 1560e62..ae1a53a 100644
--- a/LibTest/typed_data/Uint8List/where_A03_t01.dart
+++ b/LibTest/typed_data/Uint8List/where_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Iterable<E> where(bool test(E element))
  * ...
diff --git a/LibTest/typed_data/toInt16.lib.dart b/LibTest/typed_data/toInt16.lib.dart
index 59e60be..8faffdc 100644
--- a/LibTest/typed_data/toInt16.lib.dart
+++ b/LibTest/typed_data/toInt16.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  
 library toInt8;
 //import "../../../Utils/expect.dart";
diff --git a/LibTest/typed_data/toInt32.lib.dart b/LibTest/typed_data/toInt32.lib.dart
index 444505f..007c73b 100644
--- a/LibTest/typed_data/toInt32.lib.dart
+++ b/LibTest/typed_data/toInt32.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  
 library toInt32;
 //import "../../../Utils/expect.dart";
diff --git a/LibTest/typed_data/toInt8.lib.dart b/LibTest/typed_data/toInt8.lib.dart
index 6657ce0..5a12381 100644
--- a/LibTest/typed_data/toInt8.lib.dart
+++ b/LibTest/typed_data/toInt8.lib.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
  
 library toInt8;
 //import "../../../Utils/expect.dart";
diff --git a/Utils/status_files_checker.dart b/Utils/status_files_checker.dart
index 98d09b2..5405ab5 100644
--- a/Utils/status_files_checker.dart
+++ b/Utils/status_files_checker.dart
@@ -1,8 +1,7 @@
-/*
- * Copyright (c) 2021, 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.
- */
+// Copyright (c) 2021, the Dart project authors.  Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 import 'dart:async';
 import 'dart:io';
 
diff --git a/Utils/tests/Expect/approxEquals_A01_t01.dart b/Utils/tests/Expect/approxEquals_A01_t01.dart
index e7af3fa..5a93b58 100644
--- a/Utils/tests/Expect/approxEquals_A01_t01.dart
+++ b/Utils/tests/Expect/approxEquals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Failure if the difference between expected and actual is greater than the
diff --git a/Utils/tests/Expect/approxEquals_A01_t02.dart b/Utils/tests/Expect/approxEquals_A01_t02.dart
index 44483d2..4a4e514 100644
--- a/Utils/tests/Expect/approxEquals_A01_t02.dart
+++ b/Utils/tests/Expect/approxEquals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Failure if the difference between expected and actual is greater than the
diff --git a/Utils/tests/Expect/approxEquals_A01_t03.dart b/Utils/tests/Expect/approxEquals_A01_t03.dart
index 5fcc832..ed16c38 100644
--- a/Utils/tests/Expect/approxEquals_A01_t03.dart
+++ b/Utils/tests/Expect/approxEquals_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Failure if the difference between expected and actual is greater than the
diff --git a/Utils/tests/Expect/approxEquals_A01_t04.dart b/Utils/tests/Expect/approxEquals_A01_t04.dart
index 7712436..223fc9e 100644
--- a/Utils/tests/Expect/approxEquals_A01_t04.dart
+++ b/Utils/tests/Expect/approxEquals_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Failure if the difference between expected and actual is greater than the
diff --git a/Utils/tests/Expect/approxEquals_A02_t01.dart b/Utils/tests/Expect/approxEquals_A02_t01.dart
index 74e6f30..0329e41 100644
--- a/Utils/tests/Expect/approxEquals_A02_t01.dart
+++ b/Utils/tests/Expect/approxEquals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * If no tolerance is given, tolerance is assumed to be the value 4 significant
diff --git a/Utils/tests/Expect/approxEquals_A03_t01.dart b/Utils/tests/Expect/approxEquals_A03_t01.dart
index e25d211..f57eb02 100644
--- a/Utils/tests/Expect/approxEquals_A03_t01.dart
+++ b/Utils/tests/Expect/approxEquals_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Passing null as either expected or actual results in Error. 
diff --git a/Utils/tests/Expect/approxEquals_A04_t01.dart b/Utils/tests/Expect/approxEquals_A04_t01.dart
index c266747..4c23e16 100644
--- a/Utils/tests/Expect/approxEquals_A04_t01.dart
+++ b/Utils/tests/Expect/approxEquals_A04_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void approxEquals(num expected, num actual, [num tolerance = null, String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/equals_A01_t01.dart b/Utils/tests/Expect/equals_A01_t01.dart
index 0051120..8ff2cd7 100644
--- a/Utils/tests/Expect/equals_A01_t01.dart
+++ b/Utils/tests/Expect/equals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void equals(var expected, var actual, [String reason = null])
  * Checks whether the expected and actual values are equal (using [:==:]).
diff --git a/Utils/tests/Expect/equals_A01_t02.dart b/Utils/tests/Expect/equals_A01_t02.dart
index b04fb6a..6715728 100644
--- a/Utils/tests/Expect/equals_A01_t02.dart
+++ b/Utils/tests/Expect/equals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void equals(var expected, var actual, [String reason = null])
  * Checks whether the expected and actual values are equal (using [:==:]).
diff --git a/Utils/tests/Expect/equals_A01_t03.dart b/Utils/tests/Expect/equals_A01_t03.dart
index f378c23..4942271 100644
--- a/Utils/tests/Expect/equals_A01_t03.dart
+++ b/Utils/tests/Expect/equals_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void equals(var expected, var actual, [String reason = null])
  * Checks whether the expected and actual values are equal (using [:==:]).
diff --git a/Utils/tests/Expect/equals_A01_t04.dart b/Utils/tests/Expect/equals_A01_t04.dart
index 55dd312..8dae795 100644
--- a/Utils/tests/Expect/equals_A01_t04.dart
+++ b/Utils/tests/Expect/equals_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void equals(var expected, var actual, [String reason = null])
  * Checks whether the expected and actual values are equal (using [:==:]).
diff --git a/Utils/tests/Expect/equals_A02_t01.dart b/Utils/tests/Expect/equals_A02_t01.dart
index c258b29..f8a9e7c 100644
--- a/Utils/tests/Expect/equals_A02_t01.dart
+++ b/Utils/tests/Expect/equals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void equals(var expected, var actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/fail_A01_t01.dart b/Utils/tests/Expect/fail_A01_t01.dart
index 972cdb1..71d5ea3 100644
--- a/Utils/tests/Expect/fail_A01_t01.dart
+++ b/Utils/tests/Expect/fail_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void fail(String msg)
  * Unconditional failure. 
diff --git a/Utils/tests/Expect/fail_A02_t01.dart b/Utils/tests/Expect/fail_A02_t01.dart
index 0e39f73..e7860dc 100644
--- a/Utils/tests/Expect/fail_A02_t01.dart
+++ b/Utils/tests/Expect/fail_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void fail(String msg)
  * Descriptive error message is provided. 
diff --git a/Utils/tests/Expect/identical_A01_t01.dart b/Utils/tests/Expect/identical_A01_t01.dart
index 6f821fb..fa81a00 100644
--- a/Utils/tests/Expect/identical_A01_t01.dart
+++ b/Utils/tests/Expect/identical_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void identical(var expected, var actual, [String reason = null]) 
  * Checks whether the expected and actual values are identical.
diff --git a/Utils/tests/Expect/identical_A01_t02.dart b/Utils/tests/Expect/identical_A01_t02.dart
index be0d3f2..8c918fd 100644
--- a/Utils/tests/Expect/identical_A01_t02.dart
+++ b/Utils/tests/Expect/identical_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void identical(var expected, var actual, [String reason = null]) 
  * Checks whether the expected and actual values are identical.
diff --git a/Utils/tests/Expect/identical_A01_t03.dart b/Utils/tests/Expect/identical_A01_t03.dart
index 27f6a25..6f33ffe 100644
--- a/Utils/tests/Expect/identical_A01_t03.dart
+++ b/Utils/tests/Expect/identical_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void identical(var expected, var actual, [String reason = null]) 
  * Checks whether the expected and actual values are identical.
diff --git a/Utils/tests/Expect/identical_A02_t01.dart b/Utils/tests/Expect/identical_A02_t01.dart
index 7a390a8..23080cc 100644
--- a/Utils/tests/Expect/identical_A02_t01.dart
+++ b/Utils/tests/Expect/identical_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void identical(var expected, var actual, [String reason = null]) 
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/isFalse_A01_t01.dart b/Utils/tests/Expect/isFalse_A01_t01.dart
index e42ada6..35a4f3e 100644
--- a/Utils/tests/Expect/isFalse_A01_t01.dart
+++ b/Utils/tests/Expect/isFalse_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isFalse(var actual, [String reason = null])
  * Checks whether the actual value is a bool and its value is false. 
diff --git a/Utils/tests/Expect/isFalse_A01_t02.dart b/Utils/tests/Expect/isFalse_A01_t02.dart
index 0e556c9..ecc1bf6 100644
--- a/Utils/tests/Expect/isFalse_A01_t02.dart
+++ b/Utils/tests/Expect/isFalse_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isFalse(var actual, [String reason = null]) 
  * Checks whether the actual value is a bool and its value is false.
diff --git a/Utils/tests/Expect/isFalse_A02_t01.dart b/Utils/tests/Expect/isFalse_A02_t01.dart
index cb8336a..f016417 100644
--- a/Utils/tests/Expect/isFalse_A02_t01.dart
+++ b/Utils/tests/Expect/isFalse_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isFalse(var actual, [String reason = null]) 
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/isNotNull_A01_t01.dart b/Utils/tests/Expect/isNotNull_A01_t01.dart
index 1edc108..e977bf1 100644
--- a/Utils/tests/Expect/isNotNull_A01_t01.dart
+++ b/Utils/tests/Expect/isNotNull_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNotNull(var actual, [String reason = null])
  * Checks whether [actual] is not null.
diff --git a/Utils/tests/Expect/isNotNull_A01_t02.dart b/Utils/tests/Expect/isNotNull_A01_t02.dart
index 6459b2e..a8a9808 100644
--- a/Utils/tests/Expect/isNotNull_A01_t02.dart
+++ b/Utils/tests/Expect/isNotNull_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNotNull(var actual, [String reason = null])
  * Checks whether [actual] is not null.
diff --git a/Utils/tests/Expect/isNotNull_A02_t01.dart b/Utils/tests/Expect/isNotNull_A02_t01.dart
index ff5cedd..c77225f 100644
--- a/Utils/tests/Expect/isNotNull_A02_t01.dart
+++ b/Utils/tests/Expect/isNotNull_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNotNull(var actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/isNull_A01_t01.dart b/Utils/tests/Expect/isNull_A01_t01.dart
index 300616e..655bfb4 100644
--- a/Utils/tests/Expect/isNull_A01_t01.dart
+++ b/Utils/tests/Expect/isNull_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNull(var actual, [String reason = null])
  * Checks whether [actual] is null.
diff --git a/Utils/tests/Expect/isNull_A01_t02.dart b/Utils/tests/Expect/isNull_A01_t02.dart
index 1427c4d..c6b1111 100644
--- a/Utils/tests/Expect/isNull_A01_t02.dart
+++ b/Utils/tests/Expect/isNull_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNull(var actual, [String reason = null])
  * Checks whether [actual] is null.
diff --git a/Utils/tests/Expect/isNull_A02_t01.dart b/Utils/tests/Expect/isNull_A02_t01.dart
index 027b668..febe144 100644
--- a/Utils/tests/Expect/isNull_A02_t01.dart
+++ b/Utils/tests/Expect/isNull_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isNull(var actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/isTrue_A01_t01.dart b/Utils/tests/Expect/isTrue_A01_t01.dart
index 8c3de79..73a0e25 100644
--- a/Utils/tests/Expect/isTrue_A01_t01.dart
+++ b/Utils/tests/Expect/isTrue_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isTrue(var actual, [String reason = null])
  * Checks whether the actual value is a bool and its value is true. 
diff --git a/Utils/tests/Expect/isTrue_A01_t02.dart b/Utils/tests/Expect/isTrue_A01_t02.dart
index 25d987a..7c07973 100644
--- a/Utils/tests/Expect/isTrue_A01_t02.dart
+++ b/Utils/tests/Expect/isTrue_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isTrue(var actual, [String reason = null])
  * Checks whether the actual value is a bool and its value is true.
diff --git a/Utils/tests/Expect/isTrue_A02_t01.dart b/Utils/tests/Expect/isTrue_A02_t01.dart
index b5b13c4..750ac62 100644
--- a/Utils/tests/Expect/isTrue_A02_t01.dart
+++ b/Utils/tests/Expect/isTrue_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void isTrue(var actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/listEquals_A01_t01.dart b/Utils/tests/Expect/listEquals_A01_t01.dart
index 6c95780..e03b3f2 100644
--- a/Utils/tests/Expect/listEquals_A01_t01.dart
+++ b/Utils/tests/Expect/listEquals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void listEquals(List expected, List actual, [String reason = null])
  * Checks that all elements in [expected] and [actual] are equal [:==:].
diff --git a/Utils/tests/Expect/listEquals_A01_t02.dart b/Utils/tests/Expect/listEquals_A01_t02.dart
index c8066be..2164791 100644
--- a/Utils/tests/Expect/listEquals_A01_t02.dart
+++ b/Utils/tests/Expect/listEquals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void listEquals(List expected, List actual, [String reason = null])
  * Checks that all elements in [expected] and [actual] are equal [:==:].
diff --git a/Utils/tests/Expect/listEquals_A01_t03.dart b/Utils/tests/Expect/listEquals_A01_t03.dart
index d113c47..7552f4e 100644
--- a/Utils/tests/Expect/listEquals_A01_t03.dart
+++ b/Utils/tests/Expect/listEquals_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void listEquals(List expected, List actual, [String reason = null])
  * Checks that all elements in [expected] and [actual] are equal [:==:].
diff --git a/Utils/tests/Expect/listEquals_A02_t01.dart b/Utils/tests/Expect/listEquals_A02_t01.dart
index 6bf0687..c14012a 100644
--- a/Utils/tests/Expect/listEquals_A02_t01.dart
+++ b/Utils/tests/Expect/listEquals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void listEquals(List expected, List actual, [String reason = null])
  * Passing null as either expected or actual results in ExpectException. 
diff --git a/Utils/tests/Expect/listEquals_A03_t01.dart b/Utils/tests/Expect/listEquals_A03_t01.dart
index b5e0196..3580c3d 100644
--- a/Utils/tests/Expect/listEquals_A03_t01.dart
+++ b/Utils/tests/Expect/listEquals_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void listEquals(List expected, List actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/notEquals_A01_t01.dart b/Utils/tests/Expect/notEquals_A01_t01.dart
index 3b34c42..5cdb53e 100644
--- a/Utils/tests/Expect/notEquals_A01_t01.dart
+++ b/Utils/tests/Expect/notEquals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void notEquals(var unexpected, var actual, [String reason = null])
  * Checks whether the unexpected and actual values are not equal (using [:!=:]).
diff --git a/Utils/tests/Expect/notEquals_A01_t02.dart b/Utils/tests/Expect/notEquals_A01_t02.dart
index 91f27bd..67a69a6 100644
--- a/Utils/tests/Expect/notEquals_A01_t02.dart
+++ b/Utils/tests/Expect/notEquals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void notEquals(var unexpected, var actual, [String reason = null])
  * Checks whether the unexpected and actual values are not equal (using [:!=:]).
diff --git a/Utils/tests/Expect/notEquals_A01_t03.dart b/Utils/tests/Expect/notEquals_A01_t03.dart
index 258d957..ade38ef 100644
--- a/Utils/tests/Expect/notEquals_A01_t03.dart
+++ b/Utils/tests/Expect/notEquals_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void notEquals(var unexpected, var actual, [String reason = null])
  * Checks whether the unexpected and actual values are not equal (using [:!=:]).
diff --git a/Utils/tests/Expect/notEquals_A02_t01.dart b/Utils/tests/Expect/notEquals_A02_t01.dart
index fa76fbc..bb4244b 100644
--- a/Utils/tests/Expect/notEquals_A02_t01.dart
+++ b/Utils/tests/Expect/notEquals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void notEquals(var unexpected, var actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/setEquals_A01_t01.dart b/Utils/tests/Expect/setEquals_A01_t01.dart
index 8188797..898d3e4 100644
--- a/Utils/tests/Expect/setEquals_A01_t01.dart
+++ b/Utils/tests/Expect/setEquals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void setEquals(Iterable expected, Iterable actual, [String reason = null])
  * Checks that every element of [expected] is also in [actual], and that every
diff --git a/Utils/tests/Expect/setEquals_A01_t02.dart b/Utils/tests/Expect/setEquals_A01_t02.dart
index d99c2b5..9cef282 100644
--- a/Utils/tests/Expect/setEquals_A01_t02.dart
+++ b/Utils/tests/Expect/setEquals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void setEquals(Iterable expected, Iterable actual, [String reason = null])
  * Checks that every element of [expected] is also in [actual], and that every
diff --git a/Utils/tests/Expect/setEquals_A02_t01.dart b/Utils/tests/Expect/setEquals_A02_t01.dart
index d798cc5..e2e52d5 100644
--- a/Utils/tests/Expect/setEquals_A02_t01.dart
+++ b/Utils/tests/Expect/setEquals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void setEquals(Iterable expected, Iterable actual, [String reason = null])
  * Passing null as either expected or actual results in Error. 
diff --git a/Utils/tests/Expect/setEquals_A03_t01.dart b/Utils/tests/Expect/setEquals_A03_t01.dart
index 6ceab85..6510ef3 100644
--- a/Utils/tests/Expect/setEquals_A03_t01.dart
+++ b/Utils/tests/Expect/setEquals_A03_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void setEquals(Iterable expected, Iterable actual, [String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/Expect/stringEquals_A01_t01.dart b/Utils/tests/Expect/stringEquals_A01_t01.dart
index cabfd54..fe51865 100644
--- a/Utils/tests/Expect/stringEquals_A01_t01.dart
+++ b/Utils/tests/Expect/stringEquals_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void stringEquals(String expected, String actual, [String reason = null])
  * Specialized equality test for strings. 
diff --git a/Utils/tests/Expect/stringEquals_A01_t02.dart b/Utils/tests/Expect/stringEquals_A01_t02.dart
index ed85287..bc33d1c 100644
--- a/Utils/tests/Expect/stringEquals_A01_t02.dart
+++ b/Utils/tests/Expect/stringEquals_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void stringEquals(String expected, String actual, [String reason = null])
  * Specialized equality test for strings. 
diff --git a/Utils/tests/Expect/stringEquals_A02_t01.dart b/Utils/tests/Expect/stringEquals_A02_t01.dart
index 4d1918c..dcfd4fe 100644
--- a/Utils/tests/Expect/stringEquals_A02_t01.dart
+++ b/Utils/tests/Expect/stringEquals_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void stringEquals(String expected, String actual, [String reason = null])
  * When the strings don't match,
diff --git a/Utils/tests/Expect/throws_A01_t01.dart b/Utils/tests/Expect/throws_A01_t01.dart
index a8875d0..2ec762a 100644
--- a/Utils/tests/Expect/throws_A01_t01.dart
+++ b/Utils/tests/Expect/throws_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * typedef bool _CheckExceptionFn(exception)
diff --git a/Utils/tests/Expect/throws_A01_t02.dart b/Utils/tests/Expect/throws_A01_t02.dart
index 61056a8..a22d594 100644
--- a/Utils/tests/Expect/throws_A01_t02.dart
+++ b/Utils/tests/Expect/throws_A01_t02.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * typedef bool _CheckExceptionFn(exception)
diff --git a/Utils/tests/Expect/throws_A01_t03.dart b/Utils/tests/Expect/throws_A01_t03.dart
index 797efc3..7d3abc9 100644
--- a/Utils/tests/Expect/throws_A01_t03.dart
+++ b/Utils/tests/Expect/throws_A01_t03.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * typedef bool _CheckExceptionFn(exception)
diff --git a/Utils/tests/Expect/throws_A01_t04.dart b/Utils/tests/Expect/throws_A01_t04.dart
index 592feef..0102d70 100644
--- a/Utils/tests/Expect/throws_A01_t04.dart
+++ b/Utils/tests/Expect/throws_A01_t04.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * typedef bool _CheckExceptionFn(exception)
diff --git a/Utils/tests/Expect/throws_A01_t05.dart b/Utils/tests/Expect/throws_A01_t05.dart
index f2e44fc..a038d51 100644
--- a/Utils/tests/Expect/throws_A01_t05.dart
+++ b/Utils/tests/Expect/throws_A01_t05.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * typedef bool _CheckExceptionFn(exception)
diff --git a/Utils/tests/Expect/throws_A02_t01.dart b/Utils/tests/Expect/throws_A02_t01.dart
index a17fa77..4536833 100644
--- a/Utils/tests/Expect/throws_A02_t01.dart
+++ b/Utils/tests/Expect/throws_A02_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion static void throws(void f(), [_CheckExceptionFn check = null, String reason = null])
  * Descriptive error message is provided in case of failure.
diff --git a/Utils/tests/ExpectException/ExpectException_A01_t01.dart b/Utils/tests/ExpectException/ExpectException_A01_t01.dart
index 8113bd8..2c62d04 100644
--- a/Utils/tests/ExpectException/ExpectException_A01_t01.dart
+++ b/Utils/tests/ExpectException/ExpectException_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Constructs a new exception with the specified message.
  * @description Checks that this constructor executes without error for various
diff --git a/Utils/tests/ExpectException/message_A01_t01.dart b/Utils/tests/ExpectException/message_A01_t01.dart
index 3ab6a43..1f667ab 100644
--- a/Utils/tests/ExpectException/message_A01_t01.dart
+++ b/Utils/tests/ExpectException/message_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Holds the error message of this exception.
  * @description Checks that this property holds the value passed as
diff --git a/Utils/tests/ExpectException/toString_A01_t01.dart b/Utils/tests/ExpectException/toString_A01_t01.dart
index c68b9e4..ae99d72 100644
--- a/Utils/tests/ExpectException/toString_A01_t01.dart
+++ b/Utils/tests/ExpectException/toString_A01_t01.dart
@@ -1,8 +1,7 @@
-/*
- * 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.
- */
+// 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.
+
 /**
  * @assertion Returns the message.
  * @description Checks that this method returns the exception message.